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 C52AD198BD for ; Fri, 1 Apr 2016 15:16:47 +0000 (UTC) Received: (qmail 46187 invoked by uid 500); 1 Apr 2016 15:16:46 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 46100 invoked by uid 500); 1 Apr 2016 15:16:46 -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 44575 invoked by uid 99); 1 Apr 2016 15:16:45 -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; Fri, 01 Apr 2016 15:16:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4892E0901; Fri, 1 Apr 2016 15:16:45 +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: Fri, 01 Apr 2016 15:17:16 -0000 Message-Id: <735e06ea5f164d2c98148f6f71ad6005@git.apache.org> In-Reply-To: <98bc15aea5de4805abe6023b9a6c76af@git.apache.org> References: <98bc15aea5de4805abe6023b9a6c76af@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [partial] hbase-site git commit: Published site at 25419d8b18dd8f35a102614cd31b274659f747ef. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce2de59a/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 ab6f43b..e30d61e 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html @@ -892,6 +892,10 @@ service. RegionServerCallable.getTableName()  +private TableName +HBaseAdmin.getTableNameBeforeRestoreSnapshot(String snapshotName)  + + TableName[] ConnectionImplementation.listTableNames()
Deprecated.  @@ -899,7 +903,7 @@ service.
- + TableName[] HConnection.listTableNames()
Deprecated.  @@ -907,65 +911,65 @@ service.
- + TableName[] HBaseAdmin.listTableNames()  - + TableName[] Admin.listTableNames()
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(Pattern pattern)  - + TableName[] Admin.listTableNames(Pattern pattern)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(Pattern pattern, boolean includeSysTables)  - + TableName[] Admin.listTableNames(Pattern pattern, boolean includeSysTables)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(String regex)  - + TableName[] Admin.listTableNames(String regex)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNames(String regex, boolean includeSysTables)  - + TableName[] Admin.listTableNames(String regex, boolean includeSysTables)
List all of the names of userspace tables.
- + TableName[] HBaseAdmin.listTableNamesByNamespace(String name)  - + TableName[] Admin.listTableNamesByNamespace(String name)
Get list of table names by namespace
@@ -1120,6 +1124,19 @@ service. +Future<Void> +HBaseAdmin.cloneSnapshotAsync(String snapshotName, + TableName tableName)  + + +Future<Void> +Admin.cloneSnapshotAsync(String snapshotName, + TableName tableName) +
Create a new table by cloning the snapshot content, but does not block + and wait for it be completely cloned.
+ + + void HBaseAdmin.compact(TableName tableName)
Compact a table.
@@ -1616,9 +1633,9 @@ service. -private void -HBaseAdmin.internalRestoreSnapshot(String snapshotName, - TableName tableName) +private Future<Void> +HBaseAdmin.internalRestoreSnapshotAsync(String snapshotName, + TableName tableName)
Execute Restore/Clone snapshot and wait for the server to complete (blocking).
@@ -2269,13 +2286,6 @@ service. - -private void -HBaseAdmin.waitUntilTableIsEnabled(TableName tableName) -
Wait for the table to be enabled and available - If enabling the table exceeds the retry period, an exception is thrown.
- - @@ -2474,6 +2484,17 @@ service. org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ModifyTableResponse response)  + + + + + + @@ -4466,6 +4487,17 @@ service.
Creates a new instance while assigning all variables.
+ + +
HBaseAdmin.RestoreSnapshotFuture(HBaseAdmin admin, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + TableName tableName, + org.apache.hadoop.hbase.protobuf.generated.MasterProtos.RestoreSnapshotResponse response) 
HBaseAdmin.RestoreSnapshotFuture(HBaseAdmin admin, + TableName tableName, + Long procId) 
HBaseAdmin.TableFuture(HBaseAdmin admin, TableName tableName, Long procId) 
TableSplit(TableName tableName, + Scan scan, + byte[] startRow, + byte[] endRow, + String location, + String encodedRegionName, + long length) +
Creates a new instance while assigning all variables.
+
@@ -5320,28 +5352,6 @@ service. - - - - - - - - - - - - - - - - -
Methods in org.apache.hadoop.hbase.master.handler with parameters of type TableName 
Modifier and TypeMethod and Description
protected List<HRegionInfo>CreateTableHandler.handleCreateHdfsRegions(org.apache.hadoop.fs.Path tableRootDir, - TableName tableName) -
Create the on-disk structure for the table, and returns the regions info.
-
private voidCreateTableHandler.handleCreateTable(TableName tableName) -
Responsible of table creation (on-disk and META) and assignment.
-
@@ -5507,24 +5517,32 @@ service. - + - + - + - + + + + + + + + + @@ -5622,30 +5640,38 @@ service.TableName tableName)  + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -5874,8 +5900,8 @@ service. - - + + @@ -5891,38 +5917,39 @@ service. - - - - - - - - - - - - - - + - + - + + + + + - - - - - + - + - + - + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + - - - - - + - + - - - -
Constructors in org.apache.hadoop.hbase.master.handler with parameters of type TableName 
TableNameCreateNamespaceProcedure.getTableName() CloneSnapshotProcedure.getTableName() 
TableNameModifyNamespaceProcedure.getTableName() CreateNamespaceProcedure.getTableName() 
TableNameModifyTableProcedure.getTableName() ModifyNamespaceProcedure.getTableName() 
TableNameAddColumnFamilyProcedure.getTableName() ModifyTableProcedure.getTableName() 
TableNameAddColumnFamilyProcedure.getTableName() 
TableName DeleteColumnFamilyProcedure.getTableName() 
TableNameRestoreSnapshotProcedure.getTableName() 
TableName ModifyColumnFamilyProcedure.getTableName() 
static List<HRegionInfo>MasterDDLOperationHelper.getRegionInfoList(MasterProcedureEnv env, + TableName tableName, + List<HRegionInfo> regionInfoList) +
Get the region info list of a table from meta if it is not already known by the caller.
+
protected static List<HRegionInfo> ProcedureSyncWait.getRegionsFromMeta(MasterProcedureEnv env, TableName tableName) 
private int MasterProcedureScheduler.getTablePriority(TableName tableName) 
private MasterProcedureScheduler.TableQueue MasterProcedureScheduler.getTableQueue(TableName tableName) 
private MasterProcedureScheduler.TableQueue MasterProcedureScheduler.getTableQueueWithLock(TableName tableName) 
private static DisableTableProcedure.MarkRegionOfflineOpResult DisableTableProcedure.markRegionsOffline(MasterProcedureEnv env, TableName tableName)
Mark regions of the table offline
protected static DisableTableProcedure.MarkRegionOfflineOpResult DisableTableProcedure.markRegionsOffline(MasterProcedureEnv env, TableName tableName, @@ -5653,14 +5679,14 @@ service.
Mark regions of the table offline with retries
private static boolean EnableTableProcedure.markRegionsOnline(MasterProcedureEnv env, TableName tableName)
Mark offline regions of the table online
protected static void EnableTableProcedure.markRegionsOnline(MasterProcedureEnv env, TableName tableName, @@ -5668,31 +5694,31 @@ service.
Mark offline regions of the table online with retry
protected boolean MasterProcedureScheduler.markTableAsDeleted(TableName table)
Tries to remove the queue and the table-lock of the specified table.
void MasterProcedureScheduler.releaseTableExclusiveLock(Procedure procedure, TableName table)
Release the exclusive lock taken with tryAcquireTableWrite()
void MasterProcedureScheduler.releaseTableSharedLock(Procedure procedure, TableName table)
Release the shared lock taken with tryAcquireTableRead()
private void MasterProcedureScheduler.removeTableQueue(TableName tableName) 
static boolean MasterDDLOperationHelper.reOpenAllRegions(MasterProcedureEnv env, TableName tableName, @@ -5700,54 +5726,54 @@ service.
Reopen all regions from a table after a schema change operation.
protected static void DisableTableProcedure.setTableStateToDisabled(MasterProcedureEnv env, TableName tableName)
Mark table state to Disabled
protected static void DisableTableProcedure.setTableStateToDisabling(MasterProcedureEnv env, TableName tableName)
Mark table state to Disabling
protected static void EnableTableProcedure.setTableStateToEnabled(MasterProcedureEnv env, TableName tableName)
Mark table state to Enabled
protected static void EnableTableProcedure.setTableStateToEnabling(MasterProcedureEnv env, TableName tableName)
Mark table state to Enabling
boolean MasterProcedureScheduler.tryAcquireTableExclusiveLock(Procedure procedure, TableName table)
Try to acquire the exclusive lock on the specified table.
private MasterProcedureScheduler.TableQueue MasterProcedureScheduler.tryAcquireTableQueueSharedLock(Procedure procedure, TableName table) 
boolean MasterProcedureScheduler.tryAcquireTableSharedLock(Procedure procedure, TableName table)
Try to acquire the shared lock on the specified table.
protected static void CreateTableProcedure.updateTableDescCache(MasterProcedureEnv env, TableName tableName) 
private Map<TableName,SnapshotSentinel>SnapshotManager.restoreHandlers private Map<TableName,Long>SnapshotManager.restoreTableToProcIdMap 
private Map<TableName,SnapshotSentinel>
private voidSnapshotManager.checkAndUpdateNamespaceQuota(SnapshotManifest manifest, - TableName tableName) 
private voidSnapshotManager.checkAndUpdateNamespaceRegionQuota(int updatedRegionCount, - TableName tableName) 
private intSnapshotManager.getRegionCountOfTable(TableName tableName) 
protected List<HRegionInfo>CloneSnapshotHandler.handleCreateHdfsRegions(org.apache.hadoop.fs.Path tableRootDir, - TableName tableName) -
Create the on-disk regions, using the tableRootDir provided by the CreateTableHandler.
+
private longSnapshotManager.cloneSnapshot(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription reqSnapshot, + TableName tableName, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor snapshotTableDesc, + long nonceGroup, + long nonce) +
Clone the specified snapshot.
private boolean SnapshotManager.isRestoringTable(TableName tableName)
Verify if the restore of the specified table is in progress.
(package private) boolean SnapshotManager.isTakingSnapshot(TableName tableName)
Check to see if the specified table has a snapshot in progress.
private longSnapshotManager.restoreSnapshot(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription reqSnapshot, + TableName tableName, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor snapshotTableDesc, + long nonceGroup, + long nonce) +
Restore the specified snapshot.
+
void SnapshotManager.setSnapshotHandlerForTesting(TableName tableName, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce2de59a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html index 4cfb478..62cbf17 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html @@ -3893,36 +3893,30 @@ service.
class CreateTableHandler -
Handler to create a table.
-
class  DisableTableHandler
Handler to run disable of a table.
class  DispatchMergingRegionHandler
Handles MERGE regions request on master: move the regions together(on the same regionserver) and send MERGE RPC to regionserver.
class  EnableTableHandler
Handler to run enable of a table.
class  TableEventHandler
Base class for performing operations against tables.
interface  TotesHRegionInfo
Implementors tote an HRegionInfo instance.
@@ -4016,103 +4010,111 @@ service.
class CloneSnapshotProcedure 
class  CreateNamespaceProcedure
The procedure to create a new namespace.
class  CreateTableProcedure 
class  DeleteColumnFamilyProcedure
The procedure to delete a column family from an existing table.
class  DeleteNamespaceProcedure
The procedure to remove a namespace.
class  DeleteTableProcedure 
class  DisableTableProcedure 
class  EnableTableProcedure 
class  MasterDDLOperationHelper
Helper class for schema change procedures
class  MasterProcedureConstants 
class  MasterProcedureEnv 
static class  MasterProcedureEnv.MasterProcedureStoreListener 
static class  MasterProcedureEnv.WALStoreLeaseRecovery 
class  MasterProcedureScheduler
ProcedureRunnableSet for the Master Procedures.
class  MasterProcedureUtil 
class  ModifyColumnFamilyProcedure
The procedure to modify a column family from an existing table.
class  ModifyNamespaceProcedure
The procedure to add a namespace to an existing table.
class  ModifyTableProcedure 
class  ProcedurePrepareLatch
Latch used by the Master to have the prepare() sync behaviour for old clients, that can only get exceptions in a synchronous way.
class  ProcedureSyncWait
Helper to synchronously wait on conditions.
static interface  ProcedureSyncWait.Predicate<T> 
class RestoreSnapshotProcedure 
interface  ServerProcedureInterface @@ -4145,34 +4147,22 @@ service.
class CloneSnapshotHandler -
Handler to Clone a snapshot.
-
class  DisabledTableSnapshotHandler
Take a snapshot of a disabled table.
class  EnabledTableSnapshotHandler
Handle the master side of taking a snapshot of an online table, regardless of snapshot type.
class  MasterSnapshotVerifier
General snapshot verification on the master.
class RestoreSnapshotHandler -
Handler to Restore a snapshot.
-
class  SnapshotFileCache http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce2de59a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html index 412b652..53fd6de 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html @@ -80,12 +80,12 @@

Annotation Type Hierarchy

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce2de59a/devapidocs/org/apache/hadoop/hbase/client/Admin.CompactType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Admin.CompactType.html b/devapidocs/org/apache/hadoop/hbase/client/Admin.CompactType.html index 0850c33..4a99eee 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Admin.CompactType.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Admin.CompactType.html @@ -110,7 +110,7 @@
@InterfaceAudience.Public
 @InterfaceStability.Unstable
-public static enum Admin.CompactType
+public static enum Admin.CompactType
 extends Enum<Admin.CompactType>
Currently, there are only two compact types: NORMAL means do store files compaction; @@ -201,7 +201,7 @@ the order they are declared.
@@ -210,7 +210,7 @@ the order they are declared. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce2de59a/devapidocs/org/apache/hadoop/hbase/client/Admin.MasterSwitchType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Admin.MasterSwitchType.html b/devapidocs/org/apache/hadoop/hbase/client/Admin.MasterSwitchType.html index a30ef14..3790b42 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Admin.MasterSwitchType.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Admin.MasterSwitchType.html @@ -110,7 +110,7 @@
@InterfaceAudience.Public
 @InterfaceStability.Evolving
-public static enum Admin.MasterSwitchType
+public static enum Admin.MasterSwitchType
 extends Enum<Admin.MasterSwitchType>
@@ -198,7 +198,7 @@ the order they are declared. @@ -207,7 +207,7 @@ the order they are declared.