Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAAFD1953E for ; Thu, 7 Apr 2016 21:09:32 +0000 (UTC) Received: (qmail 35202 invoked by uid 500); 7 Apr 2016 21:09:25 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 35149 invoked by uid 500); 7 Apr 2016 21:09:25 -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 31730 invoked by uid 99); 7 Apr 2016 21:09:22 -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, 07 Apr 2016 21:09:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 89C1DE9E98; Thu, 7 Apr 2016 21:09:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Thu, 07 Apr 2016 21:09:50 -0000 Message-Id: In-Reply-To: <592eed912fa444b2bf66179534e9c962@git.apache.org> References: <592eed912fa444b2bf66179534e9c962@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/51] [partial] hbase-site git commit: Published site at ac8cd373ebe81ed24cab6737154c6902c05ff059. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b0a04862/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 5e3fdbe..62a09d1 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html @@ -759,23 +759,23 @@ service. private TableName -BufferedMutatorParams.tableName  +ClientScanner.tableName  -private TableName -HRegionLocator.tableName  +protected TableName +RegionServerCallable.tableName  private TableName -TableState.tableName  +HBaseAdmin.TableFuture.tableName  -protected TableName -RpcRetryingCallerWithReadReplicas.tableName  +private TableName +HRegionLocator.tableName  private TableName -ClientScanner.tableName  +BufferedMutatorParams.tableName  protected TableName @@ -783,11 +783,11 @@ service. private TableName -HBaseAdmin.TableFuture.tableName  +BufferedMutatorImpl.tableName  private TableName -BufferedMutatorImpl.tableName  +TableState.tableName  private TableName @@ -795,7 +795,7 @@ service. protected TableName -RegionServerCallable.tableName  +RpcRetryingCallerWithReadReplicas.tableName  private TableName @@ -837,7 +837,9 @@ service. TableName -HRegionLocator.getName()  +RegionLocator.getName() +
Gets the fully qualified table name instance of this table.
+ TableName @@ -847,18 +849,16 @@ service. TableName -BufferedMutatorImpl.getName()  +HRegionLocator.getName()  TableName -BufferedMutator.getName() -
Gets the fully qualified table name instance of the table that this BufferedMutator writes to.
- +BufferedMutatorImpl.getName()  TableName -RegionLocator.getName() -
Gets the fully qualified table name instance of this table.
+BufferedMutator.getName() +
Gets the fully qualified table name instance of the table that this BufferedMutator writes to.
@@ -875,21 +875,21 @@ service. TableName -BufferedMutatorParams.getTableName()  +RegionServerCallable.getTableName()  -TableName -TableState.getTableName() -
Table name for state
- - - protected TableName HBaseAdmin.TableFuture.getTableName()  + +TableName +BufferedMutatorParams.getTableName()  + TableName -RegionServerCallable.getTableName()  +TableState.getTableName() +
Table name for state
+ private TableName @@ -897,11 +897,7 @@ service. TableName[] -ConnectionImplementation.listTableNames() -
Deprecated.  - -
- +HBaseAdmin.listTableNames()  TableName[] @@ -913,12 +909,16 @@ service. TableName[] -HBaseAdmin.listTableNames()  +Admin.listTableNames() +
List all of the names of userspace tables.
+ TableName[] -Admin.listTableNames() -
List all of the names of userspace tables.
+ConnectionImplementation.listTableNames() +
Deprecated.  + +
@@ -1019,30 +1019,30 @@ service. -private void -ConnectionImplementation.cacheLocation(TableName tableName, - RegionLocations location) +void +MetaCache.cacheLocation(TableName tableName, + RegionLocations locations)
Put a newly discovered HRegionLocation into the cache.
-void -MetaCache.cacheLocation(TableName tableName, - RegionLocations locations) +private void +ConnectionImplementation.cacheLocation(TableName tableName, + RegionLocations location)
Put a newly discovered HRegionLocation into the cache.
-private void -ConnectionImplementation.cacheLocation(TableName tableName, +void +MetaCache.cacheLocation(TableName tableName, ServerName source, HRegionLocation location)
Put a newly discovered HRegionLocation into the cache.
-void -MetaCache.cacheLocation(TableName tableName, +private void +ConnectionImplementation.cacheLocation(TableName tableName, ServerName source, HRegionLocation location)
Put a newly discovered HRegionLocation into the cache.
@@ -1077,7 +1077,10 @@ service. void -ConnectionImplementation.clearRegionCache(TableName tableName)  +ClusterConnection.clearRegionCache(TableName tableName) +
Allows flushing the region cache of all locations that pertain to + tableName
+ void @@ -1089,10 +1092,7 @@ service. void -ClusterConnection.clearRegionCache(TableName tableName) -
Allows flushing the region cache of all locations that pertain to - tableName
- +ConnectionImplementation.clearRegionCache(TableName tableName)  void @@ -1362,25 +1362,25 @@ service. BufferedMutator -ConnectionImplementation.getBufferedMutator(TableName tableName)  - - -BufferedMutator Connection.getBufferedMutator(TableName tableName)
Retrieve a BufferedMutator for performing client-side buffering of writes.
+ +BufferedMutator +ConnectionImplementation.getBufferedMutator(TableName tableName)  + -(package private) RegionLocations -ConnectionImplementation.getCachedLocation(TableName tableName, +RegionLocations +MetaCache.getCachedLocation(TableName tableName, byte[] row)
Search the cache for a location that fits our table and row key.
-RegionLocations -MetaCache.getCachedLocation(TableName tableName, +(package private) RegionLocations +ConnectionImplementation.getCachedLocation(TableName tableName, byte[] row)
Search the cache for a location that fits our table and row key.
@@ -1427,18 +1427,18 @@ service. HTableDescriptor -ConnectionImplementation.getHTableDescriptor(TableName tableName) +HConnection.getHTableDescriptor(TableName tableName)
Deprecated.  - +
internal method, do not use through HConnection
HTableDescriptor -HConnection.getHTableDescriptor(TableName tableName) +ConnectionImplementation.getHTableDescriptor(TableName tableName)
Deprecated.  -
internal method, do not use through HConnection
+
@@ -1460,18 +1460,18 @@ service. HBaseAdmin.getMobRegionInfo(TableName tableName)  -(package private) int -ConnectionImplementation.getNumberOfCachedRegionLocations(TableName tableName)  - - int MetaCache.getNumberOfCachedRegionLocations(TableName tableName)
Return the number of cached region for a table.
+ +(package private) int +ConnectionImplementation.getNumberOfCachedRegionLocations(TableName tableName)  + boolean -ConnectionImplementation.getRegionCachePrefetch(TableName tableName) +HConnection.getRegionCachePrefetch(TableName tableName)
Deprecated. 
always return false since 0.99
@@ -1479,7 +1479,7 @@ service. boolean -HConnection.getRegionCachePrefetch(TableName tableName) +ConnectionImplementation.getRegionCachePrefetch(TableName tableName)
Deprecated. 
always return false since 0.99
@@ -1487,9 +1487,11 @@ service. HRegionLocation -ConnectionImplementation.getRegionLocation(TableName tableName, +ClusterConnection.getRegionLocation(TableName tableName, byte[] row, - boolean reload)  + boolean reload) +
Find region location hosting passed row
+ HRegionLocation @@ -1503,11 +1505,9 @@ service. HRegionLocation -ClusterConnection.getRegionLocation(TableName tableName, +ConnectionImplementation.getRegionLocation(TableName tableName, byte[] row, - boolean reload) -
Find region location hosting passed row
- + boolean reload)
  (package private) static RegionLocations @@ -1527,7 +1527,9 @@ service. RegionLocator -ConnectionImplementation.getRegionLocator(TableName tableName)  +Connection.getRegionLocator(TableName tableName) +
Retrieve a RegionLocator implementation to inspect region information on a table.
+ RegionLocator @@ -1538,13 +1540,13 @@ service. RegionLocator -Connection.getRegionLocator(TableName tableName) -
Retrieve a RegionLocator implementation to inspect region information on a table.
- +ConnectionImplementation.getRegionLocator(TableName tableName)  -HTableInterface -ConnectionImplementation.getTable(TableName tableName)  +Table +Connection.getTable(TableName tableName) +
Retrieve a Table implementation for accessing a table.
+ HTableInterface @@ -1554,16 +1556,16 @@ service. +HTableInterface +ConnectionImplementation.getTable(TableName tableName)  + + Table -Connection.getTable(TableName tableName) +Connection.getTable(TableName tableName, + ExecutorService pool)
Retrieve a Table implementation for accessing a table.
- -HTableInterface -ConnectionImplementation.getTable(TableName tableName, - ExecutorService pool)  - HTableInterface HConnection.getTable(TableName tableName, @@ -1573,11 +1575,9 @@ service. -Table -Connection.getTable(TableName tableName, - ExecutorService pool) -
Retrieve a Table implementation for accessing a table.
- +HTableInterface +ConnectionImplementation.getTable(TableName tableName, + ExecutorService pool)  HTableDescriptor @@ -1623,15 +1623,15 @@ service. TableState -ConnectionImplementation.getTableState(TableName tableName)  - - -TableState HConnection.getTableState(TableName tableName)
Deprecated. 
Retrieve TableState, represent current table state.
+ +TableState +ConnectionImplementation.getTableState(TableName tableName)  + private Future<Void> HBaseAdmin.internalRestoreSnapshotAsync(String snapshotName, @@ -1648,7 +1648,7 @@ service. boolean -ConnectionImplementation.isTableAvailable(TableName tableName)  +HBaseAdmin.isTableAvailable(TableName tableName)  boolean @@ -1658,25 +1658,11 @@ service. boolean -HBaseAdmin.isTableAvailable(TableName tableName)  - - -boolean Admin.isTableAvailable(TableName tableName)  - -boolean -ConnectionImplementation.isTableAvailable(TableName tableName, - byte[][] splitKeys)  - boolean -HConnection.isTableAvailable(TableName tableName, - byte[][] splitKeys) -
Deprecated.  -
internal method, do not use through HConnection
-
- +ConnectionImplementation.isTableAvailable(TableName tableName)  boolean @@ -1693,21 +1679,25 @@ service. boolean -Admin.isTableAvailable(TableName tableName, +HConnection.isTableAvailable(TableName tableName, byte[][] splitKeys) -
Use this api to check if the table has been created with the specified number of splitkeys - which was used while creating the given table.
+
Deprecated.  +
internal method, do not use through HConnection
+
boolean -ConnectionImplementation.isTableDisabled(TableName tableName)  +Admin.isTableAvailable(TableName tableName, + byte[][] splitKeys) +
Use this api to check if the table has been created with the specified number of splitkeys + which was used while creating the given table.
+ boolean -HConnection.isTableDisabled(TableName tableName) -
Deprecated. 
-  +ConnectionImplementation.isTableAvailable(TableName tableName, + byte[][] splitKeys)  boolean @@ -1719,11 +1709,21 @@ service. boolean +HConnection.isTableDisabled(TableName tableName) +
Deprecated. 
+  + + +boolean Admin.isTableDisabled(TableName tableName)  + +boolean +ConnectionImplementation.isTableDisabled(TableName tableName)  + boolean -ConnectionImplementation.isTableEnabled(TableName tableName)  +HBaseAdmin.isTableEnabled(TableName tableName)  boolean @@ -1735,11 +1735,11 @@ service. boolean -HBaseAdmin.isTableEnabled(TableName tableName)  +Admin.isTableEnabled(TableName tableName)  boolean -Admin.isTableEnabled(TableName tableName)  +ConnectionImplementation.isTableEnabled(TableName tableName)  private RegionLocations @@ -1749,8 +1749,11 @@ service. HRegionLocation -ConnectionImplementation.locateRegion(TableName tableName, - byte[] row)  +ClusterConnection.locateRegion(TableName tableName, + byte[] row) +
Find the location of the region of tableName that row + lives in.
+ HRegionLocation @@ -1763,29 +1766,26 @@ service. HRegionLocation -ClusterConnection.locateRegion(TableName tableName, - byte[] row) -
Find the location of the region of tableName that row - lives in.
- +ConnectionImplementation.locateRegion(TableName tableName, + byte[] row)  RegionLocations -ConnectionImplementation.locateRegion(TableName tableName, +ClusterConnection.locateRegion(TableName tableName, byte[] row, boolean useCache, boolean retry)  RegionLocations -ClusterConnection.locateRegion(TableName tableName, +ConnectionImplementation.locateRegion(TableName tableName, byte[] row, boolean useCache, boolean retry)  RegionLocations -ConnectionImplementation.locateRegion(TableName tableName, +ClusterConnection.locateRegion(TableName tableName, byte[] row, boolean useCache, boolean retry, @@ -1793,7 +1793,7 @@ service. RegionLocations -ClusterConnection.locateRegion(TableName tableName, +ConnectionImplementation.locateRegion(TableName tableName, byte[] row, boolean useCache, boolean retry, @@ -1809,7 +1809,9 @@ service. List<HRegionLocation> -ConnectionImplementation.locateRegions(TableName tableName)  +ClusterConnection.locateRegions(TableName tableName) +
Gets the locations of all regions in the specified table, tableName.
+ List<HRegionLocation> @@ -1821,15 +1823,15 @@ service. List<HRegionLocation> -ClusterConnection.locateRegions(TableName tableName) -
Gets the locations of all regions in the specified table, tableName.
- +ConnectionImplementation.locateRegions(TableName tableName)  List<HRegionLocation> -ConnectionImplementation.locateRegions(TableName tableName, +ClusterConnection.locateRegions(TableName tableName, boolean useCache, - boolean offlined)  + boolean offlined) +
Gets the locations of all regions in the specified table, tableName.
+ List<HRegionLocation> @@ -1843,11 +1845,9 @@ service. List<HRegionLocation> -ClusterConnection.locateRegions(TableName tableName, +ConnectionImplementation.locateRegions(TableName tableName, boolean useCache, - boolean offlined) -
Gets the locations of all regions in the specified table, tableName.
- + boolean offlined)
  void @@ -1956,48 +1956,48 @@ service. void -ConnectionImplementation.processBatch(List<? extends Row> list, +HConnection.processBatch(List<? extends Row> actions, TableName tableName, ExecutorService pool, Object[] results) void -HConnection.processBatch(List<? extends Row> actions, +ConnectionImplementation.processBatch(List<? extends Row> list, TableName tableName, ExecutorService pool, Object[] results) <R> void -ConnectionImplementation.processBatchCallback(List<? extends Row> list, +HConnection.processBatchCallback(List<? extends Row> list, TableName tableName, ExecutorService pool, Object[] results, Batch.Callback<R> callback) <R> void -HConnection.processBatchCallback(List<? extends Row> list, +ConnectionImplementation.processBatchCallback(List<? extends Row> list, TableName tableName, ExecutorService pool, Object[] results, Batch.Callback<R> callback) @@ -2025,8 +2025,11 @@ service. HRegionLocation -ConnectionImplementation.relocateRegion(TableName tableName, - byte[] row)  +ClusterConnection.relocateRegion(TableName tableName, + byte[] row) +
Find the location of the region of tableName that row + lives in, ignoring any value that might be in the cache.
+ HRegionLocation @@ -2039,20 +2042,11 @@ service. HRegionLocation -ClusterConnection.relocateRegion(TableName tableName, - byte[] row) -
Find the location of the region of tableName that row - lives in, ignoring any value that might be in the cache.
- +ConnectionImplementation.relocateRegion(TableName tableName, + byte[] row)