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 140E8200B3C for ; Mon, 27 Jun 2016 19:19:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 129B6160A54; Mon, 27 Jun 2016 17:19:36 +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 20E8E160A72 for ; Mon, 27 Jun 2016 19:19:32 +0200 (CEST) Received: (qmail 99208 invoked by uid 500); 27 Jun 2016 17:19:30 -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 96420 invoked by uid 99); 27 Jun 2016 17:19:28 -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, 27 Jun 2016 17:19:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7636CE947E; Mon, 27 Jun 2016 17:19:28 +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, 27 Jun 2016 17:19:50 -0000 Message-Id: <04e8064b64334a5b8d43e1cdc52e0cf8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/52] [partial] hbase-site git commit: Published site at 424b789e0394fdc074b1725275e30b04e601b486. archived-at: Mon, 27 Jun 2016 17:19:36 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a0cdd2a9/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html b/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html index b19075c..b2596d0 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html @@ -981,11 +981,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor) -
Called after a snapshot clone operation has been requested.
- + HTableDescriptor hTableDescriptor)
  void @@ -995,17 +993,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  + HTableDescriptor hTableDescriptor) +
Called after a snapshot clone operation has been requested.
+ void -MasterObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions) -
Called after the createTable operation has been requested.
- + HRegionInfo[] regions)
  void @@ -1015,17 +1013,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions)  + HRegionInfo[] regions) +
Called after the createTable operation has been requested.
+ void -MasterObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd) -
Called after to modifying a table's properties.
- + HTableDescriptor htd)
  void @@ -1035,17 +1033,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called after to modifying a table's properties.
+ void -MasterObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions) -
Called after the createTable operation has been requested.
- + HRegionInfo[] regions)
  void @@ -1055,19 +1053,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions)  + HRegionInfo[] regions) +
Called after the createTable operation has been requested.
+ void -MasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) @@ -1081,23 +1081,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) void -MasterObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd) -
Called after the modifyTable operation has been requested.
- + HTableDescriptor htd)
  void @@ -1107,19 +1105,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called after the modifyTable operation has been requested.
+ void -MasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) @@ -1133,23 +1133,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) void -MasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor) -
Called after a snapshot restore operation has been requested.
- + HTableDescriptor hTableDescriptor)
  void @@ -1159,17 +1157,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  + HTableDescriptor hTableDescriptor) +
Called after a snapshot restore operation has been requested.
+ void -MasterObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor) -
Called after the snapshot operation has been requested.
- + HTableDescriptor hTableDescriptor)
  void @@ -1179,17 +1177,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  + HTableDescriptor hTableDescriptor) +
Called after the snapshot operation has been requested.
+ void -MasterObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor) -
Called before a snapshot is cloned.
- + HTableDescriptor hTableDescriptor)
  void @@ -1199,18 +1197,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  + HTableDescriptor hTableDescriptor) +
Called before a snapshot is cloned.
+ void -MasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions) -
Called before a new table is created by - HMaster.
- + HRegionInfo[] regions)
  void @@ -1220,18 +1217,18 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions)  + HRegionInfo[] regions) +
Called before a new table is created by + HMaster.
+ void -MasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions) -
Called before a new table is created by - HMaster.
- + HRegionInfo[] regions)
  void @@ -1241,19 +1238,22 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions)  + HRegionInfo[] regions) +
Called before a new table is created by + HMaster.
+ void -MasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) @@ -1267,23 +1267,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) void -MasterObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd) -
Called prior to modifying a table's properties.
- + HTableDescriptor htd)
  void @@ -1293,17 +1291,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called prior to modifying a table's properties.
+ void -MasterObserver.preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd) -
Called prior to modifying a table's properties.
- + HTableDescriptor htd)
  void @@ -1313,19 +1311,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called prior to modifying a table's properties.
+ void -MasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) @@ -1339,23 +1339,21 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) void -MasterObserver.preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor) -
Called before a snapshot is restored.
- + HTableDescriptor hTableDescriptor)
  void @@ -1365,17 +1363,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  + HTableDescriptor hTableDescriptor) +
Called before a snapshot is restored.
+ void -MasterObserver.preSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor) -
Called before a new snapshot is taken.
- + HTableDescriptor hTableDescriptor)
  void @@ -1385,9 +1383,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterObserver.preSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  + HTableDescriptor hTableDescriptor) +
Called before a new snapshot is taken.
+ @@ -1400,12 +1400,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.postGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, List<TableName> tableNamesList, List<