hbase git commit: HBASE-16544 Remove or Clarify Using Amazon S3 Storage section in the reference guide -addendum (Yi Liang)

2016-09-16 Thread jerryjch
Repository: hbase
Updated Branches:
  refs/heads/master 1a1003a48 -> bb3d9ccd4


HBASE-16544 Remove or Clarify Using Amazon S3 Storage section in the reference 
guide -addendum (Yi Liang)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bb3d9ccd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bb3d9ccd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bb3d9ccd

Branch: refs/heads/master
Commit: bb3d9ccd489fb64e3cb2020583935a393382a678
Parents: 1a1003a
Author: Jerry He 
Authored: Fri Sep 16 18:34:23 2016 -0700
Committer: Jerry He 
Committed: Fri Sep 16 18:34:23 2016 -0700

--
 src/main/asciidoc/_chapters/ops_mgt.adoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/bb3d9ccd/src/main/asciidoc/_chapters/ops_mgt.adoc
--
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc 
b/src/main/asciidoc/_chapters/ops_mgt.adoc
index 0d184a7..550d5f7 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -2056,9 +2056,7 @@ $ bin/hbase 
org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot MySnapshot
 [[snapshots_s3]]
 === Storing Snapshots in an Amazon S3 Bucket
 
-For general information and limitations of using Amazon S3 storage with HBase, 
see
-<>. You can also store and retrieve snapshots from 
Amazon
-S3, using the following procedure.
+You can store and retrieve snapshots from Amazon S3, using the following 
procedure.
 
 NOTE: You can also store snapshots in Microsoft Azure Blob Storage. See 
<>.
 



hbase git commit: HBASE-16620 Fix backup command-line tool usability issues - fixes compilation error

2016-09-16 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/HBASE-7912 759a2c17a -> fef921860


HBASE-16620 Fix backup command-line tool usability issues - fixes compilation 
error


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fef92186
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fef92186
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fef92186

Branch: refs/heads/HBASE-7912
Commit: fef92186079dbe52c8031291180e08ab08c1301f
Parents: 759a2c1
Author: tedyu 
Authored: Fri Sep 16 17:04:52 2016 -0700
Committer: tedyu 
Committed: Fri Sep 16 17:04:52 2016 -0700

--
 .../main/java/org/apache/hadoop/hbase/backup/BackupDriver.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/fef92186/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupDriver.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupDriver.java 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupDriver.java
index 4e668ce..2430ce5 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupDriver.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupDriver.java
@@ -112,8 +112,8 @@ public class BackupDriver extends AbstractHBaseTool {
 }   
 try {
   command.execute();
-} catch(IOException e) {
-  if(e.getMessage().equals(BackupCommands.IGNORE)){
+} catch (IOException e) {
+  if (e.getMessage().equals(BackupCommands.INCORRECT_USAGE)){
 return -1;
   }
   throw e;



hbase git commit: Set version on branch to 0.98.23-SNAPSHOT

2016-09-16 Thread apurtell
Repository: hbase
Updated Branches:
  refs/heads/0.98 78b036304 -> 73fa9d6ec


Set version on branch to 0.98.23-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/73fa9d6e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/73fa9d6e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/73fa9d6e

Branch: refs/heads/0.98
Commit: 73fa9d6ece1fc4a41502c8a1207b486c77f13d68
Parents: 78b0363
Author: Andrew Purtell 
Authored: Fri Sep 16 12:16:56 2016 -0700
Committer: Andrew Purtell 
Committed: Fri Sep 16 12:16:56 2016 -0700

--
 hbase-annotations/pom.xml | 2 +-
 hbase-assembly/pom.xml| 2 +-
 hbase-checkstyle/pom.xml  | 4 ++--
 hbase-client/pom.xml  | 2 +-
 hbase-common/pom.xml  | 2 +-
 hbase-examples/pom.xml| 2 +-
 hbase-hadoop-compat/pom.xml   | 2 +-
 hbase-hadoop1-compat/pom.xml  | 2 +-
 hbase-hadoop2-compat/pom.xml  | 2 +-
 hbase-it/pom.xml  | 2 +-
 hbase-prefix-tree/pom.xml | 2 +-
 hbase-protocol/pom.xml| 2 +-
 hbase-resource-bundle/pom.xml | 2 +-
 hbase-rest/pom.xml| 2 +-
 hbase-server/pom.xml  | 2 +-
 hbase-shell/pom.xml   | 2 +-
 hbase-testing-util/pom.xml| 2 +-
 hbase-thrift/pom.xml  | 2 +-
 pom.xml   | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-annotations/pom.xml
--
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index 751ba80..9ce4fbf 100644
--- a/hbase-annotations/pom.xml
+++ b/hbase-annotations/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-assembly/pom.xml
--
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 1937599..28a425b 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
   
   hbase-assembly

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-checkstyle/pom.xml
--
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index a6e2d12..eb78208 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -24,14 +24,14 @@
 4.0.0
 org.apache.hbase
 hbase-checkstyle
-0.98.22
+0.98.23-SNAPSHOT
 Apache HBase - Checkstyle
 Module to hold Checkstyle properties for HBase.
 
   
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-client/pom.xml
--
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 786dd74..c8daf07 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -24,7 +24,7 @@
   
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-common/pom.xml
--
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index d087359..9b8d771 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-examples/pom.xml
--
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index d38d7d2..14b8729 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
   
   hbase-examples

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-hadoop-compat/pom.xml
--
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 413d1c2..c2d46f0 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -23,7 +23,7 @@
 
 hbase
 org.apache.hbase
-0.98.22
+0.98.23-SNAPSHOT
 ..
 
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/73fa9d6e/hbase-hadoop1-compat/pom.xml
--
diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml
index 808674b..2774d6b 100644
--- a/hbase-hadoop1-compat/pom.xml
+++ b/hbase-hadoop1-compat/pom.xml
@@ -21,7 

hbase git commit: HBASE-16447 Replication by namespaces config in peer (Guanghao Zhang)

2016-09-16 Thread enis
Repository: hbase
Updated Branches:
  refs/heads/master 2cf8907db -> 1a1003a48


HBASE-16447 Replication by namespaces config in peer (Guanghao Zhang)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a1003a4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a1003a4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1a1003a4

Branch: refs/heads/master
Commit: 1a1003a482d9bfb725fbe1097c794fdb043dcd81
Parents: 2cf8907
Author: Enis Soztutar 
Authored: Fri Sep 16 11:47:42 2016 -0700
Committer: Enis Soztutar 
Committed: Fri Sep 16 11:47:42 2016 -0700

--
 .../client/replication/ReplicationAdmin.java|  38 ++-
 .../replication/ReplicationSerDeHelper.java |  30 ++-
 .../hbase/replication/ReplicationPeer.java  |   7 +
 .../replication/ReplicationPeerConfig.java  |  15 +-
 .../replication/ReplicationPeerZKImpl.java  |  10 +
 .../replication/ReplicationPeersZKImpl.java |   4 +-
 .../hbase/zookeeper/ZooKeeperWatcher.java   |   2 +-
 .../ipc/protobuf/generated/TestProtos.java  |  10 +-
 .../protobuf/generated/ZooKeeperProtos.java | 186 --
 .../src/main/protobuf/ZooKeeper.proto   |   1 +
 .../apache/hadoop/hbase/ZKNamespaceManager.java |   2 +-
 .../replication/BaseReplicationEndpoint.java|   6 +-
 .../NamespaceTableCfWALEntryFilter.java | 126 ++
 .../replication/TableCfWALEntryFilter.java  | 101 
 .../replication/TestReplicationAdmin.java   |  84 +++
 .../replication/TestNamespaceReplication.java   | 248 +++
 .../TestReplicationWALEntryFilters.java |  73 +-
 ...egionReplicaReplicationEndpointNoMaster.java |   3 +
 .../src/main/ruby/hbase/replication_admin.rb|  36 +++
 hbase-shell/src/main/ruby/hbase_constants.rb|   1 +
 hbase-shell/src/main/ruby/shell.rb  |   1 +
 .../src/main/ruby/shell/commands/add_peer.rb|  16 +-
 .../src/main/ruby/shell/commands/list_peers.rb  |   7 +-
 .../ruby/shell/commands/set_peer_namespaces.rb  |  51 
 .../ruby/shell/commands/set_peer_tableCFs.rb|  10 +-
 .../test/ruby/hbase/replication_admin_test.rb   |  69 +-
 26 files changed, 993 insertions(+), 144 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/1a1003a4/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
index de6cb7f..dc1a7ad 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
@@ -189,6 +189,8 @@ public class ReplicationAdmin implements Closeable {
* @param peerConfig configuration for the replication slave cluster
*/
   public void addPeer(String id, ReplicationPeerConfig peerConfig) throws 
ReplicationException {
+checkNamespacesAndTableCfsConfigConflict(peerConfig.getNamespaces(),
+  peerConfig.getTableCFsMap());
 this.replicationPeers.registerPeer(id, peerConfig);
   }
 
@@ -202,8 +204,11 @@ public class ReplicationAdmin implements Closeable {
 
   public void updatePeerConfig(String id, ReplicationPeerConfig peerConfig)
   throws ReplicationException {
+checkNamespacesAndTableCfsConfigConflict(peerConfig.getNamespaces(),
+  peerConfig.getTableCFsMap());
 this.replicationPeers.updatePeerConfig(id, peerConfig);
   }
+
   /**
* Removes a peer cluster and stops the replication to it.
* @param id a short name that identifies the cluster
@@ -360,7 +365,6 @@ public class ReplicationAdmin implements Closeable {
 }
   } else {
 throw new ReplicationException("No table: " + table + " in table-cfs 
config of peer: " + id);
-
   }
 }
 setPeerTableCFs(id, preTableCfs);
@@ -376,6 +380,8 @@ public class ReplicationAdmin implements Closeable {
*/
   public void setPeerTableCFs(String id, Map tableCfs)
   throws ReplicationException {
+checkNamespacesAndTableCfsConfigConflict(
+  this.replicationPeers.getReplicationPeerConfig(id).getNamespaces(), 
tableCfs);
 this.replicationPeers.setPeerTableCFsConfig(id, tableCfs);
   }
 
@@ -627,4 +633,34 @@ public class ReplicationAdmin implements Closeable {
 }
 return true;
   }
+
+  /**
+   * Set a namespace in the peer config means that all tables in this namespace
+   * will be replicated to the peer cluster.
+   *
+   * 1. If you already have set a namespace in the peer config, then you 

[04/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RSRpcServices.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RSRpcServices.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RSRpcServices.html
index 7e7c584..70f074e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RSRpcServices.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RSRpcServices.html
@@ -167,13 +167,13 @@
 
 
 
-protected RSRpcServices
-HRegionServer.rpcServices
-
-
 private RSRpcServices
 AnnotationReadingPriorityFunction.rpcServices
 
+
+protected RSRpcServices
+HRegionServer.rpcServices
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html
index d0846c3..75d6896 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html
@@ -412,30 +412,30 @@
 
 
 private Region
-RSRpcServices.RegionScannerHolder.r
+SplitTransactionImpl.DaughterOpener.r
 
 
 private Region
-SplitTransactionImpl.DaughterOpener.r
+RSRpcServices.RegionScannerHolder.r
 
 
 private Region
-MemStoreFlusher.FlushRegionEntry.region
-
-
-private Region
 RegionServerServices.PostOpenDeployContext.region
 
-
+
 (package private) Region
 RegionCoprocessorHost.region
 The region
 
 
-
+
 private Region
 RegionCoprocessorHost.RegionEnvironment.region
 
+
+private Region
+MemStoreFlusher.FlushRegionEntry.region
+
 
 
 
@@ -473,6 +473,11 @@
 
 
 Region
+RegionMergeTransactionImpl.execute(Serverserver,
+   RegionServerServicesservices)
+
+
+Region
 RegionMergeTransaction.execute(Serverserver,
RegionServerServicesservices)
 Deprecated.
@@ -480,12 +485,13 @@
 
 
 
-
+
 Region
-RegionMergeTransactionImpl.execute(Serverserver,
-   RegionServerServicesservices)
+RegionMergeTransactionImpl.execute(Serverserver,
+   RegionServerServicesservices,
+   Useruser)
 
-
+
 Region
 RegionMergeTransaction.execute(Serverserver,
RegionServerServicesservices,
@@ -493,12 +499,6 @@
 Run the transaction.
 
 
-
-Region
-RegionMergeTransactionImpl.execute(Serverserver,
-   RegionServerServicesservices,
-   Useruser)
-
 
 private Region
 MemStoreFlusher.getBiggestMemstoreOfRegionReplica(http://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true;
 title="class or interface in java.util">SortedMaphttp://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long,RegionregionsBySize,
@@ -512,14 +512,14 @@
 
 
 Region
-HRegionServer.getFromOnlineRegions(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringencodedRegionName)
-
-
-Region
 OnlineRegions.getFromOnlineRegions(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringencodedRegionName)
 Return Region instance.
 
 
+
+Region
+HRegionServer.getFromOnlineRegions(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringencodedRegionName)
+
 
 Region
 HRegionServer.getOnlineRegion(byte[]regionName)
@@ -609,24 +609,24 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegion
-HRegionServer.getOnlineRegions()
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegion
 OnlineRegions.getOnlineRegions()
 Get all online regions in this RS.
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegion
+HRegionServer.getOnlineRegions()
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegion
-HRegionServer.getOnlineRegions(TableNametableName)
-Gets the online regions of the specified table.
+OnlineRegions.getOnlineRegions(TableNametableName)
+Get all online regions of a table in this RS.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegion
-OnlineRegions.getOnlineRegions(TableNametableName)
-Get all online regions of a table in this RS.
+HRegionServer.getOnlineRegions(TableNametableName)
+Gets the online regions of the specified table.
 
 
 
@@ -666,14 +666,14 @@
 
 
 void

[41/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 7524c9b..a067f67 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -51135,6 +51135,8 @@
 Indicates to the client whether this task is monitoring a 
currently active 
  RPC call.
 
+isRunnable()
 - Method in class org.apache.hadoop.hbase.procedure2.Procedure
+
 isRunning()
 - Method in class org.apache.hadoop.hbase.master.ClusterSchemaServiceImpl
 
 isRunning()
 - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html 
b/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
index 0109fa2..e208b7f 100644
--- a/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
+++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
@@ -358,7 +358,7 @@ the order they are declared.
 
 
 values
-public staticKeyValue.Type[]values()
+public staticKeyValue.Type[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -378,7 +378,7 @@ for (KeyValue.Type c : KeyValue.Type.values())
 
 
 valueOf
-public staticKeyValue.TypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticKeyValue.TypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ProcedureState.html 
b/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
index cebeea3..f5718d6 100644
--- a/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
+++ b/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
@@ -283,7 +283,7 @@ the order they are declared.
 
 
 values
-public staticProcedureState[]values()
+public staticProcedureState[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -303,7 +303,7 @@ for (ProcedureState c : ProcedureState.values())
 
 
 valueOf
-public staticProcedureStatevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticProcedureStatevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
index 3e5db12..39f3592 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
@@ -298,11 +298,11 @@
 
 
 private Abortable
-SimpleRpcScheduler.abortable
+RpcExecutor.abortable
 
 
 private Abortable
-RpcExecutor.abortable
+SimpleRpcScheduler.abortable
 
 
 
@@ -563,24 +563,24 @@
 
 
 RpcScheduler
-FifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configurationconf,
-  PriorityFunctionpriority,
-  Abortableserver)
-
-
-RpcScheduler
 RpcSchedulerFactory.create(org.apache.hadoop.conf.Configurationconf,
   PriorityFunctionpriority,
   Abortableserver)
 Constructs a RpcScheduler.
 
 
-
+
 RpcScheduler
 SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configurationconf,
   PriorityFunctionpriority,
   Abortableserver)
 
+
+RpcScheduler
+FifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configurationconf,
+  PriorityFunctionpriority,
+  Abortableserver)
+
 
 
 
@@ -651,16 +651,16 @@
 ReplicationQueuesArguments.abort
 
 
-private Abortable
-ReplicationPeersZKImpl.abortable
+protected Abortable
+ReplicationStateZKBase.abortable
 
 
 protected Abortable
 

[49/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/client/Consistency.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Consistency.html 
b/apidocs/org/apache/hadoop/hbase/client/Consistency.html
index 957225e..022e423 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Consistency.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Consistency.html
@@ -254,7 +254,7 @@ the order they are declared.
 
 
 values
-public staticConsistency[]values()
+public staticConsistency[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -274,7 +274,7 @@ for (Consistency c : Consistency.values())
 
 
 valueOf
-public staticConsistencyvalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticConsistencyvalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
index 17fcf5e..06be9bb 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
@@ -146,19 +146,19 @@ the order they are declared.
 
 
 
+Get
+Get.setConsistency(Consistencyconsistency)
+
+
 Scan
 Scan.setConsistency(Consistencyconsistency)
 
-
+
 Query
 Query.setConsistency(Consistencyconsistency)
 Sets the consistency level for this operation
 
 
-
-Get
-Get.setConsistency(Consistencyconsistency)
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
index 88d6806..52f0603 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
@@ -207,15 +207,15 @@ the order they are declared.
 Append.setDurability(Durabilityd)
 
 
-Increment
-Increment.setDurability(Durabilityd)
-
-
 Mutation
 Mutation.setDurability(Durabilityd)
 Set the durability for this mutation
 
 
+
+Increment
+Increment.setDurability(Durabilityd)
+
 
 Delete
 Delete.setDurability(Durabilityd)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
index 7ca47ff..ce91f66 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
@@ -139,19 +139,19 @@ the order they are declared.
 
 
 
+Get
+Get.setIsolationLevel(IsolationLevellevel)
+
+
 Scan
 Scan.setIsolationLevel(IsolationLevellevel)
 
-
+
 Query
 Query.setIsolationLevel(IsolationLevellevel)
 Set the isolation level for this query.
 
 
-
-Get
-Get.setIsolationLevel(IsolationLevellevel)
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 29ae4f1..a243e93 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -298,17 +298,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
-   org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
-
-
-org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
 TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,

[43/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/coc.html
--
diff --git a/coc.html b/coc.html
index 6e3d020..a7c00a6 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -331,7 +331,7 @@ For flagrant violations requiring a firm response the PMC 
may opt to skip early
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index d041d6f..ba2c57d 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -673,7 +673,7 @@ Now your HBase server is running, start 
coding and build that next
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 231c16f..4bf08eb 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -518,7 +518,7 @@
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 0d0dff1..1387601 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -1729,7 +1729,7 @@
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 976edcb..55992f1 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -312,7 +312,7 @@
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index aec93c5..8e5cf6e 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependency Management
 
@@ -816,7 +816,7 @@
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 69fa2a7..fe0c8a0 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3662,28 +3662,28 @@
 
 publicstaticfinalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 date
-"Thu Sep 15 14:33:49 UTC 2016"
+"Fri Sep 16 14:35:56 UTC 2016"
 
 
 
 
 publicstaticfinalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface 

[32/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/Server.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Server.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Server.html
index 6f82fe2..4b95eae 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Server.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Server.html
@@ -332,17 +332,17 @@
 ActiveMasterManager.master
 
 
-protected Server
-BulkAssigner.server
-
-
 private Server
 CatalogJanitor.server
 
-
+
 private Server
 SplitLogManager.server
 
+
+protected Server
+BulkAssigner.server
+
 
 
 
@@ -439,19 +439,19 @@
 
 
 private Server
-SplitTransactionImpl.server
+HeapMemoryManager.server
 
 
 private Server
-SplitTransactionImpl.DaughterOpener.server
+SplitTransactionImpl.server
 
 
 private Server
-LogRoller.server
+SplitTransactionImpl.DaughterOpener.server
 
 
 private Server
-HeapMemoryManager.server
+LogRoller.server
 
 
 
@@ -464,21 +464,21 @@
 
 
 Server
-RegionMergeTransaction.getServer()
-Get the Server running the transaction or rollback
-
+RegionMergeTransactionImpl.getServer()
 
 
 Server
-RegionMergeTransactionImpl.getServer()
+SplitTransactionImpl.getServer()
 
 
 Server
-SplitTransactionImpl.getServer()
+SplitTransaction.getServer()
+Get the Server running the transaction or rollback
+
 
 
 Server
-SplitTransaction.getServer()
+RegionMergeTransaction.getServer()
 Get the Server running the transaction or rollback
 
 
@@ -516,24 +516,15 @@
 
 
 Region
-RegionMergeTransaction.execute(Serverserver,
-   RegionServerServicesservices)
-Deprecated.
-use #execute(Server, 
RegionServerServices, User)
-
-
-
-
-Region
 RegionMergeTransactionImpl.execute(Serverserver,
RegionServerServicesservices)
 
-
+
 PairOfSameTypeRegion
 SplitTransactionImpl.execute(Serverserver,
RegionServerServicesservices)
 
-
+
 PairOfSameTypeRegion
 SplitTransaction.execute(Serverserver,
RegionServerServicesservices)
@@ -542,27 +533,28 @@
 
 
 
-
+
 Region
-RegionMergeTransaction.execute(Serverserver,
-   RegionServerServicesservices,
-   Useruser)
-Run the transaction.
+RegionMergeTransaction.execute(Serverserver,
+   RegionServerServicesservices)
+Deprecated.
+use #execute(Server, 
RegionServerServices, User)
+
 
 
-
+
 Region
 RegionMergeTransactionImpl.execute(Serverserver,
RegionServerServicesservices,
Useruser)
 
-
+
 PairOfSameTypeRegion
 SplitTransactionImpl.execute(Serverserver,
RegionServerServicesservices,
Useruser)
 
-
+
 PairOfSameTypeRegion
 SplitTransaction.execute(Serverserver,
RegionServerServicesservices,
@@ -570,6 +562,14 @@
 Run the transaction.
 
 
+
+Region
+RegionMergeTransaction.execute(Serverserver,
+   RegionServerServicesservices,
+   Useruser)
+Run the transaction.
+
+
 
 void
 ReplicationService.initialize(Serverrs,
@@ -605,24 +605,15 @@
 
 
 boolean
-RegionMergeTransaction.rollback(Serverserver,
-RegionServerServicesservices)
-Deprecated.
-use #rollback(Server, 
RegionServerServices, User)
-
-
-
-
-boolean
 RegionMergeTransactionImpl.rollback(Serverserver,
 RegionServerServicesservices)
 
-
+
 boolean
 SplitTransactionImpl.rollback(Serverserver,
 RegionServerServicesservices)
 
-
+
 boolean
 SplitTransaction.rollback(Serverserver,
 RegionServerServicesservices)
@@ -631,27 +622,28 @@
 
 
 
-
+
 boolean
-RegionMergeTransaction.rollback(Serverserver,
-RegionServerServicesservices,
-Useruser)
-Roll back a failed transaction
+RegionMergeTransaction.rollback(Serverserver,
+RegionServerServicesservices)
+Deprecated.
+use #rollback(Server, 
RegionServerServices, User)
+
 
 
-
+
 boolean
 RegionMergeTransactionImpl.rollback(Serverserver,
 RegionServerServicesservices,
 Useruser)
 
-
+
 boolean
 SplitTransactionImpl.rollback(Serverserver,
 RegionServerServicesservices,
 Useruser)
 
-
+
 boolean
 SplitTransaction.rollback(Serverserver,
 RegionServerServicesservices,
@@ -659,6 +651,14 @@
 Roll back a failed transaction
 
 
+
+boolean
+RegionMergeTransaction.rollback(Serverserver,
+RegionServerServicesservices,
+Useruser)
+Roll back a failed transaction
+
+
 
 void
 RegionMergeTransactionImpl.stepsAfterPONR(Serverserver,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index 10b1dad..389cfd5 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -256,11 +256,11 @@
 
 
 ServerName
-Server.getServerName()
+SplitLogTask.getServerName()
 
 

[46/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index ef54c71..d4666b5 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -124,100 +124,100 @@
 
 
 
-T
-DataType.decode(PositionedByteRangesrc)
-Read an instance of T from the buffer 
src.
-
+byte[]
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
-OrderedNumeric.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
+OrderedInt32.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
-RawLong.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+RawString.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
+OrderedInt64.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true;
 title="class or interface in java.lang">Double
+RawDouble.decode(PositionedByteRangesrc)
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
+RawInteger.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true;
 title="class or interface in java.lang">Double
+OrderedFloat64.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-RawString.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true;
 title="class or interface in java.lang">Float
+RawFloat.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
-OrderedInt8.decode(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-byte[]
-RawBytes.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+OrderedString.decode(PositionedByteRangesrc)
 
 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+OrderedNumeric.decode(PositionedByteRangesrc)
+
+
 T
 TerminatedWrapper.decode(PositionedByteRangesrc)
 
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true;
 title="class or interface in java.lang">Float
+OrderedFloat32.decode(PositionedByteRangesrc)
+
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-OrderedString.decode(PositionedByteRangesrc)
+byte[]
+RawBytes.decode(PositionedByteRangesrc)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
-OrderedInt64.decode(PositionedByteRangesrc)
+RawLong.decode(PositionedByteRangesrc)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRangesrc)
+RawShort.decode(PositionedByteRangesrc)
 
 
 byte[]
 OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRangesrc)
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
-OrderedInt32.decode(PositionedByteRangesrc)

[48/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index 82cc963..9d8a596 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -156,19 +156,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+Get
+Get.setFilter(Filterfilter)
+
+
 Scan
 Scan.setFilter(Filterfilter)
 
-
+
 Query
 Query.setFilter(Filterfilter)
 Apply the specified server-side filter when performing the 
Query.
 
 
-
-Get
-Get.setFilter(Filterfilter)
-
 
 
 
@@ -390,83 +390,83 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+SingleColumnValueExcludeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+PrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-SingleColumnValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnCountGetFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-QualifierFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+FirstKeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-KeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-PrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+MultipleColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-MultipleColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-PageFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnPaginationFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-ColumnCountGetFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 

[37/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html
index bf7fff2..689b99d 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html
@@ -304,11 +304,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HDFSBlocksDistribution
-StoreFile.getHDFSBlockDistribution()
+StoreFileInfo.getHDFSBlockDistribution()
 
 
 HDFSBlocksDistribution
-StoreFileInfo.getHDFSBlockDistribution()
+StoreFile.getHDFSBlockDistribution()
 
 
 HDFSBlocksDistribution



[19/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
index 4f412f2..7448db3 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
@@ -173,16 +173,16 @@
 
 
 void
-LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
+BlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf)
-Cache the block with the specified name and buffer.
+Add block to cache (defaults to not in-memory).
 
 
 
 void
-BlockCache.cacheBlock(BlockCacheKeycacheKey,
+LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf)
-Add block to cache (defaults to not in-memory).
+Cache the block with the specified name and buffer.
 
 
 
@@ -192,17 +192,19 @@
 
 
 void
-InclusiveCombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
   booleancacheDataInL1)
 
 
 void
-CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+BlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
+  booleancacheDataInL1)
+Add block to cache.
+
 
 
 void
@@ -215,12 +217,10 @@
 
 
 void
-BlockCache.cacheBlock(BlockCacheKeycacheKey,
+InclusiveCombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
-Add block to cache.
-
+  booleancacheDataInL1)
 
 
 void
@@ -241,31 +241,33 @@
 
 
 boolean
-LruBlockCache.evictBlock(BlockCacheKeycacheKey)
-
-
-boolean
 BlockCache.evictBlock(BlockCacheKeycacheKey)
 Evict block from cache.
 
 
+
+boolean
+LruBlockCache.evictBlock(BlockCacheKeycacheKey)
+
 
 boolean
 MemcachedBlockCache.evictBlock(BlockCacheKeycacheKey)
 
 
 Cacheable
-InclusiveCombinedBlockCache.getBlock(BlockCacheKeycacheKey,
+CombinedBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
 booleanupdateCacheMetrics)
 
 
 Cacheable
-CombinedBlockCache.getBlock(BlockCacheKeycacheKey,
+BlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
+booleanupdateCacheMetrics)
+Fetch block from cache.
+
 
 
 Cacheable
@@ -278,12 +280,10 @@
 
 
 Cacheable
-BlockCache.getBlock(BlockCacheKeycacheKey,
+InclusiveCombinedBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
-Fetch block from cache.
-
+booleanupdateCacheMetrics)
 
 
 Cacheable
@@ -315,17 +315,17 @@
 
 
 void
-LruBlockCache.returnBlock(BlockCacheKeycacheKey,
-   Cacheableblock)
-
-
-void
 BlockCache.returnBlock(BlockCacheKeycacheKey,
Cacheableblock)
 Called when the scanner using the block decides to return 
the block once its usage
  is over.
 
 
+
+void
+LruBlockCache.returnBlock(BlockCacheKeycacheKey,
+   Cacheableblock)
+
 
 void
 MemcachedBlockCache.returnBlock(BlockCacheKeycacheKey,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html
index 36104b4..4cd5b10 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html
@@ -194,25 +194,25 @@
 
 
 BlockType
-Cacheable.getBlockType()
+BlockCacheKey.getBlockType()
 
 
 BlockType
-BlockCacheKey.getBlockType()
+Cacheable.getBlockType()
 
 
 BlockType
-HFileBlock.getBlockType()
+CachedBlock.getBlockType()
 
 
 BlockType
-HFileBlock.BlockWritable.getBlockType()
-The type of block this data should use.
-
+HFileBlock.getBlockType()
 
 
 BlockType
-CachedBlock.getBlockType()
+HFileBlock.BlockWritable.getBlockType()
+The type of block this data should use.
+
 
 
 BlockType
@@ -220,14 +220,14 @@
 
 
 BlockType
-HFileBlockIndex.BlockIndexWriter.getInlineBlockType()
-
-
-BlockType
 InlineBlockWriter.getInlineBlockType()
 The type of blocks this block writer produces.
 
 
+
+BlockType
+HFileBlockIndex.BlockIndexWriter.getInlineBlockType()
+
 
 static BlockType
 BlockType.parse(byte[]buf,
@@ -284,26 +284,26 @@ the order they are declared.
 
 
 void
-NoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContextencodingCtx,
+HFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContextencodingCtx,
 

[23/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index 1a8bb34..e0db95e 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -140,41 +140,39 @@
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+QualifierFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cellv)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cellv)
+RandomRowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cellv)
+ColumnCountGetFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cellv)
+DependentColumnFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cellv)
+KeyOnlyFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cellv)
+FuzzyRowFilter.filterKeyValue(Cellc)
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cellv)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+SingleColumnValueFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cellignored)
+FamilyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
@@ -182,69 +180,71 @@
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cellv)
+FilterList.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cellv)
+ColumnRangeFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cellc)
+ValueFilter.filterKeyValue(Cellv)
 
 
-Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cellc)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cellc)
+MultiRowRangeFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cellkv)
+FirstKeyOnlyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
-
-
-Filter.ReturnCode
 FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
 Deprecated.
 
 
+
+Filter.ReturnCode
+PageFilter.filterKeyValue(Cellignored)
+
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+TimestampsFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cellignored)
+ColumnPaginationFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cellv)
+SkipFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cellv)
+RowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cellv)
+InclusiveStopFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cellv)
+FilterWrapper.filterKeyValue(Cellv)
 
 
 static Filter.ReturnCode
@@ -311,11 +311,11 @@ the order they are declared.
 
 
 Filter.ReturnCode
-VisibilityLabelFilter.filterKeyValue(Cellcell)
+VisibilityController.DeleteVersionVisibilityExpressionFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-VisibilityController.DeleteVersionVisibilityExpressionFilter.filterKeyValue(Cellcell)
+VisibilityLabelFilter.filterKeyValue(Cellcell)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index 56f15fe..f9ed74a 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -170,11 +170,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Scan.getFilter()
+Query.getFilter()
 
 
 Filter
-Query.getFilter()
+Scan.getFilter()
 
 
 
@@ -186,19 +186,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Scan
-Scan.setFilter(Filterfilter)
-
-
 Get
 Get.setFilter(Filterfilter)
 
-
+
 Query
 Query.setFilter(Filterfilter)
 Apply the specified server-side filter when performing the 
Query.
 
 
+
+Scan
+Scan.setFilter(Filterfilter)
+
 
 
 
@@ -464,69 +464,69 @@ Input/OutputFormats, a table indexing MapReduce job, and 

[51/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/fd52f877
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/fd52f877
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/fd52f877

Branch: refs/heads/asf-site
Commit: fd52f8775d129a65843404f2e19c837e66884a23
Parents: e947fdc
Author: jenkins 
Authored: Fri Sep 16 14:57:47 2016 +
Committer: Misty Stanley-Jones 
Committed: Fri Sep 16 10:24:52 2016 -0700

--
 acid-semantics.html |4 +-
 apache_hbase_reference_guide.pdf|4 +-
 apache_hbase_reference_guide.pdfmarks   |4 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   |4 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  232 +-
 .../hadoop/hbase/class-use/ServerName.html  |4 +-
 .../hadoop/hbase/class-use/TableName.html   |8 +-
 .../apache/hadoop/hbase/client/Consistency.html |4 +-
 .../hbase/client/class-use/Consistency.html |   10 +-
 .../hbase/client/class-use/Durability.html  |8 +-
 .../hbase/client/class-use/IsolationLevel.html  |   10 +-
 .../hadoop/hbase/client/class-use/Result.html   |   48 +-
 .../hadoop/hbase/client/class-use/Row.html  |6 +-
 .../hadoop/hbase/client/package-tree.html   |8 +-
 .../filter/class-use/Filter.ReturnCode.html |   60 +-
 .../hadoop/hbase/filter/class-use/Filter.html   |   50 +-
 .../hadoop/hbase/filter/package-tree.html   |6 +-
 .../io/class-use/ImmutableBytesWritable.html|   70 +-
 .../hadoop/hbase/io/class-use/TimeRange.html|   12 +-
 .../hbase/io/crypto/class-use/Cipher.html   |   16 +-
 .../hbase/io/encoding/DataBlockEncoding.html|4 +-
 .../apache/hadoop/hbase/quotas/QuotaType.html   |4 +-
 .../hbase/quotas/ThrottlingException.Type.html  |4 +-
 .../hadoop/hbase/quotas/package-tree.html   |2 +-
 .../hadoop/hbase/regionserver/BloomType.html|4 +-
 .../hadoop/hbase/util/class-use/Bytes.html  |   16 +-
 .../hadoop/hbase/util/class-use/Order.html  |   42 +-
 .../hadoop/hbase/util/class-use/Pair.html   |4 +-
 .../util/class-use/PositionedByteRange.html |  380 +-
 apidocs/overview-tree.html  |   18 +-
 book.html   |2 +-
 bulk-loads.html |4 +-
 checkstyle-aggregate.html   |  230 +-
 checkstyle.rss  | 6850 +-
 coc.html|4 +-
 cygwin.html |4 +-
 dependencies.html   |4 +-
 dependency-convergence.html |4 +-
 dependency-info.html|4 +-
 dependency-management.html  |4 +-
 devapidocs/constant-values.html |8 +-
 devapidocs/deprecated-list.html |  244 +-
 devapidocs/index-all.html   |2 +
 .../org/apache/hadoop/hbase/KeyValue.Type.html  |4 +-
 .../org/apache/hadoop/hbase/ProcedureState.html |4 +-
 .../hadoop/hbase/class-use/Abortable.html   |   34 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html | 1022 +--
 .../hadoop/hbase/class-use/CellComparator.html  |  120 +-
 .../hadoop/hbase/class-use/CellScanner.html |   56 +-
 .../hadoop/hbase/class-use/ClusterStatus.html   |   20 +-
 .../hadoop/hbase/class-use/Coprocessor.html |   12 +-
 .../hbase/class-use/CoprocessorEnvironment.html |   58 +-
 .../hbase/class-use/HBaseIOException.html   |8 +-
 .../hbase/class-use/HColumnDescriptor.html  |  190 +-
 .../hbase/class-use/HDFSBlocksDistribution.html |4 +-
 .../hadoop/hbase/class-use/HRegionInfo.html |  326 +-
 .../hadoop/hbase/class-use/HRegionLocation.html |   16 +-
 .../hbase/class-use/HTableDescriptor.html   |  300 +-
 .../InterProcessLock.MetadataHandler.html   |8 +-
 .../apache/hadoop/hbase/class-use/KeyValue.html |   52 +-
 .../hbase/class-use/NamespaceDescriptor.html|  116 +-
 .../hadoop/hbase/class-use/ProcedureInfo.html   |   20 +-
 .../hadoop/hbase/class-use/RegionLocations.html |   24 +-
 .../apache/hadoop/hbase/class-use/Server.html   |  106 +-
 .../hadoop/hbase/class-use/ServerName.html  |  150 +-
 .../hbase/class-use/TableDescriptors.html   |4 +-
 .../hadoop/hbase/class-use/TableName.html   | 1162 +--
 .../class-use/TableNotDisabledException.html|8 +-
 .../hbase/class-use/TableNotFoundException.html |8 +-
 .../hbase/classification/package-tree.html  |6 +-
 .../hbase/classification/package-use.html   |   10 +
 .../client/AbstractResponse.ResponseType.html   |4 +-
 .../hadoop/hbase/client/AsyncProcess.Retry.html |4 +-

[03/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
index dfb702f..99aae4e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
@@ -234,15 +234,15 @@
 
 
 
+void
+RegionServerProcedureManagerHost.initialize(RegionServerServicesrss)
+
+
 abstract void
 RegionServerProcedureManager.initialize(RegionServerServicesrss)
 Initialize a globally barriered procedure for region 
servers.
 
 
-
-void
-RegionServerProcedureManagerHost.initialize(RegionServerServicesrss)
-
 
 
 
@@ -351,16 +351,6 @@
 CompactedHFilesDischarger.regionServerServices
 
 
-(package private) RegionServerServices
-RegionCoprocessorHost.rsServices
-The region server services
-
-
-
-private RegionServerServices
-RegionCoprocessorHost.RegionEnvironment.rsServices
-
-
 private RegionServerServices
 RegionMergeTransactionImpl.rsServices
 
@@ -369,12 +359,22 @@
 SplitTransactionImpl.rsServices
 
 
+(package private) RegionServerServices
+HRegion.rsServices
+
+
 private RegionServerServices
 RegionServerCoprocessorHost.rsServices
 
-
+
 (package private) RegionServerServices
-HRegion.rsServices
+RegionCoprocessorHost.rsServices
+The region server services
+
+
+
+private RegionServerServices
+RegionCoprocessorHost.RegionEnvironment.rsServices
 
 
 private RegionServerServices
@@ -395,25 +395,23 @@
 
 
 RegionServerServices
-RegionMergeTransaction.getRegionServerServices()
-Get the RegonServerServices of the server running the 
transaction or rollback
-
+RegionMergeTransactionImpl.getRegionServerServices()
 
 
 RegionServerServices
-RegionCoprocessorHost.RegionEnvironment.getRegionServerServices()
+SplitTransactionImpl.getRegionServerServices()
 
 
-RegionServerServices
-RegionMergeTransactionImpl.getRegionServerServices()
+(package private) RegionServerServices
+HRegion.getRegionServerServices()
 
 
 RegionServerServices
-SplitTransactionImpl.getRegionServerServices()
+RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices()
 
 
 RegionServerServices
-RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices()
+RegionCoprocessorHost.RegionEnvironment.getRegionServerServices()
 
 
 RegionServerServices
@@ -422,8 +420,10 @@
 
 
 
-(package private) RegionServerServices
-HRegion.getRegionServerServices()
+RegionServerServices
+RegionMergeTransaction.getRegionServerServices()
+Get the RegonServerServices of the server running the 
transaction or rollback
+
 
 
 
@@ -461,24 +461,15 @@
 
 
 Region
-RegionMergeTransaction.execute(Serverserver,
-   RegionServerServicesservices)
-Deprecated.
-use #execute(Server, 
RegionServerServices, User)
-
-
-
-
-Region
 RegionMergeTransactionImpl.execute(Serverserver,
RegionServerServicesservices)
 
-
+
 PairOfSameTypeRegion
 SplitTransactionImpl.execute(Serverserver,
RegionServerServicesservices)
 
-
+
 PairOfSameTypeRegion
 SplitTransaction.execute(Serverserver,
RegionServerServicesservices)
@@ -487,27 +478,28 @@
 
 
 
-
+
 Region
-RegionMergeTransaction.execute(Serverserver,
-   RegionServerServicesservices,
-   Useruser)
-Run the transaction.
+RegionMergeTransaction.execute(Serverserver,
+   RegionServerServicesservices)
+Deprecated.
+use #execute(Server, 
RegionServerServices, User)
+
 
 
-
+
 Region
 RegionMergeTransactionImpl.execute(Serverserver,
RegionServerServicesservices,
Useruser)
 
-
+
 PairOfSameTypeRegion
 SplitTransactionImpl.execute(Serverserver,
RegionServerServicesservices,
Useruser)
 
-
+
 PairOfSameTypeRegion
 SplitTransaction.execute(Serverserver,
RegionServerServicesservices,
@@ -515,6 +507,14 @@
 Run the transaction.
 
 
+
+Region
+RegionMergeTransaction.execute(Serverserver,
+   RegionServerServicesservices,
+   Useruser)
+Run the transaction.
+
+
 
 (package private) boolean
 RegionMergeTransactionImpl.hasMergeQualifierInMeta(RegionServerServicesservices,
@@ -604,34 +604,25 @@
 
 
 boolean
-RegionMergeTransaction.prepare(RegionServerServicesservices)
-Check merge inputs and prepare the transaction.
-
-
-
-boolean
 RegionMergeTransactionImpl.prepare(RegionServerServicesservices)
 
-
+
 boolean
-RegionMergeTransaction.rollback(Serverserver,
-RegionServerServicesservices)
-Deprecated.
-use #rollback(Server, 
RegionServerServices, User)
-
+RegionMergeTransaction.prepare(RegionServerServicesservices)
+Check merge inputs and prepare the transaction.
 
 
-
+
 boolean
 RegionMergeTransactionImpl.rollback(Serverserver,
 RegionServerServicesservices)
 
-
+
 boolean
 

[35/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
index 0d31f2f..8eabb9c 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
@@ -274,11 +274,11 @@ service.
 
 
 protected HRegionLocation
-RegionAdminServiceCallable.location
+AbstractRegionServerCallable.location
 
 
 protected HRegionLocation
-AbstractRegionServerCallable.location
+RegionAdminServiceCallable.location
 
 
 
@@ -306,11 +306,11 @@ service.
 
 
 protected HRegionLocation
-MultiServerCallable.getLocation()
+AbstractRegionServerCallable.getLocation()
 
 
 protected HRegionLocation
-AbstractRegionServerCallable.getLocation()
+MultiServerCallable.getLocation()
 
 
 HRegionLocation
@@ -476,16 +476,16 @@ service.
 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableNametableName,
+void
+MetaCache.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-void
-MetaCache.cacheLocation(TableNametableName,
+private void
+ConnectionImplementation.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.



[01/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site e947fdc25 -> e3ab1d1d0


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
index b39f53a..60b4e4f 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
@@ -607,31 +607,31 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
+DefaultStoreFileManager.clearCompactedFiles()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 StripeStoreFileManager.clearCompactedFiles()
 
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
-DefaultStoreFileManager.clearCompactedFiles()
-
 
 com.google.common.collect.ImmutableCollectionStoreFile
-StoreFileManager.clearFiles()
-Clears all the files currently in use and returns 
them.
-
+DefaultStoreFileManager.clearFiles()
 
 
 com.google.common.collect.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearFiles()
+StoreFileManager.clearFiles()
+Clears all the files currently in use and returns 
them.
+
 
 
 com.google.common.collect.ImmutableCollectionStoreFile
-DefaultStoreFileManager.clearFiles()
+StripeStoreFileManager.clearFiles()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
@@ -641,15 +641,15 @@
 
 
 
-com.google.common.collect.ImmutableCollectionStoreFile
-HStore.close()
-
-
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 HRegion.close()
 Close down this HRegion.
 
 
+
+com.google.common.collect.ImmutableCollectionStoreFile
+HStore.close()
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 HRegion.close(booleanabort)
@@ -667,18 +667,18 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
-HMobStore.compact(CompactionContextcompaction,
+Store.compact(CompactionContextcompaction,
ThroughputControllerthroughputController)
-The compaction in the store of mob.
+Deprecated.
+see 
compact(CompactionContext, ThroughputController, User)
+
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
-Store.compact(CompactionContextcompaction,
+HMobStore.compact(CompactionContextcompaction,
ThroughputControllerthroughputController)
-Deprecated.
-see 
compact(CompactionContext, ThroughputController, User)
-
+The compaction in the store of mob.
 
 
 
@@ -714,35 +714,35 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 Gets initial, full list of candidate store files to check 
for row-key-before.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
  for details on this methods.
 
 
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
+DefaultStoreFileManager.getCompactedfiles()
+
+

[26/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
index 4e68b24..3348cac 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
@@ -122,9 +122,7 @@
 
 
 void
-MasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
-Called after a abortProcedure request has been 
processed.
-
+BaseMasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
 
 
 void
@@ -132,17 +130,19 @@
 
 
 void
-BaseMasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
+MasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
+Called after a abortProcedure request has been 
processed.
+
 
 
 void
-MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
  TableNametableName,
  HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
@@ -156,23 +156,21 @@
 
 
 void
-BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
  TableNametableName,
  HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 
 void
-MasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
TableNametableName,
-   HColumnDescriptorcolumnFamily)
-Called after the new column family has been created.
-
+   HColumnDescriptorcolumnFamily)
 
 
 void
@@ -182,19 +180,21 @@
 
 
 void
-BaseMasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
TableNametableName,
-   HColumnDescriptorcolumnFamily)
+   HColumnDescriptorcolumnFamily)
+Called after the new column family has been created.
+
 
 
 void
-MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
 TableNametableName,
 HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- MasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
+ BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
@@ -208,18 +208,28 @@
 
 
 void
-BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
 TableNametableName,
 HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
+ MasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 
 void
+BaseMasterObserver.postAddRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
+  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+
+
+void
+BaseMasterAndRegionObserver.postAddRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
+  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or 

[12/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
index ec76d3d..9ea04a8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
@@ -400,7 +400,7 @@ extends Procedure
-addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 convert,
 convert,
 createProcedureInfo, doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId, getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout,
 getTim
 eRemaining, hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 isFinished,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
+addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 convert,
 convert,
 createProcedureInfo, doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId, getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout,
 getTim
 eRemaining, hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 isFinished,
 isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails, toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/RestoreSnapshotProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/RestoreSnapshotProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/RestoreSnapshotProcedure.html
index ce4b295..26598d2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/RestoreSnapshotProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/RestoreSnapshotProcedure.html
@@ -388,7 +388,7 @@ extends Procedure
-addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes
 , setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
+addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch, setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 


[28/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 45c6c97..0042448 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -537,7 +537,7 @@ service.
 
 
 Result
-ClientAsyncPrefetchScanner.next()
+ClientSimpleScanner.next()
 
 
 Result
@@ -549,7 +549,7 @@ service.
 
 
 Result
-ClientSimpleScanner.next()
+ClientAsyncPrefetchScanner.next()
 
 
 Result
@@ -584,16 +584,16 @@ service.
 ClientAsyncPrefetchScanner.pollCache()
 
 
-protected Result
-RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.rpcCall()
+protected Result[]
+ScannerCallable.rpcCall()
 
 
-protected Result[]
-ClientSmallScanner.SmallScannerCallable.rpcCall()
+protected Result
+RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.rpcCall()
 
 
 protected Result[]
-ScannerCallable.rpcCall()
+ClientSmallScanner.SmallScannerCallable.rpcCall()
 
 
 
@@ -913,11 +913,11 @@ service.
 
 
 Result
-TableRecordReader.createValue()
+TableSnapshotInputFormat.TableSnapshotRecordReader.createValue()
 
 
 Result
-TableSnapshotInputFormat.TableSnapshotRecordReader.createValue()
+TableRecordReader.createValue()
 
 
 Result
@@ -934,11 +934,9 @@ service.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
@@ -948,9 +946,11 @@ service.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 
@@ -969,37 +969,37 @@ service.
 
 
 void
-GroupingTableMap.map(ImmutableBytesWritablekey,
+IdentityTableMap.map(ImmutableBytesWritablekey,
Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
org.apache.hadoop.mapred.Reporterreporter)
-Extract the grouping columns from value to construct a new 
key.
+Pass the key, value to reduce
 
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,
+GroupingTableMap.map(ImmutableBytesWritablekey,
+   Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Extract the grouping columns from value to construct a new 
key.
+
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
+   Resultvalues,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
-Pass the key, value to reduce
-
+   org.apache.hadoop.mapred.Reporterreporter)
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritablekey,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
+TableRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
@@ -1018,28 +1018,28 @@ service.
 
 
 void
-GroupingTableMap.map(ImmutableBytesWritablekey,
+IdentityTableMap.map(ImmutableBytesWritablekey,
Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
org.apache.hadoop.mapred.Reporterreporter)
-Extract the grouping columns from value to construct a new 
key.
+Pass the key, value to reduce
 
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,
+GroupingTableMap.map(ImmutableBytesWritablekey,
+   Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Extract the grouping columns from value to construct a new 
key.
+
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
+   Resultvalues,

[16/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html
index 82ef568..8570fe6 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html
@@ -204,35 +204,35 @@
 
 
 private HMaster
-MetricsMasterWrapperImpl.master
+MobCompactionChore.master
 
 
 private HMaster
-MasterRpcServices.master
+MetricsMasterWrapperImpl.master
 
 
 private HMaster
-ExpiredMobFileCleanerChore.master
+MasterMetaBootstrap.master
 
 
 private HMaster
-MasterMetaBootstrap.master
+MasterMobCompactionThread.master
 
 
 private HMaster
-MasterMobCompactionThread.master
+ExpiredMobFileCleanerChore.master
 
 
 private HMaster
-HMaster.InitializationMonitor.master
+MasterRpcServices.master
 
 
 private HMaster
-ClusterStatusPublisher.master
+HMaster.InitializationMonitor.master
 
 
 private HMaster
-MobCompactionChore.master
+ClusterStatusPublisher.master
 
 
 private HMaster
@@ -455,27 +455,27 @@
 
 
 private HMaster
-BackupMasterStatusTmpl.ImplData.m_master
+RegionServerListTmpl.ImplData.m_master
 
 
 private HMaster
-MasterStatusTmpl.ImplData.m_master
+BackupMasterStatusTmpl.ImplData.m_master
 
 
 private HMaster
-RegionServerListTmpl.ImplData.m_master
+MasterStatusTmpl.ImplData.m_master
 
 
 private HMaster
-RegionServerListTmplImpl.master
+BackupMasterStatusTmplImpl.master
 
 
 private HMaster
-MasterStatusTmplImpl.master
+RegionServerListTmplImpl.master
 
 
 private HMaster
-BackupMasterStatusTmplImpl.master
+MasterStatusTmplImpl.master
 
 
 
@@ -488,15 +488,15 @@
 
 
 HMaster
-BackupMasterStatusTmpl.ImplData.getMaster()
+RegionServerListTmpl.ImplData.getMaster()
 
 
 HMaster
-MasterStatusTmpl.ImplData.getMaster()
+BackupMasterStatusTmpl.ImplData.getMaster()
 
 
 HMaster
-RegionServerListTmpl.ImplData.getMaster()
+MasterStatusTmpl.ImplData.getMaster()
 
 
 
@@ -509,57 +509,57 @@
 
 
 org.jamon.Renderer
-BackupMasterStatusTmpl.makeRenderer(HMastermaster)
+RegionServerListTmpl.makeRenderer(HMastermaster)
 
 
 org.jamon.Renderer
-MasterStatusTmpl.makeRenderer(HMastermaster)
+BackupMasterStatusTmpl.makeRenderer(HMastermaster)
 
 
 org.jamon.Renderer
-RegionServerListTmpl.makeRenderer(HMastermaster)
+MasterStatusTmpl.makeRenderer(HMastermaster)
 
 
 void
-BackupMasterStatusTmpl.render(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+RegionServerListTmpl.render(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
   HMastermaster)
 
 
 void
-MasterStatusTmpl.render(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+BackupMasterStatusTmpl.render(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
   HMastermaster)
 
 
 void
-RegionServerListTmpl.render(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+MasterStatusTmpl.render(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
   HMastermaster)
 
 
 void
-BackupMasterStatusTmpl.renderNoFlush(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+RegionServerListTmpl.renderNoFlush(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
  HMastermaster)
 
 
 void
-MasterStatusTmpl.renderNoFlush(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+BackupMasterStatusTmpl.renderNoFlush(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
  HMastermaster)
 
 
 void
-RegionServerListTmpl.renderNoFlush(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+MasterStatusTmpl.renderNoFlush(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
  HMastermaster)
 
 
 void
-BackupMasterStatusTmpl.ImplData.setMaster(HMastermaster)
+RegionServerListTmpl.ImplData.setMaster(HMastermaster)
 
 
 void
-MasterStatusTmpl.ImplData.setMaster(HMastermaster)

[14/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.html
index 648188e..4928b91 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.html
@@ -370,7 +370,7 @@ extends Procedure
-addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes
 , setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB, 
updateTimestamp,
 validateClass,
 wasExecuted
+addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch, setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 suspend,
 toString,
 toStringClass,
 toStringDetails, toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.html
index aea911a..e45faf3 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.html
@@ -398,7 +398,7 @@ extends Procedure
-addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes
 , setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB, 
updateTimestamp,
 validateClass,
 wasExecuted
+addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch, setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 suspend,
 toString,
 toStringClass,
 toStringDetails, toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 


[07/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
index 4845d25..4035d4e 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
@@ -351,7 +351,7 @@ extends Procedure
-acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert, createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner, getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 releaseLock,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch, setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass, toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
+acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert, createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner, getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 releaseLock,
 removeStackIndex,
 resume,
 setAbortFailure, setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult, setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString, toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/procedure2/TwoPhaseProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/TwoPhaseProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/TwoPhaseProcedure.html
index 4bb295e..0e01c5a 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/TwoPhaseProcedure.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/TwoPhaseProcedure.html
@@ -150,7 +150,7 @@ extends Procedure
-abort,
 acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert
 , convert,
 createProcedureInfo,
 deserializeStateData,
 doExecute,
 doRollback,
 elapsedTime,
 execute,
 getException, getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedur
 eId, getStackIndexes,
 getStartTime,
 getState,
 getTimeout,
 getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout, incChildrenLatch,
 isFailed,
 isFinished,
 isSuccess,
 isSuspended,
 isWaiting,
 isYieldAfterExecutionStep,
 newInstance,
 releaseLock,
 removeStackIndex,
 resume,
 rollback,
 serializeStateData,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails, toStringSimpleSB,
 toStringState,
 updateTimestamp,
 validateClass,
 wasExecuted
+abort,
 acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert
 , convert,
 createProcedureInfo,
 deserializeStateData,
 doExecute,
 doRollback,
 elapsedTime,
 execute,
 getException, getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedur
 eId, getStackIndexes,
 getStartTime,
 getState,
 getTimeout,
 getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout, incChildrenLatch,
 isFailed,
 isFinished,
 isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 isYieldAfterExecutionStep,
 newInstance, 
releaseLock,
 removeStackIndex,
 resume,
 rollback,
 serializeStateData,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 

[11/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
index db02a77..d11d321 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
@@ -122,11 +122,9 @@
 
 
 void
-MasterObserver.preAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.preAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx,
  ProcedureExecutorMasterProcedureEnvprocEnv,
- longprocId)
-Called before a abortProcedure request has been 
processed.
-
+ longprocId)
 
 
 void
@@ -136,9 +134,11 @@
 
 
 void
-BaseMasterObserver.preAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.preAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx,
  ProcedureExecutorMasterProcedureEnvprocEnv,
- longprocId)
+ longprocId)
+Called before a abortProcedure request has been 
processed.
+
 
 
 
@@ -169,11 +169,11 @@
 
 
 ProcedureExecutorMasterProcedureEnv
-MasterServices.getMasterProcedureExecutor()
+HMaster.getMasterProcedureExecutor()
 
 
 ProcedureExecutorMasterProcedureEnv
-HMaster.getMasterProcedureExecutor()
+MasterServices.getMasterProcedureExecutor()
 
 
 
@@ -205,27 +205,27 @@
 
 
 boolean
-DispatchMergingRegionsProcedure.abort(MasterProcedureEnvenv)
+RestoreSnapshotProcedure.abort(MasterProcedureEnvenv)
 
 
 boolean
-TruncateTableProcedure.abort(MasterProcedureEnvenv)
+DispatchMergingRegionsProcedure.abort(MasterProcedureEnvenv)
 
 
-boolean
-RestoreSnapshotProcedure.abort(MasterProcedureEnvenv)
-
-
 protected boolean
 ServerCrashProcedure.abort(MasterProcedureEnvenv)
 
+
+boolean
+TruncateTableProcedure.abort(MasterProcedureEnvenv)
+
 
 protected boolean
-CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
+DispatchMergingRegionsProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected boolean
-CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
+ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected boolean
@@ -233,7 +233,7 @@
 
 
 protected boolean
-DispatchMergingRegionsProcedure.acquireLock(MasterProcedureEnvenv)
+CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected boolean
@@ -241,7 +241,7 @@
 
 
 protected boolean
-ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 private void
@@ -305,23 +305,23 @@
 
 
 protected void
-DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected static void
@@ -538,7 +538,7 @@
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
-DeleteColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnvenv)
+AddColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnvenv)
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
@@ -546,7 +546,7 @@
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
-AddColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnvenv)
+DeleteColumnFamilyProcedure.getRegionInfoList(MasterProcedureEnvenv)
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
@@ -575,11 +575,11 @@
 
 
 private static TableNamespaceManager
-CreateNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnvenv)
+DeleteNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnvenv)
 
 
 private static TableNamespaceManager
-DeleteNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnvenv)
+CreateNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnvenv)
 
 
 

[45/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index de55f6d..27872c5 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -848,24 +848,24 @@
 org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.FilterList.Operator
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
-org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
+org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
+org.apache.hadoop.hbase.client.Durability
 org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.client.SnapshotType
 org.apache.hadoop.hbase.client.security.SecurityCapability
+org.apache.hadoop.hbase.regionserver.BloomType
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
-org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaType
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.quotas.ThrottleType
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/book.html
--
diff --git a/book.html b/book.html
index 450800a..1f99bce 100644
--- a/book.html
+++ b/book.html
@@ -34050,7 +34050,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 2.0.0-SNAPSHOT
-Last updated 2016-07-30 14:32:09 +00:00
+Last updated 2016-07-24 14:31:11 +00:00
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index aeb1515..0a4e0ff 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -305,7 +305,7 @@ under the License. -->
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-09-15
+  Last Published: 
2016-09-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 3d7e28d..63b1466 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -283,7 +283,7 @@
 1845
 0
 0
-11574
+11576
 
 Files
 
@@ -3226,7 +3226,7 @@
 org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
 0
 0
-9
+10
 
 org/apache/hadoop/hbase/procedure2/RemoteProcedureException.java
 0
@@ -3281,7 +3281,7 @@
 org/apache/hadoop/hbase/procedure2/util/TimeoutBlockingQueue.java
 0
 0
-4
+5
 
 org/apache/hadoop/hbase/protobuf/ProtobufMagic.java
 0
@@ -6193,7 +6193,7 @@
 
 
 http://checkstyle.sourceforge.net/config_blocks.html#NeedBraces;>NeedBraces
-1672
+1674
 Error
 
 coding
@@ -6285,12 +6285,12 @@
 http://checkstyle.sourceforge.net/config_javadoc.html#JavadocTagContinuationIndentation;>JavadocTagContinuationIndentation
 
 offset: 2
-703
+702
 Error
 
 
 http://checkstyle.sourceforge.net/config_javadoc.html#NonEmptyAtclauseDescription;>NonEmptyAtclauseDescription
-3234
+3235
 Error
 
 misc
@@ -14198,7 +14198,7 @@
 
 Error
 javadoc
-JavadocTagContinuationIndentation
+NonEmptyAtclauseDescription
 Javadoc comment at column 64 has parse error. Missed HTML close tag 
'code'. Sometimes it means that close tag missed for one of previous tags.
 1883
 
@@ -29326,247 +29326,247 @@
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-835
+836
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-892
+893
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-898
+899
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-933
+934
 
 Error
 misc
 UpperEll
 Should use uppercase 'L'.
-938
+939
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause 

[30/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
index 1eec2af..7ae190c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
@@ -104,13 +104,13 @@
 
 
 void
-MasterServices.checkTableModifiable(TableNametableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableNametableName)
 
 
 void
-HMaster.checkTableModifiable(TableNametableName)
+MasterServices.checkTableModifiable(TableNametableName)
+Check table is modifiable; i.e.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
index 1395885..431b080 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
@@ -178,13 +178,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MasterServices.checkTableModifiable(TableNametableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableNametableName)
 
 
 void
-HMaster.checkTableModifiable(TableNametableName)
+MasterServices.checkTableModifiable(TableNametableName)
+Check table is modifiable; i.e.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/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 2e93774..6995dd7 100644
--- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
@@ -88,12 +88,12 @@
 
 Annotation Type Hierarchy
 
-org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Evolving (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/classification/package-use.html

[20/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.EncodedScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.EncodedScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.EncodedScanner.html
index e91bf54..0c3d1ac 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.EncodedScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.EncodedScanner.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-protected static class HFileReaderImpl.EncodedScanner
+protected static class HFileReaderImpl.EncodedScanner
 extends HFileReaderImpl.HFileScannerImpl
 Scanner that operates on encoded data blocks.
 
@@ -312,7 +312,7 @@ extends 
 
 decodingCtx
-private finalHFileBlockDecodingContext decodingCtx
+private finalHFileBlockDecodingContext decodingCtx
 
 
 
@@ -321,7 +321,7 @@ extends 
 
 seeker
-private finalDataBlockEncoder.EncodedSeeker seeker
+private finalDataBlockEncoder.EncodedSeeker seeker
 
 
 
@@ -330,7 +330,7 @@ extends 
 
 dataBlockEncoder
-private finalDataBlockEncoder 
dataBlockEncoder
+private finalDataBlockEncoder 
dataBlockEncoder
 
 
 
@@ -347,7 +347,7 @@ extends 
 
 EncodedScanner
-publicEncodedScanner(HFile.Readerreader,
+publicEncodedScanner(HFile.Readerreader,
   booleancacheBlocks,
   booleanpread,
   booleanisCompaction,
@@ -368,7 +368,7 @@ extends 
 
 isSeeked
-publicbooleanisSeeked()
+publicbooleanisSeeked()
 
 Specified by:
 isSeekedin
 interfaceHFileScanner
@@ -387,7 +387,7 @@ extends 
 
 setNonSeekedState
-publicvoidsetNonSeekedState()
+publicvoidsetNonSeekedState()
 
 Overrides:
 setNonSeekedStatein
 classHFileReaderImpl.HFileScannerImpl
@@ -400,7 +400,7 @@ extends 
 
 updateCurrentBlock
-protectedvoidupdateCurrentBlock(HFileBlocknewBlock)
+protectedvoidupdateCurrentBlock(HFileBlocknewBlock)
throws CorruptHFileException
 Updates the current block to be the given HFileBlock. 
Seeks to
  the the first key/value pair.
@@ -420,7 +420,7 @@ extends 
 
 getEncodedBuffer
-privateByteBuffgetEncodedBuffer(HFileBlocknewBlock)
+privateByteBuffgetEncodedBuffer(HFileBlocknewBlock)
 
 
 
@@ -429,7 +429,7 @@ extends 
 
 processFirstDataBlock
-protectedbooleanprocessFirstDataBlock()
+protectedbooleanprocessFirstDataBlock()
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Overrides:
@@ -445,7 +445,7 @@ extends 
 
 next
-publicbooleannext()
+publicbooleannext()
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
class:HFileReaderImpl.HFileScannerImpl
 Go to the next key/value in the block section. Loads the 
next block if
@@ -469,7 +469,7 @@ extends 
 
 getKey
-publicCellgetKey()
+publicCellgetKey()
 Description copied from 
interface:HFileScanner
 Gets the current key in the form of a cell. You must call
  HFileScanner.seekTo(Cell)
 before this method.
@@ -489,7 +489,7 @@ extends 
 
 getValue
-publichttp://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffergetValue()
+publichttp://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffergetValue()
 Description copied from 
interface:HFileScanner
 Gets a buffer view to the current value.  You must call
  HFileScanner.seekTo(Cell)
 before this method.
@@ -510,7 +510,7 @@ extends 
 
 getCell
-publicCellgetCell()
+publicCellgetCell()
 
 Specified by:
 getCellin
 interfaceHFileScanner
@@ -527,7 +527,7 @@ extends 
 
 getKeyString
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetKeyString()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetKeyString()
 Description copied from 
interface:HFileScanner
 Convenience method to get a copy of the key as a string - 
interpreting the
  bytes as UTF8. You must call HFileScanner.seekTo(Cell)
 before this method.
@@ -547,7 +547,7 @@ extends 
 
 getValueString
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetValueString()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetValueString()
 Description copied from 
interface:HFileScanner
 Convenience method to get a copy of the value as a string - 
interpreting
  the bytes as UTF8. You must 

[25/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
index 485a55f..2213b1b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
@@ -209,9 +209,7 @@
 
 
 void
-MasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
-Called after a abortProcedure request has been 
processed.
-
+BaseMasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
 
 
 void
@@ -219,17 +217,19 @@
 
 
 void
-BaseMasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
+MasterObserver.postAbortProcedure(ObserverContextMasterCoprocessorEnvironmentctx)
+Called after a abortProcedure request has been 
processed.
+
 
 
 void
-MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
  TableNametableName,
  HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
@@ -243,23 +243,21 @@
 
 
 void
-BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
  TableNametableName,
  HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 
 void
-MasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
TableNametableName,
-   HColumnDescriptorcolumnFamily)
-Called after the new column family has been created.
-
+   HColumnDescriptorcolumnFamily)
 
 
 void
@@ -269,19 +267,21 @@
 
 
 void
-BaseMasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
TableNametableName,
-   HColumnDescriptorcolumnFamily)
+   HColumnDescriptorcolumnFamily)
+Called after the new column family has been created.
+
 
 
 void
-MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
 TableNametableName,
 HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- MasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
+ BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
@@ -295,22 +295,20 @@
 
 
 void
-BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
 TableNametableName,
 HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
+ MasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 
 void
-MasterObserver.postAddRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
-  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
-Called after a new region server group is added
-
+BaseMasterObserver.postAddRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
+  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 
 

[08/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.CompletedProcedureCleaner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.CompletedProcedureCleaner.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.CompletedProcedureCleaner.html
index f97ac73..429f39d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.CompletedProcedureCleaner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.CompletedProcedureCleaner.html
@@ -256,7 +256,7 @@ extends Procedure
-acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert, createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner, getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 isYieldAfterExecutionStep,
 newInstance,
 releaseLock,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
  setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 toStringState,
 updateTimestamp,
 validateClass,
 wasExecuted
+acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert, createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner, getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 isYieldAfterExecutionStep,
 newInstance,
 releaseLock,
 removeStackIndex,
 resume, setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 <
 a 
href="../../../../../org/apache/hadoop/hbase/procedure2/Procedure.html#setProcId-long-">setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 toStringState,
 updateTimestamp,
 validateClass, 
wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
index aaa2b78..50d3908 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
@@ -463,7 +463,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 registerListener(ProcedureExecutor.ProcedureExecutorListenerlistener)
 
 
-void
+boolean
 removeChore(ProcedureInMemoryChorechore)
 Remove a chore procedure from the executor
 
@@ -949,11 +949,13 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 removeChore
-publicvoidremoveChore(ProcedureInMemoryChorechore)
+publicbooleanremoveChore(ProcedureInMemoryChorechore)
 Remove a chore procedure from the executor
 
 Parameters:
 chore - the chore to remove
+Returns:
+whether the chore is removed, or it will be removed later
 
 
 
@@ -963,7 +965,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 submitProcedure
-publiclongsubmitProcedure(Procedureproc)
+publiclongsubmitProcedure(Procedureproc)
 Add a new root-procedure to the executor.
 
 Parameters:
@@ -979,7 +981,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 submitProcedure
-publiclongsubmitProcedure(Procedureproc,
+publiclongsubmitProcedure(Procedureproc,
 longnonceGroup,
 longnonce)
 Add a new root-procedure to the executor.
@@ -999,7 +1001,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getResult
-publicProcedureInfogetResult(longprocId)
+publicProcedureInfogetResult(longprocId)
 
 
 
@@ -1008,7 +1010,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 isFinished
-publicbooleanisFinished(longprocId)
+publicbooleanisFinished(longprocId)
 

[52/52] hbase-site git commit: Empty commit

2016-09-16 Thread misty
Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/e3ab1d1d
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/e3ab1d1d
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/e3ab1d1d

Branch: refs/heads/asf-site
Commit: e3ab1d1d0d55c29ff50c62d06baa43e46b4b5ad0
Parents: fd52f87
Author: Misty Stanley-Jones 
Authored: Fri Sep 16 10:25:11 2016 -0700
Committer: Misty Stanley-Jones 
Committed: Fri Sep 16 10:25:11 2016 -0700

--

--




[50/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 4f550e9..9ca4097 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1064,15 +1064,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 Method for setting the put's familyMap
 
 
+
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
 
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
@@ -1092,8 +1092,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
+abstract Cell
+Filter.getNextCellHint(CellcurrentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
@@ -1101,40 +1104,39 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+ColumnPaginationFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
 
 
-Cell
-SkipFilter.transformCell(Cellv)
+abstract Cell
+Filter.transformCell(Cellv)
+Give the filter a chance to transform the passed 
KeyValue.
+
 
 
 Cell
@@ -1142,17 +1144,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-KeyOnlyFilter.transformCell(Cellcell)
+FilterList.transformCell(Cellc)
 
 
 Cell
-FilterList.transformCell(Cellc)
+KeyOnlyFilter.transformCell(Cellcell)
 
 
-abstract Cell
-Filter.transformCell(Cellv)
-Give the filter a chance to transform the passed 
KeyValue.
-
+Cell
+SkipFilter.transformCell(Cellv)
 
 
 
@@ -1196,78 +1196,78 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 MultipleColumnPrefixFilter.filterColumn(Cellcell)
 
 
-Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)

[47/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
index b09a5a1..2f28411 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
@@ -116,11 +116,11 @@
 
 
 protected Order
-RawBytes.order
+OrderedBytesBase.order
 
 
 protected Order
-OrderedBytesBase.order
+RawBytes.order
 
 
 
@@ -133,26 +133,23 @@
 
 
 Order
-DataType.getOrder()
-Retrieve the sort Order imposed by this data type, 
or null when
- natural ordering is not preserved.
-
+RawString.getOrder()
 
 
 Order
-Union3.getOrder()
+RawDouble.getOrder()
 
 
 Order
-RawLong.getOrder()
+RawInteger.getOrder()
 
 
 Order
-RawShort.getOrder()
+RawFloat.getOrder()
 
 
 Order
-Struct.getOrder()
+FixedLengthWrapper.getOrder()
 
 
 Order
@@ -160,47 +157,50 @@
 
 
 Order
-FixedLengthWrapper.getOrder()
+PBType.getOrder()
 
 
 Order
-RawByte.getOrder()
+OrderedBytesBase.getOrder()
 
 
 Order
-RawString.getOrder()
+TerminatedWrapper.getOrder()
 
 
 Order
-Union4.getOrder()
+RawBytes.getOrder()
 
 
 Order
-RawBytes.getOrder()
+RawLong.getOrder()
 
 
 Order
-TerminatedWrapper.getOrder()
+RawShort.getOrder()
 
 
 Order
-OrderedBytesBase.getOrder()
+RawByte.getOrder()
 
 
 Order
-RawInteger.getOrder()
+DataType.getOrder()
+Retrieve the sort Order imposed by this data type, 
or null when
+ natural ordering is not preserved.
+
 
 
 Order
-RawDouble.getOrder()
+Struct.getOrder()
 
 
 Order
-RawFloat.getOrder()
+Union3.getOrder()
 
 
 Order
-PBType.getOrder()
+Union4.getOrder()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
index acd3f29..cdc3915 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
@@ -177,11 +177,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected Pairbyte[][],byte[][]
-TableInputFormatBase.getStartEndKeys()
+TableInputFormat.getStartEndKeys()
 
 
 protected Pairbyte[][],byte[][]
-TableInputFormat.getStartEndKeys()
+TableInputFormatBase.getStartEndKeys()
 
 
 



[15/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.PlanType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.PlanType.html
 
b/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.PlanType.html
index f27058e..b4abfc5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.PlanType.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.PlanType.html
@@ -104,19 +104,19 @@
 
 
 NormalizationPlan.PlanType
-MergeNormalizationPlan.getType()
+EmptyNormalizationPlan.getType()
 
 
 NormalizationPlan.PlanType
-SplitNormalizationPlan.getType()
+MergeNormalizationPlan.getType()
 
 
 NormalizationPlan.PlanType
-EmptyNormalizationPlan.getType()
+NormalizationPlan.getType()
 
 
 NormalizationPlan.PlanType
-NormalizationPlan.getType()
+SplitNormalizationPlan.getType()
 
 
 static NormalizationPlan.PlanType
@@ -142,25 +142,25 @@ the order they are declared.
 
 
 long
-RegionNormalizer.getSkippedCount(NormalizationPlan.PlanTypetype)
+SimpleRegionNormalizer.getSkippedCount(NormalizationPlan.PlanTypetype)
 
 
 long
-SimpleRegionNormalizer.getSkippedCount(NormalizationPlan.PlanTypetype)
+RegionNormalizer.getSkippedCount(NormalizationPlan.PlanTypetype)
 
 
 void
+SimpleRegionNormalizer.planSkipped(HRegionInfohri,
+   NormalizationPlan.PlanTypetype)
+
+
+void
 RegionNormalizer.planSkipped(HRegionInfohri,
NormalizationPlan.PlanTypetype)
 Notification for the case where plan couldn't be executed 
due to constraint violation, such as
  namespace quota
 
 
-
-void
-SimpleRegionNormalizer.planSkipped(HRegionInfohri,
-   NormalizationPlan.PlanTypetype)
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.html
 
b/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.html
index 29587af..d635250 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/NormalizationPlan.html
@@ -145,14 +145,14 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListNormalizationPlan
-RegionNormalizer.computePlanForTable(TableNametable)
-Computes next optimal normalization plan.
+SimpleRegionNormalizer.computePlanForTable(TableNametable)
+Computes next most "urgent" normalization action on the 
table.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListNormalizationPlan
-SimpleRegionNormalizer.computePlanForTable(TableNametable)
-Computes next most "urgent" normalization action on the 
table.
+RegionNormalizer.computePlanForTable(TableNametable)
+Computes next optimal normalization plan.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/RegionNormalizer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/RegionNormalizer.html
 
b/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/RegionNormalizer.html
index 06b18cf..2e869cf 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/RegionNormalizer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/normalizer/class-use/RegionNormalizer.html
@@ -121,11 +121,11 @@
 
 
 RegionNormalizer
-MasterServices.getRegionNormalizer()
+HMaster.getRegionNormalizer()
 
 
 RegionNormalizer
-HMaster.getRegionNormalizer()
+MasterServices.getRegionNormalizer()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
index ac9db8d..f0e0121 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
@@ -331,11 +331,11 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, 

[18/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.FSReader.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.FSReader.html
 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.FSReader.html
index fdd48be..e28a95e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.FSReader.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.FSReader.html
@@ -137,14 +137,14 @@
 
 
 HFileBlock.FSReader
-HFile.Reader.getUncachedBlockReader()
-
-
-HFileBlock.FSReader
 HFileReaderImpl.getUncachedBlockReader()
 For testing
 
 
+
+HFileBlock.FSReader
+HFile.Reader.getUncachedBlockReader()
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.html
index 894aa07..2c2f2b8 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.html
@@ -174,12 +174,12 @@
 
 
 HFileBlock
-HFile.Reader.getMetaBlock(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringmetaBlockName,
+HFileReaderImpl.getMetaBlock(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringmetaBlockName,
 booleancacheBlock)
 
 
 HFileBlock
-HFileReaderImpl.getMetaBlock(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringmetaBlockName,
+HFile.Reader.getMetaBlock(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringmetaBlockName,
 booleancacheBlock)
 
 
@@ -197,27 +197,27 @@
 
 
 HFileBlock
-HFile.CachingBlockReader.readBlock(longoffset,
+HFileReaderImpl.readBlock(longdataBlockOffset,
  longonDiskBlockSize,
  booleancacheBlock,
  booleanpread,
  booleanisCompaction,
  booleanupdateCacheMetrics,
  BlockTypeexpectedBlockType,
- DataBlockEncodingexpectedDataBlockEncoding)
-Read in a file block.
-
+ DataBlockEncodingexpectedDataBlockEncoding)
 
 
 HFileBlock
-HFileReaderImpl.readBlock(longdataBlockOffset,
+HFile.CachingBlockReader.readBlock(longoffset,
  longonDiskBlockSize,
  booleancacheBlock,
  booleanpread,
  booleanisCompaction,
  booleanupdateCacheMetrics,
  BlockTypeexpectedBlockType,
- DataBlockEncodingexpectedDataBlockEncoding)
+ DataBlockEncodingexpectedDataBlockEncoding)
+Read in a file block.
+
 
 
 HFileBlock
@@ -358,13 +358,13 @@
 
 
 void
-HFile.CachingBlockReader.returnBlock(HFileBlockblock)
-Return the given block back to the cache, if it was 
obtained from cache.
-
+HFileReaderImpl.returnBlock(HFileBlockblock)
 
 
 void
-HFileReaderImpl.returnBlock(HFileBlockblock)
+HFile.CachingBlockReader.returnBlock(HFileBlockblock)
+Return the given block back to the cache, if it was 
obtained from cache.
+
 
 
 private void

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlockIndex.BlockIndexReader.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlockIndex.BlockIndexReader.html
 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlockIndex.BlockIndexReader.html
index 67a2658..20688e8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlockIndex.BlockIndexReader.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlockIndex.BlockIndexReader.html
@@ -144,11 +144,11 @@
 
 
 HFileBlockIndex.BlockIndexReader
-HFile.Reader.getDataBlockIndexReader()
+HFileReaderImpl.getDataBlockIndexReader()
 
 
 HFileBlockIndex.BlockIndexReader
-HFileReaderImpl.getDataBlockIndexReader()
+HFile.Reader.getDataBlockIndexReader()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
index af68e84..f7a5ebf 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
@@ 

[06/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/quotas/class-use/OperationQuota.OperationType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/OperationQuota.OperationType.html
 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/OperationQuota.OperationType.html
index 3a41e07..b8b66e1 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/OperationQuota.OperationType.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/OperationQuota.OperationType.html
@@ -126,17 +126,17 @@ the order they are declared.
 
 
 void
-TimeBasedLimiter.addOperationSize(OperationQuota.OperationTypetype,
+OperationQuota.AvgOperationSize.addOperationSize(OperationQuota.OperationTypetype,
 longsize)
 
 
 void
-NoopQuotaLimiter.addOperationSize(OperationQuota.OperationTypetype,
+TimeBasedLimiter.addOperationSize(OperationQuota.OperationTypetype,
 longsize)
 
 
 void
-OperationQuota.AvgOperationSize.addOperationSize(OperationQuota.OperationTypetype,
+NoopQuotaLimiter.addOperationSize(OperationQuota.OperationTypetype,
 longsize)
 
 
@@ -161,11 +161,11 @@ the order they are declared.
 
 
 long
-DefaultOperationQuota.getAvgOperationSize(OperationQuota.OperationTypetype)
+OperationQuota.getAvgOperationSize(OperationQuota.OperationTypetype)
 
 
 long
-NoopOperationQuota.getAvgOperationSize(OperationQuota.OperationTypetype)
+OperationQuota.AvgOperationSize.getAvgOperationSize(OperationQuota.OperationTypetype)
 
 
 long
@@ -177,15 +177,15 @@ the order they are declared.
 
 
 long
-OperationQuota.getAvgOperationSize(OperationQuota.OperationTypetype)
+QuotaLimiter.getAvgOperationSize(OperationQuota.OperationTypetype)
 
 
 long
-OperationQuota.AvgOperationSize.getAvgOperationSize(OperationQuota.OperationTypetype)
+NoopOperationQuota.getAvgOperationSize(OperationQuota.OperationTypetype)
 
 
 long
-QuotaLimiter.getAvgOperationSize(OperationQuota.OperationTypetype)
+DefaultOperationQuota.getAvgOperationSize(OperationQuota.OperationTypetype)
 
 
 long

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
index d5f19aa..1ed25d4 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
@@ -193,14 +193,14 @@
 
 
 QuotaLimiter
-QuotaCache.getTableLimiter(TableNametable)
-Returns the limiter associated to the specified table.
+UserQuotaState.getTableLimiter(TableNametable)
+Return the limiter for the specified table associated with 
this quota.
 
 
 
 QuotaLimiter
-UserQuotaState.getTableLimiter(TableNametable)
-Return the limiter for the specified table associated with 
this quota.
+QuotaCache.getTableLimiter(TableNametable)
+Returns the limiter associated to the specified table.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html
index 66ba675..5dac7c1 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html
@@ -201,14 +201,14 @@
 
 
 void
-QuotaState.update(QuotaStateother)
-Perform an update of the quota info based on the other 
quota info object.
+UserQuotaState.update(QuotaStateother)
+Perform an update of the quota state based on the other 
quota state object.
 
 
 
 void
-UserQuotaState.update(QuotaStateother)
-Perform an update of the quota state based on the other 
quota state object.
+QuotaState.update(QuotaStateother)
+Perform an update of the quota info based on the other 
quota info object.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
index ad4ecdc..0b750cf 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
@@ -116,16 +116,16 @@
 
 
 
-abstract QuotaType
-QuotaSettings.getQuotaType()
+QuotaType
+QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType()
 
 
-QuotaType
-ThrottleSettings.getQuotaType()
+abstract 

[22/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
index f56fef8..dd04c01 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
@@ -169,14 +169,14 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.filter.FuzzyRowFilter.Order
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FuzzyRowFilter.SatisfiesCode
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.FilterList.Operator
+org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
-org.apache.hadoop.hbase.filter.FilterList.Operator
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html 
b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
index 956a61f..718f8a4 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
@@ -244,7 +244,7 @@ the order they are declared.
 
 
 values
-public staticReference.Range[]values()
+public staticReference.Range[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -264,7 +264,7 @@ for (Reference.Range c : Reference.Range.values())
 
 
 valueOf
-public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
index fccc6aa..0e0bbf7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.State.html
@@ -260,7 +260,7 @@ the order they are declared.
 
 
 values
-public staticFanOutOneBlockAsyncDFSOutput.State[]values()
+public staticFanOutOneBlockAsyncDFSOutput.State[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -280,7 +280,7 @@ for (FanOutOneBlockAsyncDFSOutput.State c : 
FanOutOneBlockAsyncDFSOutput.State.v
 
 
 valueOf
-public staticFanOutOneBlockAsyncDFSOutput.StatevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticFanOutOneBlockAsyncDFSOutput.StatevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
--
diff --git 

[09/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/procedure2/OnePhaseProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/OnePhaseProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/OnePhaseProcedure.html
index 6d2c38b..ee87437 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/OnePhaseProcedure.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/OnePhaseProcedure.html
@@ -150,7 +150,7 @@ extends Procedure
-abort,
 acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert
 , convert,
 createProcedureInfo,
 deserializeStateData,
 doExecute,
 doRollback,
 elapsedTime,
 execute,
 getException, getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedur
 eId, getStackIndexes,
 getStartTime,
 getState,
 getTimeout,
 getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout, incChildrenLatch,
 isFailed,
 isFinished,
 isSuccess,
 isSuspended,
 isWaiting,
 isYieldAfterExecutionStep,
 newInstance,
 releaseLock,
 removeStackIndex,
 resume,
 rollback,
 serializeStateData,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails, toStringSimpleSB,
 toStringState,
 updateTimestamp,
 validateClass,
 wasExecuted
+abort,
 acquireLock,
 addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert
 , convert,
 createProcedureInfo,
 deserializeStateData,
 doExecute,
 doRollback,
 elapsedTime,
 execute,
 getException, getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedur
 eId, getStackIndexes,
 getStartTime,
 getState,
 getTimeout,
 getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout, incChildrenLatch,
 isFailed,
 isFinished,
 isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 isYieldAfterExecutionStep,
 newInstance, 
releaseLock,
 removeStackIndex,
 resume,
 rollback,
 serializeStateData,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime, setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringClassDetails, toStringDetails,
 toStringSimpleSB,
 toStringState,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/procedure2/Procedure.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/procedure2/Procedure.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/Procedure.html
index 3271ef7..7a65ef0 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/Procedure.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/Procedure.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":9,"i9":9,"i10":6,"i11":10,"i12":10,"i13":10,"i14":6,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":9,"i22":10,"i23":9,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":9,"i42":10,"i43":10,"i44":10,"i45":6,"i46":6,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":9,"i72":10};
+var methods = 
{"i0":6,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":9,"i9":9,"i10":6,"i11":10,"i12":10,"i13":10,"i14":6,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":9,"i22":10,"i23":9,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":9,"i43":10,"i44":10,"i45":10,"i46":6,"i47":6,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":9,"i73":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -427,190 +427,194 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 isFinished()
 
 
+protected boolean
+isRunnable()
+
+
 boolean

[27/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
index 20387bf..ca5d46e 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
@@ -366,26 +366,26 @@ service.
 
 
 Table
-ConnectionImplementation.getTable(TableNametableName)
-
-
-Table
 Connection.getTable(TableNametableName)
 Retrieve a Table implementation for accessing a table.
 
 
-
+
 Table
-ConnectionImplementation.getTable(TableNametableName,
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
+ConnectionImplementation.getTable(TableNametableName)
 
-
+
 Table
 Connection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
 Retrieve a Table implementation for accessing a table.
 
 
+
+Table
+ConnectionImplementation.getTable(TableNametableName,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/metrics/class-use/ScanMetrics.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/metrics/class-use/ScanMetrics.html 
b/devapidocs/org/apache/hadoop/hbase/client/metrics/class-use/ScanMetrics.html
index f94c4e4..6576dc7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/metrics/class-use/ScanMetrics.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/metrics/class-use/ScanMetrics.html
@@ -113,11 +113,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected ScanMetrics
-AbstractClientScanner.scanMetrics
+ScannerCallable.scanMetrics
 
 
 protected ScanMetrics
-ScannerCallable.scanMetrics
+AbstractClientScanner.scanMetrics
 
 
 
@@ -130,13 +130,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 ScanMetrics
-AbstractClientScanner.getScanMetrics()
-Used internally accumulating metrics on scan.
-
+Scan.getScanMetrics()
 
 
 ScanMetrics
-Scan.getScanMetrics()
+AbstractClientScanner.getScanMetrics()
+Used internally accumulating metrics on scan.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
index a99a858..9a1f72b 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
@@ -424,16 +424,16 @@
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
 org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.AsyncProcess.Retry
-org.apache.hadoop.hbase.client.AsyncProcess.RowChecker.ReturnCode
 org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.AsyncProcess.Retry
+org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
+org.apache.hadoop.hbase.client.TableState.State
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.AsyncProcess.RowChecker.ReturnCode
 org.apache.hadoop.hbase.client.Consistency
-org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
 org.apache.hadoop.hbase.client.Durability
-org.apache.hadoop.hbase.client.TableState.State
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/package-use.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-use.html 
b/devapidocs/org/apache/hadoop/hbase/client/package-use.html
index 55b993a..af0b0aa 100644
--- 

[40/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 5a6bfa3..55d7baa 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -399,14 +399,14 @@ service.
 
 
 Cell
-CellUtil.ShareableMemoryTagRewriteCell.cloneToCell()
-
-
-Cell
 ShareableMemory.cloneToCell()
 Does a deep copy of the contents to a new memory area and 
returns it in the form of a cell.
 
 
+
+Cell
+CellUtil.ShareableMemoryTagRewriteCell.cloneToCell()
+
 
 static Cell
 CellUtil.createCell(byte[]row)
@@ -643,16 +643,6 @@ service.
 
 
 int
-CellComparator.compare(Cella,
-   Cellb)
-
-
-int
-CellComparator.RowComparator.compare(Cella,
-   Cellb)
-
-
-int
 KeyValue.MetaComparator.compare(Cellleft,
Cellright)
 Deprecated.
@@ -677,6 +667,16 @@ service.
 
 
 
+int
+CellComparator.compare(Cella,
+   Cellb)
+
+
+int
+CellComparator.RowComparator.compare(Cella,
+   Cellb)
+
+
 private int
 CellComparator.compare(Cella,
Cellb,
@@ -852,37 +852,37 @@ service.
 
 
 int
+KeyValue.KVComparator.compareRows(Cellleft,
+   Cellright)
+Deprecated.
+
+
+
+int
 CellComparator.compareRows(Cellleft,
Cellright)
 Compares the rows of the left and right cell.
 
 
-
+
 int
 CellComparator.MetaCellComparator.compareRows(Cellleft,
Cellright)
 
-
+
 int
-KeyValue.KVComparator.compareRows(Cellleft,
-   Cellright)
+KeyValue.KVComparator.compareTimestamps(Cellleft,
+ Cellright)
 Deprecated.
 
 
-
+
 static int
 CellComparator.compareTimestamps(Cellleft,
  Cellright)
 Compares cell's timestamps in DESCENDING order.
 
 
-
-int
-KeyValue.KVComparator.compareTimestamps(Cellleft,
- Cellright)
-Deprecated.
-
-
 
 static int
 CellComparator.compareValue(Cellcell,
@@ -1717,17 +1717,17 @@ service.
 
 
 
-Append
-Append.add(Cellcell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
+
+Append
+Append.add(Cellcell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -1816,26 +1816,26 @@ service.
   booleanpartial)
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
 Put
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
+
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
 
-Mutation
-Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-Method for setting the put's familyMap
-
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 Append
 Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Mutation
+Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in 

[24/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
index 8f4c09f..8aa08a9 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
@@ -160,15 +160,15 @@
 
 
 private RegionCoprocessorEnvironment
-MultiRowMutationEndpoint.env
+BaseRowProcessorEndpoint.env
 
 
 private RegionCoprocessorEnvironment
-AggregateImplementation.env
+MultiRowMutationEndpoint.env
 
 
 private RegionCoprocessorEnvironment
-BaseRowProcessorEndpoint.env
+AggregateImplementation.env
 
 
 
@@ -1481,11 +1481,11 @@
 
 
 private RegionCoprocessorEnvironment
-RowCountEndpoint.env
+BulkDeleteEndpoint.env
 
 
 private RegionCoprocessorEnvironment
-BulkDeleteEndpoint.env
+RowCountEndpoint.env
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html
 
b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html
index 7884263..42582d4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html
@@ -143,14 +143,14 @@
 
 
 ForeignException
-ForeignExceptionDispatcher.getException()
-
-
-ForeignException
 ForeignExceptionSnare.getException()
 Get the value of the captured exception.
 
 
+
+ForeignException
+ForeignExceptionDispatcher.getException()
+
 
 
 
@@ -187,14 +187,14 @@
 
 
 void
-ForeignExceptionDispatcher.rethrowException()
-
-
-void
 ForeignExceptionSnare.rethrowException()
 Rethrow an exception currently held by the ForeignExceptionSnare.
 
 
+
+void
+ForeignExceptionDispatcher.rethrowException()
+
 
 
 
@@ -305,6 +305,14 @@
 
 
 void
+ProcedureCoordinatorRpcs.sendAbortToMembers(ProcedureprocName,
+  ForeignExceptioncause)
+Notify the members that the coordinator has aborted the 
procedure and that it should release
+ barrier resources.
+
+
+
+void
 ZKProcedureCoordinatorRpcs.sendAbortToMembers(Procedureproc,
   ForeignExceptionee)
 This is the abort message being sent by the coordinator to 
member
@@ -313,14 +321,6 @@
  coordinator.
 
 
-
-void
-ProcedureCoordinatorRpcs.sendAbortToMembers(ProcedureprocName,
-  ForeignExceptioncause)
-Notify the members that the coordinator has aborted the 
procedure and that it should release
- barrier resources.
-
-
 
 void
 ZKProcedureMemberRpcs.sendMemberAborted(Subproceduresub,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html
 
b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html
index 63143cb..a7a88e4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html
@@ -137,14 +137,14 @@
 
 
 
-protected ForeignExceptionDispatcher
-Subprocedure.monitor
+private ForeignExceptionDispatcher
+Procedure.monitor
 monitor to check for errors
 
 
 
-private ForeignExceptionDispatcher
-Procedure.monitor
+protected ForeignExceptionDispatcher
+Subprocedure.monitor
 monitor to check for errors
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
index 51272dc..07a7fb6 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
@@ -156,13 +156,13 @@
 HTableDescriptor.parseFrom(byte[]bytes)
 
 
-static ClusterId
-ClusterId.parseFrom(byte[]bytes)
-
-
 static HColumnDescriptor
 HColumnDescriptor.parseFrom(byte[]bytes)
 
+
+static ClusterId
+ClusterId.parseFrom(byte[]bytes)
+
 
 static HRegionInfo
 

[38/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
index e17c67d..da97c64 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
@@ -593,13 +593,13 @@ service.
 
 
 void
-MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
  TableNametableName,
  HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
@@ -613,23 +613,21 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironmentctx,
  TableNametableName,
  HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 
 void
-MasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
TableNametableName,
-   HColumnDescriptorcolumnFamily)
-Called after the new column family has been created.
-
+   HColumnDescriptorcolumnFamily)
 
 
 void
@@ -639,19 +637,21 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumnFamily(ObserverContextMasterCoprocessorEnvironmentctx,
TableNametableName,
-   HColumnDescriptorcolumnFamily)
+   HColumnDescriptorcolumnFamily)
+Called after the new column family has been created.
+
 
 
 void
-MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
 TableNametableName,
 HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- MasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
+ BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
@@ -665,23 +665,21 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironmentctx,
 TableNametableName,
 HColumnDescriptorcolumnFamily)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
+ MasterObserver.postCompletedAddColumnFamilyAction(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 
 void
-MasterObserver.postCompletedAddColumnFamilyAction(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContextMasterCoprocessorEnvironmentctx,
   TableNametableName,
-  HColumnDescriptorcolumnFamily)
-Called after the new column family has been created.
-
+  HColumnDescriptorcolumnFamily)
 
 
 void
@@ -691,17 +689,17 @@ service.
 
 
 void
-BaseMasterObserver.postCompletedAddColumnFamilyAction(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCompletedAddColumnFamilyAction(ObserverContextMasterCoprocessorEnvironmentctx,
   TableNametableName,
-  HColumnDescriptorcolumnFamily)
+  HColumnDescriptorcolumnFamily)
+Called after the new column family has been created.
+
 
 
 void

[02/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html
index 63a907e..b710505 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html
@@ -522,8 +522,8 @@
 
 
 
-protected Store
-StoreScanner.store
+private Store
+CompactingMemStore.store
 
 
 protected Store
@@ -534,8 +534,8 @@
 CompactSplitThread.CompactionRunner.store
 
 
-private Store
-CompactingMemStore.store
+protected Store
+StoreScanner.store
 
 
 
@@ -611,20 +611,20 @@
 HRegion.getStores()
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStore
-FlushAllStoresPolicy.selectStoresToFlush()
+abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStore
+FlushPolicy.selectStoresToFlush()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStore
-FlushAllLargeStoresPolicy.selectStoresToFlush()
+FlushAllStoresPolicy.selectStoresToFlush()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStore
 FlushNonSloppyStoresFirstPolicy.selectStoresToFlush()
 
 
-abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStore
-FlushPolicy.selectStoresToFlush()
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStore
+FlushAllLargeStoresPolicy.selectStoresToFlush()
 
 
 
@@ -681,12 +681,6 @@
Storestore)
 
 
-protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
-Storestore,
-CellComparatorkvComparator)
-
-
 protected abstract void
 StoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
@@ -694,17 +688,23 @@
 Create the StoreEngine's components.
 
 
+
+protected void
+StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+Storestore,
+CellComparatorcomparator)
+
 
 protected void
-DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
 CellComparatorkvComparator)
 
 
 protected void
-StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
-CellComparatorcomparator)
+CellComparatorkvComparator)
 
 
 private void
@@ -863,33 +863,33 @@
 
 
 CompactionRequest
-CompactionRequestor.requestCompaction(Regionr,
+CompactSplitThread.requestCompaction(Regionr,
  Stores,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringwhy,
  CompactionRequestrequest)
 
 
 CompactionRequest
-CompactSplitThread.requestCompaction(Regionr,
+CompactionRequestor.requestCompaction(Regionr,
  Stores,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringwhy,
  CompactionRequestrequest)
 
 
 CompactionRequest
-CompactionRequestor.requestCompaction(Regionr,
+CompactSplitThread.requestCompaction(Regionr,
  Stores,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringwhy,
- intpri,
+ intpriority,
  CompactionRequestrequest,
  Useruser)
 
 
 CompactionRequest
-CompactSplitThread.requestCompaction(Regionr,
+CompactionRequestor.requestCompaction(Regionr,
  Stores,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringwhy,
- intpriority,
+ intpri,
  CompactionRequestrequest,
  Useruser)
 
@@ -940,10 +940,11 @@
 
 
 boolean
-MemStoreScanner.shouldUseScanner(Scanscan,
+SegmentScanner.shouldUseScanner(Scanscan,
 Storestore,
 longoldestUnexpiredTS)
-Check if this memstore may contain 

[34/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/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 d3abc30..0cf913d 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html
@@ -1005,11 +1005,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MasterObserver.postCloneSnapshot(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCloneSnapshot(ObserverContextMasterCoprocessorEnvironmentctx,
  
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescriptionsnapshot,
- HTableDescriptorhTableDescriptor)
-Called after a snapshot clone operation has been 
requested.
-
+ HTableDescriptorhTableDescriptor)
 
 
 void
@@ -1019,17 +1017,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCloneSnapshot(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCloneSnapshot(ObserverContextMasterCoprocessorEnvironmentctx,
  
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescriptionsnapshot,
- HTableDescriptorhTableDescriptor)
+ HTableDescriptorhTableDescriptor)
+Called after a snapshot clone operation has been 
requested.
+
 
 
 void
-MasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
-  HRegionInfo[]regions)
-Called after the createTable operation has been 
requested.
-
+  HRegionInfo[]regions)
 
 
 void
@@ -1039,17 +1037,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
-  HRegionInfo[]regions)
+  HRegionInfo[]regions)
+Called after the createTable operation has been 
requested.
+
 
 
 void
-MasterObserver.postCompletedModifyTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCompletedModifyTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
   TableNametableName,
-  HTableDescriptorhtd)
-Called after to modifying a table's properties.
-
+  HTableDescriptorhtd)
 
 
 void
@@ -1059,17 +1057,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCompletedModifyTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCompletedModifyTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
   TableNametableName,
-  HTableDescriptorhtd)
+  HTableDescriptorhtd)
+Called after to modifying a table's properties.
+
 
 
 void
-MasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
HTableDescriptordesc,
-   HRegionInfo[]regions)
-Called after the createTable operation has been 
requested.
-
+   HRegionInfo[]regions)
 
 
 void
@@ -1079,19 +1077,21 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
HTableDescriptordesc,
-   HRegionInfo[]regions)
+   HRegionInfo[]regions)
+Called after the createTable operation has been 
requested.
+
 
 
 void
-MasterObserver.postCreateTableHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCreateTableHandler(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
   HRegionInfo[]regions)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
(https://issues.apache.org/jira/browse/HBASE-15575;>HBASE-15575).
-   Use MasterObserver.postCompletedCreateTableAction(ObserverContext,
 HTableDescriptor, HRegionInfo[])
+   Use BaseMasterObserver.postCompletedCreateTableAction(ObserverContext,
 HTableDescriptor, HRegionInfo[])
 
 
 
@@ -1105,23 +1105,21 @@ 

[31/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/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 e740553..29a85bf 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -759,39 +759,39 @@ service.
 
 
 private TableName
-HRegionLocator.tableName
+BufferedMutatorParams.tableName
 
 
-protected TableName
-RpcRetryingCallerWithReadReplicas.tableName
+private TableName
+TableState.tableName
 
 
-private TableName
-BufferedMutatorImpl.tableName
+protected TableName
+AbstractRegionServerCallable.tableName
 
 
 private TableName
-TableState.tableName
+ClientScanner.tableName
 
 
 private TableName
-BufferedMutatorParams.tableName
+HTable.tableName
 
 
 protected TableName
-RegionAdminServiceCallable.tableName
+RpcRetryingCallerWithReadReplicas.tableName
 
 
 private TableName
-AsyncProcess.AsyncRequestFutureImpl.tableName
+HRegionLocator.tableName
 
 
 private TableName
-HTable.tableName
+HBaseAdmin.TableFuture.tableName
 
 
 private TableName
-ClientScanner.tableName
+AsyncProcess.AsyncRequestFutureImpl.tableName
 
 
 private TableName
@@ -799,11 +799,11 @@ service.
 
 
 private TableName
-HBaseAdmin.TableFuture.tableName
+BufferedMutatorImpl.tableName
 
 
 protected TableName
-AbstractRegionServerCallable.tableName
+RegionAdminServiceCallable.tableName
 
 
 
@@ -837,14 +837,6 @@ service.
 
 
 TableName
-HRegionLocator.getName()
-
-
-TableName
-BufferedMutatorImpl.getName()
-
-
-TableName
 BufferedMutator.getName()
 Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
@@ -861,10 +853,18 @@ service.
 
 
 TableName
+HRegionLocator.getName()
+
+
+TableName
 RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
+
+TableName
+BufferedMutatorImpl.getName()
+
 
 TableName
 HTableWrapper.getName()
@@ -875,22 +875,22 @@ service.
 
 
 TableName
+BufferedMutatorParams.getTableName()
+
+
+TableName
 TableState.getTableName()
 Table name for state
 
 
-
+
 TableName
-BufferedMutatorParams.getTableName()
+AbstractRegionServerCallable.getTableName()
 
-
+
 protected TableName
 HBaseAdmin.TableFuture.getTableName()
 
-
-TableName
-AbstractRegionServerCallable.getTableName()
-
 
 private TableName
 HBaseAdmin.getTableNameBeforeRestoreSnapshot(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringsnapshotName)
@@ -1016,34 +1016,34 @@ service.
 
 
 void
-ConnectionImplementation.cacheLocation(TableNametableName,
- RegionLocationslocation)
+MetaCache.cacheLocation(TableNametableName,
+ RegionLocationslocations)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
 void
-ClusterConnection.cacheLocation(TableNametableName,
- RegionLocationslocation)
+ConnectionImplementation.cacheLocation(TableNametableName,
+ RegionLocationslocation)
+Put a newly discovered HRegionLocation into the cache.
+
 
 
 void
-MetaCache.cacheLocation(TableNametableName,
- RegionLocationslocations)
-Put a newly discovered HRegionLocation into the cache.
-
+ClusterConnection.cacheLocation(TableNametableName,
+ RegionLocationslocation)
 
 
-private void
-ConnectionImplementation.cacheLocation(TableNametableName,
+void
+MetaCache.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-void
-MetaCache.cacheLocation(TableNametableName,
+private void
+ConnectionImplementation.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
@@ -1366,25 +1366,25 @@ service.
 
 
 BufferedMutator
-ConnectionImplementation.getBufferedMutator(TableNametableName)
-
-
-BufferedMutator
 Connection.getBufferedMutator(TableNametableName)
 
  Retrieve a BufferedMutator for performing 
client-side buffering of writes.
 
 
+
+BufferedMutator
+ConnectionImplementation.getBufferedMutator(TableNametableName)
+
 
-(package private) RegionLocations
-ConnectionImplementation.getCachedLocation(TableNametableName,
+RegionLocations
+MetaCache.getCachedLocation(TableNametableName,
  byte[]row)
 Search the cache for a location that fits our table and row 
key.
 
 
 
-RegionLocations
-MetaCache.getCachedLocation(TableNametableName,
+(package private) RegionLocations
+ConnectionImplementation.getCachedLocation(TableNametableName,
  byte[]row)
 Search the cache for a location that fits our table and row 
key.
 
@@ -1447,15 +1447,15 @@ service.
 HBaseAdmin.getMobRegionInfo(TableNametableName)
 
 

[44/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 50320e1..68ccf4a 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2016 The Apache Software Foundation
 
-  File: 1826,
- Errors: 11597,
+  File: 1845,
+ Errors: 11576,
  Warnings: 0,
  Infos: 0
   
@@ -46,7 +46,7 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.filter.WhileMatchFilter.java;>org/apache/hadoop/hbase/filter/WhileMatchFilter.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.handler.OpenPriorityRegionHandler.java;>org/apache/hadoop/hbase/regionserver/handler/OpenPriorityRegionHandler.java
 
 
   0
@@ -55,12 +55,12 @@ under the License.
   0
 
 
-  7
+  2
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException.java;>org/apache/hadoop/hbase/exceptions/OutOfOrderScannerNextException.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl.java;>org/apache/hadoop/hbase/replication/ReplicationQueuesClientZKImpl.java
 
 
   0
@@ -69,12 +69,12 @@ under the License.
   0
 
 
-  0
+  2
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.thrift.HttpAuthenticationException.java;>org/apache/hadoop/hbase/thrift/HttpAuthenticationException.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.coprocessor.Batch.java;>org/apache/hadoop/hbase/client/coprocessor/Batch.java
 
 
   0
@@ -88,7 +88,7 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.java;>org/apache/hadoop/hbase/rest/protobuf/generated/StorageClusterStatusMessage.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.constraint.ConstraintException.java;>org/apache/hadoop/hbase/constraint/ConstraintException.java
 
 
   0
@@ -97,12 +97,12 @@ under the License.
   0
 
 
-  0
+  1
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.mapred.TableInputFormatBase.java;>org/apache/hadoop/hbase/mapred/TableInputFormatBase.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.util.ClassSize.java;>org/apache/hadoop/hbase/util/ClassSize.java
 
 
   0
@@ -111,12 +111,12 @@ under the License.
   0
 
 
-  6
+  13
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.util.RegionSizeCalculator.java;>org/apache/hadoop/hbase/util/RegionSizeCalculator.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.ZKUtil.java;>org/apache/hadoop/hbase/zookeeper/ZKUtil.java
 
 
   0
@@ -125,12 +125,12 @@ under the License.
   0
 
 
-  0
+  55
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.RowTooBigException.java;>org/apache/hadoop/hbase/regionserver/RowTooBigException.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.coprocessor.SingletonCoprocessorService.java;>org/apache/hadoop/hbase/coprocessor/SingletonCoprocessorService.java
 
 
   0
@@ -139,12 +139,12 @@ under the License.
   0
 
 
-  0
+  1
 
   
   
 
-  

[21/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoding.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoding.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoding.html
index 47c04e1..9d6ad31 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoding.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoding.html
@@ -241,18 +241,18 @@ the order they are declared.
 
 
 HFileBlockEncodingContext
-AbstractDataBlockEncoder.newDataBlockEncodingContext(DataBlockEncodingencoding,
-   byte[]header,
-   HFileContextmeta)
-
-
-HFileBlockEncodingContext
 DataBlockEncoder.newDataBlockEncodingContext(DataBlockEncodingencoding,
byte[]headerBytes,
HFileContextmeta)
 Creates a encoder specific encoding context
 
 
+
+HFileBlockEncodingContext
+AbstractDataBlockEncoder.newDataBlockEncodingContext(DataBlockEncodingencoding,
+   byte[]header,
+   HFileContextmeta)
+
 
 
 
@@ -315,19 +315,19 @@ the order they are declared.
 
 
 DataBlockEncoding
-NoOpDataBlockEncoder.getDataBlockEncoding()
+HFileDataBlockEncoder.getDataBlockEncoding()
 
 
 DataBlockEncoding
-HFileDataBlockEncoderImpl.getDataBlockEncoding()
+NoOpDataBlockEncoder.getDataBlockEncoding()
 
 
 DataBlockEncoding
-HFile.Reader.getDataBlockEncoding()
+HFileReaderImpl.getDataBlockEncoding()
 
 
 DataBlockEncoding
-HFileDataBlockEncoder.getDataBlockEncoding()
+HFile.Reader.getDataBlockEncoding()
 
 
 DataBlockEncoding
@@ -335,7 +335,7 @@ the order they are declared.
 
 
 DataBlockEncoding
-HFileReaderImpl.getDataBlockEncoding()
+HFileDataBlockEncoderImpl.getDataBlockEncoding()
 
 
 DataBlockEncoding
@@ -343,23 +343,23 @@ the order they are declared.
 
 
 DataBlockEncoding
-NoOpDataBlockEncoder.getEffectiveEncodingInCache(booleanisCompaction)
+HFileDataBlockEncoder.getEffectiveEncodingInCache(booleanisCompaction)
 
 
 DataBlockEncoding
-HFileDataBlockEncoderImpl.getEffectiveEncodingInCache(booleanisCompaction)
+NoOpDataBlockEncoder.getEffectiveEncodingInCache(booleanisCompaction)
 
 
 DataBlockEncoding
-HFile.Reader.getEffectiveEncodingInCache(booleanisCompaction)
+HFileReaderImpl.getEffectiveEncodingInCache(booleanisCompaction)
 
 
 DataBlockEncoding
-HFileDataBlockEncoder.getEffectiveEncodingInCache(booleanisCompaction)
+HFile.Reader.getEffectiveEncodingInCache(booleanisCompaction)
 
 
 DataBlockEncoding
-HFileReaderImpl.getEffectiveEncodingInCache(booleanisCompaction)
+HFileDataBlockEncoderImpl.getEffectiveEncodingInCache(booleanisCompaction)
 
 
 
@@ -427,27 +427,27 @@ the order they are declared.
 
 
 HFileBlock
-HFile.CachingBlockReader.readBlock(longoffset,
+HFileReaderImpl.readBlock(longdataBlockOffset,
  longonDiskBlockSize,
  booleancacheBlock,
  booleanpread,
  booleanisCompaction,
  booleanupdateCacheMetrics,
  BlockTypeexpectedBlockType,
- DataBlockEncodingexpectedDataBlockEncoding)
-Read in a file block.
-
+ DataBlockEncodingexpectedDataBlockEncoding)
 
 
 HFileBlock
-HFileReaderImpl.readBlock(longdataBlockOffset,
+HFile.CachingBlockReader.readBlock(longoffset,
  longonDiskBlockSize,
  booleancacheBlock,
  booleanpread,
  booleanisCompaction,
  booleanupdateCacheMetrics,
  BlockTypeexpectedBlockType,
- DataBlockEncodingexpectedDataBlockEncoding)
+ DataBlockEncodingexpectedDataBlockEncoding)
+Read in a file block.
+
 
 
 HFileBlock

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
index 4ae59f7..36af1d9 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
@@ -193,15 +193,15 @@
 
 
 HFileBlockDecodingContext
-AbstractDataBlockEncoder.newDataBlockDecodingContext(HFileContextmeta)
-
-
-HFileBlockDecodingContext
 DataBlockEncoder.newDataBlockDecodingContext(HFileContextmeta)
 Creates an encoder specific decoding context, which will 
prepare the data
  before actual decoding
 
 
+
+HFileBlockDecodingContext
+AbstractDataBlockEncoder.newDataBlockDecodingContext(HFileContextmeta)
+
 
 
 
@@ -218,21 +218,21 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparatorcomparator,
-  

[39/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
index 5cd629d..2ec5a0c 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
@@ -246,21 +246,21 @@
 
 
 int
-BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
-  Cellkey)
-
-
-int
 DataBlockEncoder.EncodedSeeker.compareKey(CellComparatorcomparator,
   Cellkey)
 Compare the given key against the current key
 
 
-
+
 int
 RowIndexSeekerV1.compareKey(CellComparatorcomparator,
   Cellkey)
 
+
+int
+BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
+  Cellkey)
+
 
 DataBlockEncoder.EncodedSeeker
 CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
@@ -268,21 +268,21 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparatorcomparator,
-HFileBlockDecodingContextdecodingCtx)
-
-
-DataBlockEncoder.EncodedSeeker
 DataBlockEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 Create a HFileBlock seeker which find KeyValues within a 
block.
 
 
-
+
 DataBlockEncoder.EncodedSeeker
 FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
+
+DataBlockEncoder.EncodedSeeker
+RowIndexCodecV1.createSeeker(CellComparatorcomparator,
+HFileBlockDecodingContextdecodingCtx)
+
 
 DataBlockEncoder.EncodedSeeker
 PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
@@ -329,30 +329,30 @@
 
 
 protected CellComparator
-HFileWriterImpl.comparator
-Key comparator.
+CompoundBloomFilterBase.comparator
+Comparator used to compare Bloom filter keys
 
 
 
 protected CellComparator
-HFile.WriterFactory.comparator
+HFileWriterImpl.comparator
+Key comparator.
+
 
 
 private CellComparator
-HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
-Needed doing lookup on blocks.
+HFileReaderImpl.comparator
+Key comparator
 
 
 
 protected CellComparator
-CompoundBloomFilterBase.comparator
-Comparator used to compare Bloom filter keys
-
+HFile.WriterFactory.comparator
 
 
 private CellComparator
-HFileReaderImpl.comparator
-Key comparator
+HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
+Needed doing lookup on blocks.
 
 
 
@@ -374,11 +374,11 @@
 
 
 CellComparator
-HFile.Reader.getComparator()
+HFileReaderImpl.getComparator()
 
 
 CellComparator
-HFileReaderImpl.getComparator()
+HFile.Reader.getComparator()
 
 
 
@@ -531,48 +531,48 @@
 
 
 private CellComparator
-MemStoreScanner.comparator
+StoreFileWriter.Builder.comparator
 
 
 private CellComparator
-StoreFileWriter.Builder.comparator
+MemStoreScanner.comparator
 
 
-private CellComparator
-AbstractMemStore.comparator
-
-
 protected CellComparator
-StripeMultiFileWriter.comparator
+StripeStoreFlusher.StripeFlushRequest.comparator
 
-
+
 private CellComparator
 Segment.comparator
 
+
+protected CellComparator
+HRegion.RegionScannerImpl.comparator
+
 
 private CellComparator
 ScanInfo.comparator
 
 
-private CellComparator
-HStore.comparator
+protected CellComparator
+StripeMultiFileWriter.comparator
 
 
-protected CellComparator
-HRegion.RegionScannerImpl.comparator
+private CellComparator
+AbstractMemStore.comparator
 
 
-protected CellComparator
-StripeStoreFlusher.StripeFlushRequest.comparator
+private CellComparator
+HStore.comparator
 
 
-protected CellComparator
-KeyValueHeap.KVScannerComparator.kvComparator
-
-
 private CellComparator
 DefaultStoreFileManager.kvComparator
 
+
+protected CellComparator
+KeyValueHeap.KVScannerComparator.kvComparator
+
 
 
 
@@ -594,11 +594,11 @@
 
 
 CellComparator
-StoreFileReader.getComparator()
+Store.getComparator()
 
 
-protected CellComparator
-AbstractMemStore.getComparator()
+(package private) CellComparator
+StoreFileScanner.getComparator()
 
 
 protected CellComparator
@@ -611,20 +611,20 @@
 ScanInfo.getComparator()
 
 
-CellComparator
-Store.getComparator()
+protected CellComparator
+AbstractMemStore.getComparator()
 
 
 CellComparator
-KeyValueHeap.KVScannerComparator.getComparator()
+StoreFileReader.getComparator()
 
 
-(package private) CellComparator
-StoreFileScanner.getComparator()
+CellComparator
+HStore.getComparator()
 
 
 CellComparator
-HStore.getComparator()
+KeyValueHeap.KVScannerComparator.getComparator()
 
 
 
@@ -658,12 +658,6 @@
 
 
 
-protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
-Storestore,
-CellComparatorkvComparator)
-
-
 protected abstract void
 StoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 

[10/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredRPCHandler.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredRPCHandler.html
 
b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredRPCHandler.html
index 4874168..0b26b48 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredRPCHandler.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredRPCHandler.html
@@ -151,49 +151,49 @@
 
 
 Paircom.google.protobuf.Message,CellScanner
-RpcServer.call(com.google.protobuf.BlockingServiceservice,
+RpcServerInterface.call(com.google.protobuf.BlockingServiceservice,
 com.google.protobuf.Descriptors.MethodDescriptormd,
 com.google.protobuf.Messageparam,
 CellScannercellScanner,
 longreceiveTime,
-MonitoredRPCHandlerstatus)
+MonitoredRPCHandlerstatus)
+Deprecated.
+As of release 1.3, this 
will be removed in HBase 3.0
+
+
 
 
 Paircom.google.protobuf.Message,CellScanner
-RpcServerInterface.call(com.google.protobuf.BlockingServiceservice,
+RpcServer.call(com.google.protobuf.BlockingServiceservice,
 com.google.protobuf.Descriptors.MethodDescriptormd,
 com.google.protobuf.Messageparam,
 CellScannercellScanner,
 longreceiveTime,
-MonitoredRPCHandlerstatus)
-Deprecated.
-As of release 1.3, this 
will be removed in HBase 3.0
-
-
+MonitoredRPCHandlerstatus)
 
 
 Paircom.google.protobuf.Message,CellScanner
-RpcServer.call(com.google.protobuf.BlockingServiceservice,
+RpcServerInterface.call(com.google.protobuf.BlockingServiceservice,
 com.google.protobuf.Descriptors.MethodDescriptormd,
 com.google.protobuf.Messageparam,
 CellScannercellScanner,
 longreceiveTime,
 MonitoredRPCHandlerstatus,
 longstartTime,
-inttimeout)
-This is a server side method, which is invoked over 
RPC.
-
+inttimeout)
 
 
 Paircom.google.protobuf.Message,CellScanner
-RpcServerInterface.call(com.google.protobuf.BlockingServiceservice,
+RpcServer.call(com.google.protobuf.BlockingServiceservice,
 com.google.protobuf.Descriptors.MethodDescriptormd,
 com.google.protobuf.Messageparam,
 CellScannercellScanner,
 longreceiveTime,
 MonitoredRPCHandlerstatus,
 longstartTime,
-inttimeout)
+inttimeout)
+This is a server side method, which is invoked over 
RPC.
+
 
 
 void

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html 
b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
index 337e707..c6bade4 100644
--- a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
+++ b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
@@ -491,15 +491,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-DefaultStoreFlusher.flushSnapshot(MemStoreSnapshotsnapshot,
- longcacheFlushId,
+StripeStoreFlusher.flushSnapshot(MemStoreSnapshotsnapshot,
+ longcacheFlushSeqNum,
  MonitoredTaskstatus,
  ThroughputControllerthroughputController)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-StripeStoreFlusher.flushSnapshot(MemStoreSnapshotsnapshot,
- longcacheFlushSeqNum,
+DefaultStoreFlusher.flushSnapshot(MemStoreSnapshotsnapshot,
+ longcacheFlushId,
  MonitoredTaskstatus,
  ThroughputControllerthroughputController)
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html 
b/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
index 26c4020..5f62c67 100644
--- a/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
+++ b/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
@@ -266,12 +266,12 @@
 
 
 void
-ColumnReader.initOnBlock(PrefixTreeBlockMetablockMeta,
+ColumnNodeReader.initOnBlock(PrefixTreeBlockMetablockMeta,
ByteBuffblock)
 
 
 void
-ColumnNodeReader.initOnBlock(PrefixTreeBlockMetablockMeta,
+ColumnReader.initOnBlock(PrefixTreeBlockMetablockMeta,
ByteBuffblock)
 
 
@@ -327,11 +327,11 @@
 
 
 protected ByteBuff
-TimestampDecoder.block
+MvccVersionDecoder.block
 
 
 protected ByteBuff
-MvccVersionDecoder.block
+TimestampDecoder.block
 
 
 
@@ -344,12 

[29/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
index d263321..e94ee56 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
@@ -276,26 +276,26 @@ the order they are declared.
 Durabilitydurability)
 
 
-Delete
-Delete.setDurability(Durabilityd)
-
-
 Put
 Put.setDurability(Durabilityd)
 
+
+Delete
+Delete.setDurability(Durabilityd)
+
 
-Mutation
-Mutation.setDurability(Durabilityd)
-Set the durability for this mutation
-
+Increment
+Increment.setDurability(Durabilityd)
 
 
 Append
 Append.setDurability(Durabilityd)
 
 
-Increment
-Increment.setDurability(Durabilityd)
+Mutation
+Mutation.setDurability(Durabilityd)
+Set the durability for this mutation
+
 
 
 
@@ -456,15 +456,15 @@ the order they are declared.
 
 
 Durability
-MultiRowMutationProcessor.useDurability()
+RowProcessor.useDurability()
 
 
 Durability
-BaseRowProcessor.useDurability()
+MultiRowMutationProcessor.useDurability()
 
 
 Durability
-RowProcessor.useDurability()
+BaseRowProcessor.useDurability()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
index e1fe4ad..a21485d 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html
@@ -143,19 +143,19 @@ the order they are declared.
 
 
 
-Scan
-Scan.setIsolationLevel(IsolationLevellevel)
-
-
 Get
 Get.setIsolationLevel(IsolationLevellevel)
 
-
+
 Query
 Query.setIsolationLevel(IsolationLevellevel)
 Set the isolation level for this query.
 
 
+
+Scan
+Scan.setIsolationLevel(IsolationLevellevel)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html
index 6325ce5..a925583 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html
@@ -192,11 +192,9 @@ the order they are declared.
 
 
 void
-MasterObserver.postSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
   booleannewValue,
-  MasterSwitchTypeswitchType)
-Called after setting split / merge switch
-
+  MasterSwitchTypeswitchType)
 
 
 void
@@ -206,17 +204,17 @@ the order they are declared.
 
 
 void
-BaseMasterObserver.postSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
   booleannewValue,
-  MasterSwitchTypeswitchType)
+  MasterSwitchTypeswitchType)
+Called after setting split / merge switch
+
 
 
 boolean
-MasterObserver.preSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.preSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
  booleannewValue,
- MasterSwitchTypeswitchType)
-Called prior to setting split / merge switch
-
+ MasterSwitchTypeswitchType)
 
 
 boolean
@@ -226,9 +224,11 @@ the order they are declared.
 
 
 boolean
-BaseMasterObserver.preSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.preSetSplitOrMergeEnabled(ObserverContextMasterCoprocessorEnvironmentctx,
  booleannewValue,
- MasterSwitchTypeswitchType)
+ MasterSwitchTypeswitchType)
+Called prior to setting split / merge switch
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/client/class-use/MetricsConnection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/MetricsConnection.html 

[42/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/deprecated-list.html
--
diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html
index 433a1d7..539b40f 100644
--- a/devapidocs/deprecated-list.html
+++ b/devapidocs/deprecated-list.html
@@ -413,13 +413,13 @@
 org.apache.hadoop.hbase.mapreduce.CellCreator.create(byte[],
 int, int, byte[], int, int, byte[], int, int, long, byte[], int, int, 
String)
 
 
-org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
-org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
-org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.coprocessor.ObserverContext.createAndPrepare(T,
 ObserverContextT)
@@ -447,13 +447,13 @@
 org.apache.hadoop.hbase.KeyValueUtil.ensureKeyValues(ListCell)
 
 
-org.apache.hadoop.hbase.regionserver.RegionMergeTransaction.execute(Server,
 RegionServerServices)
-use #execute(Server, 
RegionServerServices, User)
+org.apache.hadoop.hbase.regionserver.SplitTransaction.execute(Server,
 RegionServerServices)
+use #execute(Server, 
RegionServerServices, User);  as of 1.0.2, remove in 3.0
 
 
 
-org.apache.hadoop.hbase.regionserver.SplitTransaction.execute(Server,
 RegionServerServices)
-use #execute(Server, 
RegionServerServices, User);  as of 1.0.2, remove in 3.0
+org.apache.hadoop.hbase.regionserver.RegionMergeTransaction.execute(Server,
 RegionServerServices)
+use #execute(Server, 
RegionServerServices, User)
 
 
 
@@ -643,13 +643,13 @@
 
 
 
-org.apache.hadoop.hbase.util.Bytes.getSize()
-use Bytes.getLength()
 instead
+org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
+use ImmutableBytesWritable.getLength()
 instead
 
 
 
-org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
-use ImmutableBytesWritable.getLength()
 instead
+org.apache.hadoop.hbase.util.Bytes.getSize()
+use Bytes.getLength()
 instead
 
 
 
@@ -678,13 +678,13 @@
 
 
 
-org.apache.hadoop.hbase.client.HTableInterface.getWriteBufferSize()
-as of 1.0.0. Replaced by 
BufferedMutator.getWriteBufferSize()
+org.apache.hadoop.hbase.client.Table.getWriteBufferSize()
+as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator.getWriteBufferSize()
 
 
 
-org.apache.hadoop.hbase.client.Table.getWriteBufferSize()
-as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator.getWriteBufferSize()
+org.apache.hadoop.hbase.client.HTableInterface.getWriteBufferSize()
+as of 1.0.0. Replaced by 
BufferedMutator.getWriteBufferSize()
 
 
 
@@ -780,37 +780,37 @@
 
 
 
-org.apache.hadoop.hbase.coprocessor.MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
+org.apache.hadoop.hbase.coprocessor.BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
 org.apache.hadoop.hbase.coprocessor.BaseMasterAndRegionObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
 
 
-org.apache.hadoop.hbase.coprocessor.BaseMasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
+org.apache.hadoop.hbase.coprocessor.MasterObserver.postAddColumn(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645).
- Use BaseMasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
+ Use MasterObserver.postAddColumnFamily(ObserverContext,
 TableName, HColumnDescriptor).
 
 
 
-org.apache.hadoop.hbase.coprocessor.MasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
+org.apache.hadoop.hbase.coprocessor.BaseMasterObserver.postAddColumnHandler(ObserverContextMasterCoprocessorEnvironment,
 TableName, HColumnDescriptor)
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  (https://issues.apache.org/jira/browse/HBASE-13645;>HBASE-13645). Use
- 

[33/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html
 
b/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html
index 49237f5..b8ad182 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html
@@ -174,13 +174,13 @@
 
 
 
-protected InterProcessLock.MetadataHandler
-ZKInterProcessLockBase.handler
-
-
 private InterProcessLock.MetadataHandler
 ZKInterProcessReadWriteLock.handler
 
+
+protected InterProcessLock.MetadataHandler
+ZKInterProcessLockBase.handler
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
index 5e297d2..6daf340 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
@@ -213,22 +213,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValueUtil.create(intlength,
+KeyValue.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
 
 
 static KeyValue
-KeyValue.create(intlength,
+KeyValueUtil.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
@@ -344,31 +344,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b)
+KeyValue.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b)
+KeyValueUtil.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b,
+KeyValue.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b,
+KeyValueUtil.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
@@ -532,17 +532,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValueUtil.write(KeyValuekv,
+KeyValue.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a
- Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
 
 
 
 static long
-KeyValue.write(KeyValuekv,
+KeyValueUtil.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a
+ Writable.
 
 
 
@@ -819,22 +819,28 @@ Input/OutputFormats, a 

[05/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html
index fdba4aa..703f5ea 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html
@@ -140,47 +140,47 @@
 
 
 private HRegion
-SplitRequest.parent
+SplitTransactionImpl.parent
 
 
 private HRegion
-SplitTransactionImpl.parent
+SplitRequest.parent
 
 
-private HRegion
-RegionServicesForStores.region
-
-
 protected HRegion
-RegionSplitPolicy.region
-The region configured for this split policy.
+FlushPolicy.region
+The region configured for this flush policy.
 
 
+
+private HRegion
+MetricsRegionWrapperImpl.region
+
 
 private HRegion
 CompactSplitThread.CompactionRunner.region
 
 
-private HRegion
-BusyRegionSplitPolicy.region
+protected HRegion
+HRegion.RegionScannerImpl.region
 
 
 private HRegion
-MetricsRegionWrapperImpl.region
+RegionServicesForStores.region
 
 
 protected HRegion
-HStore.region
+RegionSplitPolicy.region
+The region configured for this split policy.
+
 
 
-protected HRegion
-FlushPolicy.region
-The region configured for this flush policy.
-
+private HRegion
+BusyRegionSplitPolicy.region
 
 
 protected HRegion
-HRegion.RegionScannerImpl.region
+HStore.region
 
 
 private HRegion
@@ -413,44 +413,44 @@
 
 
 protected void
-RegionSplitPolicy.configureForRegion(HRegionregion)
-Upon construction, this method will be called with the 
region
- to be governed.
-
+DelimitedKeyPrefixRegionSplitPolicy.configureForRegion(HRegionregion)
 
 
 protected void
-IncreasingToUpperBoundRegionSplitPolicy.configureForRegion(HRegionregion)
+FlushPolicy.configureForRegion(HRegionregion)
+Upon construction, this method will be called with the 
region to be governed.
+
 
 
 protected void
-BusyRegionSplitPolicy.configureForRegion(HRegionregion)
+ConstantSizeRegionSplitPolicy.configureForRegion(HRegionregion)
 
 
 protected void
-ConstantSizeRegionSplitPolicy.configureForRegion(HRegionregion)
+FlushNonSloppyStoresFirstPolicy.configureForRegion(HRegionregion)
 
 
 protected void
-FlushAllLargeStoresPolicy.configureForRegion(HRegionregion)
+IncreasingToUpperBoundRegionSplitPolicy.configureForRegion(HRegionregion)
 
 
 protected void
-FlushNonSloppyStoresFirstPolicy.configureForRegion(HRegionregion)
+RegionSplitPolicy.configureForRegion(HRegionregion)
+Upon construction, this method will be called with the 
region
+ to be governed.
+
 
 
 protected void
-KeyPrefixRegionSplitPolicy.configureForRegion(HRegionregion)
+BusyRegionSplitPolicy.configureForRegion(HRegionregion)
 
 
 protected void
-FlushPolicy.configureForRegion(HRegionregion)
-Upon construction, this method will be called with the 
region to be governed.
-
+KeyPrefixRegionSplitPolicy.configureForRegion(HRegionregion)
 
 
 protected void
-DelimitedKeyPrefixRegionSplitPolicy.configureForRegion(HRegionregion)
+FlushAllLargeStoresPolicy.configureForRegion(HRegionregion)
 
 
 static FlushPolicy
@@ -544,17 +544,17 @@
 
 
 void
-MultiRowMutationProcessor.postBatchMutate(HRegionregion)
+RowProcessor.postBatchMutate(HRegionregion)
+The hook to be executed after the process() and applying 
the Mutations to region.
+
 
 
 void
-BaseRowProcessor.postBatchMutate(HRegionregion)
+MultiRowMutationProcessor.postBatchMutate(HRegionregion)
 
 
 void
-RowProcessor.postBatchMutate(HRegionregion)
-The hook to be executed after the process() and applying 
the Mutations to region.
-
+BaseRowProcessor.postBatchMutate(HRegionregion)
 
 
 void
@@ -572,23 +572,23 @@
 
 
 void
-MultiRowMutationProcessor.postProcess(HRegionregion,
+RowProcessor.postProcess(HRegionregion,
WALEditwalEdit,
-   booleansuccess)
+   booleansuccess)
+The hook to be executed after process() and applying the 
Mutations to region.
+
 
 
 void
-BaseRowProcessor.postProcess(HRegionregion,
+MultiRowMutationProcessor.postProcess(HRegionregion,
WALEditwalEdit,
booleansuccess)
 
 
 void
-RowProcessor.postProcess(HRegionregion,
+BaseRowProcessor.postProcess(HRegionregion,
WALEditwalEdit,
-   booleansuccess)
-The hook to be executed after process() and applying the 
Mutations to region.
-
+   booleansuccess)
 
 
 void
@@ -598,20 +598,20 @@
 
 
 void
-MultiRowMutationProcessor.preBatchMutate(HRegionregion,
-  WALEditwalEdit)
+RowProcessor.preBatchMutate(HRegionregion,
+  WALEditwalEdit)
+The hook to be executed after the process() but before 
applying the Mutations to region.
+
 
 
 void
-BaseRowProcessor.preBatchMutate(HRegionregion,
+MultiRowMutationProcessor.preBatchMutate(HRegionregion,
   WALEditwalEdit)
 
 
 void

[13/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
index 5a40bd3..bd37bdc 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
@@ -396,7 +396,7 @@ extends Procedure
-addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes
 , setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
+addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch, setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/master/procedure/DispatchMergingRegionsProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DispatchMergingRegionsProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DispatchMergingRegionsProcedure.html
index 1affb07..0f7f9d5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DispatchMergingRegionsProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DispatchMergingRegionsProcedure.html
@@ -428,7 +428,7 @@ extends Procedure
-addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes
 , setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 wasExecuted
+addStackIndex,
 beforeReplay,
 childrenCountDown,
 compareTo,
 completionCleanup,
 convert,
 convert,
 createProcedureInfo,
 doExecute,
 doRollback,
 elapsedTime,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId, getProcId,
 getProcIdHashCode,
 getResult,
 getRootProcedureId,
 getStackIndexes,
 getStartTime,
 getState,
 getTimeout, getTimeRemaining,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 incChildrenLatch,
 isFailed,
 
 isFinished, isRunnable,
 isSuccess,
 isSuspended,
 isWaiting,
 newInstance,
 removeStackIndex,
 resume,
 setAbortFailure,
 setChildrenLatch, setFailure,
 setFailure,
 setNonceKey,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setStackIndexes,
 setStartTime,
 setState,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 suspend,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateTimestamp,
 validateClass,
 

[36/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb.

2016-09-16 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index b71a4ff..eb18590 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -877,7 +877,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-ScannerCallableWithReplicas.getHRegionInfo()
+AbstractRegionServerCallable.getHRegionInfo()
 
 
 HRegionInfo
@@ -885,7 +885,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-AbstractRegionServerCallable.getHRegionInfo()
+ScannerCallableWithReplicas.getHRegionInfo()
 
 
 private HRegionInfo
@@ -1115,10 +1115,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MasterObserver.postAssign(ObserverContextMasterCoprocessorEnvironmentctx,
-  HRegionInforegionInfo)
-Called after the region assignment has been requested.
-
+BaseMasterObserver.postAssign(ObserverContextMasterCoprocessorEnvironmentctx,
+  HRegionInforegionInfo)
 
 
 void
@@ -1127,16 +1125,16 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postAssign(ObserverContextMasterCoprocessorEnvironmentctx,
-  HRegionInforegionInfo)
+MasterObserver.postAssign(ObserverContextMasterCoprocessorEnvironmentctx,
+  HRegionInforegionInfo)
+Called after the region assignment has been requested.
+
 
 
 void
-MasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
-  HRegionInfo[]regions)
-Called after the createTable operation has been 
requested.
-
+  HRegionInfo[]regions)
 
 
 void
@@ -1146,17 +1144,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCompletedCreateTableAction(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
-  HRegionInfo[]regions)
+  HRegionInfo[]regions)
+Called after the createTable operation has been 
requested.
+
 
 
 void
-MasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
HTableDescriptordesc,
-   HRegionInfo[]regions)
-Called after the createTable operation has been 
requested.
-
+   HRegionInfo[]regions)
 
 
 void
@@ -1166,19 +1164,21 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCreateTable(ObserverContextMasterCoprocessorEnvironmentctx,
HTableDescriptordesc,
-   HRegionInfo[]regions)
+   HRegionInfo[]regions)
+Called after the createTable operation has been 
requested.
+
 
 
 void
-MasterObserver.postCreateTableHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+BaseMasterObserver.postCreateTableHandler(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
   HRegionInfo[]regions)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
(https://issues.apache.org/jira/browse/HBASE-15575;>HBASE-15575).
-   Use MasterObserver.postCompletedCreateTableAction(ObserverContext,
 HTableDescriptor, HRegionInfo[])
+   Use BaseMasterObserver.postCompletedCreateTableAction(ObserverContext,
 HTableDescriptor, HRegionInfo[])
 
 
 
@@ -1192,23 +1192,21 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTableHandler(ObserverContextMasterCoprocessorEnvironmentctx,
+MasterObserver.postCreateTableHandler(ObserverContextMasterCoprocessorEnvironmentctx,
   HTableDescriptordesc,
   HRegionInfo[]regions)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
(https://issues.apache.org/jira/browse/HBASE-15575;>HBASE-15575).
-   Use BaseMasterObserver.postCompletedCreateTableAction(ObserverContext,
 HTableDescriptor, HRegionInfo[])
+   Use MasterObserver.postCompletedCreateTableAction(ObserverContext,
 HTableDescriptor, HRegionInfo[])
 
 
 
 
 void
-MasterObserver.postDispatchMerge(ObserverContextMasterCoprocessorEnvironmentc,

[1/2] hbase git commit: HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess

2016-09-16 Thread chenheng
Repository: hbase
Updated Branches:
  refs/heads/master b6b72361b -> 2cf8907db


http://git-wip-us.apache.org/repos/asf/hbase/blob/2cf8907d/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java
new file mode 100644
index 000..c6b2a53
--- /dev/null
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java
@@ -0,0 +1,1290 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hadoop.hbase.client;
+
+import com.google.common.annotations.VisibleForTesting;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.hadoop.hbase.DoNotRetryIOException;
+import org.apache.hadoop.hbase.HRegionInfo;
+import org.apache.hadoop.hbase.HRegionLocation;
+import org.apache.hadoop.hbase.RegionLocations;
+import org.apache.hadoop.hbase.RetryImmediatelyException;
+import org.apache.hadoop.hbase.ServerName;
+import org.apache.hadoop.hbase.TableName;
+import org.apache.hadoop.hbase.classification.InterfaceAudience;
+import org.apache.hadoop.hbase.client.backoff.ServerStatistics;
+import org.apache.hadoop.hbase.client.coprocessor.Batch;
+import org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil;
+import org.apache.hadoop.hbase.protobuf.ProtobufUtil;
+import org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
+import org.apache.hadoop.hbase.util.Bytes;
+import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
+import org.apache.htrace.Trace;
+
+import java.io.IOException;
+import java.io.InterruptedIOException;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
+import java.util.Date;
+import java.util.HashMap;
+import java.util.LinkedList;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.ExecutorService;
+import java.util.concurrent.RejectedExecutionException;
+import java.util.concurrent.TimeUnit;
+import java.util.concurrent.atomic.AtomicLong;
+
+/**
+ * The context, and return value, for a single submit/submitAll call.
+ * Note on how this class (one AP submit) works. Initially, all requests are 
split into groups
+ * by server; request is sent to each server in parallel; the RPC calls are 
not async so a
+ * thread per server is used. Every time some actions fail, regions/locations 
might have
+ * changed, so we re-group them by server and region again and send these 
groups in parallel
+ * too. The result, in case of retries, is a "tree" of threads, with parent 
exiting after
+ * scheduling children. This is why lots of code doesn't require any 
synchronization.
+ */
+@InterfaceAudience.Private
+class AsyncRequestFutureImpl implements AsyncRequestFuture {
+
+  private static final Log LOG = 
LogFactory.getLog(AsyncRequestFutureImpl.class);
+
+  /**
+   * Runnable (that can be submitted to thread pool) that waits for when it's 
time
+   * to issue replica calls, finds region replicas, groups the requests by 
replica and
+   * issues the calls (on separate threads, via sendMultiAction).
+   * This is done on a separate thread because we don't want to wait on user 
thread for
+   * our asynchronous call, and usually we have to wait before making replica 
calls.
+   */
+  private final class ReplicaCallIssuingRunnable implements Runnable {
+private final long startTime;
+private final List initialActions;
+
+public ReplicaCallIssuingRunnable(List initialActions, long 
startTime) {
+  this.initialActions = initialActions;
+  this.startTime = startTime;
+}
+
+@Override
+public void run() {
+  boolean done = false;
+  if (asyncProcess.primaryCallTimeoutMicroseconds > 0) {
+try {
+  done = waitUntilDone(startTime * 1000L + 
asyncProcess.primaryCallTimeoutMicroseconds);
+} catch (InterruptedException ex) {
+  LOG.error("Replica thread was 

[2/2] hbase git commit: HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess

2016-09-16 Thread chenheng
HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2cf8907d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2cf8907d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2cf8907d

Branch: refs/heads/master
Commit: 2cf8907db53b84a0118acc1edd1dfb9b37abe8b7
Parents: b6b7236
Author: chenheng 
Authored: Sat Sep 17 00:35:23 2016 +0800
Committer: chenheng 
Committed: Sat Sep 17 00:35:23 2016 +0800

--
 .../hadoop/hbase/client/AsyncProcess.java   | 1375 +-
 .../hadoop/hbase/client/AsyncRequestFuture.java |   40 +
 .../hbase/client/AsyncRequestFutureImpl.java| 1290 
 .../apache/hadoop/hbase/client/BatchErrors.java |   69 +
 .../org/apache/hadoop/hbase/client/HTable.java  |1 -
 .../hadoop/hbase/client/HTableMultiplexer.java  |1 -
 .../hadoop/hbase/client/TestAsyncProcess.java   |   48 +-
 .../hadoop/hbase/client/TestReplicasClient.java |2 -
 8 files changed, 1481 insertions(+), 1345 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/2cf8907d/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
index 93b17bc..2ffb2e3 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
@@ -20,52 +20,41 @@
 package org.apache.hadoop.hbase.client;
 
 import com.google.common.annotations.VisibleForTesting;
-import java.io.InterruptedIOException;
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collection;
-import java.util.Collections;
-import java.util.concurrent.ConcurrentHashMap;
-import java.util.concurrent.ConcurrentMap;
-import java.util.concurrent.ConcurrentSkipListMap;
-import java.util.concurrent.ExecutorService;
-import java.util.concurrent.RejectedExecutionException;
-import java.util.concurrent.TimeUnit;
-import java.util.concurrent.atomic.AtomicInteger;
-import java.util.concurrent.atomic.AtomicLong;
-import java.util.Date;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.Iterator;
-import java.util.LinkedList;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
-import java.util.TreeSet;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.conf.Configuration;
-import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.client.AsyncProcess.RowChecker.ReturnCode;
-import org.apache.hadoop.hbase.client.backoff.ServerStatistics;
-import org.apache.hadoop.hbase.client.coprocessor.Batch;
-import org.apache.hadoop.hbase.DoNotRetryIOException;
-import org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil;
 import org.apache.hadoop.hbase.HConstants;
 import org.apache.hadoop.hbase.HRegionInfo;
 import org.apache.hadoop.hbase.HRegionLocation;
-import org.apache.hadoop.hbase.ipc.RpcControllerFactory;
-import org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
-import org.apache.hadoop.hbase.protobuf.ProtobufUtil;
 import org.apache.hadoop.hbase.RegionLocations;
-import org.apache.hadoop.hbase.RetryImmediatelyException;
 import org.apache.hadoop.hbase.ServerName;
 import org.apache.hadoop.hbase.TableName;
+import org.apache.hadoop.hbase.classification.InterfaceAudience;
+import org.apache.hadoop.hbase.client.AsyncProcess.RowChecker.ReturnCode;
+import org.apache.hadoop.hbase.client.coprocessor.Batch;
+import org.apache.hadoop.hbase.ipc.RpcControllerFactory;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.hadoop.hbase.util.EnvironmentEdge;
 import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
-import org.apache.htrace.Trace;
+
+import java.io.IOException;
+import java.io.InterruptedIOException;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.TreeSet;
+import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.ConcurrentMap;
+import java.util.concurrent.ConcurrentSkipListMap;
+import java.util.concurrent.ExecutorService;
+import java.util.concurrent.atomic.AtomicInteger;
+import java.util.concurrent.atomic.AtomicLong;
 
 /**
  * This class  allows a continuous flow of requests. It's written to be 
compatible with a
@@ -124,7 +113,7 @@ 

hbase git commit: HBASE-16349 TestClusterId may hang during cluster shutdown

2016-09-16 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1 08e44919c -> 591cc4cfb


HBASE-16349 TestClusterId may hang during cluster shutdown


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/591cc4cf
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/591cc4cf
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/591cc4cf

Branch: refs/heads/branch-1
Commit: 591cc4cfb8c908556eb6e64811aa7b46fb8bbb7a
Parents: 08e4491
Author: tedyu 
Authored: Fri Sep 16 06:57:42 2016 -0700
Committer: tedyu 
Committed: Fri Sep 16 06:57:42 2016 -0700

--
 .../java/org/apache/hadoop/hbase/regionserver/TestClusterId.java| 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/591cc4cf/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
index 7b87db8..fbe1f29 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
@@ -55,6 +55,7 @@ public class TestClusterId {
 
   @Before
   public void setUp() throws Exception {
+TEST_UTIL.getConfiguration().setBoolean(ShutdownHook.RUN_SHUTDOWN_HOOK, 
false);
   }
 
   @After



hbase git commit: HBASE-16349 TestClusterId may hang during cluster shutdown

2016-09-16 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/master e19632a19 -> 2597217ae


HBASE-16349 TestClusterId may hang during cluster shutdown


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2597217a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2597217a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2597217a

Branch: refs/heads/master
Commit: 2597217ae5aa057e1931c772139ce8cc7a2b3efb
Parents: e19632a
Author: tedyu 
Authored: Fri Sep 16 02:32:03 2016 -0700
Committer: tedyu 
Committed: Fri Sep 16 02:32:03 2016 -0700

--
 .../java/org/apache/hadoop/hbase/regionserver/TestClusterId.java| 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/2597217a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
index 9c03201..33ca73d 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClusterId.java
@@ -56,6 +56,7 @@ public class TestClusterId {
 
   @Before
   public void setUp() throws Exception {
+TEST_UTIL.getConfiguration().setBoolean(ShutdownHook.RUN_SHUTDOWN_HOOK, 
false);
   }
 
   @After