Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26A10200D1F for ; Thu, 28 Sep 2017 17:14:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24F271609EC; Thu, 28 Sep 2017 15:14:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9CBF31609C2 for ; Thu, 28 Sep 2017 17:14:13 +0200 (CEST) Received: (qmail 75656 invoked by uid 500); 28 Sep 2017 15:14:11 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 75257 invoked by uid 99); 28 Sep 2017 15:14:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2017 15:14:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 976A0F5BE7; Thu, 28 Sep 2017 15:14:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Thu, 28 Sep 2017 15:14:20 -0000 Message-Id: <32aafb087eb444038cd2232ff7502801@git.apache.org> In-Reply-To: <0ae50d3876544e89813c25027ef0caaa@git.apache.org> References: <0ae50d3876544e89813c25027ef0caaa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/51] [partial] hbase-site git commit: Published site at . archived-at: Thu, 28 Sep 2017 15:14:15 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67deb422/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html index c0c201e..85a8662 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html @@ -475,7 +475,7 @@ service. -static NavigableMap<HRegionInfo,ServerName> +static NavigableMap<RegionInfo,ServerName> MetaTableAccessor.allTableRegions(Connection connection, TableName tableName)
Deprecated.  @@ -563,7 +563,7 @@ service.
TableDescriptors.get(TableName tableName)  -static HRegionInfo +static RegionInfo MetaTableAccessor.getClosestRegionInfo(Connection connection, TableName tableName, byte[] row)  @@ -603,14 +603,14 @@ service. ExecutorService service)  -static List<HRegionInfo> +static List<RegionInfo> MetaTableAccessor.getTableRegions(Connection connection, TableName tableName)
Gets all of the regions of the specified table.
-static List<HRegionInfo> +static List<RegionInfo> MetaTableAccessor.getTableRegions(Connection connection, TableName tableName, boolean excludeOfflinedSplitParents) @@ -618,14 +618,14 @@ service. -static List<Pair<HRegionInfo,ServerName>> +static List<Pair<RegionInfo,ServerName>> MetaTableAccessor.getTableRegionsAndLocations(Connection connection, TableName tableName)
Do not use this method to get meta table regions, use methods in MetaTableLocator instead.
-static List<Pair<HRegionInfo,ServerName>> +static List<Pair<RegionInfo,ServerName>> MetaTableAccessor.getTableRegionsAndLocations(Connection connection, TableName tableName, boolean excludeOfflinedSplitParents) @@ -656,7 +656,7 @@ service. (package private) static boolean -MetaTableAccessor.isInsideTable(HRegionInfo current, +MetaTableAccessor.isInsideTable(RegionInfo current, TableName tableName)  @@ -729,7 +729,7 @@ service. -private static CompletableFuture<List<Pair<HRegionInfo,ServerName>>> +private static CompletableFuture<List<Pair<RegionInfo,ServerName>>> AsyncMetaTableAccessor.getTableRegionsAndLocations(RawAsyncTable metaTable, Optional<TableName> tableName, boolean excludeOfflinedSplitParents) @@ -2071,81 +2071,85 @@ service. private TableName -RegionInfoBuilder.MutableRegionInfo.tableName  +RegionInfoBuilder.tableName  private TableName -RawAsyncTableImpl.tableName  +RegionInfoBuilder.MutableRegionInfo.tableName  private TableName -RegionCoprocessorRpcChannelImpl.tableName  +RawAsyncTableImpl.tableName  private TableName -AsyncTableRegionLocatorImpl.tableName  +RegionCoprocessorRpcChannelImpl.tableName  +private TableName +AsyncTableRegionLocatorImpl.tableName  + + protected TableName RegionAdminServiceCallable.tableName  - + private TableName HTable.tableName  - + private TableName BufferedMutatorImpl.tableName  - + private TableName AsyncBatchRpcRetryingCaller.tableName  - + private TableName BufferedMutatorParams.tableName  - + private TableName HBaseAdmin.TableFuture.tableName  - + private TableName AsyncRequestFutureImpl.tableName  - + private TableName AsyncProcessTask.tableName  - + private TableName AsyncProcessTask.Builder.tableName  - + protected TableName RawAsyncHBaseAdmin.TableProcedureBiConsumer.tableName  - + private TableName RegionServerCallable.tableName  - + private TableName AsyncSingleRequestRpcRetryingCaller.tableName  - + protected TableName TableBuilderBase.tableName  - + protected TableName RpcRetryingCallerWithReadReplicas.tableName  - + protected TableName AsyncTableBuilderBase.tableName  - + private TableName TableState.tableName  @@ -2184,197 +2188,201 @@ service. +private static TableName +RegionInfoBuilder.MutableRegionInfo.checkTableName(TableName tableName)  + + TableName Table.getName()
Gets the fully qualified table name instance of this table.
- + TableName HRegionLocator.getName()  - + TableName AsyncTableRegionLocator.getName()
Gets the fully qualified table name instance of the table whose region we want to locate.
- + TableName AsyncTableImpl.getName()  - + TableName RawAsyncTableImpl.getName()  - + TableName AsyncTableRegionLocatorImpl.getName()  - + TableName BufferedMutator.getName()
Gets the fully qualified table name instance of the table that this BufferedMutator writes to.
- + TableName RegionLocator.getName()
Gets the fully qualified table name instance of this table.
- + TableName AsyncBufferedMutatorImpl.getName()  - + TableName HTable.getName()  - + TableName BufferedMutatorImpl.getName()  - + TableName AsyncTableBase.getName()
Gets the fully qualified table name instance of this table.
- + TableName AsyncBufferedMutator.getName()
Gets the fully qualified table name instance of the table that this AsyncBufferedMutator writes to.
- + TableName HTableWrapper.getName()  - + protected TableName ClientScanner.getTable()  - + TableName RegionInfoBuilder.MutableRegionInfo.getTable()
Get current table name of the region
- + TableName RegionInfo.getTable()  - + static TableName RegionInfo.getTable(byte[] regionName)
Gets the table name from the specified region name.
- + TableName TableDescriptorBuilder.ModifyableTableDescriptor.getTableName()
Get the name of the table
- + TableName SnapshotDescription.getTableName()  - + TableName TableDescriptor.getTableName()
Get the name of the table
- + TableName BufferedMutatorParams.getTableName()  - + protected TableName HBaseAdmin.TableFuture.getTableName()  - + TableName AsyncProcessTask.getTableName()  - + TableName RegionServerCallable.getTableName()  - + TableName TableState.getTableName()
Table name for state
- + private TableName HBaseAdmin.getTableNameBeforeRestoreSnapshot(String snapshotName)  - + TableName[] Admin.listTableNames()
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames()  - + TableName[] Admin.listTableNames(Pattern pattern)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(Pattern pattern)  - + TableName[] Admin.listTableNames(Pattern pattern, boolean includeSysTables)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(Pattern pattern, boolean includeSysTables)  - + TableName[] Admin.listTableNames(String regex)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(String regex)  - + TableName[] Admin.listTableNames(String regex, boolean includeSysTables)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(String regex, boolean includeSysTables)  - + TableName[] Admin.listTableNamesByNamespace(String name)
Get list of table names by namespace.
- + TableName[] HBaseAdmin.listTableNamesByNamespace(String name)  @@ -2531,27 +2539,31 @@ service. +private static TableName +RegionInfoBuilder.MutableRegionInfo.checkTableName(TableName tableName)  + + void MetaCache.clearCache(TableName tableName)
Delete all cached entries of a table.
- + (package private) void AsyncNonMetaRegionLocator.clearCache(TableName tableName)  - + (package private) void AsyncRegionLocator.clearCache(TableName tableName)  - + void MetaCache.clearCache(TableName tableName, byte[] row)
Delete a cached location, no matter what it is.
- + void MetaCache.clearCache(TableName tableName, byte[] row, @@ -2559,7 +2571,7 @@ service.
Delete a cached location with specific replicaId.
- + void MetaCache.clearCache(TableName tableName, byte[] row, @@ -2567,64 +2579,64 @@ service.
Delete a cached location for a table, row and server
- + void ConnectionImplementation.clearRegionCache(TableName tableName)  - + void ClusterConnection.clearRegionCache(TableName tableName)
Allows flushing the region cache of all locations that pertain to tableName
- + void ConnectionImplementation.clearRegionCache(TableName tableName, byte[] row)  - + void Admin.cloneSnapshot(byte[] snapshotName, TableName tableName)
Create a new table by cloning the snapshot content.
- + void HBaseAdmin.cloneSnapshot(byte[] snapshotName, TableName tableName)  - + CompletableFuture<Void> AsyncHBaseAdmin.cloneSnapshot(String snapshotName, TableName tableName)  - + void Admin.cloneSnapshot(String snapshotName, TableName tableName)
Create a new table by cloning the snapshot content.
- + void HBaseAdmin.cloneSnapshot(String snapshotName, TableName tableName)  - + CompletableFuture<Void> AsyncAdmin.cloneSnapshot(String snapshotName, TableName tableName)
Create a new table by cloning the snapshot content.
- + CompletableFuture<Void> RawAsyncHBaseAdmin.cloneSnapshot(String snapshotName, TableName tableName)  - + void Admin.cloneSnapshot(String snapshotName, TableName tableName, @@ -2632,13 +2644,13 @@ service.
Create a new table by cloning the snapshot content.
- + void HBaseAdmin.cloneSnapshot(String snapshotName, TableName tableName, boolean restoreAcl)  - + Future<Void> Admin.cloneSnapshotAsync(String snapshotName, TableName tableName) @@ -2646,44 +2658,44 @@ service. and wait for it to be completely cloned. - + Future<Void> HBaseAdmin.cloneSnapshotAsync(String snapshotName, TableName tableName)  - + void Admin.compact(TableName tableName)
Compact a table.
- + void HBaseAdmin.compact(TableName tableName)
Compact a table.
- + default CompletableFuture<Void> AsyncAdmin.compact(TableName tableName)
Compact a table.
- + void Admin.compact(TableName tableName, byte[] columnFamily)
Compact a column family within a table.
- + void HBaseAdmin.compact(TableName tableName, byte[] columnFamily)
Compact a column family within a table.
- + private void HBaseAdmin.compact(TableName tableName, byte[] columnFamily, @@ -2692,7 +2704,7 @@ service.
Compact a table.
- + void Admin.compact(TableName tableName, byte[] columnFamily, @@ -2700,7 +2712,7 @@ service.
Compact a column family within a table.
- + void HBaseAdmin.compact(TableName tableName, byte[] columnFamily, @@ -2708,38 +2720,38 @@ service.
Compact a column family within a table.
- + void Admin.compact(TableName tableName, CompactType compactType)
Compact a table.
- + void HBaseAdmin.compact(TableName tableName, CompactType compactType)
Compact a table.
- + CompletableFuture<Void> AsyncHBaseAdmin.compact(TableName tableName, Optional<byte[]> columnFamily)  - + CompletableFuture<Void> AsyncAdmin.compact(TableName tableName, Optional<byte[]> columnFamily)
Compact a column family within a table.
- + CompletableFuture<Void> RawAsyncHBaseAdmin.compact(TableName tableName, Optional<byte[]> columnFamily)  - + private CompletableFuture<Void> RawAsyncHBaseAdmin.compact(TableName tableName, Optional<byte[]> columnFamily, @@ -2748,26 +2760,26 @@ service.
Compact column family of a table, Asynchronous operation even if CompletableFuture.get()
- + private void AsyncNonMetaRegionLocator.complete(TableName tableName, AsyncNonMetaRegionLocator.LocateRequest req, HRegionLocation loc, Throwable error)  - + static TableState TableState.convert(TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState tableState)
Covert from PB version of TableState
- + static TableDescriptor TableDescriptorBuilder.copy(TableName name, TableDescriptor desc)  - + private MultiServerCallable AsyncRequestFutureImpl.createCallable(ServerName server, TableName tableName, @@ -2775,7 +2787,7 @@ service.
Create a callable.
- + static byte[] RegionInfo.createRegionName(TableName tableName, byte[] startKey, @@ -2784,7 +2796,7 @@ service.
Make a region name of passed parameters.
- + static byte[] RegionInfo.createRegionName(TableName tableName, byte[] startKey, @@ -2794,7 +2806,7 @@ service.
Make a region name of passed parameters.
- + static byte[] RegionInfo.createRegionName(TableName tableName, byte[] startKey, @@ -2803,7 +2815,7 @@ service.
Make a region name of passed parameters.
- + static byte[] RegionInfo.createRegionName(TableName tableName, byte[] startKey, @@ -2813,7 +2825,7 @@ service.
Make a region name of passed parameters.
- + static byte[] RegionInfo.createRegionName(TableName tableName, byte[] startKey, @@ -2822,14 +2834,14 @@ service.
Make a region name of passed parameters.
- + static Table -HTableWrapper.createWrapper(List<Table> openTables, +HTableWrapper.createWrapper(List<Table> openTables, TableName tableName, - CoprocessorHost.Environment env, + BaseEnvironment env, ExecutorService pool)  - + void Admin.deleteColumn(TableName tableName, byte[] columnFamily) @@ -2840,7 +2852,7 @@ service. - + void HBaseAdmin.deleteColumn(TableName tableName, byte[] columnFamily) @@ -2850,126 +2862,126 @@ service. - + CompletableFuture<Void> AsyncHBaseAdmin.deleteColumnFamily(TableName tableName, byte[] columnFamily)  - + void Admin.deleteColumnFamily(TableName tableName, byte[] columnFamily)
Delete a column family from a table.
- + void HBaseAdmin.deleteColumnFamily(TableName tableName, byte[] columnFamily)  - + CompletableFuture<Void> AsyncAdmin.deleteColumnFamily(TableName tableName, byte[] columnFamily)
Delete a column family from a table.
- + CompletableFuture<Void> RawAsyncHBaseAdmin.deleteColumnFamily(TableName tableName, byte[] columnFamily)  - + Future<Void> Admin.deleteColumnFamilyAsync(TableName tableName, byte[] columnFamily)
Delete a column family from a table.
- + Future<Void> HBaseAdmin.deleteColumnFamilyAsync(TableName tableName, byte[] columnFamily)  -