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 1C01D200B4C for ; Thu, 7 Jul 2016 19:58:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1AF07160A4F; Thu, 7 Jul 2016 17:58:20 +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 D147A160A68 for ; Thu, 7 Jul 2016 19:58:17 +0200 (CEST) Received: (qmail 81828 invoked by uid 500); 7 Jul 2016 17:58:15 -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 75218 invoked by uid 99); 7 Jul 2016 17:58:01 -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 Jul 2016 17:58:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 06500E05D9; Thu, 7 Jul 2016 17:58:01 +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 Jul 2016 17:58:28 -0000 Message-Id: <3c3c279614674c84a7d9d59adb4eb116@git.apache.org> In-Reply-To: <416e0bf2445c4169a68cd8cd35c09555@git.apache.org> References: <416e0bf2445c4169a68cd8cd35c09555@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/52] [partial] hbase-site git commit: Published site at c137bafe51a9212f0c2bb2aa4cde4614b4e537be. archived-at: Thu, 07 Jul 2016 17:58:20 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/16d2a5b1/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 a3915ba..9a59883 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html @@ -564,23 +564,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HTableDescriptor -HTable.getTableDescriptor() +Table.getTableDescriptor()
Gets the table descriptor for this table.
-protected HTableDescriptor -HBaseAdmin.CreateTableFuture.getTableDescriptor()  +HTableDescriptor +HTable.getTableDescriptor() +
Gets the table descriptor for this table.
+ protected HTableDescriptor -HBaseAdmin.TableFuture.getTableDescriptor()  +HBaseAdmin.CreateTableFuture.getTableDescriptor()  -HTableDescriptor -Table.getTableDescriptor() -
Gets the table descriptor for this table.
- +protected HTableDescriptor +HBaseAdmin.TableFuture.getTableDescriptor()  HTableDescriptor @@ -981,182 +981,170 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterAndRegionObserver.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 -BaseMasterObserver.postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, HTableDescriptor hTableDescriptor)  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 -BaseMasterAndRegionObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions)  + HRegionInfo[] regions) +
Called after the createTable operation has been requested.
+ void -BaseMasterObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions)  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 -BaseMasterAndRegionObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called after to modifying a table's properties.
+ void -BaseMasterObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd)  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 -BaseMasterAndRegionObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, - HRegionInfo[] regions)  + HRegionInfo[] regions) +
Called after the createTable operation has been requested.
+ void -BaseMasterObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions)  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 -BaseMasterAndRegionObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) -
Deprecated. 
+
Deprecated.  + +
void -BaseMasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) -
Deprecated.  - -
+
Deprecated. 
void -MasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) void -BaseMasterAndRegionObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called after the modifyTable operation has been requested.
+ void -BaseMasterObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd)  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 -BaseMasterAndRegionObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) -
Deprecated. 
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-13645). + Use MasterObserver.postCompletedModifyTableAction(ObserverContext, TableName, HTableDescriptor).
+
void -BaseMasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) -
Deprecated.  - -
+
Deprecated. 
void -MasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) void -BaseMasterAndRegionObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  - - -void -BaseMasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  - - -void MasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, HTableDescriptor hTableDescriptor) @@ -1165,15 +1153,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterAndRegionObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  +BaseMasterAndRegionObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor hTableDescriptor)  void -BaseMasterObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  +BaseMasterObserver.postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor hTableDescriptor)  void @@ -1185,15 +1173,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterAndRegionObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  +BaseMasterAndRegionObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor hTableDescriptor)  void -BaseMasterObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, - HTableDescriptor hTableDescriptor)  +BaseMasterObserver.postSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor hTableDescriptor)  void @@ -1205,15 +1193,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterAndRegionObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions)  +BaseMasterAndRegionObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor hTableDescriptor)  void -BaseMasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions)  +BaseMasterObserver.preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment> ctx, + org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot, + HTableDescriptor hTableDescriptor)  void @@ -1226,15 +1214,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterAndRegionObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions)  +BaseMasterAndRegionObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions)  void -BaseMasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions)  +BaseMasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions)  void @@ -1247,147 +1235,159 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BaseMasterAndRegionObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions) -
Deprecated. 
- +BaseMasterAndRegionObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions)  void -BaseMasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions)  + + +void +MasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) + +void +BaseMasterAndRegionObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions) +
Deprecated. 
+ + void -MasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) void -BaseMasterAndRegionObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, - HTableDescriptor htd)  + HTableDescriptor htd) +
Called prior to modifying a table's properties.
+ void -BaseMasterObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.preModifyTable(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd)  void -MasterObserver.preModifyTable(ObserverContext<