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 172A118986 for ; Mon, 25 Jan 2016 17:03:52 +0000 (UTC) Received: (qmail 82856 invoked by uid 500); 25 Jan 2016 17:03:49 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 82760 invoked by uid 500); 25 Jan 2016 17:03:49 -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 78668 invoked by uid 99); 25 Jan 2016 17:03:46 -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; Mon, 25 Jan 2016 17:03:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D057E0C09; Mon, 25 Jan 2016 17:03:46 +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: Mon, 25 Jan 2016 17:04:30 -0000 Message-Id: <62b4912bd55a4568b6f8b0ce3101bf8f@git.apache.org> In-Reply-To: <559c9bd584d2468fa814e7b2d13a1662@git.apache.org> References: <559c9bd584d2468fa814e7b2d13a1662@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/51] [partial] hbase-site git commit: Published site at a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8d6f420/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.html b/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.html index 4791324..2dd82f3 100644 --- a/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.html +++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.html @@ -337,26 +337,34 @@ implements void +postDispatchMerge(ObserverContext<MasterCoprocessorEnvironment> ctx, + HRegionInfo regionA, + HRegionInfo regionB) +
called after dispatching the region merge request.
+ + + +void postEnableTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName)
Called after the enableTable operation has been requested.
- + void postEnableTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName)
Called after the enableTable operation has been requested.
- + void postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment> ctx, NamespaceDescriptor ns)
Called after a getNamespaceDescriptor request has been processed.
- + void postGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, List<TableName> tableNamesList, @@ -365,7 +373,7 @@ implements Called after a getTableDescriptors request has been processed. - + void postGetTableNames(ObserverContext<MasterCoprocessorEnvironment> ctx, List<HTableDescriptor> descriptors, @@ -373,28 +381,28 @@ implements Called after a getTableNames request has been processed. - + void postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, List<NamespaceDescriptor> descriptors)
Called after a listNamespaceDescriptors request has been processed.
- + void postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx, List<ProcedureInfo> procInfoList)
Called after a listProcedures request has been processed.
- + void postListSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
Called after listSnapshots request has been processed.
- + void postModifyColumn(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -402,7 +410,7 @@ implements Deprecated.  - + void postModifyColumnFamily(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -410,7 +418,7 @@ implements Called after the column family has been updated. - + void postModifyColumnFamilyHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -418,7 +426,7 @@ implements Called after the column family has been updated. - + void postModifyColumnHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -426,14 +434,14 @@ implements Deprecated.  - + void postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, NamespaceDescriptor ns)
Called after the modifyNamespace operation has been requested.
- + void postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -441,7 +449,7 @@ implements Called after the modifyTable operation has been requested. - + void postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -449,7 +457,7 @@ implements Called after to modifying a table's properties. - + void postMove(ObserverContext<MasterCoprocessorEnvironment> ctx, HRegionInfo region, @@ -458,14 +466,14 @@ implements Called after the region move has been requested. - + void postRegionOffline(ObserverContext<MasterCoprocessorEnvironment> ctx, HRegionInfo regionInfo)
Called after the region has been marked offline.
- + void postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, @@ -473,7 +481,7 @@ implements Called after a snapshot restore operation has been requested. - + void postSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, @@ -481,7 +489,7 @@ implements Called after the quota for the namespace is stored. - + void postSetTableQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -489,7 +497,7 @@ implements Called after the quota for the table is stored. - + void postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, @@ -497,7 +505,7 @@ implements Called after the quota for the user is stored. - + void postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, @@ -506,7 +514,7 @@ implements Called after the quota for the user on the specified namespace is stored. - + void postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, @@ -515,7 +523,7 @@ implements Called after the quota for the user on the specified table is stored. - + void postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, @@ -523,28 +531,28 @@ implements Called after the snapshot operation has been requested. - + void postStartMaster(ObserverContext<MasterCoprocessorEnvironment> ctx)
Called immediately after an active master instance has completed initialization.
- + void postTableFlush(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName)
Called after the table memstore is flushed to disk.
- + void postTruncateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName)
Called after the truncateTable operation has been requested.
- + void postTruncateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName) @@ -552,7 +560,7 @@ implements + void postUnassign(ObserverContext<MasterCoprocessorEnvironment> ctx, HRegionInfo regionInfo, @@ -560,7 +568,7 @@ implements Called after the region unassignment has been requested. - + void preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, ProcedureExecutor<MasterProcedureEnv> procEnv, @@ -568,7 +576,7 @@ implements Called before a abortProcedure request has been processed. - + void preAddColumn(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -576,7 +584,7 @@ implements Deprecated.  - + void preAddColumnFamily(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -584,7 +592,7 @@ implements Called prior to adding a new column family to the table. - + void preAddColumnFamilyHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -592,7 +600,7 @@ implements Called prior to adding a new column family to the table. - + void preAddColumnHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -600,28 +608,28 @@ implements Deprecated.  - + void preAssign(ObserverContext<MasterCoprocessorEnvironment> ctx, HRegionInfo regionInfo)
Called prior to assigning a specific region.
- + void preBalance(ObserverContext<MasterCoprocessorEnvironment> ctx)
Called prior to requesting rebalancing of the cluster regions, though after the initial checks for regions in transition and the balance switch flag.
- + boolean preBalanceSwitch(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean b)
Called prior to modifying the flag used to enable/disable region balancing.
- + void preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, @@ -629,7 +637,7 @@ implements Called before a snapshot is cloned. - + void preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, NamespaceDescriptor ns) @@ -637,7 +645,7 @@ implements HMaster. - + void preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, @@ -646,7 +654,7 @@ implements HMaster. - + void preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, @@ -655,7 +663,7 @@ implements HMaster. - + void preDeleteColumn(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -663,7 +671,7 @@ implements Deprecated.  - + void preDeleteColumnFamily(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -671,7 +679,7 @@ implements Called prior to deleting the entire column family. - + void preDeleteColumnFamilyHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -679,7 +687,7 @@ implements Called prior to deleting the entire column family. - + void preDeleteColumnHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, @@ -687,7 +695,7 @@ implements Deprecated.  - + void preDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace) @@ -696,14 +704,14 @@ implements + void preDeleteSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
Called before a snapshot is deleted.
- + void preDeleteTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName) @@ -711,7 +719,7 @@ implements + void preDeleteTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName) @@ -719,20 +727,28 @@ implements + void preDisableTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName)
Called prior to disabling a table.
- + void preDisableTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName)
Called prior to disabling a table.
+ +void +preDispatchMerge(ObserverContext<MasterCoprocessorEnvironment> ctx, + HRegionInfo regionA, + HRegionInfo regionB) +
Called before dispatching region merge request.
+ + void preEnableTable(ObserverContext<MasterCoprocessorEnvironment> ctx, @@ -1107,13 +1123,54 @@ implements IOException + + + + + + + +