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 E0AD42004CA for ; Wed, 11 May 2016 17:56:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF498160A22; Wed, 11 May 2016 15:56:33 +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 94E1E160A14 for ; Wed, 11 May 2016 17:56:31 +0200 (CEST) Received: (qmail 94451 invoked by uid 500); 11 May 2016 15:56: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 92253 invoked by uid 99); 11 May 2016 15:56: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; Wed, 11 May 2016 15:56:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6AE38E0B4E; Wed, 11 May 2016 15:56: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: Wed, 11 May 2016 15:57:01 -0000 Message-Id: In-Reply-To: <3a47684a6dc14a199cf6c9ebe39ae819@git.apache.org> References: <3a47684a6dc14a199cf6c9ebe39ae819@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] hbase-site git commit: Published site at c9ebcd4e296a31e0da43f513db3f5a8c3929c191. archived-at: Wed, 11 May 2016 15:56:34 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/84ec2568/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 b7e96f7..5655332 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html @@ -654,19 +654,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -HTableDescriptor -Table.getTableDescriptor() -
Gets the table descriptor for this table.
- - - protected HTableDescriptor HBaseAdmin.CreateTableFuture.getTableDescriptor()  - + protected HTableDescriptor HBaseAdmin.TableFuture.getTableDescriptor()  + +HTableDescriptor +Table.getTableDescriptor() +
Gets the table descriptor for this table.
+ + HTableDescriptor HTable.getTableDescriptor() @@ -734,28 +734,28 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HTableDescriptor[] -ConnectionImplementation.listTables() -
Deprecated.  -
Use Admin.listTables() instead
-
- +HBaseAdmin.listTables()  HTableDescriptor[] -HConnection.listTables() +ConnectionImplementation.listTables()
Deprecated.  -
Use Admin.listTables() instead.
+
Use Admin.listTables() instead
HTableDescriptor[] -HBaseAdmin.listTables()  +Admin.listTables() +
List all the userspace tables.
+ HTableDescriptor[] -Admin.listTables() -
List all the userspace tables.
+HConnection.listTables() +
Deprecated.  +
Use Admin.listTables() instead.
+
@@ -1094,17 +1094,17 @@ 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 -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 @@ -1114,17 +1114,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1134,17 +1134,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1154,17 +1154,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1176,25 +1176,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) void -BaseMasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) @@ -1206,17 +1206,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1228,25 +1228,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) void -BaseMasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.postModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) @@ -1258,17 +1258,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1278,17 +1278,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1298,17 +1298,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1318,6 +1318,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void +BaseMasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions)  + + +void MasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) @@ -1325,12 +1331,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HMaster. - -void -BaseMasterObserver.preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions)  - void BaseMasterAndRegionObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, @@ -1339,6 +1339,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void +BaseMasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, + HTableDescriptor desc, + HRegionInfo[] regions)  + + +void MasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) @@ -1346,12 +1352,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HMaster. - -void -BaseMasterObserver.preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment> ctx, - HTableDescriptor desc, - HRegionInfo[] regions)  - void BaseMasterAndRegionObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, @@ -1362,25 +1362,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) void -BaseMasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preCreateTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, HTableDescriptor desc, HRegionInfo[] regions) @@ -1392,17 +1392,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1412,17 +1412,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1434,25 +1434,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) void -BaseMasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preModifyTableHandler(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, HTableDescriptor htd) @@ -1464,17 +1464,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 -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 @@ -1484,17 +1484,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -MasterObserver.preSnapshot(