hbase git commit: HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/0.98 c9b9f7f66 -> 131e5d3f4


HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes 
fails (Anoop Sam John)


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

Branch: refs/heads/0.98
Commit: 131e5d3f4cb5a5bb8d97c3421eb87a86f3f59c0a
Parents: c9b9f7f
Author: stack 
Authored: Tue Apr 19 21:57:01 2016 -0700
Committer: stack 
Committed: Tue Apr 19 21:57:01 2016 -0700

--
 .../hadoop/hbase/security/visibility/VisibilityController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/131e5d3f/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
index 4251cab..38f52c5 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
@@ -436,7 +436,7 @@ public class VisibilityController extends 
BaseMasterAndRegionObserver implements
 
 if (result.size() < get.getMaxVersions()) {
   // Nothing to delete
-  kv.updateLatestStamp(Bytes.toBytes(Long.MIN_VALUE));
+  kv.updateLatestStamp(Bytes.toBytes(byteNow));
   return;
 }
 if (result.size() > get.getMaxVersions()) {



hbase git commit: HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 07cc9ac2f -> 961d583d1


HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes 
fails (Anoop Sam John)


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

Branch: refs/heads/branch-1.3
Commit: 961d583d14851e4dcb7fb1b3eecec99bfc7c2726
Parents: 07cc9ac
Author: stack 
Authored: Tue Apr 19 17:10:48 2016 -0700
Committer: stack 
Committed: Tue Apr 19 21:55:02 2016 -0700

--
 .../hadoop/hbase/security/visibility/VisibilityController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/961d583d/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
index 5488597..e58520c 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
@@ -443,7 +443,7 @@ public class VisibilityController extends 
BaseMasterAndRegionObserver implements
 
 if (result.size() < get.getMaxVersions()) {
   // Nothing to delete
-  CellUtil.updateLatestStamp(cell, Long.MIN_VALUE);
+  CellUtil.updateLatestStamp(cell, byteNow, 0);
   return;
 }
 if (result.size() > get.getMaxVersions()) {



hbase git commit: HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-1 bd64db97c -> 2d99f626d


HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes 
fails (Anoop Sam John)


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

Branch: refs/heads/branch-1
Commit: 2d99f626d1e19cb3bf400058a250bee9a1a45f59
Parents: bd64db9
Author: stack 
Authored: Tue Apr 19 17:10:48 2016 -0700
Committer: stack 
Committed: Tue Apr 19 21:54:43 2016 -0700

--
 .../hadoop/hbase/security/visibility/VisibilityController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/2d99f626/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
index 5488597..e58520c 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
@@ -443,7 +443,7 @@ public class VisibilityController extends 
BaseMasterAndRegionObserver implements
 
 if (result.size() < get.getMaxVersions()) {
   // Nothing to delete
-  CellUtil.updateLatestStamp(cell, Long.MIN_VALUE);
+  CellUtil.updateLatestStamp(cell, byteNow, 0);
   return;
 }
 if (result.size() > get.getMaxVersions()) {



hbase git commit: HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help text. (Apekshit)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 8568b0cb8 -> 07cc9ac2f


HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help 
text. (Apekshit)

Change-Id: I95cfa2be74605efab0368417d59c50b94af0facb

Signed-off-by: stack 


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

Branch: refs/heads/branch-1.3
Commit: 07cc9ac2f548515ad758ac99880f71d5fcf8755b
Parents: 8568b0c
Author: Apekshit 
Authored: Tue Apr 19 16:59:19 2016 -0700
Committer: stack 
Committed: Tue Apr 19 17:19:36 2016 -0700

--
 .../apache/hadoop/hbase/PerformanceEvaluation.java  | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/07cc9ac2/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
index a017d33..7dced80 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
@@ -1108,7 +1108,12 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 } finally {
   scope.close();
 }
-latencyHistogram.update((System.nanoTime() - startTime) / 1000);
+// If multiget is enabled, say set to 10, testRow() returns 
immediately first 9 times
+// and sends the actual get request in the 10th iteration. We should 
only set latency
+// when actual request is sent because otherwise it turns out to be 0.
+if (opts.multiGet == 0 || (i - startRow + 1) % opts.multiGet == 0) {
+  latencyHistogram.update((System.nanoTime() - startTime) / 1000);
+}
 if (status != null && i > 0 && (i % getReportingPeriod()) == 0) {
   status.setStatus(generateStatus(startRow, i, lastRow));
 }
@@ -1794,20 +1799,23 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 System.err.println(" writeToWAL  Set writeToWAL on puts. Default: 
True");
 System.err.println(" autoFlush   Set autoFlush on htable. Default: 
False");
 System.err.println(" oneCon  all the threads share the same 
connection. Default: False");
-System.err.println(" presplitCreate presplit table. Recommended 
for accurate perf " +
-"analysis (see guide).  Default: disabled");
+System.err.println(" presplitCreate presplit table. If a table 
with same name exists,"
++ " it'll be deleted and recreated (instead of verifying count of its 
existing regions). "
++ "Recommended for accurate perf analysis (see guide). Default: 
disabled");
 System.err.println(" inmemoryTries to keep the HFiles of the CF " +
 "inmemory as far as possible. Not guaranteed that reads are always 
served " +
 "from memory.  Default: false");
 System.err.println(" usetags Writes tags along with KVs. Use with 
HFile V3. " +
 "Default: false");
 System.err.println(" numoftags   Specify the no of tags that would be 
needed. " +
-"This works only if usetags is true.");
+"This works only if usetags is true. Default: " + 
DEFAULT_OPTS.noOfTags);
 System.err.println(" filterAll   Helps to filter out all the rows on 
the server side" +
 " there by not returning any thing back to the client.  Helps to check 
the server side" +
 " performance.  Uses FilterAllFilter internally. ");
 System.err.println(" latency Set to report operation latencies. 
Default: False");
 System.err.println(" bloomFilter  Bloom filter type, one of " + 
Arrays.toString(BloomType.values()));
+System.err.println(" blockEncoding   Block encoding to use. Value should 
be one of "
++ Arrays.toString(DataBlockEncoding.values()) + ". Default: NONE");
 System.err.println(" valueSize   Pass value size to use: Default: " +
 DEFAULT_OPTS.getValueSize());
 System.err.println(" valueRandom Set if we should vary value size 
between 0 and " +



hbase git commit: HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help text. (Apekshit)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-1 22b106104 -> bd64db97c


HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help 
text. (Apekshit)

Change-Id: I95cfa2be74605efab0368417d59c50b94af0facb

Signed-off-by: stack 


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

Branch: refs/heads/branch-1
Commit: bd64db97c8e5ca148ab53d616b174fdbf701d7be
Parents: 22b1061
Author: Apekshit 
Authored: Tue Apr 19 16:59:19 2016 -0700
Committer: stack 
Committed: Tue Apr 19 17:18:45 2016 -0700

--
 .../apache/hadoop/hbase/PerformanceEvaluation.java  | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/bd64db97/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
index a017d33..7dced80 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
@@ -1108,7 +1108,12 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 } finally {
   scope.close();
 }
-latencyHistogram.update((System.nanoTime() - startTime) / 1000);
+// If multiget is enabled, say set to 10, testRow() returns 
immediately first 9 times
+// and sends the actual get request in the 10th iteration. We should 
only set latency
+// when actual request is sent because otherwise it turns out to be 0.
+if (opts.multiGet == 0 || (i - startRow + 1) % opts.multiGet == 0) {
+  latencyHistogram.update((System.nanoTime() - startTime) / 1000);
+}
 if (status != null && i > 0 && (i % getReportingPeriod()) == 0) {
   status.setStatus(generateStatus(startRow, i, lastRow));
 }
@@ -1794,20 +1799,23 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 System.err.println(" writeToWAL  Set writeToWAL on puts. Default: 
True");
 System.err.println(" autoFlush   Set autoFlush on htable. Default: 
False");
 System.err.println(" oneCon  all the threads share the same 
connection. Default: False");
-System.err.println(" presplitCreate presplit table. Recommended 
for accurate perf " +
-"analysis (see guide).  Default: disabled");
+System.err.println(" presplitCreate presplit table. If a table 
with same name exists,"
++ " it'll be deleted and recreated (instead of verifying count of its 
existing regions). "
++ "Recommended for accurate perf analysis (see guide). Default: 
disabled");
 System.err.println(" inmemoryTries to keep the HFiles of the CF " +
 "inmemory as far as possible. Not guaranteed that reads are always 
served " +
 "from memory.  Default: false");
 System.err.println(" usetags Writes tags along with KVs. Use with 
HFile V3. " +
 "Default: false");
 System.err.println(" numoftags   Specify the no of tags that would be 
needed. " +
-"This works only if usetags is true.");
+"This works only if usetags is true. Default: " + 
DEFAULT_OPTS.noOfTags);
 System.err.println(" filterAll   Helps to filter out all the rows on 
the server side" +
 " there by not returning any thing back to the client.  Helps to check 
the server side" +
 " performance.  Uses FilterAllFilter internally. ");
 System.err.println(" latency Set to report operation latencies. 
Default: False");
 System.err.println(" bloomFilter  Bloom filter type, one of " + 
Arrays.toString(BloomType.values()));
+System.err.println(" blockEncoding   Block encoding to use. Value should 
be one of "
++ Arrays.toString(DataBlockEncoding.values()) + ". Default: NONE");
 System.err.println(" valueSize   Pass value size to use: Default: " +
 DEFAULT_OPTS.getValueSize());
 System.err.println(" valueRandom Set if we should vary value size 
between 0 and " +



hbase git commit: HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/master 501030d20 -> 954a41790


HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes 
fails (Anoop Sam John)


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

Branch: refs/heads/master
Commit: 954a41790c876abff3271cc13e940b764d886fe9
Parents: 501030d
Author: stack 
Authored: Tue Apr 19 17:10:48 2016 -0700
Committer: stack 
Committed: Tue Apr 19 17:10:48 2016 -0700

--
 .../hadoop/hbase/security/visibility/VisibilityController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/954a4179/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
index 6e2f8ed..1b18f42 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
@@ -441,7 +441,7 @@ public class VisibilityController extends 
BaseMasterAndRegionObserver implements
 
 if (result.size() < get.getMaxVersions()) {
   // Nothing to delete
-  CellUtil.updateLatestStamp(cell, Long.MIN_VALUE);
+  CellUtil.updateLatestStamp(cell, byteNow, 0);
   return;
 }
 if (result.size() > get.getMaxVersions()) {



hbase git commit: HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help text. (Apekshit)

2016-04-19 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/master bd3b9753a -> 501030d20


HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff in help 
text. (Apekshit)

Change-Id: I49d76896d5cc070b9f60dadf6746865e98fbbbd0

Signed-off-by: stack 


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

Branch: refs/heads/master
Commit: 501030d204d3418c015b739d6e7b85faacce6b7e
Parents: bd3b975
Author: Apekshit 
Authored: Mon Apr 18 15:56:42 2016 -0700
Committer: stack 
Committed: Tue Apr 19 16:12:43 2016 -0700

--
 .../apache/hadoop/hbase/PerformanceEvaluation.java  | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/501030d2/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
index fda3882..02b994a 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
@@ -1143,7 +1143,12 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 scope.close();
   }
   if ( (i - startRow) > opts.measureAfter) {
-latencyHistogram.update((System.nanoTime() - startTime) / 1000);
+// If multiget is enabled, say set to 10, testRow() returns 
immediately first 9 times
+// and sends the actual get request in the 10th iteration. We 
should only set latency
+// when actual request is sent because otherwise it turns out to 
be 0.
+if (opts.multiGet == 0 || (i - startRow + 1) % opts.multiGet == 0) 
{
+  latencyHistogram.update((System.nanoTime() - startTime) / 1000);
+}
 if (status != null && i > 0 && (i % getReportingPeriod()) == 0) {
   status.setStatus(generateStatus(startRow, i, lastRow));
 }
@@ -1826,6 +1831,8 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 + DEFAULT_OPTS.getValueSize());
 System.err.println(" valueRandom Set if we should vary value size 
between 0 and " +
 "'valueSize'; set on read for stats on size: Default: Not set.");
+System.err.println(" blockEncoding   Block encoding to use. Value should 
be one of "
++ Arrays.toString(DataBlockEncoding.values()) + ". Default: NONE");
 System.err.println();
 System.err.println("Table Creation / Write Tests:");
 System.err.println(" table   Alternate table name. Default: 
'TestTable'");
@@ -1840,12 +1847,13 @@ public class PerformanceEvaluation extends Configured 
implements Tool {
 "'valueSize' in zipf form: Default: Not set.");
 System.err.println(" writeToWAL  Set writeToWAL on puts. Default: 
True");
 System.err.println(" autoFlush   Set autoFlush on htable. Default: 
False");
-System.err.println(" presplitCreate presplit table. Recommended 
for accurate perf " +
-  "analysis (see guide).  Default: disabled");
+System.err.println(" presplitCreate presplit table. If a table 
with same name exists,"
++ " it'll be deleted and recreated (instead of verifying count of its 
existing regions). "
++ "Recommended for accurate perf analysis (see guide). Default: 
disabled");
 System.err.println(" usetags Writes tags along with KVs. Use with 
HFile V3. " +
   "Default: false");
 System.err.println(" numoftags   Specify the no of tags that would be 
needed. " +
-   "This works only if usetags is true.");
+   "This works only if usetags is true. Default: " + 
DEFAULT_OPTS.noOfTags);
 System.err.println(" splitPolicy Specify a custom RegionSplitPolicy 
for the table.");
 System.err.println(" columns Columns to write per row. Default: 
1");
 System.err.println();



hbase git commit: HBASE-15647 Backport HBASE-15507 (update_peer_config) to 0.98

2016-04-19 Thread apurtell
Repository: hbase
Updated Branches:
  refs/heads/0.98 e956eb63d -> c9b9f7f66


HBASE-15647 Backport HBASE-15507 (update_peer_config) to 0.98

Signed-off-by: Andrew Purtell 


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

Branch: refs/heads/0.98
Commit: c9b9f7f660519bc9576f73f5a79ef27f55475651
Parents: e956eb6
Author: gjacoby 
Authored: Wed Apr 13 14:41:26 2016 -0700
Committer: Andrew Purtell 
Committed: Tue Apr 19 14:47:58 2016 -0700

--
 .../client/replication/ReplicationAdmin.java|   9 ++
 .../hbase/replication/ReplicationPeer.java  |   6 +
 .../ReplicationPeerConfigListener.java  |  33 +
 .../replication/ReplicationPeerZKImpl.java  |  71 +-
 .../hbase/replication/ReplicationPeers.java |   8 ++
 .../replication/ReplicationPeersZKImpl.java | 139 ++-
 .../replication/ReplicationSerDeHelper.java | 124 +
 .../replication/ReplicationStateZKBase.java |   4 +
 .../replication/BaseReplicationEndpoint.java|  21 +++
 .../hbase/replication/ReplicationEndpoint.java  |   7 +-
 .../regionserver/ReplicationSourceManager.java  |   3 +-
 .../VisibilityReplicationEndpoint.java  |   5 +
 .../TestReplicationAdminWithClusters.java   |  67 +++--
 .../hbase/replication/TestReplicationBase.java  |   2 +-
 .../src/main/ruby/hbase/replication_admin.rb|  25 
 hbase-shell/src/main/ruby/shell.rb  |   1 +
 .../ruby/shell/commands/update_peer_config.rb   |  49 +++
 .../test/ruby/hbase/replication_admin_test.rb   |  26 +++-
 18 files changed, 488 insertions(+), 112 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/c9b9f7f6/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 7e25500..ade261f 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
@@ -217,6 +217,10 @@ public class ReplicationAdmin implements Closeable {
 return tableCfsStr;
   }
 
+  public void updatePeerConfig(String id, ReplicationPeerConfig peerConfig)
+throws ReplicationException {
+this.replicationPeers.updatePeerConfig(id, peerConfig);
+  }
   /**
* Removes a peer cluster and stops the replication to it.
* @param id a short name that identifies the cluster
@@ -497,6 +501,11 @@ public class ReplicationAdmin implements Closeable {
   }
 
   @VisibleForTesting
+  public void peerAdded(String id) throws ReplicationException {
+this.replicationPeers.peerAdded(id);
+  }
+
+  @VisibleForTesting
   List listReplicationPeers() {
 Map peers = listPeerConfigs();
 if (peers == null || peers.size() <= 0) {

http://git-wip-us.apache.org/repos/asf/hbase/blob/c9b9f7f6/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java
index 251c1ed..c99bd62 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java
@@ -67,6 +67,12 @@ public interface ReplicationPeer {
   public Configuration getConfiguration();
 
   /**
+   * Setup a callback for chanages to the replication peer config
+   * @param listener Listener for config changes, usually a replication 
endpoint
+   */
+  void trackPeerConfigChanges(ReplicationPeerConfigListener listener);
+
+  /*
* Get replicable (table, cf-list) map of this peer
* 
* @return the replicable (table, cf-list) map

http://git-wip-us.apache.org/repos/asf/hbase/blob/c9b9f7f6/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerConfigListener.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerConfigListener.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerConfigListener.java
new file mode 100644
index 000..b10862b
--- /dev/null
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/re

[26/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.SplitTaskDetails.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.SplitTaskDetails.html
 
b/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.SplitTaskDetails.html
index ff895bf..5343b6b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.SplitTaskDetails.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.SplitTaskDetails.html
@@ -116,19 +116,19 @@
 
 
 void
-SplitLogWorkerCoordination.endTask(SplitLogTask slt,
+ZkSplitLogWorkerCoordination.endTask(SplitLogTask slt,
   http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong ctr,
-  SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails)
-Notify coordination engine that splitting task has 
completed.
+  SplitLogWorkerCoordination.SplitTaskDetails details)
+endTask() can fail and the only way to recover out of it is 
for the
+ SplitLogManager to timeout the 
task node.
 
 
 
 void
-ZkSplitLogWorkerCoordination.endTask(SplitLogTask slt,
+SplitLogWorkerCoordination.endTask(SplitLogTask slt,
   http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong ctr,
-  SplitLogWorkerCoordination.SplitTaskDetails details)
-endTask() can fail and the only way to recover out of it is 
for the
- SplitLogManager to timeout the 
task node.
+  SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails)
+Notify coordination engine that splitting task has 
completed.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.html
 
b/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.html
index 9efd6cf..db58044 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coordination/class-use/SplitLogWorkerCoordination.html
@@ -132,15 +132,15 @@
 
 
 
+SplitLogWorkerCoordination
+ZkCoordinatedStateManager.getSplitLogWorkerCoordination() 
+
+
 abstract SplitLogWorkerCoordination
 BaseCoordinatedStateManager.getSplitLogWorkerCoordination()
 Method to retrieve coordination for split log worker
 
 
-
-SplitLogWorkerCoordination
-ZkCoordinatedStateManager.getSplitLogWorkerCoordination() 
-
 
 
 



[04/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 610b648..e1e6ce4 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
@@ -528,18 +528,22 @@
 
 
 
+private http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator
+DefaultStoreFileManager.storeFileComparator 
+
+
 private 
com.google.common.collect.ImmutableList
 DefaultStoreFileManager.storefiles
 List of store files inside this store.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList>
 StripeStoreFileManager.State.stripeFiles
 Files by stripe.
 
 
-
+
 private http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in java.util">ArrayListList>
 StripeStoreFileManager.CompactionOrFlushMergeCopy.stripeFiles 
 
@@ -593,49 +597,49 @@
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-DefaultStoreFileManager.clearCompactedFiles() 
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
-com.google.common.collect.ImmutableCollection
-StripeStoreFileManager.clearCompactedFiles() 
-
 
 com.google.common.collect.ImmutableCollection
-DefaultStoreFileManager.clearFiles() 
+StripeStoreFileManager.clearCompactedFiles() 
 
 
+http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+DefaultStoreFileManager.clearCompactedFiles() 
+
+
 com.google.common.collect.ImmutableCollection
 StoreFileManager.clearFiles()
 Clears all the files currently in use and returns 
them.
 
 
-
+
 com.google.common.collect.ImmutableCollection
 StripeStoreFileManager.clearFiles() 
 
+
+com.google.common.collect.ImmutableCollection
+DefaultStoreFileManager.clearFiles() 
+
 
 com.google.common.collect.ImmutableCollection
 HStore.close() 
 
 
+http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList>
+HRegion.close()
+Close down this HRegion.
+
+
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 Store.close()
 Close all the readers We don't need to worry about 
subsequent requests because the Region
  holds a write lock that will prevent any more reads or writes.
 
 
-
-http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList>
-HRegion.close()
-Close down this HRegion.
-
-
 
 http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList>
 HRegion.close(boolean abort)
@@ -653,25 +657,25 @@
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-HStore.compact(CompactionContext compaction,
+HMobStore.compact(CompactionContext compaction,
   ThroughputController throughputController)
-Compact the StoreFiles.
+The compaction in the store of mob.
 
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-Store.compact(CompactionContext compaction,
+HStore.compact(CompactionContext compaction,
   ThroughputController throughputController)
-Deprecated. 
-see compact(CompactionContext, ThroughputController, 
User)
-
+Compact the StoreFiles.
 
 
 
 http://docs.oracle.com/javase/7/docs/

[28/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 45d1e7a..0a29d16 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -338,13 +338,13 @@ service.
 Result.EMPTY_RESULT 
 
 
-private Result
-ScannerCallableWithReplicas.lastResult 
-
-
 protected Result
 ClientScanner.lastResult 
 
+
+private Result
+ScannerCallableWithReplicas.lastResult 
+
 
 
 
@@ -398,8 +398,8 @@ service.
 
 
 
-Result[]
-ScannerCallableWithReplicas.call(int timeout) 
+Result
+RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.call(int callTimeout) 
 
 
 Result[]
@@ -410,8 +410,8 @@ service.
 ScannerCallable.call(int callTimeout) 
 
 
-Result
-RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.call(int callTimeout) 
+Result[]
+ScannerCallableWithReplicas.call(int timeout) 
 
 
 (package private) Result[]
@@ -527,33 +527,33 @@ service.
 
 
 Result
-ResultScanner.next()
-Grab the next row's worth of values.
-
+ClientSmallReversedScanner.next() 
 
 
 Result
-ClientSmallScanner.next() 
+ResultScanner.next()
+Grab the next row's worth of values.
+
 
 
 Result
-ClientSimpleScanner.next() 
+ClientSmallScanner.next() 
 
 
 Result
-ClientAsyncPrefetchScanner.next() 
+ClientSimpleScanner.next() 
 
 
 Result
-ClientSmallReversedScanner.next() 
+ClientAsyncPrefetchScanner.next() 
 
 
 Result
-ClientSideRegionScanner.next() 
+TableSnapshotScanner.next() 
 
 
 Result
-TableSnapshotScanner.next() 
+ClientSideRegionScanner.next() 
 
 
 Result[]
@@ -887,15 +887,15 @@ service.
 
 
 Result
-TableSnapshotInputFormat.TableSnapshotRecordReader.createValue() 
+TableRecordReader.createValue() 
 
 
 Result
-TableRecordReaderImpl.createValue() 
+TableSnapshotInputFormat.TableSnapshotRecordReader.createValue() 
 
 
 Result
-TableRecordReader.createValue() 
+TableRecordReaderImpl.createValue() 
 
 
 
@@ -908,17 +908,17 @@ service.
 
 
 org.apache.hadoop.mapred.RecordReader
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
   org.apache.hadoop.mapred.JobConf job,
-  
org.apache.hadoop.mapred.Reporter reporter)
-Builds a TableRecordReader.
-
+  
org.apache.hadoop.mapred.Reporter reporter) 
 
 
 org.apache.hadoop.mapred.RecordReader
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
   org.apache.hadoop.mapred.JobConf job,
-  
org.apache.hadoop.mapred.Reporter reporter) 
+  
org.apache.hadoop.mapred.Reporter reporter)
+Builds a TableRecordReader.
+
 
 
 org.apache.hadoop.mapred.RecordReader
@@ -943,6 +943,13 @@ service.
 
 
 void
+RowCounter.RowCounterMapper.map(ImmutableBytesWritable row,
+  Result values,
+  org.apache.hadoop.mapred.OutputCollector output,
+  org.apache.hadoop.mapred.Reporter reporter) 
+
+
+void
 IdentityTableMap.map(ImmutableBytesWritable key,
   Result value,
   org.apache.hadoop.mapred.OutputCollector output,
@@ -950,7 +957,7 @@ service.
 Pass the key, value to reduce
 
 
-
+
 void
 GroupingTableMap.map(ImmutableBytesWritable key,
   Result value,
@@ -959,26 +966,19 @@ service.
 Extract the grouping columns from value to construct a new 
key.
 
 
-
-void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritable row,
-  Result values,
-  org.apache.hadoop.mapred.OutputCollector output,
-  org.apache.hadoop.mapred.Reporter reporter) 
-
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritable key,
+TableRecordReader.next(ImmutableBytesWritable key,
 Result value) 
 
 
 boolean
-TableRecordReaderImpl.next(ImmutableBytesWritable key,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritable key,
 Result value) 
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritable key,
+TableRecordReaderImpl.next(ImmutableBytesWritable key,
 Result value) 
 
 
@@ -992,6 +992,13 @@ service.
 
 
 void
+RowCounter.RowCounterMapper.map(ImmutableBytesWritable row,
+  Result values,
+  org.apache.hadoop.mapred.OutputCollector output,
+  org.apache.hadoop.mapred.Reporter reporter) 
+
+
+void
 IdentityTableMap.map(ImmutableBytesWr

[24/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 85649eb..235ac8d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
@@ -189,14 +189,14 @@
 
 
 void
-BaseMasterObserver.postAbortProcedure(ObserverContext ctx) 
-
-
-void
 MasterObserver.postAbortProcedure(ObserverContext ctx)
 Called after a abortProcedure request has been 
processed.
 
 
+
+void
+BaseMasterObserver.postAbortProcedure(ObserverContext ctx) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumn(ObserverContext ctx,
@@ -207,14 +207,6 @@
 
 
 void
-BaseMasterObserver.postAddColumn(ObserverContext ctx,
-  TableName tableName,
-  HColumnDescriptor columnFamily)
-Deprecated. 
-
-
-
-void
 MasterObserver.postAddColumn(ObserverContext ctx,
   TableName tableName,
   HColumnDescriptor columnFamily)
@@ -225,6 +217,14 @@
 
 
 
+
+void
+BaseMasterObserver.postAddColumn(ObserverContext ctx,
+  TableName tableName,
+  HColumnDescriptor columnFamily)
+Deprecated. 
+
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnFamily(ObserverContext ctx,
@@ -233,18 +233,18 @@
 
 
 void
-BaseMasterObserver.postAddColumnFamily(ObserverContext ctx,
-  TableName tableName,
-  HColumnDescriptor columnFamily) 
-
-
-void
 MasterObserver.postAddColumnFamily(ObserverContext ctx,
   TableName tableName,
   HColumnDescriptor columnFamily)
 Called after the new column family has been created.
 
 
+
+void
+BaseMasterObserver.postAddColumnFamily(ObserverContext ctx,
+  TableName tableName,
+  HColumnDescriptor columnFamily) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnFamilyHandler(ObserverContext ctx,
@@ -253,18 +253,18 @@
 
 
 void
-BaseMasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily) 
-
-
-void
 MasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
 Called after the new column family has been created.
 
 
+
+void
+BaseMasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnHandler(ObserverContext ctx,
@@ -275,14 +275,6 @@
 
 
 void
-BaseMasterObserver.postAddColumnHandler(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily)
-Deprecated. 
-
-
-
-void
 MasterObserver.postAddColumnHandler(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
@@ -293,6 +285,14 @@
 
 
 
+
+void
+BaseMasterObserver.postAddColumnHandler(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily)
+Deprecated. 
+
+
 
 void
 BaseMasterAndRegionObserver.postAddRSGroup(ObserverContext ctx,
@@ -300,16 +300,16 @@
 
 
 void
-BaseMasterObserver.postAddRSGroup(ObserverContext ctx,
-http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name) 
-
-
-void
 MasterObserver.postAddRSGroup(ObserverContext

[34/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 c1f2efe..0f50d32 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Server.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Server.html
@@ -184,11 +184,11 @@
 
 
 Server
-BaseCoordinatedStateManager.getServer() 
+ZkCoordinatedStateManager.getServer() 
 
 
 Server
-ZkCoordinatedStateManager.getServer() 
+BaseCoordinatedStateManager.getServer() 
 
 
 
@@ -201,11 +201,11 @@
 
 
 void
-BaseCoordinatedStateManager.initialize(Server server) 
+ZkCoordinatedStateManager.initialize(Server server) 
 
 
 void
-ZkCoordinatedStateManager.initialize(Server server) 
+BaseCoordinatedStateManager.initialize(Server server) 
 
 
 
@@ -336,20 +336,20 @@
 ServerManager.master 
 
 
-private Server
-RegionStateStore.server 
-
-
 protected Server
 BulkAssigner.server 
 
+
+private Server
+SplitLogManager.server 
+
 
 private Server
 CatalogJanitor.server 
 
 
 private Server
-SplitLogManager.server 
+RegionStateStore.server 
 
 
 
@@ -514,23 +514,23 @@
 
 
 private Server
-LogRoller.server 
+SplitTransactionImpl.server 
 
 
 private Server
-SplitTransactionImpl.server 
+SplitTransactionImpl.DaughterOpener.server 
 
 
 private Server
-SplitTransactionImpl.DaughterOpener.server 
+LogRoller.server 
 
 
 private Server
-HeapMemoryManager.server 
+RegionMergeTransactionImpl.server 
 
 
 private Server
-RegionMergeTransactionImpl.server 
+HeapMemoryManager.server 
 
 
 
@@ -547,19 +547,19 @@
 
 
 Server
-SplitTransaction.getServer()
-Get the Server running the transaction or rollback
-
+RegionMergeTransactionImpl.getServer() 
 
 
 Server
-RegionMergeTransaction.getServer()
+SplitTransaction.getServer()
 Get the Server running the transaction or rollback
 
 
 
 Server
-RegionMergeTransactionImpl.getServer() 
+RegionMergeTransaction.getServer()
+Get the Server running the transaction or rollback
+
 
 
 
@@ -599,6 +599,11 @@
   RegionServerServices services) 
 
 
+Region
+RegionMergeTransactionImpl.execute(Server server,
+  RegionServerServices services) 
+
+
 PairOfSameType
 SplitTransaction.execute(Server server,
   RegionServerServices services)
@@ -607,7 +612,7 @@
 
 
 
-
+
 Region
 RegionMergeTransaction.execute(Server server,
   RegionServerServices services)
@@ -616,11 +621,6 @@
 
 
 
-
-Region
-RegionMergeTransactionImpl.execute(Server server,
-  RegionServerServices services) 
-
 
 PairOfSameType
 SplitTransactionImpl.execute(Server server,
@@ -628,6 +628,12 @@
   User user) 
 
 
+Region
+RegionMergeTransactionImpl.execute(Server server,
+  RegionServerServices services,
+  User user) 
+
+
 PairOfSameType
 SplitTransaction.execute(Server server,
   RegionServerServices services,
@@ -635,7 +641,7 @@
 Run the transaction.
 
 
-
+
 Region
 RegionMergeTransaction.execute(Server server,
   RegionServerServices services,
@@ -643,12 +649,6 @@
 Run the transaction.
 
 
-
-Region
-RegionMergeTransactionImpl.execute(Server server,
-  RegionServerServices services,
-  User user) 
-
 
 void
 ReplicationService.initialize(Server rs,
@@ -689,6 +689,11 @@
 
 
 boolean
+RegionMergeTransactionImpl.rollback(Server server,
+RegionServerServices services) 
+
+
+boolean
 SplitTransaction.rollback(Server server,
 RegionServerServices services)
 Deprecated. 
@@ -696,7 +701,7 @@
 
 
 
-
+
 boolean
 RegionMergeTransaction.rollback(Server server,
 RegionServerServices services)
@@ -705,11 +710,6 @@
 
 
 
-
-boolean
-RegionMergeTransactionImpl.rollback(Server server,
-RegionServerServices services) 
-
 
 boolean
 SplitTransactionImpl.rollback(Server server,
@@ -718,15 +718,13 @@
 
 
 boolean
-SplitTransaction.rollback(Server server,
+RegionMergeTransactionImpl.rollback(Server server,
 RegionServerServices services,
-User user)
-Roll back a failed transaction
-
+User user) 
 
 
 boolean
-RegionMergeTransaction.rollback(Server server,
+SplitTransaction.rollback(Server server,
 RegionServerServices services,
 User user)
 Roll back a failed transaction
@@ -734,9 +732,11 @@
 
 
 boolean
-RegionMergeTransactionImpl.rollback(Server server,
+RegionMergeTransaction.rollback(Server server,
 RegionServerServices services,
-User user) 
+User user)
+Roll back a failed transaction
+
 
 
 void



[33/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 6345db2..6c2d821 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -248,11 +248,11 @@
 
 
 ServerName
-Server.getServerName() 
+SplitLogTask.getServerName() 
 
 
 ServerName
-SplitLogTask.getServerName() 
+Server.getServerName() 
 
 
 static ServerName
@@ -698,16 +698,16 @@
 
 
 
-void
-MetaCache.cacheLocation(TableName tableName,
+private void
+ConnectionImplementation.cacheLocation(TableName tableName,
   ServerName source,
   HRegionLocation location)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableName tableName,
+void
+MetaCache.cacheLocation(TableName tableName,
   ServerName source,
   HRegionLocation location)
 Put a newly discovered HRegionLocation into the cache.
@@ -736,15 +736,9 @@
 
 
 void
-ClusterConnection.clearCaches(ServerName sn)
-Clear any caches that pertain to server name 
sn.
-
-
-
-void
 ConnectionImplementation.clearCaches(ServerName serverName) 
 
-
+
 void
 HConnection.clearCaches(ServerName sn)
 Deprecated. 
@@ -752,6 +746,12 @@
 
 
 
+
+void
+ClusterConnection.clearCaches(ServerName sn)
+Clear any caches that pertain to server name 
sn.
+
+
 
 void
 HBaseAdmin.closeRegion(ServerName sn,
@@ -838,15 +838,9 @@
 
 
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ClusterConnection.getAdmin(ServerName serverName)
-Establishes a connection to the region server at the 
specified address.
-
-
-
-org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 ConnectionImplementation.getAdmin(ServerName serverName) 
 
-
+
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 HConnection.getAdmin(ServerName serverName)
 Deprecated. 
@@ -854,6 +848,12 @@
 
 
 
+
+org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
+ClusterConnection.getAdmin(ServerName serverName)
+Establishes a connection to the region server at the 
specified address.
+
+
 
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 ConnectionImplementation.getAdmin(ServerName serverName,
@@ -875,16 +875,9 @@
 
 
 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface
-ClusterConnection.getClient(ServerName serverName)
-Establishes a connection to the region server at the 
specified address, and returns
- a region client protocol.
-
-
-
-org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 ConnectionImplementation.getClient(ServerName sn) 
 
-
+
 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 HConnection.getClient(ServerName serverName)
 Deprecated. 
@@ -892,6 +885,13 @@
 
 
 
+
+org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface
+ClusterConnection.getClient(ServerName serverName)
+Establishes a connection to the region server at the 
specified address, and returns
+ a region client protocol.
+
+
 
 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 CoprocessorHConnection.getClient(ServerName serverName) 
@@ -949,11 +949,7 @@
 
 
 boolean
-ClusterConnection.isDeadServer(ServerName serverName)
-Deprecated. 
-internal method, do not use thru HConnection
-
-
+ConnectionImplementation.isDeadServer(ServerName sn) 
 
 
 boolean
@@ -963,11 +959,15 @@
 
 
 boolean
-ConnectionImplementation.isDeadServer(ServerName sn) 
+HConnection.isDeadServer(ServerName serverName)
+Deprecated. 
+internal method, do not use thru HConnection
+
+
 
 
 boolean
-HConnection.isDeadServer(ServerName serverName)
+ClusterConnection.isDeadServer(ServerName serverName)
 Deprecated. 
 internal method, do not use thru HConnection
 
@@ -1090,35 +1090,35 @@
 
 
 void
-ClusterConnection.updateCachedLocations(TableName tableName,
+ConnectionImplementation.updateCachedLocations(TableName tableName,
   byte[] regionName,
   byte[] rowkey,
   http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object exception,
   ServerName source)
-Update the location cache.
+Update the location with the new value (if the exception is 
a RegionMovedException)
+ or delete it from the cache.
 
 
 
 void
-ConnectionImplement

[51/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.


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

Branch: refs/heads/asf-site
Commit: 0d22bc0c330e90751b6ec79a926ecf6b3bafd406
Parents: 9f9a078
Author: jenkins 
Authored: Tue Apr 19 15:32:45 2016 +
Committer: Misty Stanley-Jones 
Committed: Tue Apr 19 09:18:51 2016 -0700

--
 acid-semantics.html | 4 +-
 apache_hbase_reference_guide.pdf|   Bin 13388981 -> 13389003 
bytes
 apache_hbase_reference_guide.pdfmarks   | 4 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   | 4 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |   214 +-
 .../hbase/class-use/HTableDescriptor.html   |12 +-
 .../hadoop/hbase/class-use/TableName.html   |80 +-
 .../hbase/client/Admin.MasterSwitchType.html| 4 +-
 .../apache/hadoop/hbase/client/Consistency.html | 4 +-
 .../apache/hadoop/hbase/client/Durability.html  | 4 +-
 .../hadoop/hbase/client/IsolationLevel.html | 4 +-
 .../hadoop/hbase/client/class-use/Admin.html| 6 +-
 .../hbase/client/class-use/Consistency.html | 8 +-
 .../hbase/client/class-use/Durability.html  |14 +-
 .../hbase/client/class-use/IsolationLevel.html  | 8 +-
 .../hbase/client/class-use/RegionLocator.html   | 6 +-
 .../hadoop/hbase/client/class-use/Result.html   |44 +-
 .../hadoop/hbase/client/class-use/Row.html  | 6 +-
 .../hadoop/hbase/client/class-use/Scan.html |12 +-
 .../hadoop/hbase/client/package-tree.html   | 4 +-
 .../hbase/filter/CompareFilter.CompareOp.html   | 4 +-
 .../filter/class-use/Filter.ReturnCode.html |62 +-
 .../hadoop/hbase/filter/class-use/Filter.html   |54 +-
 .../hadoop/hbase/filter/package-tree.html   | 4 +-
 .../io/class-use/ImmutableBytesWritable.html|52 +-
 .../hadoop/hbase/io/class-use/TimeRange.html| 8 +-
 .../hbase/io/encoding/DataBlockEncoding.html| 4 +-
 .../mapreduce/class-use/TableRecordReader.html  | 4 +-
 .../apache/hadoop/hbase/quotas/QuotaType.html   | 4 +-
 .../hbase/quotas/ThrottlingException.Type.html  | 4 +-
 .../hadoop/hbase/quotas/package-tree.html   | 2 +-
 .../hadoop/hbase/util/class-use/ByteRange.html  |40 +-
 .../hadoop/hbase/util/class-use/Order.html  |40 +-
 .../hadoop/hbase/util/class-use/Pair.html   | 4 +-
 .../util/class-use/PositionedByteRange.html |   346 +-
 apidocs/overview-tree.html  |14 +-
 book.html   |24 +-
 bulk-loads.html | 4 +-
 checkstyle-aggregate.html   | 11226 -
 checkstyle.rss  |   538 +-
 coc.html| 4 +-
 cygwin.html | 4 +-
 dependencies.html   | 4 +-
 dependency-convergence.html | 4 +-
 dependency-info.html| 4 +-
 dependency-management.html  | 4 +-
 devapidocs/deprecated-list.html |   112 +-
 devapidocs/index-all.html   |10 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   | 4 +-
 .../hadoop/hbase/class-use/Abortable.html   | 8 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |   960 +-
 .../hadoop/hbase/class-use/CellComparator.html  |   111 +-
 .../hadoop/hbase/class-use/CellScanner.html |12 +-
 .../hadoop/hbase/class-use/ClusterStatus.html   |20 +-
 .../hadoop/hbase/class-use/Coprocessor.html |12 +-
 .../hbase/class-use/CoprocessorEnvironment.html |52 +-
 .../hbase/class-use/HBaseIOException.html   | 8 +-
 .../hbase/class-use/HColumnDescriptor.html  |   260 +-
 .../hadoop/hbase/class-use/HRegionInfo.html |   418 +-
 .../hadoop/hbase/class-use/HRegionLocation.html |   120 +-
 .../hbase/class-use/HTableDescriptor.html   |   312 +-
 .../class-use/KeyValue.KeyOnlyKeyValue.html | 4 +-
 .../apache/hadoop/hbase/class-use/KeyValue.html |52 +-
 .../class-use/MasterNotRunningException.html|22 +-
 .../hbase/class-use/NamespaceDescriptor.html|   110 +-
 .../hadoop/hbase/class-use/ProcedureInfo.html   |18 +-
 .../hadoop/hbase/class-use/RegionLocations.html |44 +-
 .../apache/hadoop/hbase/class-use/Server.html   |90 +-
 .../hadoop/hbase/class-use/ServerName.html  |   272 +-
 .../hadoop/hbase/class-use/SplitLogTask.html|14 +-
 .../hbase/class-use/TableDescriptors.html   | 4 +-
 .../hadoop/hbase/class-use/TableName.html   |  1294 +-

[41/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 282d9bb..c98f405 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -606,6 +606,16 @@ service.
 
 
 int
+CellComparator.compare(Cell a,
+  Cell b) 
+
+
+int
+CellComparator.RowComparator.compare(Cell a,
+  Cell b) 
+
+
+int
 KeyValue.MetaComparator.compare(Cell left,
   Cell right)
 Deprecated. 
@@ -630,16 +640,6 @@ service.
  
 
 
-int
-CellComparator.compare(Cell a,
-  Cell b) 
-
-
-int
-CellComparator.RowComparator.compare(Cell a,
-  Cell b) 
-
-
 private int
 CellComparator.compare(Cell a,
   Cell b,
@@ -815,37 +815,37 @@ service.
 
 
 int
-KeyValue.KVComparator.compareRows(Cell left,
-  Cell right)
-Deprecated. 
- 
-
-
-int
 CellComparator.compareRows(Cell left,
   Cell right)
 Compares the rows of the left and right cell.
 
 
-
+
 int
 CellComparator.MetaCellComparator.compareRows(Cell left,
   Cell right) 
 
-
+
 int
-KeyValue.KVComparator.compareTimestamps(Cell left,
-  Cell right)
+KeyValue.KVComparator.compareRows(Cell left,
+  Cell right)
 Deprecated. 
  
 
-
+
 static int
 CellComparator.compareTimestamps(Cell left,
   Cell right)
 Compares cell's timestamps in DESCENDING order.
 
 
+
+int
+KeyValue.KVComparator.compareTimestamps(Cell left,
+  Cell right)
+Deprecated. 
+ 
+
 
 static int
 CellComparator.compareValue(Cell cell,
@@ -1754,23 +1754,23 @@ service.
 Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
-
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
+
+Put
+Put.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
 
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
+
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
 Method for setting the put's familyMap
 
 
-
-Put
-Put.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
 
 
 
@@ -1808,17 +1808,17 @@ service.
 Cell kv) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-DoubleColumnInterpreter.getValue(byte[] colFamily,
-byte[] colQualifier,
-Cell c) 
-
-
 http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html?is-external=true";
 title="class or interface in java.math">BigDecimal
 BigDecimalColumnInterpreter.getValue(byte[] colFamily,
 byte[] colQualifier,
 Cell kv) 
 
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+DoubleColumnInterpreter.getValue(by

[36/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 b24a409..55d5667 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html
@@ -658,18 +658,18 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-protected HTableDescriptor
-HBaseAdmin.CreateTableFuture.getTableDescriptor() 
+HTableDescriptor
+Table.getTableDescriptor()
+Gets the table descriptor for 
this table.
+
 
 
 protected HTableDescriptor
-HBaseAdmin.TableFuture.getTableDescriptor() 
+HBaseAdmin.CreateTableFuture.getTableDescriptor() 
 
 
-HTableDescriptor
-Table.getTableDescriptor()
-Gets the table descriptor for 
this table.
-
+protected HTableDescriptor
+HBaseAdmin.TableFuture.getTableDescriptor() 
 
 
 HTableDescriptor
@@ -737,22 +737,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HTableDescriptor[]
-HBaseAdmin.listTables() 
-
-
-HTableDescriptor[]
 ConnectionImplementation.listTables()
 Deprecated. 
 Use Admin.listTables()
 instead
 
 
 
-
-HTableDescriptor[]
-Admin.listTables()
-List all the userspace tables.
-
-
 
 HTableDescriptor[]
 HConnection.listTables()
@@ -763,6 +753,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HTableDescriptor[]
+HBaseAdmin.listTables() 
+
+
+HTableDescriptor[]
+Admin.listTables()
+List all the userspace tables.
+
+
+
+HTableDescriptor[]
 HBaseAdmin.listTables(http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in 
java.util.regex">Pattern pattern) 
 
 
@@ -1097,18 +1097,18 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCloneSnapshot(ObserverContext ctx,
-  
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot,
-  HTableDescriptor hTableDescriptor) 
-
-
-void
 MasterObserver.postCloneSnapshot(ObserverContext ctx,
   
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot,
   HTableDescriptor hTableDescriptor)
 Called after a snapshot clone operation has been 
requested.
 
 
+
+void
+BaseMasterObserver.postCloneSnapshot(ObserverContext ctx,
+  
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot,
+  HTableDescriptor hTableDescriptor) 
+
 
 void
 BaseMasterAndRegionObserver.postCreateTable(ObserverContext ctx,
@@ -1117,18 +1117,18 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTable(ObserverContext ctx,
-  HTableDescriptor desc,
-  HRegionInfo[] regions) 
-
-
-void
 MasterObserver.postCreateTable(ObserverContext ctx,
   HTableDescriptor desc,
   HRegionInfo[] regions)
 Called after the createTable operation has been 
requested.
 
 
+
+void
+BaseMasterObserver.postCreateTable(ObserverContext ctx,
+  HTableDescriptor desc,
+  HRegionInfo[] regions) 
+
 
 void
 BaseMasterAndRegionObserver.postCreateTableHandler(ObserverContext ctx,
@@ -1137,18 +1137,18 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTableHandler(ObserverContext ctx,
-HTableDescriptor desc,
-HRegionInfo[] regions) 
-
-
-void
 MasterObserver.postCreateTableHandler(ObserverContext ctx,
 HTableDescriptor desc,
 HRegionInfo[] regions)
 Called after the createTable operation has been 
requested.
 
 
+
+void
+BaseMasterObserver.postCreateTableHandler(ObserverContext ctx,
+HTableDescriptor desc,
+HRegionInfo[] regions) 
+
 
 void
 BaseMasterAndRegionObserver.postModifyTable(ObserverContext ctx,
@@ -1157,18 +1157,18 @@ Input/OutputFormats,

[07/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/OperationStatus.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/OperationStatus.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/OperationStatus.html
index e836afd..009e582 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/OperationStatus.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/OperationStatus.html
@@ -111,13 +111,13 @@
 
 
 
-private OperationStatus[]
-MiniBatchOperationInProgress.retCodeDetails 
-
-
 (package private) OperationStatus[]
 HRegion.BatchOperation.retCodeDetails 
 
+
+private OperationStatus[]
+MiniBatchOperationInProgress.retCodeDetails 
+
 
 (package private) static OperationStatus
 OperationStatus.SUCCESS
@@ -228,38 +228,38 @@
 
 
 OperationStatus[]
-DefaultVisibilityLabelServiceImpl.addLabels(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List labels) 
-
-
-OperationStatus[]
 VisibilityLabelService.addLabels(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List labels)
 Adds the set of labels into the system.
 
 
-
+
 OperationStatus[]
-DefaultVisibilityLabelServiceImpl.clearAuths(byte[] user,
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List authLabels) 
+DefaultVisibilityLabelServiceImpl.addLabels(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List labels) 
 
-
+
 OperationStatus[]
 VisibilityLabelService.clearAuths(byte[] user,
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List authLabels)
 Removes given labels from user's globally authorized list 
of labels.
 
 
-
+
 OperationStatus[]
-DefaultVisibilityLabelServiceImpl.setAuths(byte[] user,
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List authLabels) 
+DefaultVisibilityLabelServiceImpl.clearAuths(byte[] user,
+http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List authLabels) 
 
-
+
 OperationStatus[]
 VisibilityLabelService.setAuths(byte[] user,
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List authLabels)
 Sets given labels globally authorized for the user.
 
 
+
+OperationStatus[]
+DefaultVisibilityLabelServiceImpl.setAuths(byte[] user,
+http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List authLabels) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 b0390df..055e816 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Region.html
@@ -411,22 +411,22 @@
 RSRpcServices.RegionScannerHolder.r 
 
 
+private Region
+MemStoreFlusher.FlushRegionEntry.region 
+
+
 (package private) Region
 RegionCoprocessorHost.region
 The region
 
 
-
-private Region
-RegionCoprocessorHost.RegionEnvironment.region 
-
 
 private Region
-RegionServerServices.PostOpenDeployContext.region 
+RegionCoprocessorHost.RegionEnvironment.region 
 
 
 private Region
-MemStoreFlusher.FlushRegionEntry.region 
+RegionServerServices.PostOpenDeployContext.region 
 
 
 
@@ -465,6 +465,11 @@
 
 
 Region
+RegionMergeTransactionImpl.execute(Server server,
+  RegionServerServices services) 
+
+
+Region
 RegionMergeTransaction.execute(Server server,
   RegionServerServices services)
 Deprecated. 
@@ -472,12 +477,13 @@
 
 
 
-
+
 Region
-RegionMergeTransactionImpl.execute(Server server,
-  RegionServerServices services) 
+RegionMergeTransactionImpl.execute(Server server,
+  RegionServerServices services,
+  User user) 
 
-
+
 Region
 RegionMergeTransaction.execute(Server server,
   RegionServerServices services,
@@ -485,12 +491,6 @@
 Run the transaction.
 
 
-
-Region
-RegionMergeTransactionImpl.execute(Server server,
-  RegionServerServices services,
- 

[10/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileManager.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileManager.html
index 3d10cca..dceaf97 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileManager.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileManager.html
@@ -92,7 +92,7 @@
 
 
 @InterfaceAudience.Private
-public interface StoreFileManager
+public interface StoreFileManager
 Manages the store files and basic metadata about that that 
determines the logical structure
  (e.g. what files to return for scan, how to determine split point, and such).
  Does NOT affect the physical structure of files in HDFS.
@@ -173,41 +173,45 @@ public interface getStoreCompactionPriority() 
 
 
+http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator
+getStoreFileComparator() 
+
+
 int
 getStorefileCount()
 Returns the number of files currently in use.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 getStorefiles()
 Gets the snapshot of the store files currently in use.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 getUnneededFiles(long maxTs,
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List filesCompacting) 
 
-
+
 void
 insertNewFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection sfs)
 Adds new files, either for from MemStore flush or bulk 
insert, into the structure.
 
 
-
+
 void
 loadFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles)
 Loads the initial store files into empty 
StoreFileManager.
 
 
-
+
 void
 removeCompactedFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection compactedFiles)
 Remove the compacted files
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 updateCandidateFilesForRowKeyBefore(http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator candidateFiles,
   KeyValue targetKey,
@@ -236,7 +240,7 @@ public interface 
 
 loadFiles
-void loadFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles)
+void loadFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles)
 Loads the initial store files into empty 
StoreFileManager.
 Parameters:storeFiles - The files 
to load.
 
@@ -247,7 +251,7 @@ public interface 
 
 insertNewFiles
-void insertNewFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection sfs)
+void insertNewFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection sfs)
 throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Adds new files, either for from MemStore flush or bulk 
insert, into the structure.
 Parameters:sfs - New 
store files.
@@ -261,7 +265,7 @@ public interface 
 
 addCompactionResults
-void addCompactionResults(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection compactedFiles,
+void addCompactionResults(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection compactedFiles,
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection results)
   throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Adds only the 

[21/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 81b6f59..5a3fe11 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
@@ -162,13 +162,13 @@
 java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-org.apache.hadoop.hbase.filter.FuzzyRowFilter.SatisfiesCode
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.FilterList.Operator
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.filter.FuzzyRowFilter.Order
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
+org.apache.hadoop.hbase.filter.FuzzyRowFilter.SatisfiesCode
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
+org.apache.hadoop.hbase.filter.FilterList.Operator
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 e95c29a..610bc25 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
@@ -230,7 +230,7 @@ the order they are declared.
 
 
 values
-public static Reference.Range[] values()
+public static Reference.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:
@@ -247,7 +247,7 @@ for (Reference.Range c : Reference.Range.values())
 
 
 valueOf
-public static Reference.Range valueOf(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static Reference.Range valueOf(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 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/0d22bc0c/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
index 64d6d2b..bdcc2d8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
@@ -158,15 +158,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 ImmutableBytesWritable
-TableSnapshotInputFormat.TableSnapshotRecordReader.createKey() 
+TableRecordReader.createKey() 
 
 
 ImmutableBytesWritable
-TableRecordReaderImpl.createKey() 
+TableSnapshotInputFormat.TableSnapshotRecordReader.createKey() 
 
 
 ImmutableBytesWritable
-TableRecordReader.createKey() 
+TableRecordReaderImpl.createKey() 
 
 
 
@@ -179,17 +179,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReader
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
   org.apache.hadoop.mapred.JobConf job,
-  
org.apache.hadoop.mapred.Reporter reporter)
-Builds a TableRecordReader.
-
+  
org.apache.hadoop.mapred.Reporter reporter) 
 
 
 org.apache.hadoop.mapred.RecordReader
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
   org.apache.hadoop.mapred.Job

[22/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 fe37f30..dc683e7 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
@@ -124,119 +124,119 @@
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterColumn(Cell cell) 
+MultipleColumnPrefixFilter.filterColumn(Cell cell) 
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterColumn(Cell cell) 
+ColumnPrefixFilter.filterColumn(Cell cell) 
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cell c) 
+ValueFilter.filterKeyValue(Cell v) 
 
 
-Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cell v) 
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cell v)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cell v) 
+FirstKeyOnlyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cell kv) 
+DependentColumnFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cell v) 
+RowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cell c) 
+FilterList.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cell cell) 
+PageFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cell c) 
+PrefixFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cell v) 
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
+Deprecated. 
+ 
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cell v)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+InclusiveStopFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cell v) 
+FamilyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cell v) 
+RandomRowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cell v) 
+ColumnRangeFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cell v) 
+QualifierFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cell ignored) 
+SingleColumnValueFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cell v) 
+FilterWrapper.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
-Deprecated. 
- 
+TimestampsFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cell v) 
+MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cell c) 
+SkipFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cell v) 
+WhileMatchFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
+MultiRowRangeFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cell ignored) 
+ColumnPaginationFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cell v) 
+ColumnPrefixFilter.filterKeyValue(Cell cell) 
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cell v) 
+KeyOnlyFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cell v) 
+ColumnCountGetFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cell ignored) 
+FuzzyRowFilter.filterKeyValue(Cell c) 
 
 
 static Filter.ReturnCode
@@ -303,11 +303,11 @@ the order they are declared.
 
 
 Filter.ReturnCode
-VisibilityController.DeleteVersionVisibilityExpressionFilter.filterKeyValue(Cell cell) 
+VisibilityLabelFilter.filterKeyValue(Cell cell) 
 
 
 Filter.ReturnCode
-VisibilityLabelFilter.filterKeyValue(Cell cell) 
+VisibilityController.DeleteVersionVisibilityExpressionFilter.filterKeyValue(Cell cell) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 5556625..0fedfd2 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -158,11 +158,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Scan.getFilter() 
+Quer

[43/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index ca15074..33b4536 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 ©2007 - 2016 The Apache Software Foundation
 
   File: 1732,
- Errors: 12423,
+ Errors: 12422,
  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.exceptions.OutOfOrderScannerNextException.java";>org/apache/hadoop/hbase/exceptions/OutOfOrderScannerNextException.java
 
 
   0
@@ -55,12 +55,12 @@ under the License.
   0
 
 
-  6
+  0
 
   
   
 
-  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.filter.WhileMatchFilter.java";>org/apache/hadoop/hbase/filter/WhileMatchFilter.java
 
 
   0
@@ -69,7 +69,7 @@ under the License.
   0
 
 
-  0
+  6
 
   
   
@@ -326,7 +326,7 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.MultiAction.java";>org/apache/hadoop/hbase/client/MultiAction.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.ResultStatsUtil.java";>org/apache/hadoop/hbase/client/ResultStatsUtil.java
 
 
   0
@@ -335,12 +335,12 @@ under the License.
   0
 
 
-  3
+  0
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.ResultStatsUtil.java";>org/apache/hadoop/hbase/client/ResultStatsUtil.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.MultiAction.java";>org/apache/hadoop/hbase/client/MultiAction.java
 
 
   0
@@ -349,7 +349,7 @@ under the License.
   0
 
 
-  0
+  3
 
   
   
@@ -648,7 +648,7 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.ZKConfig.java";>org/apache/hadoop/hbase/zookeeper/ZKConfig.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp.java";>org/apache/hadoop/hbase/replication/regionserver/ReplicationSyncUp.java
 
 
   0
@@ -657,12 +657,12 @@ under the License.
   0
 
 
-  4
+  3
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.java";>org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.ZKConfig.java";>org/apache/hadoop/hbase/zookeeper/ZKConfig.java
 
 
   0
@@ -671,12 +671,12 @@ under the License.
   0
 
 
-  2
+  4
 
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp.java";>org/apache/hadoop/hbase/replication/regionserver/ReplicationSyncUp.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.java";>org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
 
 
   0
@@ -685,7 +685,7 @@ under the L

[44/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index e434cd9..c177c07 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Checkstyle Results
 
@@ -283,7 +283,7 @@
 1732
 0
 0
-12423
+12422
 
 Files
 
@@ -298,5705 +298,5705 @@
 0
 1
 
+maven-archiver/pom.properties
+0
+0
+1
+
 org/apache/hadoop/hbase/AuthUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/BaseConfigurable.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ByteBufferedKeyOnlyKeyValue.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/Cell.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CellComparator.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/CellScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CellUtil.java
 0
 0
 95
-
+
 org/apache/hadoop/hbase/ChoreService.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/ClusterId.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ClusterStatus.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompatibilityFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompatibilitySingletonFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompoundConfiguration.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CoordinatedStateManagerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CoprocessorEnvironment.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/DoNotRetryIOException.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/DroppedSnapshotException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HBaseConfiguration.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/HBaseIOException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HColumnDescriptor.java
 0
 0
 50
-
+
 org/apache/hadoop/hbase/HConstants.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HRegionInfo.java
 0
 0
 58
-
+
 org/apache/hadoop/hbase/HRegionLocation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HTableDescriptor.java
 0
 0
 47
-
+
 org/apache/hadoop/hbase/HealthChecker.java
 0
 0
 17
-
+
 org/apache/hadoop/hbase/JMXListener.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/KeyValue.java
 0
 0
 136
-
+
 org/apache/hadoop/hbase/KeyValueTestUtil.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/KeyValueUtil.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/LocalHBaseCluster.java
 0
 0
 23
-
+
 org/apache/hadoop/hbase/MetaMutationAnnotation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/MetaTableAccessor.java
 0
 0
 116
-
+
 org/apache/hadoop/hbase/NamespaceDescriptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/NotAllMetaRegionsOnlineException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ProcedureInfo.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/RegionLoad.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLocations.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/RegionStateListener.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ScheduledChore.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ServerLoad.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ServerName.java
 0
 0
 34
-
+
 org/apache/hadoop/hbase/SettableSequenceId.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SettableTimestamp.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogCounters.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogTask.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/Streamable.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/TableDescriptor.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/TableDescriptors.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/TableInfoMissingException.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/TableName.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/TagType.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/TagUtil.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ZKNamespaceManager.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZNodeClearer.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/HFileArchiver.java
 0
 0
 17
-
+
 org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/classification/tools/ExcludePrivateAnnotationsStandardDoclet.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/classification/tools/IncludePublicAnnotationsStandardDoclet.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/classification/tools/StabilityOptions.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/client/AbstractClientScanner.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/Action.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/Admin.java
 0
 0
 69
-
+
 org/apache/hadoop/hbase/client/Append.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/client/AsyncProcess.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/client/BufferedMutator.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/BufferedMutatorImpl.java
 0
 0
 2
-
+
 org/apache/hadoop/h

[32/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/class-use/SplitLogTask.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/SplitLogTask.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/SplitLogTask.html
index 73ded02..0855b61 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/SplitLogTask.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/SplitLogTask.html
@@ -147,19 +147,19 @@
 
 
 void
-SplitLogWorkerCoordination.endTask(SplitLogTask slt,
+ZkSplitLogWorkerCoordination.endTask(SplitLogTask slt,
   http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong ctr,
-  SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails)
-Notify coordination engine that splitting task has 
completed.
+  SplitLogWorkerCoordination.SplitTaskDetails details)
+endTask() can fail and the only way to recover out of it is 
for the
+ SplitLogManager to timeout the 
task node.
 
 
 
 void
-ZkSplitLogWorkerCoordination.endTask(SplitLogTask slt,
+SplitLogWorkerCoordination.endTask(SplitLogTask slt,
   http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong ctr,
-  SplitLogWorkerCoordination.SplitTaskDetails details)
-endTask() can fail and the only way to recover out of it is 
for the
- SplitLogManager to timeout the 
task node.
+  SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails)
+Notify coordination engine that splitting task has 
completed.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/class-use/TableDescriptors.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableDescriptors.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableDescriptors.html
index 294d686..615907d 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableDescriptors.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableDescriptors.html
@@ -118,11 +118,11 @@
 
 
 TableDescriptors
-HMaster.getTableDescriptors() 
+MasterServices.getTableDescriptors() 
 
 
 TableDescriptors
-MasterServices.getTableDescriptors() 
+HMaster.getTableDescriptors() 
 
 
 



[02/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/throttle/class-use/ThroughputController.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/throttle/class-use/ThroughputController.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/throttle/class-use/ThroughputController.html
index 939f99f..f857558 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/throttle/class-use/ThroughputController.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/throttle/class-use/ThroughputController.html
@@ -170,11 +170,11 @@
 
 
 ThroughputController
-HRegionServer.getFlushThroughputController() 
+RegionServerServices.getFlushThroughputController() 
 
 
 ThroughputController
-RegionServerServices.getFlushThroughputController() 
+HRegionServer.getFlushThroughputController() 
 
 
 
@@ -200,25 +200,25 @@
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-HStore.compact(CompactionContext compaction,
+HMobStore.compact(CompactionContext compaction,
   ThroughputController throughputController)
-Compact the StoreFiles.
+The compaction in the store of mob.
 
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-Store.compact(CompactionContext compaction,
+HStore.compact(CompactionContext compaction,
   ThroughputController throughputController)
-Deprecated. 
-see compact(CompactionContext, ThroughputController, 
User)
-
+Compact the StoreFiles.
 
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-HMobStore.compact(CompactionContext compaction,
+Store.compact(CompactionContext compaction,
   ThroughputController throughputController)
-The compaction in the store of mob.
+Deprecated. 
+see compact(CompactionContext, ThroughputController, 
User)
+
 
 
 
@@ -235,12 +235,12 @@
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController,
+StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController,
   User user) 
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController,
+DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController,
   User user) 
 
 
@@ -273,13 +273,6 @@
   ThroughputController throughputController) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-StripeStoreFlusher.flushSnapshot(MemStoreSnapshot snapshot,
-  long cacheFlushSeqNum,
-  MonitoredTask status,
-  ThroughputController throughputController) 
-
-
 abstract http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
 StoreFlusher.flushSnapshot(MemStoreSnapshot snapshot,
   long cacheFlushSeqNum,
@@ -288,6 +281,13 @@
 Turns a snapshot of memstore into a set of store 
files.
 
 
+
+http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
+StripeStoreFlusher.flushSnapshot(MemStoreSnapshot snapshot,
+  long cacheFlushSeqNum,
+  MonitoredTask status,
+  ThroughputController throughputController) 
+
 
 protected void
 StoreFlusher.performFlush(InternalScanner scanner,
@@ -476,12 +476,12 @@
 
 
 static ThroughputController
-CompactionThroughputControllerFactory.create(RegionServerServices server,
+FlushThroughputControllerFactory.create(RegionServerServices server,
 org.apache.hadoop.conf.Configuration conf) 
 
 
 static ThroughputController
-FlushThroughputControllerFactory.create(RegionServerServices server,
+CompactionThroughputControllerFactory.create(RegionServerServices server,
 org.apache.hadoop.conf.Configuration conf) 
 
 
@@ -495,11 +495,11 @@
 
 
 static http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class
-CompactionThroughputControllerFactory.getThroughputControllerClass(org.apache.hadoop.conf.Configurat

[06/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 b811f4e..5b69678 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
@@ -147,20 +147,20 @@
 
 
 void
-SplitLogWorkerCoordination.init(RegionServerServices server,
+ZkSplitLogWorkerCoordination.init(RegionServerServices server,
 org.apache.hadoop.conf.Configuration conf,
-SplitLogWorker.TaskExecutor splitTaskExecutor,
+SplitLogWorker.TaskExecutor splitExecutor,
 SplitLogWorker worker)
-Initialize internal values.
+Override setter from SplitLogWorkerCoordination
 
 
 
 void
-ZkSplitLogWorkerCoordination.init(RegionServerServices server,
+SplitLogWorkerCoordination.init(RegionServerServices server,
 org.apache.hadoop.conf.Configuration conf,
-SplitLogWorker.TaskExecutor splitExecutor,
+SplitLogWorker.TaskExecutor splitTaskExecutor,
 SplitLogWorker worker)
-Override setter from SplitLogWorkerCoordination
+Initialize internal values.
 
 
 
@@ -347,6 +347,14 @@
 SplitTransactionImpl.rsServices 
 
 
+private RegionServerServices
+RegionServerCoprocessorHost.rsServices 
+
+
+(package private) RegionServerServices
+HRegion.rsServices 
+
+
 (package private) RegionServerServices
 RegionCoprocessorHost.rsServices
 The region server services
@@ -358,14 +366,6 @@
 
 
 private RegionServerServices
-RegionServerCoprocessorHost.rsServices 
-
-
-(package private) RegionServerServices
-HRegion.rsServices 
-
-
-private RegionServerServices
 RegionMergeTransactionImpl.rsServices 
 
 
@@ -391,11 +391,19 @@
 
 
 RegionServerServices
+RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices() 
+
+
+(package private) RegionServerServices
+HRegion.getRegionServerServices() 
+
+
+RegionServerServices
 RegionCoprocessorHost.RegionEnvironment.getRegionServerServices() 
 
 
 RegionServerServices
-RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices() 
+RegionMergeTransactionImpl.getRegionServerServices() 
 
 
 RegionServerServices
@@ -404,19 +412,11 @@
 
 
 
-(package private) RegionServerServices
-HRegion.getRegionServerServices() 
-
-
 RegionServerServices
 RegionMergeTransaction.getRegionServerServices()
 Get the RegonServerServices of the server running the 
transaction or rollback
 
 
-
-RegionServerServices
-RegionMergeTransactionImpl.getRegionServerServices() 
-
 
 
 
@@ -457,6 +457,11 @@
   RegionServerServices services) 
 
 
+Region
+RegionMergeTransactionImpl.execute(Server server,
+  RegionServerServices services) 
+
+
 PairOfSameType
 SplitTransaction.execute(Server server,
   RegionServerServices services)
@@ -465,7 +470,7 @@
 
 
 
-
+
 Region
 RegionMergeTransaction.execute(Server server,
   RegionServerServices services)
@@ -474,11 +479,6 @@
 
 
 
-
-Region
-RegionMergeTransactionImpl.execute(Server server,
-  RegionServerServices services) 
-
 
 PairOfSameType
 SplitTransactionImpl.execute(Server server,
@@ -486,6 +486,12 @@
   User user) 
 
 
+Region
+RegionMergeTransactionImpl.execute(Server server,
+  RegionServerServices services,
+  User user) 
+
+
 PairOfSameType
 SplitTransaction.execute(Server server,
   RegionServerServices services,
@@ -493,7 +499,7 @@
 Run the transaction.
 
 
-
+
 Region
 RegionMergeTransaction.execute(Server server,
   RegionServerServices services,
@@ -501,12 +507,6 @@
 Run the transaction.
 
 
-
-Region
-RegionMergeTransactionImpl.execute(Server server,
-  RegionServerServices services,
-  User user) 
-
 
 (package private) boolean
 RegionMergeTransactionImpl.hasMergeQualifierInMeta(RegionServerServices services,
@@ -596,13 +596,13 @@
 
 
 boolean
-RegionMergeTransaction.prepare(RegionServerServices services)
-Check merge inputs and prepare the transaction.
-
+RegionMergeTransactionImpl.prepare(RegionServerServices services) 
 
 
 boolean
-RegionMergeTransactionImpl.prepare(RegionServerServices services) 
+RegionMergeTransaction.prepare(RegionServerServices services)
+Check merge inputs and prepare the transaction.
+
 
 
 boolean
@@ -611,6 +611,11 @@
 
 
 boolean
+RegionMergeTransactionImpl.rollback(Server server,
+RegionServerServices services) 
+
+
+boolean
 SplitTransaction.rollback(Server server,
 RegionServerServices services)
 Deprecated. 
@@ -618,7 +623,7 @@
 
 
 
-
+
 boolean
 RegionMergeTransaction.rollback(Server server,
 Re

[49/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index dfe0e2d..e9824b2 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -397,14 +397,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName
-Table.getName()
-Gets the fully qualified table name instance of this 
table.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
+Table.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
 
@@ -413,16 +413,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName[]
-HConnection.listTableNames()
-Deprecated. 
-Use Admin.listTables()
 instead.
-
+Admin.listTableNames()
+List all of the names of userspace tables.
 
 
 
 TableName[]
-Admin.listTableNames()
-List all of the names of userspace tables.
+HConnection.listTableNames()
+Deprecated. 
+Use Admin.listTables()
 instead.
+
 
 
 
@@ -668,31 +668,38 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 RegionLocator
-HConnection.getRegionLocator(TableName tableName)
-Deprecated. 
+Connection.getRegionLocator(TableName tableName)
 Retrieve a RegionLocator implementation to inspect region 
information on a table.
 
 
 
 RegionLocator
-Connection.getRegionLocator(TableName tableName)
+HConnection.getRegionLocator(TableName tableName)
+Deprecated. 
 Retrieve a RegionLocator implementation to inspect region 
information on a table.
 
 
 
+Table
+Connection.getTable(TableName tableName)
+Retrieve a Table implementation for accessing a table.
+
+
+
 org.apache.hadoop.hbase.client.HTableInterface
 HConnection.getTable(TableName tableName)
 Deprecated. 
 Retrieve an HTableInterface implementation for access to a 
table.
 
 
-
+
 Table
-Connection.getTable(TableName tableName)
+Connection.getTable(TableName tableName,
+http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
 Retrieve a Table implementation for accessing a table.
 
 
-
+
 org.apache.hadoop.hbase.client.HTableInterface
 HConnection.getTable(TableName tableName,
 http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
@@ -700,13 +707,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Retrieve an HTableInterface implementation for access to a 
table.
 
 
-
-Table
-Connection.getTable(TableName tableName,
-http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Retrieve a Table implementation for accessing a table.
-
-
 
 HTableDescriptor
 Admin.getTableDescriptor(TableName tableName)
@@ -728,15 +728,23 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 boolean
+Admin.isTableAvailable(TableName tableName) 
+
+
+boolean
 HConnection.isTableAvailable(TableName tableName)
 Deprecated. 
  
 
-
+
 boolean
-Admin.isTableAvailable(TableName tableName) 
+Admin.isTableAvailable(TableName tableName,
+byte[][] splitKeys)
+Use this api to check if the table has been created with 
the specified number of splitkeys
+ which was used while creating the given table.
+
 
-
+
 boolean
 HConnection.isTableAvailable(TableName tableName,
 byte[][] splitKeys)
@@ -745,25 +753,21 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 boolean
-Admin.isTableAvailable(TableName tableName,
-byte[][] splitKeys)
-Use this api to check if the table has been created with 
the specified number of splitkeys
- which was used while creating the given table.
-
+Admin.isTableDisabled(TableName tableName) 
 
-
+
 boolean
 HConnection.isTableDisabled(TableName tableName)
 Deprecated. 
  
 
-
+
 boolean
-Admin.isTableDisabled(TableName tableName) 
+Admin.isTableEnabled(TableName tableName) 
 
-
+
 boolean
 HConnection.isTableEnabled(TableName tableName)
 Deprecated. 
@@ -771,10 +775,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
  is possible.
 
 
-
-boolean
-Admin.isTableEnabled(TableName tableName) 
-
 
 HRegionLocation
 HConnection.locateRe

[39/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 fa4e24e..cc219f8 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
@@ -559,14 +559,6 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumn(ObserverContext ctx,
-  TableName tableName,
-  HColumnDescriptor columnFamily)
-Deprecated. 
-
-
-
-void
 MasterObserver.postAddColumn(ObserverContext ctx,
   TableName tableName,
   HColumnDescriptor columnFamily)
@@ -577,6 +569,14 @@ service.
 
 
 
+
+void
+BaseMasterObserver.postAddColumn(ObserverContext ctx,
+  TableName tableName,
+  HColumnDescriptor columnFamily)
+Deprecated. 
+
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnFamily(ObserverContext ctx,
@@ -585,18 +585,18 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumnFamily(ObserverContext ctx,
-  TableName tableName,
-  HColumnDescriptor columnFamily) 
-
-
-void
 MasterObserver.postAddColumnFamily(ObserverContext ctx,
   TableName tableName,
   HColumnDescriptor columnFamily)
 Called after the new column family has been created.
 
 
+
+void
+BaseMasterObserver.postAddColumnFamily(ObserverContext ctx,
+  TableName tableName,
+  HColumnDescriptor columnFamily) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnFamilyHandler(ObserverContext ctx,
@@ -605,18 +605,18 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily) 
-
-
-void
 MasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
 Called after the new column family has been created.
 
 
+
+void
+BaseMasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnHandler(ObserverContext ctx,
@@ -627,14 +627,6 @@ service.
 
 
 void
-BaseMasterObserver.postAddColumnHandler(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily)
-Deprecated. 
-
-
-
-void
 MasterObserver.postAddColumnHandler(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
@@ -645,23 +637,23 @@ service.
 
 
 
-
+
 void
-BaseMasterAndRegionObserver.postModifyColumn(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily)
+BaseMasterObserver.postAddColumnHandler(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily)
 Deprecated. 
 
 
-
+
 void
-BaseMasterObserver.postModifyColumn(ObserverContext ctx,
+BaseMasterAndRegionObserver.postModifyColumn(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
 Deprecated. 
 
 
-
+
 void
 MasterObserver.postModifyColumn(ObserverContext ctx,
 TableName tableName,
@@ -673,6 +665,14 @@ service.
 
 
 
+
+void
+BaseMasterObserver.postModifyColumn(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily)
+Deprec

[05/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScannerContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScannerContext.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScannerContext.html
index b1cc4a3..6bc2f47 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScannerContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScannerContext.html
@@ -157,29 +157,27 @@
 
 
 boolean
-StoreScanner.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
-ScannerContext scannerContext)
-Get the next row of values from this Store.
+ReversedMobStoreScanner.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
+ScannerContext ctx)
+Firstly reads the cells from the HBase.
 
 
 
 boolean
-ReversedMobStoreScanner.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
-ScannerContext ctx)
-Firstly reads the cells from the HBase.
+StoreScanner.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
+ScannerContext scannerContext)
+Get the next row of values from this Store.
 
 
 
 boolean
-KeyValueHeap.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
+HRegion.RegionScannerImpl.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults,
 ScannerContext scannerContext) 
 
 
 boolean
-InternalScanner.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
-ScannerContext scannerContext)
-Grab the next row's worth of values.
-
+KeyValueHeap.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
+ScannerContext scannerContext) 
 
 
 boolean
@@ -190,8 +188,10 @@
 
 
 boolean
-HRegion.RegionScannerImpl.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults,
-ScannerContext scannerContext) 
+InternalScanner.next(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
+ScannerContext scannerContext)
+Grab the next row's worth of values.
+
 
 
 private boolean
@@ -200,24 +200,24 @@
 
 
 boolean
+HRegion.RegionScannerImpl.nextRaw(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults,
+  ScannerContext scannerContext) 
+
+
+boolean
 RegionScanner.nextRaw(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
   ScannerContext scannerContext)
 Grab the next row's worth of values.
 
 
-
-boolean
-HRegion.RegionScannerImpl.nextRaw(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults,
-  ScannerContext scannerContext) 
-
 
 protected boolean
-ReversedRegionScannerImpl.nextRow(ScannerContext scannerContext,
+HRegion.RegionScannerImpl.nextRow(ScannerContext scannerContext,
   Cell curRowCell) 
 
 
 protected boolean
-HRegion.RegionScannerImpl.nextRow(ScannerContext scannerContext,
+ReversedRegionScannerImpl.nextRow(ScannerContext scannerContext,
   Cell curRowCell) 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ServerNonceManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ServerNonceManager.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ServerNonceManager.html
index 21e805c..6967ae8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ServerNonceManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ServerNonceManager.html
@@ -111,14 +111,14 @@
 
 
 ServerNonceManager
-HRegionServer.getNonceManager() 
-
-
-ServerNonceManager
 RegionServerServices.getNonceManager()
 Only required for "old" log replay; if it's removed, remove 
this.
 
 
+
+ServerNonceManager
+HRegionServer.getNonc

[35/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html
index 025a9fd..6cbd252 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html
@@ -122,11 +122,11 @@
 
 
 private KeyValue.KeyOnlyKeyValue
-StoreFileReader.lastBloomKeyOnlyKV 
+StoreFileWriter.lastBloomKeyOnlyKV 
 
 
 private KeyValue.KeyOnlyKeyValue
-StoreFileWriter.lastBloomKeyOnlyKV 
+StoreFileReader.lastBloomKeyOnlyKV 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 92a396e..e83a300 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
@@ -208,22 +208,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValueUtil.create(http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
+KeyValue.create(http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
 
 
 static KeyValue
-KeyValue.create(http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
+KeyValueUtil.create(http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
 
 
 static KeyValue
-KeyValueUtil.create(int length,
+KeyValue.create(int length,
 http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in)
 Create a KeyValue reading length from 
in
 
 
 
 static KeyValue
-KeyValue.create(int length,
+KeyValueUtil.create(int length,
 http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in)
 Create a KeyValue reading length from 
in
 
@@ -339,31 +339,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,
   int o,
   int l) 
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[] b,
+KeyValueUtil.createKeyValueFromKey(byte[] b,
   int o,
   int l) 
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
 
 
 static KeyValue
@@ -527,17 +527,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValueUtil.write(KeyValue kv,
+KeyValue.write(KeyValue kv,
   http://docs.oracle.com/javase/7/docs/api/java/io/DataOutput.html?is-external=true";
 title="class or interface in java.io">DataOutput out)
-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(KeyValue kv,
+KeyValueUtil.write(KeyValue kv,
   http://docs.oracle.com/javase/7/docs/api/java/io/DataOutput.html?is-external=true";
 title="class or interface in java.io">DataOutput out)
-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 w

[19/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 4bc6e8f..a5ec80c 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
@@ -120,11 +120,11 @@
 
 
 BlockType
-HFileBlockEncodingContext.getBlockType() 
+HFileBlockDefaultEncodingContext.getBlockType() 
 
 
 BlockType
-HFileBlockDefaultEncodingContext.getBlockType() 
+HFileBlockEncodingContext.getBlockType() 
 
 
 
@@ -137,13 +137,13 @@
 
 
 void
-HFileBlockEncodingContext.postEncoding(BlockType blockType)
-Do any action that needs to be performed after the 
encoding.
-
+HFileBlockDefaultEncodingContext.postEncoding(BlockType blockType) 
 
 
 void
-HFileBlockDefaultEncodingContext.postEncoding(BlockType blockType) 
+HFileBlockEncodingContext.postEncoding(BlockType blockType)
+Do any action that needs to be performed after the 
encoding.
+
 
 
 
@@ -186,15 +186,15 @@
 
 
 BlockType
-CachedBlock.getBlockType() 
+BlockCacheKey.getBlockType() 
 
 
 BlockType
-BlockCacheKey.getBlockType() 
+Cacheable.getBlockType() 
 
 
 BlockType
-Cacheable.getBlockType() 
+CachedBlock.getBlockType() 
 
 
 BlockType
@@ -208,7 +208,9 @@
 
 
 BlockType
-HFileBlockIndex.BlockIndexWriter.getInlineBlockType() 
+InlineBlockWriter.getInlineBlockType()
+The type of blocks this block writer produces.
+
 
 
 BlockType
@@ -216,9 +218,7 @@
 
 
 BlockType
-InlineBlockWriter.getInlineBlockType()
-The type of blocks this block writer produces.
-
+HFileBlockIndex.BlockIndexWriter.getInlineBlockType() 
 
 
 static BlockType
@@ -276,26 +276,26 @@ the order they are declared.
 
 
 void
-HFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx,
+NoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx,
 http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream out,
 byte[] uncompressedBytesWithHeader,
 BlockType blockType) 
 
 
 void
-NoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx,
+HFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx,
 http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream out,
 byte[] uncompressedBytesWithHeader,
-BlockType blockType) 
+BlockType blockType)
+Ends encoding for a block of KeyValues.
+
 
 
 void
-HFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx,
+HFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx,
 http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream out,
 byte[] uncompressedBytesWithHeader,
-BlockType blockType)
-Ends encoding for a block of KeyValues.
-
+BlockType blockType) 
 
 
 private http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html
index 58f8c31..17f16ad 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html
@@ -231,23 +231,23 @@
 
 
 
-private CacheConfig
-HFileReaderImpl.cacheConf
-Block cache configuration.
-
-
-
 protected CacheConfig
 HFileWriterImpl.cacheConf
 Cache configuration for caching data on write.
 
 
-
+
 private CacheConfig
 HFileBlockIndex.BlockIndexWriter.cacheConf
 CacheConfig, or null if cache-on-write is disabled
 
 
+
+private CacheConfig
+HFileReaderImpl.cacheConf
+Block cache configuration.
+
+
 
 protected CacheConfig
 HFile.WriterFactory.cacheConf 
@@ -534,7 +534,7 @@
 
 
 private CacheConfig
-SweepJob.cacheConfig 
+MemStoreWrapper.cacheConfig 
 
 
 private CacheConfig
@@ -542,7 +542,7 @@
 
 
 private CacheConfig
-MemStoreWrapper.cacheConfig 
+SweepJob.cacheConfig 
 
 
 
@@ -575,13 +575,13 @@
 
 
 
-protected CacheCo

[37/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 442ab80..cb73b85 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
@@ -266,11 +266,11 @@ service.
 
 
 protected HRegionLocation
-RegionAdminServiceCallable.location 
+RegionServerCallable.location 
 
 
 protected HRegionLocation
-RegionServerCallable.location 
+RegionAdminServiceCallable.location 
 
 
 
@@ -352,19 +352,11 @@ service.
 
 
 HRegionLocation
-ClusterConnection.getRegionLocation(TableName tableName,
-  byte[] row,
-  boolean reload)
-Find region location hosting passed row
-
-
-
-HRegionLocation
 ConnectionImplementation.getRegionLocation(TableName tableName,
   byte[] row,
   boolean reload) 
 
-
+
 HRegionLocation
 HConnection.getRegionLocation(TableName tableName,
   byte[] row,
@@ -374,21 +366,23 @@ service.
 
 
 
-
-private HRegionLocation
-AsyncProcess.AsyncRequestFutureImpl.getReplicaLocationOrFail(Action action) 
-
 
 HRegionLocation
-ClusterConnection.locateRegion(byte[] regionName)
-Gets the location of the region of regionName.
+ClusterConnection.getRegionLocation(TableName tableName,
+  byte[] row,
+  boolean reload)
+Find region location hosting passed row
 
 
 
+private HRegionLocation
+AsyncProcess.AsyncRequestFutureImpl.getReplicaLocationOrFail(Action action) 
+
+
 HRegionLocation
 ConnectionImplementation.locateRegion(byte[] regionName) 
 
-
+
 HRegionLocation
 HConnection.locateRegion(byte[] regionName)
 Deprecated. 
@@ -396,6 +390,12 @@ service.
 
 
 
+
+HRegionLocation
+ClusterConnection.locateRegion(byte[] regionName)
+Gets the location of the region of regionName.
+
+
 
 HRegionLocation
 ConnectionImplementation.locateRegion(byte[] tableName,
@@ -412,18 +412,10 @@ service.
 
 
 HRegionLocation
-ClusterConnection.locateRegion(TableName tableName,
-byte[] row)
-Find the location of the region of tableName that 
row
- lives in.
-
-
-
-HRegionLocation
 ConnectionImplementation.locateRegion(TableName tableName,
 byte[] row) 
 
-
+
 HRegionLocation
 HConnection.locateRegion(TableName tableName,
 byte[] row)
@@ -432,6 +424,14 @@ service.
 
 
 
+
+HRegionLocation
+ClusterConnection.locateRegion(TableName tableName,
+byte[] row)
+Find the location of the region of tableName that 
row
+ lives in.
+
+
 
 HRegionLocation
 ConnectionImplementation.relocateRegion(byte[] tableName,
@@ -448,18 +448,10 @@ service.
 
 
 HRegionLocation
-ClusterConnection.relocateRegion(TableName tableName,
-byte[] row)
-Find the location of the region of tableName that 
row
- lives in, ignoring any value that might be in the cache.
-
-
-
-HRegionLocation
 ConnectionImplementation.relocateRegion(TableName tableName,
 byte[] row) 
 
-
+
 HRegionLocation
 HConnection.relocateRegion(TableName tableName,
 byte[] row)
@@ -468,6 +460,14 @@ service.
 
 
 
+
+HRegionLocation
+ClusterConnection.relocateRegion(TableName tableName,
+byte[] row)
+Find the location of the region of tableName that 
row
+ lives in, ignoring any value that might be in the cache.
+
+
 
 
 
@@ -536,15 +536,9 @@ service.
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-ClusterConnection.locateRegions(TableName tableName)
-Gets the locations of all regions in the specified table, 
tableName.
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 ConnectionImplementation.locateRegions(TableName tableName) 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 HConnection.locateRegions(TableName tableName)
 Deprecated. 
@@ -552,21 +546,19 @@ service.
 
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-ClusterConnection.locateRegions(TableName tableName,
-  boolean useCache,
-  boolean offlined)
+ClusterConnection.locateRegions(TableName tableName)
 Gets the locations of all regions in the specified table, 
tableName.
 
 
-
+
 htt

[16/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/class-use/TableNamespaceManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/TableNamespaceManager.html
 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/TableNamespaceManager.html
index 9849e83..f5bea17 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/TableNamespaceManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/TableNamespaceManager.html
@@ -113,14 +113,14 @@
 
 
 TableNamespaceManager
-ClusterSchemaServiceImpl.getTableNamespaceManager() 
-
-
-TableNamespaceManager
 ClusterSchema.getTableNamespaceManager()
 For internals use only.
 
 
+
+TableNamespaceManager
+ClusterSchemaServiceImpl.getTableNamespaceManager() 
+
 
 
 
@@ -136,16 +136,16 @@
 
 
 
-private static TableNamespaceManager
-DeleteNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnv env) 
+private TableNamespaceManager
+ModifyNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnv env) 
 
 
 private static TableNamespaceManager
-CreateNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnv env) 
+DeleteNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnv env) 
 
 
-private TableNamespaceManager
-ModifyNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnv env) 
+private static TableNamespaceManager
+CreateNamespaceProcedure.getTableNamespaceManager(MasterProcedureEnv env) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/class-use/TableStateManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/TableStateManager.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/TableStateManager.html
index b8496a1..22ad735 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/TableStateManager.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/TableStateManager.html
@@ -117,11 +117,11 @@
 
 
 TableStateManager
-HMaster.getTableStateManager() 
+MasterServices.getTableStateManager() 
 
 
 TableStateManager
-MasterServices.getTableStateManager() 
+HMaster.getTableStateManager() 
 
 
 TableStateManager

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 7d539e7..f3b726a 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
@@ -96,19 +96,19 @@
 
 
 NormalizationPlan.PlanType
-SplitNormalizationPlan.getType() 
+NormalizationPlan.getType() 
 
 
 NormalizationPlan.PlanType
-NormalizationPlan.getType() 
+EmptyNormalizationPlan.getType() 
 
 
 NormalizationPlan.PlanType
-EmptyNormalizationPlan.getType() 
+MergeNormalizationPlan.getType() 
 
 
 NormalizationPlan.PlanType
-MergeNormalizationPlan.getType() 
+SplitNormalizationPlan.getType() 
 
 
 static NormalizationPlan.PlanType
@@ -134,25 +134,25 @@ the order they are declared.
 
 
 long
-SimpleRegionNormalizer.getSkippedCount(NormalizationPlan.PlanType type) 
+RegionNormalizer.getSkippedCount(NormalizationPlan.PlanType type) 
 
 
 long
-RegionNormalizer.getSkippedCount(NormalizationPlan.PlanType type) 
+SimpleRegionNormalizer.getSkippedCount(NormalizationPlan.PlanType type) 
 
 
 void
-SimpleRegionNormalizer.planSkipped(HRegionInfo hri,
-  NormalizationPlan.PlanType type) 
-
-
-void
 RegionNormalizer.planSkipped(HRegionInfo hri,
   NormalizationPlan.PlanType type)
 Notification for the case where plan couldn't be executed 
due to constraint violation, such as
  namespace quota
 
 
+
+void
+SimpleRegionNormalizer.planSkipped(HRegionInfo hri,
+  NormalizationPlan.PlanType type) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 57834a4..e36bdc7 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
@@ -137,14 +137,14 @@
 
 
 http://docs.oracle.c

[15/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 78412cc..6133995 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
@@ -120,18 +120,18 @@
 
 
 void
-BaseMasterObserver.preAbortProcedure(ObserverContext ctx,
-  ProcedureExecutor procEnv,
-  long procId) 
-
-
-void
 MasterObserver.preAbortProcedure(ObserverContext ctx,
   ProcedureExecutor procEnv,
   long procId)
 Called before a abortProcedure request has been 
processed.
 
 
+
+void
+BaseMasterObserver.preAbortProcedure(ObserverContext ctx,
+  ProcedureExecutor procEnv,
+  long procId) 
+
 
 
 
@@ -161,11 +161,11 @@
 
 
 ProcedureExecutor
-HMaster.getMasterProcedureExecutor() 
+MasterServices.getMasterProcedureExecutor() 
 
 
 ProcedureExecutor
-MasterServices.getMasterProcedureExecutor() 
+HMaster.getMasterProcedureExecutor() 
 
 
 
@@ -197,123 +197,123 @@
 
 
 boolean
-ModifyTableProcedure.abort(MasterProcedureEnv env) 
+EnableTableProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-CloneSnapshotProcedure.abort(MasterProcedureEnv env) 
+RestoreSnapshotProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-DeleteTableProcedure.abort(MasterProcedureEnv env) 
+ModifyNamespaceProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-CreateTableProcedure.abort(MasterProcedureEnv env) 
+DeleteNamespaceProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-TruncateTableProcedure.abort(MasterProcedureEnv env) 
+DeleteTableProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-DeleteNamespaceProcedure.abort(MasterProcedureEnv env) 
+ModifyColumnFamilyProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-AddColumnFamilyProcedure.abort(MasterProcedureEnv env) 
+CreateNamespaceProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-DisableTableProcedure.abort(MasterProcedureEnv env) 
+CreateTableProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-RestoreSnapshotProcedure.abort(MasterProcedureEnv env) 
+TruncateTableProcedure.abort(MasterProcedureEnv env) 
 
 
-protected boolean
-ServerCrashProcedure.abort(MasterProcedureEnv env) 
+boolean
+ModifyTableProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-DeleteColumnFamilyProcedure.abort(MasterProcedureEnv env) 
+DisableTableProcedure.abort(MasterProcedureEnv env) 
 
 
-boolean
-EnableTableProcedure.abort(MasterProcedureEnv env) 
+protected boolean
+ServerCrashProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-ModifyColumnFamilyProcedure.abort(MasterProcedureEnv env) 
+AddColumnFamilyProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-CreateNamespaceProcedure.abort(MasterProcedureEnv env) 
+DeleteColumnFamilyProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-ModifyNamespaceProcedure.abort(MasterProcedureEnv env) 
+CloneSnapshotProcedure.abort(MasterProcedureEnv env) 
 
 
 protected boolean
-ModifyTableProcedure.acquireLock(MasterProcedureEnv env) 
+EnableTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-CloneSnapshotProcedure.acquireLock(MasterProcedureEnv env) 
+RestoreSnapshotProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-DeleteTableProcedure.acquireLock(MasterProcedureEnv env) 
+ModifyNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-CreateTableProcedure.acquireLock(MasterProcedureEnv env) 
+DeleteNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-TruncateTableProcedure.acquireLock(MasterProcedureEnv env) 
+DeleteTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-DeleteNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
+ModifyColumnFamilyProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-AddColumnFamilyProcedure.acquireLock(MasterProcedureEnv env) 
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-DisableTableProcedure.acquireLock(MasterProcedureEnv env) 
+CreateTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-RestoreSnapshotProcedure.acquireLock(MasterProcedureEnv env) 
+TruncateTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected boolean
-ServerCrashProcedure.acquireLock(MasterProcedureEn

[46/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 227f913..741cc94 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -120,32 +120,24 @@
 OrderedString.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+OrderedInt64.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-RawLong.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/7/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+OrderedInt8.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRange src) 
+byte[]
+OrderedBlobVar.decode(PositionedByteRange src) 
 
 
 http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
 RawFloat.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRange src) 
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-OrderedInt64.decode(PositionedByteRange src) 
-
-
-byte[]
-OrderedBlob.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
+RawString.decode(PositionedByteRange src) 
 
 
 T
@@ -154,81 +146,89 @@
 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-OrderedFloat64.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+RawShort.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-OrderedInt8.decode(PositionedByteRange src) 
+byte[]
+OrderedBlob.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRange src) 
-
-
 http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
 OrderedFloat32.decode(PositionedByteRange src) 
 
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRange src) 
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+RawDouble.decode(PositionedByteRange src) 
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRange src) 
+
 
 http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
 OrderedInt32.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-RawDouble.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+RawLong.decode(PositionedByteRange src) 
 
 
-T
-TerminatedWrapper.decode(PositionedByteRange src) 
+byte[]
+RawBytes.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-RawString.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+OrderedFloat64.decode(PositionedByteRange src) 
 
 
 T
 FixedLengthWrapper.decode(PositionedByteRange src) 
 
 
-byte[]
-OrderedBlobVar.decode(PositionedByteRange src) 
+T
+TerminatedWrapper.decode(PositionedByteRan

[48/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index 6c98f44..6ade180 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -107,107 +107,107 @@
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cell v) 
+PageFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cell v) 
+TimestampsFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cell c) 
+InclusiveStopFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cell v) 
+SingleColumnValueFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cell c) 
+QualifierFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cell ignored) 
+ColumnPaginationFilter.filterKeyValue(Cell v) 
 
 
-Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cell v) 
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cell v)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
-Deprecated. 
- 
+SkipFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cell ignored) 
+ColumnPrefixFilter.filterKeyValue(Cell cell) 
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cell v) 
+ColumnCountGetFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cell v) 
+MultiRowRangeFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cell v) 
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
+Deprecated. 
+ 
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cell cell) 
+FirstKeyOnlyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cell c) 
+RowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cell kv) 
+ValueFilter.filterKeyValue(Cell v) 
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cell v)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+PrefixFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cell v) 
+KeyOnlyFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cell v) 
+ColumnRangeFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cell v) 
+MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cell v) 
+RandomRowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cell c) 
+WhileMatchFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cell v) 
+DependentColumnFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cell ignored) 
+FilterList.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cell v) 
+FamilyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
+FuzzyRowFilter.filterKeyValue(Cell c) 
 
 
 static Filter.ReturnCode

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 e2db83a..fe8971d 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -132,11 +132,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Query.getFilter() 
+Scan.getFilter() 
 
 
 Filter
-Scan.getFilter() 
+Query.getFilter() 
 
 
 
@@ -148,15 +148,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+Scan
+Scan.setFilter(Filter filter) 
+
+
 Query
 Query.setFilter(Filter filter)
 Apply the specified server-side filter when performing the 
Query.
 
 
-
-Scan
-Scan.setFilter(Filter filter) 
-
 
 Get
 Get.setFilter(Filter filter) 
@@ -382,23 +382,23 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-PrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+PageFilter.createFilterFro

[50/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 a5333e3..203d75b 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -913,23 +913,23 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -1007,27 +1007,27 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 boolean partial) 
 
 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
+
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
-
+
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
-
+
 Put
 Put.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
-
+
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
 Method for setting the put's familyMap
 
 
-
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
 
 
 
@@ -1044,21 +1044,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(Cell currentCell) 
+TimestampsFilter.getNextCellHint(Cell currentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
 ColumnPaginationFilter.getNextCellHint(Cell cell) 
 
 
-Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
-
-
-Cell
-ColumnRangeFilter.getNextCellHint(Cell cell) 
-
-
 abstract Cell
 Filter.getNextCellHint(Cell currentCell)
 If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
@@ -1067,17 +1061,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FilterList.getNextCellHint(Cell currentCell) 
+ColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
+ColumnRangeFilter.getNextCellHint(Cell cell) 
 
 
 Cell
@@ -1085,11 +1077,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-SkipFilter.transformCell(Cell v) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-KeyOnlyFilter.transformCell(Cell cell) 
+FuzzyRowFilter.getNextCellHint(Cell currentCell) 
 
 
 abstract Cell
@@ -1099,6 +1091,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Cell
+SkipFilter.transformCell(Cell v) 
+
+
+Cell
+KeyOnlyFilter.transformCell(Cell cell) 
+
+
+Cell
 WhileMatchFilter.transformCell(Cell v) 
 
 
@@ -1148,139 +1148,141 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cell v) 
+PageFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Ce

[45/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 37be400..6a43750 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -825,22 +825,22 @@
 
 org.apache.hadoop.hbase.util.Order
 org.apache.hadoop.hbase.KeepDeletedCells
-org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
 org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
-org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
+org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaScope
 org.apache.hadoop.hbase.quotas.QuotaType
-org.apache.hadoop.hbase.quotas.ThrottleType
-org.apache.hadoop.hbase.client.Consistency
-org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.regionserver.BloomType
 org.apache.hadoop.hbase.client.Admin.CompactType
 org.apache.hadoop.hbase.client.Admin.MasterSwitchType
+org.apache.hadoop.hbase.client.IsolationLevel
 org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.Consistency
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/book.html
--
diff --git a/book.html b/book.html
index 0f4ea99..62223d0 100644
--- a/book.html
+++ b/book.html
@@ -20146,7 +20146,7 @@ Bloom filters work best when the size of each data 
entry is at least a few kilob
 
 Bloom filters are enabled on a Column Family.
 You can do this by using the setBloomFilterType method of HColumnDescriptor or 
using the HBase API.
-Valid values are NONE (the default), ROW, or 
ROWCOL.
+Valid values are NONE, ROW (default), or 
ROWCOL.
 See [bloom.filters.when] for more 
information on ROW versus ROWCOL.
 See also the API documentation for http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html";>HColumnDescriptor.
 
@@ -20179,19 +20179,19 @@ See also the API documentation for http://hbase.apache.org/apidocs/org/
 
 
 
-io.hfile.bloom.enabled
+io.storefile.bloom.enabled
 yes
 Set to no 
to kill bloom filters server-wide if something goes wrong
 
 
-io.hfile.bloom.error.rate
+io.storefile.bloom.error.rate
 .01
 The 
average false positive rate for bloom filters. Folding is used to
   maintain the false positive rate. Expressed as a decimal 
representation of a
   percentage.
 
 
-io.hfile.bloom.max.fold
+io.storefile.bloom.max.fold
 7
 The 
guaranteed maximum fold rate. Changing this setting should not be
   necessary and is not recommended.
@@ -20208,7 +20208,7 @@ See also the API documentation for http://hbase.apache.org/apidocs/org/
 
 
 io.storefile.bloom.block.size
-65536
+131072
 Target 
Bloom block size. Bloom filter blocks of approximately this size
   are interleaved with data blocks.
 
@@ -20575,25 +20575,25 @@ Stored in the LRU cache, if it is enabled (It’s 
enabled by default).
  Bloom Filter Configuration
 
 
-= io.hfile.bloom.enabled global kill switch
+= io.storefile.bloom.enabled global kill switch
 
 
-io.hfile.bloom.enabled in Configuration serves as 
the kill switch in case something goes wrong.
+io.storefile.bloom.enabled in Configuration 
serves as the kill switch in case something goes wrong.
 Default = true.
 
 
-= io.hfile.bloom.error.rate
+= io.storefile.bloom.error.rate
 
 
-io.hfile.bloom.error.rate = average false positive rate.
+io.storefile.bloom.error.rate = average false positive rate.
 Default = 1%. Decrease rate by ½ (e.g.
 to .5%) == +1 bit per bloom entry.
 
 
-= io.hfile.bloom.max.fold
+= io.storefile.bloom.max.fold
 
 
-io.hfile.bloom.max.fold = guaranteed minimum fold rate.
+io.storefile.bloom.max.fold = guaranteed minimum fold rate.
 Most people should leave this alone.
 Default = 7, or can collapse to at least 1/128th of original size.
 See the Development Process section of the document https://issues.apache.org/jira/secure/attachment/12444007/Bloom_Filters_in_HBase.pdf";>BloomFilters
 in HBase for more on what this option means.
@@ -32328,7 +32328,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 2.0.0-SNAPSHOT
-Last updated 2016-04-18 14:31:26 UTC
+Last updated 2016-04-19 14:37:44 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/bulk-loads.html
--

[47/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
index ccc396d..b1f947b 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
@@ -249,11 +249,11 @@
 
 
 ByteRange
-SimpleMutableByteRange.deepCopy() 
+SimpleByteRange.deepCopy() 
 
 
 ByteRange
-SimpleByteRange.deepCopy() 
+SimpleMutableByteRange.deepCopy() 
 
 
 ByteRange
@@ -280,12 +280,12 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
+SimpleByteRange.put(int index,
   byte val) 
 
 
 ByteRange
-SimpleByteRange.put(int index,
+SimpleMutableByteRange.put(int index,
   byte val) 
 
 
@@ -297,12 +297,12 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
+SimpleByteRange.put(int index,
   byte[] val) 
 
 
 ByteRange
-SimpleByteRange.put(int index,
+SimpleMutableByteRange.put(int index,
   byte[] val) 
 
 
@@ -317,14 +317,14 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
+SimpleByteRange.put(int index,
   byte[] val,
   int offset,
   int length) 
 
 
 ByteRange
-SimpleByteRange.put(int index,
+SimpleMutableByteRange.put(int index,
   byte[] val,
   int offset,
   int length) 
@@ -338,12 +338,12 @@
 
 
 ByteRange
-SimpleMutableByteRange.putInt(int index,
+SimpleByteRange.putInt(int index,
 int val) 
 
 
 ByteRange
-SimpleByteRange.putInt(int index,
+SimpleMutableByteRange.putInt(int index,
 int val) 
 
 
@@ -355,12 +355,12 @@
 
 
 ByteRange
-SimpleMutableByteRange.putLong(int index,
+SimpleByteRange.putLong(int index,
   long val) 
 
 
 ByteRange
-SimpleByteRange.putLong(int index,
+SimpleMutableByteRange.putLong(int index,
   long val) 
 
 
@@ -372,12 +372,12 @@
 
 
 ByteRange
-SimpleMutableByteRange.putShort(int index,
+SimpleByteRange.putShort(int index,
 short val) 
 
 
 ByteRange
-SimpleByteRange.putShort(int index,
+SimpleMutableByteRange.putShort(int index,
 short val) 
 
 
@@ -434,11 +434,11 @@
 
 
 ByteRange
-SimpleMutableByteRange.shallowCopy() 
+SimpleByteRange.shallowCopy() 
 
 
 ByteRange
-SimpleByteRange.shallowCopy() 
+SimpleMutableByteRange.shallowCopy() 
 
 
 ByteRange
@@ -449,12 +449,12 @@
 
 
 ByteRange
-SimpleMutableByteRange.shallowCopySubRange(int innerOffset,
+SimpleByteRange.shallowCopySubRange(int innerOffset,
   int copyLength) 
 
 
 ByteRange
-SimpleByteRange.shallowCopySubRange(int innerOffset,
+SimpleMutableByteRange.shallowCopySubRange(int innerOffset,
   int copyLength) 
 
 
@@ -465,11 +465,11 @@
 
 
 ByteRange
-SimpleMutableByteRange.unset() 
+SimpleByteRange.unset() 
 
 
 ByteRange
-SimpleByteRange.unset() 
+SimpleMutableByteRange.unset() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 e3c1f44..da45abc 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
@@ -125,27 +125,19 @@
 
 
 Order
-Struct.getOrder() 
+OrderedBytesBase.getOrder() 
 
 
 Order
-RawLong.getOrder() 
+Union3.getOrder() 
 
 
 Order
-PBType.getOrder() 
-
-
-Order
 RawFloat.getOrder() 
 
-
-Order
-RawByte.getOrder() 
-
 
 Order
-Union2.getOrder() 
+RawString.getOrder() 
 
 
 Order
@@ -156,31 +148,31 @@
 
 
 Order
-Union3.getOrder() 
+RawShort.getOrder() 
 
 
 Order
-Union4.getOrder() 
+Struct.getOrder() 
 
 
 Order
-RawInteger.getOrder() 
+RawDouble.getOrder() 
 
 
 Order
-RawDouble.getOrder() 
+RawByte.getOrder() 
 
 
 Order
-TerminatedWrapper.getOrder() 
+PBType.getOrder() 
 
 
 Order
-OrderedBytesBase.getOrder() 
+RawLong.getOrder() 
 
 
 Order
-RawString.getOrder() 
+RawBytes.getOrder() 
 
 
 Order
@@ -188,11 +180,19 @@
 
 
 Order
-RawBytes.getOrder() 
+TerminatedWrapper.getOrder() 
 
 
 Order
-RawShort.getOrder() 
+RawInteger.getOrder() 
+
+
+Order
+Union2.getOrder() 
+
+
+Order
+Union4.getOrder() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 eb232f1..268b819 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
@@ -169,11 +169,11 @@ Input/OutputFo

[40/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 b6bd440..710008a 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
@@ -246,13 +246,15 @@
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
-HFileBlockDecodingContext decodingCtx) 
+DataBlockEncoder.createSeeker(CellComparator comparator,
+HFileBlockDecodingContext decodingCtx)
+Create a HFileBlock seeker which find KeyValues within a 
block.
+
 
 
 DataBlockEncoder.EncodedSeeker
@@ -261,14 +263,12 @@
 
 
 DataBlockEncoder.EncodedSeeker
-DataBlockEncoder.createSeeker(CellComparator comparator,
-HFileBlockDecodingContext decodingCtx)
-Create a HFileBlock seeker which find KeyValues within a 
block.
-
+FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
@@ -298,15 +298,15 @@
 
 
 
-private CellComparator
-HFileReaderImpl.comparator
-Key comparator
+protected CellComparator
+HFileWriterImpl.comparator
+Key comparator.
 
 
 
 protected CellComparator
-HFileWriterImpl.comparator
-Key comparator.
+CompoundBloomFilterBase.comparator
+Comparator used to compare Bloom filter keys
 
 
 
@@ -316,9 +316,9 @@
 
 
 
-protected CellComparator
-CompoundBloomFilterBase.comparator
-Comparator used to compare Bloom filter keys
+private CellComparator
+HFileReaderImpl.comparator
+Key comparator
 
 
 
@@ -500,11 +500,19 @@
 
 
 private CellComparator
+AbstractMemStore.comparator 
+
+
+private CellComparator
 HStore.comparator 
 
+
+protected CellComparator
+HRegion.RegionScannerImpl.comparator 
+
 
 private CellComparator
-Segment.comparator 
+StoreFileWriter.Builder.comparator 
 
 
 protected CellComparator
@@ -512,11 +520,11 @@
 
 
 private CellComparator
-ScanInfo.comparator 
+Segment.comparator 
 
 
 private CellComparator
-AbstractMemStore.comparator 
+ScanInfo.comparator 
 
 
 protected CellComparator
@@ -524,14 +532,6 @@
 
 
 protected CellComparator
-HRegion.RegionScannerImpl.comparator 
-
-
-private CellComparator
-StoreFileWriter.Builder.comparator 
-
-
-protected CellComparator
 KeyValueHeap.KVScannerComparator.kvComparator 
 
 
@@ -564,18 +564,16 @@
 HRegion.getCellCompartor() 
 
 
-CellComparator
-HStore.getComparator() 
+protected CellComparator
+AbstractMemStore.getComparator() 
 
 
 CellComparator
-Store.getComparator() 
+HStore.getComparator() 
 
 
-protected CellComparator
-Segment.getComparator()
-Returns the Cell comparator used by this segment
-
+CellComparator
+KeyValueHeap.KVScannerComparator.getComparator() 
 
 
 (package private) CellComparator
@@ -583,19 +581,21 @@
 
 
 CellComparator
-StoreFileReader.getComparator() 
+Store.getComparator() 
 
 
-CellComparator
-KeyValueHeap.KVScannerComparator.getComparator() 
+protected CellComparator
+Segment.getComparator()
+Returns the Cell comparator used by this segment
+
 
 
 CellComparator
-ScanInfo.getComparator() 
+StoreFileReader.getComparator() 
 
 
-protected CellComparator
-AbstractMemStore.getComparator() 
+CellComparator
+ScanInfo.getComparator() 
 
 
 
@@ -629,10 +629,12 @@
 
 
 
-protected void
-DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+protected abstract void
+StoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
-CellComparator kvComparator) 
+CellComparator kvComparator)
+Create the StoreEngine's components.
+
 
 
 protected void
@@ -641,12 +643,10 @@
 CellComparator comparator) 
 
 
-protected abstract void
-StoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+protected void
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
-CellComparator kvComparator)
-Create the StoreEngine's components.
-
+CellComparator kvComparator) 
 
 
 protected void
@@ -679,18 +679,18 @@
 
 
 protected StoreEngine
-HSt

[31/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 212ac06..7df8840 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -759,51 +759,51 @@ service.
 
 
 private TableName
-HBaseAdmin.TableFuture.tableName 
+TableState.tableName 
 
 
 private TableName
-ScannerCallableWithReplicas.tableName 
+ClientScanner.tableName 
 
 
-private TableName
-BufferedMutatorParams.tableName 
+protected TableName
+RpcRetryingCallerWithReadReplicas.tableName 
 
 
 private TableName
-ClientScanner.tableName 
+BufferedMutatorImpl.tableName 
 
 
-protected TableName
-RegionAdminServiceCallable.tableName 
+private TableName
+HBaseAdmin.TableFuture.tableName 
 
 
 private TableName
-TableState.tableName 
+AsyncProcess.AsyncRequestFutureImpl.tableName 
 
 
 private TableName
-AsyncProcess.AsyncRequestFutureImpl.tableName 
+HRegionLocator.tableName 
 
 
-private TableName
-HRegionLocator.tableName 
+protected TableName
+RegionServerCallable.tableName 
 
 
-private TableName
-BufferedMutatorImpl.tableName 
+protected TableName
+RegionAdminServiceCallable.tableName 
 
 
 private TableName
 HTable.tableName 
 
 
-protected TableName
-RegionServerCallable.tableName 
+private TableName
+ScannerCallableWithReplicas.tableName 
 
 
-protected TableName
-RpcRetryingCallerWithReadReplicas.tableName 
+private TableName
+BufferedMutatorParams.tableName 
 
 
 
@@ -837,29 +837,29 @@ service.
 
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
+Table.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-RegionLocator.getName()
-Gets the fully qualified table name instance of this 
table.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-HRegionLocator.getName() 
+BufferedMutatorImpl.getName() 
 
 
 TableName
-Table.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-BufferedMutatorImpl.getName() 
+HRegionLocator.getName() 
 
 
 TableName
@@ -874,45 +874,35 @@ service.
 ClientScanner.getTable() 
 
 
-protected TableName
-HBaseAdmin.TableFuture.getTableName() 
-
-
-TableName
-BufferedMutatorParams.getTableName() 
-
-
 TableName
 TableState.getTableName()
 Table name for state
 
 
 
+protected TableName
+HBaseAdmin.TableFuture.getTableName() 
+
+
 TableName
 RegionServerCallable.getTableName() 
 
+
+TableName
+BufferedMutatorParams.getTableName() 
+
 
 private TableName
 HBaseAdmin.getTableNameBeforeRestoreSnapshot(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String snapshotName) 
 
 
 TableName[]
-HBaseAdmin.listTableNames() 
-
-
-TableName[]
 ConnectionImplementation.listTableNames()
 Deprecated. 
 Use Admin.listTableNames()
 instead
 
 
 
-
-TableName[]
-Admin.listTableNames()
-List all of the names of userspace tables.
-
-
 
 TableName[]
 HConnection.listTableNames()
@@ -923,6 +913,16 @@ service.
 
 
 TableName[]
+HBaseAdmin.listTableNames() 
+
+
+TableName[]
+Admin.listTableNames()
+List all of the names of userspace tables.
+
+
+
+TableName[]
 HBaseAdmin.listTableNames(http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in 
java.util.regex">Pattern pattern) 
 
 
@@ -1019,30 +1019,30 @@ service.
 
 
 
-void
-MetaCache.cacheLocation(TableName tableName,
-  RegionLocations locations)
+private void
+ConnectionImplementation.cacheLocation(TableName tableName,
+  RegionLocations location)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableName tableName,
-  RegionLocations location)
+void
+MetaCache.cacheLocation(TableName tableName,
+  RegionLocations locations)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-void
-MetaCache.cacheLocation(TableName tableName,
+private void
+ConnectionImplementation.cacheLocation(TableName tableName,
   ServerName source,
   HRegionLocation location)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableName tableName,
+void
+MetaCache.cacheLocation(TableName tableName,
   ServerName source,
   HRegionLocation location)
 Put a newly discovered HRegionLocation into the cache.
@@ -1077,16 +1077,9 @@ se

[12/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.html
index 01aba5f..9904905 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.html
@@ -100,7 +100,7 @@
 
 
 @InterfaceAudience.Private
- class DefaultStoreFileManager
+ class DefaultStoreFileManager
 extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
 implements StoreFileManager
 Default implementation of StoreFileManager. Not 
thread-safe.
@@ -146,6 +146,10 @@ implements LOG 
 
 
+private http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator
+storeFileComparator 
+
+
 private 
com.google.common.collect.ImmutableList
 storefiles
 List of store files inside this store.
@@ -166,7 +170,8 @@ implements Constructor and Description
 
 
-DefaultStoreFileManager(CellComparator kvComparator,
+DefaultStoreFileManager(CellComparator kvComparator,
+  http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator storeFileComparator,
   
org.apache.hadoop.conf.Configuration conf,
   CompactionConfiguration comConf) 
 
@@ -240,53 +245,57 @@ implements getStoreCompactionPriority() 
 
 
+http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator
+getStoreFileComparator() 
+
+
 int
 getStorefileCount()
 Returns the number of files currently in use.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 getStorefiles()
 Gets the snapshot of the store files currently in use.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 getUnneededFiles(long maxTs,
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List filesCompacting) 
 
-
+
 void
 insertNewFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection sfs)
 Adds new files, either for from MemStore flush or bulk 
insert, into the structure.
 
 
-
+
 void
 loadFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles)
 Loads the initial store files into empty 
StoreFileManager.
 
 
-
+
 private void
 markCompactedAway(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection compactedFiles) 
 
-
+
 void
 removeCompactedFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection removedCompactedfiles)
 Remove the compacted files
 
 
-
+
 private void
 sortAndSetStoreFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles) 
 
-
+
 private http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 sortCompactedfiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storefiles) 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 updateCandidateFilesForRowKeyBefore(http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator candidateFiles,
   KeyValue targetKey,
@@ -322,7 +331,7 @@ implements 
 
 LOG
-private static final org.apache.commons.logging.Log LOG
+private static final org.apache.commons.logging.Log LOG
 
 
 
@@ -331,7 +340,7 @@ implements 
 
 kvComparator
-private final CellComparator kvComparator
+private final CellComparator kvComparator
 
 
 
@@ -340,7 +349,7 @@ implements 
 
 comConf
-

[25/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 feed379..a1e8b26 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/MasterCoprocessorEnvironment.html
@@ -118,14 +118,14 @@
 
 
 void
-BaseMasterObserver.postAbortProcedure(ObserverContext ctx) 
-
-
-void
 MasterObserver.postAbortProcedure(ObserverContext ctx)
 Called after a abortProcedure request has been 
processed.
 
 
+
+void
+BaseMasterObserver.postAbortProcedure(ObserverContext ctx) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumn(ObserverContext ctx,
@@ -136,14 +136,6 @@
 
 
 void
-BaseMasterObserver.postAddColumn(ObserverContext ctx,
-  TableName tableName,
-  HColumnDescriptor columnFamily)
-Deprecated. 
-
-
-
-void
 MasterObserver.postAddColumn(ObserverContext ctx,
   TableName tableName,
   HColumnDescriptor columnFamily)
@@ -154,6 +146,14 @@
 
 
 
+
+void
+BaseMasterObserver.postAddColumn(ObserverContext ctx,
+  TableName tableName,
+  HColumnDescriptor columnFamily)
+Deprecated. 
+
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnFamily(ObserverContext ctx,
@@ -162,18 +162,18 @@
 
 
 void
-BaseMasterObserver.postAddColumnFamily(ObserverContext ctx,
-  TableName tableName,
-  HColumnDescriptor columnFamily) 
-
-
-void
 MasterObserver.postAddColumnFamily(ObserverContext ctx,
   TableName tableName,
   HColumnDescriptor columnFamily)
 Called after the new column family has been created.
 
 
+
+void
+BaseMasterObserver.postAddColumnFamily(ObserverContext ctx,
+  TableName tableName,
+  HColumnDescriptor columnFamily) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnFamilyHandler(ObserverContext ctx,
@@ -182,18 +182,18 @@
 
 
 void
-BaseMasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily) 
-
-
-void
 MasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
 Called after the new column family has been created.
 
 
+
+void
+BaseMasterObserver.postAddColumnFamilyHandler(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily) 
+
 
 void
 BaseMasterAndRegionObserver.postAddColumnHandler(ObserverContext ctx,
@@ -204,14 +204,6 @@
 
 
 void
-BaseMasterObserver.postAddColumnHandler(ObserverContext ctx,
-TableName tableName,
-HColumnDescriptor columnFamily)
-Deprecated. 
-
-
-
-void
 MasterObserver.postAddColumnHandler(ObserverContext ctx,
 TableName tableName,
 HColumnDescriptor columnFamily)
@@ -222,6 +214,14 @@
 
 
 
+
+void
+BaseMasterObserver.postAddColumnHandler(ObserverContext ctx,
+TableName tableName,
+HColumnDescriptor columnFamily)
+Deprecated. 
+
+
 
 void
 BaseMasterAndRegionObserver.postAddRSGroup(ObserverContext ctx,
@@ -229,16 +229,16 @@
 
 
 void
-BaseMasterObserver.postAddRSGroup(ObserverContext ctx,
-http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name) 
-
-
-void
 MasterObs

[08/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/FlushRequester.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/FlushRequester.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/FlushRequester.html
index 8b8b75f..5713b8f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/FlushRequester.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/FlushRequester.html
@@ -128,11 +128,11 @@
 
 
 FlushRequester
-HRegionServer.getFlushRequester() 
+RegionServerServices.getFlushRequester() 
 
 
 FlushRequester
-RegionServerServices.getFlushRequester() 
+HRegionServer.getFlushRequester() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 e33d863..8f0eb0d 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegion.html
@@ -139,52 +139,52 @@
 SplitRequest.parent 
 
 
+private HRegion
+MetricsRegionWrapperImpl.region 
+
+
 protected HRegion
 HStore.region 
 
+
+protected HRegion
+HRegion.RegionScannerImpl.region 
+
 
 private HRegion
 CompactSplitThread.CompactionRunner.region 
 
 
 private HRegion
-MetricsRegionWrapperImpl.region 
+RegionServicesForStores.region 
 
 
 protected HRegion
-FlushPolicy.region
-The region configured for this flush policy.
-
-
-
-protected HRegion
 RegionSplitPolicy.region
 The region configured for this split policy.
 
 
-
-protected HRegion
-HRegion.RegionScannerImpl.region 
-
 
-private HRegion
-RegionServicesForStores.region 
+protected HRegion
+FlushPolicy.region
+The region configured for this flush policy.
+
 
 
 private HRegion
-RegionMergeRequest.region_a 
+RegionMergeTransactionImpl.region_a 
 
 
 private HRegion
-RegionMergeTransactionImpl.region_a 
+RegionMergeRequest.region_a 
 
 
 private HRegion
-RegionMergeRequest.region_b 
+RegionMergeTransactionImpl.region_b 
 
 
 private HRegion
-RegionMergeTransactionImpl.region_b 
+RegionMergeRequest.region_b 
 
 
 
@@ -401,49 +401,49 @@
 
 
 protected void
-IncreasingToUpperBoundRegionSplitPolicy.configureForRegion(HRegion region) 
+FlushLargeStoresPolicy.configureForRegion(HRegion region) 
 
 
 protected void
-KeyPrefixRegionSplitPolicy.configureForRegion(HRegion region) 
+ConstantSizeRegionSplitPolicy.configureForRegion(HRegion region) 
 
 
 protected void
-DelimitedKeyPrefixRegionSplitPolicy.configureForRegion(HRegion region) 
+RegionSplitPolicy.configureForRegion(HRegion region)
+Upon construction, this method will be called with the 
region
+ to be governed.
+
 
 
 protected void
-ConstantSizeRegionSplitPolicy.configureForRegion(HRegion region) 
+FlushPolicy.configureForRegion(HRegion region)
+Upon construction, this method will be called with the 
region to be governed.
+
 
 
 protected void
-FlushLargeStoresPolicy.configureForRegion(HRegion region) 
+DelimitedKeyPrefixRegionSplitPolicy.configureForRegion(HRegion region) 
 
 
 protected void
-FlushPolicy.configureForRegion(HRegion region)
-Upon construction, this method will be called with the 
region to be governed.
-
+KeyPrefixRegionSplitPolicy.configureForRegion(HRegion region) 
 
 
 protected void
-RegionSplitPolicy.configureForRegion(HRegion region)
-Upon construction, this method will be called with the 
region
- to be governed.
-
+IncreasingToUpperBoundRegionSplitPolicy.configureForRegion(HRegion region) 
 
 
-static FlushPolicy
-FlushPolicyFactory.create(HRegion region,
+static RegionSplitPolicy
+RegionSplitPolicy.create(HRegion region,
 org.apache.hadoop.conf.Configuration conf)
-Create the FlushPolicy configured for the given table.
+Create the RegionSplitPolicy configured for the given 
table.
 
 
 
-static RegionSplitPolicy
-RegionSplitPolicy.create(HRegion region,
+static FlushPolicy
+FlushPolicyFactory.create(HRegion region,
 org.apache.hadoop.conf.Configuration conf)
-Create the RegionSplitPolicy configured for the given 
table.
+Create the FlushPolicy configured for the given table.
 
 
 
@@ -479,13 +479,13 @@
 
 
 protected void
-ReversedRegionScannerImpl.initializeKVHeap(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+HRegion.RegionScannerImpl.initializeKVHeap(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?

[09/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.html
index 10027fa..efd8e5e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.html
@@ -100,7 +100,7 @@
 
 
 @InterfaceAudience.Private
-public class StripeStoreFileManager
+public class StripeStoreFileManager
 extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
 implements StoreFileManager, StripeCompactionPolicy.StripeInformationProvider
 Stripe implementation of StoreFileManager.
@@ -382,116 +382,120 @@ implements getStoreCompactionPriority() 
 
 
+http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator
+getStoreFileComparator() 
+
+
 int
 getStorefileCount()
 Returns the number of files currently in use.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 getStorefiles()
 Gets the snapshot of the store files currently in use.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 getStripeBoundaries() 
 
-
+
 int
 getStripeCount() 
 
-
+
 private long
 getStripeFilesSize(int stripeIndex)
 Gets the total size of all files in the stripe.
 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList>
 getStripes() 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 getUnneededFiles(long maxTs,
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List filesCompacting) 
 
-
+
 private static void
 insertFileIntoStripe(http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in java.util">ArrayList stripe,
 StoreFile sf)
 Inserts a file in the correct place (by seqnum) in a stripe 
copy.
 
 
-
+
 void
 insertNewFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection sfs)
 Adds new files, either for from MemStore flush or bulk 
insert, into the structure.
 
 
-
+
 private static boolean
 isInvalid(byte[] key)
 Checks whether the key is invalid (e.g.
 
 
-
+
 private static boolean
 isOpen(byte[] key)
 Checks whether the key indicates an open interval boundary 
(i.e.
 
 
-
+
 private static boolean
 isOpen(Cell key) 
 
-
+
 void
 loadFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles)
 Loads the initial store files into empty 
StoreFileManager.
 
 
-
+
 private void
 loadUnclassifiedStoreFiles(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List storeFiles)
 Loads initial store files that were picked up from some 
physical location pertaining to
  this store (presumably).
 
 
-
+
 private void
 markCompactedAway(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection compactedFiles) 
 
-
+
 private int
 nonOpenRowCompare(byte[] k1,
   byte[] k2)
 Compare two keys.
 
 
-
+
 private int
 nonOpenRowCompare(Cell k1,
   byte[] k2) 
 
-
+
 void
 removeCompactedFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection compactedFiles)
 Remove the compacted files
 
 
-
+
 private boolean
 rowEquals(byte[] k1,
   byte[] k2)
 Compare two keys for equality.
 
 
-
+
 private byte[]
 startOf(StoreFile sf) 
 
-
+
 http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 updateCandidateFilesForRowKeyBefore(http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator candidateFiles,
 

[38/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 14781e3..bd41f6e 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -863,7 +863,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-ScannerCallableWithReplicas.getHRegionInfo() 
+MultiServerCallable.getHRegionInfo() 
 
 
 HRegionInfo
@@ -871,11 +871,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-MultiServerCallable.getHRegionInfo() 
+RegionServerCallable.getHRegionInfo() 
 
 
 HRegionInfo
-RegionServerCallable.getHRegionInfo() 
+ScannerCallableWithReplicas.getHRegionInfo() 
 
 
 private HRegionInfo
@@ -1071,17 +1071,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-SplitLogManagerCoordination.markRegionsRecovering(ServerName serverName,
+ZKSplitLogManagerCoordination.markRegionsRecovering(ServerName serverName,
   http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set userRegions)
-Mark regions in recovering state for distributed log 
replay
+Create znodes 
/hbase/recovering-regions/[region_ids...]/[failed region server names ...] for
+ all regions of the passed in region servers
 
 
 
 void
-ZKSplitLogManagerCoordination.markRegionsRecovering(ServerName serverName,
+SplitLogManagerCoordination.markRegionsRecovering(ServerName serverName,
   http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set userRegions)
-Create znodes 
/hbase/recovering-regions/[region_ids...]/[failed region server names ...] for
- all regions of the passed in region servers
+Mark regions in recovering state for distributed log 
replay
 
 
 
@@ -1118,16 +1118,16 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postAssign(ObserverContext ctx,
-HRegionInfo regionInfo) 
-
-
-void
 MasterObserver.postAssign(ObserverContext ctx,
 HRegionInfo regionInfo)
 Called after the region assignment has been requested.
 
 
+
+void
+BaseMasterObserver.postAssign(ObserverContext ctx,
+HRegionInfo regionInfo) 
+
 
 void
 BaseMasterAndRegionObserver.postCreateTable(ObserverContext ctx,
@@ -1136,18 +1136,18 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTable(ObserverContext ctx,
-  HTableDescriptor desc,
-  HRegionInfo[] regions) 
-
-
-void
 MasterObserver.postCreateTable(ObserverContext ctx,
   HTableDescriptor desc,
   HRegionInfo[] regions)
 Called after the createTable operation has been 
requested.
 
 
+
+void
+BaseMasterObserver.postCreateTable(ObserverContext ctx,
+  HTableDescriptor desc,
+  HRegionInfo[] regions) 
+
 
 void
 BaseMasterAndRegionObserver.postCreateTableHandler(ObserverContext ctx,
@@ -1156,18 +1156,18 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postCreateTableHandler(ObserverContext ctx,
-HTableDescriptor desc,
-HRegionInfo[] regions) 
-
-
-void
 MasterObserver.postCreateTableHandler(ObserverContext ctx,
 HTableDescriptor desc,
 HRegionInfo[] regions)
 Called after the createTable operation has been 
requested.
 
 
+
+void
+BaseMasterObserver.postCreateTableHandler(ObserverContext ctx,
+HTableDescriptor desc,
+HRegionInfo[] regions) 
+
 
 void
 BaseMasterAndRegionObserver.postDispatchMerge(ObserverContext ctx,
@@ -1176,18 +1176,18 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-BaseMasterObserver.postDispatchMerge(ObserverContext

[29/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
index 0a12bdb..88a705a 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
@@ -685,11 +685,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected Connection
-RegionServerCallable.connection 
+ConnectionCallable.connection 
 
 
 protected Connection
-ConnectionCallable.connection 
+RegionServerCallable.connection 
 
 
 
@@ -753,11 +753,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-Registry.init(Connection connection) 
+ZooKeeperRegistry.init(Connection connection) 
 
 
 void
-ZooKeeperRegistry.init(Connection connection) 
+Registry.init(Connection connection) 
 
 
 
@@ -898,11 +898,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private Connection
-TableInputFormatBase.connection 
+HRegionPartitioner.connection 
 
 
 private Connection
-HRegionPartitioner.connection 
+TableInputFormatBase.connection 
 
 
 
@@ -935,22 +935,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-private Connection
-TableInputFormatBase.connection
-The underlying Connection 
of the table.
-
+(package private) Connection
+MultiTableOutputFormat.MultiTableRecordWriter.connection 
 
 
 private Connection
-TableOutputFormat.TableRecordWriter.connection 
+HRegionPartitioner.connection 
 
 
 private Connection
-HRegionPartitioner.connection 
+TableInputFormatBase.connection
+The underlying Connection 
of the table.
+
 
 
-(package private) Connection
-MultiTableOutputFormat.MultiTableRecordWriter.connection 
+private Connection
+TableOutputFormat.TableRecordWriter.connection 
 
 
 (package private) Connection
@@ -1064,11 +1064,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-SnapshotOfRegionAssignmentFromMeta.connection 
+CatalogJanitor.connection 
 
 
 private Connection
-CatalogJanitor.connection 
+SnapshotOfRegionAssignmentFromMeta.connection 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
index 6ca0a81..7da448f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
@@ -115,11 +115,11 @@
 
 
 ConnectionConfiguration
-ClusterConnection.getConnectionConfiguration() 
+ConnectionImplementation.getConnectionConfiguration() 
 
 
 ConnectionConfiguration
-ConnectionImplementation.getConnectionConfiguration() 
+ClusterConnection.getConnectionConfiguration() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
index cfa5238..fd3f396 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html
@@ -142,8 +142,8 @@ the order they are declared.
 
 
 
-Scan
-Scan.setConsistency(Consistency consistency) 
+Get
+Get.setConsistency(Consistency consistency) 
 
 
 Query
@@ -152,8 +152,8 @@ the order they are declared.
 
 
 
-Get
-Get.setConsistency(Consistency consistency) 
+Scan
+Scan.setConsistency(Consistency consistency) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 ed19647..c2de603 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Durability.html
@@ -272,23 +272,23 @@ the order they are declared.
 Append.setDurability(Durability d) 
 
 
-Delete
-Delete.setDurability(Durability d) 
-
-
 Increment
 Increment.setDurability(Durability d) 
 
+
+Put
+Put.setDurability(Durability d) 
+
 
+Delete
+Delete.setDur

[20/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 f6fafe3..d0fe41d 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
@@ -205,13 +205,15 @@
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
-HFileBlockDecodingContext decodingCtx) 
+DataBlockEncoder.createSeeker(CellComparator comparator,
+HFileBlockDecodingContext decodingCtx)
+Create a HFileBlock seeker which find KeyValues within a 
block.
+
 
 
 DataBlockEncoder.EncodedSeeker
@@ -220,14 +222,12 @@
 
 
 DataBlockEncoder.EncodedSeeker
-DataBlockEncoder.createSeeker(CellComparator comparator,
-HFileBlockDecodingContext decodingCtx)
-Create a HFileBlock seeker which find KeyValues within a 
block.
-
+FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
@@ -307,18 +307,18 @@
 
 
 HFileBlockDecodingContext
-HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext) 
-
-
-HFileBlockDecodingContext
 NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta) 
 
-
+
 HFileBlockDecodingContext
 HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext)
 create a encoder specific decoding context for 
reading.
 
 
+
+HFileBlockDecodingContext
+HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
index cb2031a..9ea9ebd 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
@@ -109,35 +109,35 @@
 
 
 protected http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
-CopyKeyDataBlockEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/7/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
+PrefixKeyDeltaEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/7/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
   int allocateHeaderLength,
   int skipLastBytes,
   HFileBlockDefaultDecodingContext decodingCtx) 
 
 
 protected http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
-PrefixKeyDeltaEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/7/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
+DiffKeyDeltaEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/7/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
   int allocateHeaderLength,
   int skipLastBytes,
   HFileBlockDefaultDecodingContext decodingCtx) 
 
 
 protected http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
-DiffKeyDeltaEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/7/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">Data

[23/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 6d94a1a..2a7be6d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html
@@ -1897,14 +1897,14 @@
 
 
 void
-DefaultVisibilityLabelServiceImpl.init(RegionCoprocessorEnvironment e) 
-
-
-void
 VisibilityLabelService.init(RegionCoprocessorEnvironment e)
 System calls this after opening of regions.
 
 
+
+void
+DefaultVisibilityLabelServiceImpl.init(RegionCoprocessorEnvironment e) 
+
 
 private void
 VisibilityController.initVisibilityLabelService(RegionCoprocessorEnvironment env) 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html
index a5807a3..22ee357 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html
@@ -102,46 +102,39 @@
 
 
 void
-BaseWALObserver.postWALRoll(ObserverContext ctx,
-  org.apache.hadoop.fs.Path oldPath,
-  org.apache.hadoop.fs.Path newPath) 
-
-
-void
 WALObserver.postWALRoll(ObserverContext ctx,
   org.apache.hadoop.fs.Path oldPath,
   org.apache.hadoop.fs.Path newPath)
 Called after rolling the current WAL
 
 
+
+void
+BaseWALObserver.postWALRoll(ObserverContext ctx,
+  org.apache.hadoop.fs.Path oldPath,
+  org.apache.hadoop.fs.Path newPath) 
+
 
 void
-BaseWALObserver.postWALWrite(ObserverContext ctx,
+WALObserver.postWALWrite(ObserverContext ctx,
 HRegionInfo info,
 WALKey logKey,
 WALEdit logEdit)
-Implementers should override this method and leave the 
deprecated version as-is.
+Called after a WALEdit
+ is writen to WAL.
 
 
 
 void
-WALObserver.postWALWrite(ObserverContext ctx,
+BaseWALObserver.postWALWrite(ObserverContext ctx,
 HRegionInfo info,
 WALKey logKey,
 WALEdit logEdit)
-Called after a WALEdit
- is writen to WAL.
+Implementers should override this method and leave the 
deprecated version as-is.
 
 
 
 void
-BaseWALObserver.postWALWrite(ObserverContext ctx,
-HRegionInfo info,
-HLogKey logKey,
-WALEdit logEdit) 
-
-
-void
 WALObserver.postWALWrite(ObserverContext ctx,
 HRegionInfo info,
 HLogKey logKey,
@@ -151,13 +144,14 @@
 
 
 
-
+
 void
-BaseWALObserver.preWALRoll(ObserverContext ctx,
-org.apache.hadoop.fs.Path oldPath,
-org.apache.hadoop.fs.Path newPath) 
+BaseWALObserver.postWALWrite(ObserverContext ctx,
+HRegionInfo info,
+HLogKey logKey,
+WALEdit logEdit) 
 
-
+
 void
 WALObserver.preWALRoll(ObserverContext ctx,
 org.apache.hadoop.fs.Path oldPath,
@@ -165,34 +159,33 @@
 Called before rolling the current WAL
 
 
+
+void
+BaseWALObserver.preWALRoll(ObserverContext ctx,
+org.apache.hadoop.fs.Path oldPath,
+org.apache.hadoop.fs.Path newPath) 
+
 
 boolean
-BaseWALObserver.preWALWrite(ObserverContext ctx,
+WALObserver.preWALWrite(ObserverContext ctx,
   HRegionInfo info,
   WALKey logKey,
   WALEdit logEdit)
-Implementers should override this method and leave the 
deprecated version as-is.
+Called before a WALEdit
+ is writen to WAL.
 
 
 
 boolean
-WALObserver.preWALWrite

[42/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/coc.html
--
diff --git a/coc.html b/coc.html
index d02abbc..9b722e8 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-04-18
+  Last Published: 
2016-04-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 042ec61..62fff72 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-04-18
+  Last Published: 
2016-04-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 1b4dd73..785ac1c 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-04-18
+  Last Published: 
2016-04-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index f9cccb2..48820de 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Reactor Dependency Convergence
 
@@ -1702,7 +1702,7 @@
 http://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-04-18
+  Last Published: 
2016-04-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index b68adf8..75c4850 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-04-18
+  Last Published: 
2016-04-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index ffe3042..d3d348c 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Project Dependency Management
 
@@ -798,7 +798,7 @@
 http://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-04-18
+  Last Published: 
2016-04-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/deprecated-list.html
--
diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html
index 8b0ba2e..ba2e0fb 100644
--- a/devapidocs/deprecated-list.html
+++ b/devapidocs/deprecated-list.html
@@ -583,12 +583,12 @@
 
 
 
-org.apache.hadoop.hbase.client.ClusterConnection.getKeepAliveMasterService()
+org.apache.hadoop.hbase.client.HConnection.getKeepAliveMasterService()
 Since 0.96.0
 
 
 
-org.apache.hadoop.hbase.client.HConnection.getKeepAliveMasterService()
+org.apache.hadoop.hbase.client.ClusterConnection.getKeepAliveMasterService()
 Since 0.96.0
 
 

[17/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 0314549..1eaf44b 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/HMaster.html
@@ -200,15 +200,15 @@
 
 
 private HMaster
-HMaster.InitializationMonitor.master 
+MetricsMasterWrapperImpl.master 
 
 
 private HMaster
-ClusterStatusPublisher.master 
+HMaster.InitializationMonitor.master 
 
 
 private HMaster
-ExpiredMobFileCleanerChore.master 
+MasterRpcServices.master 
 
 
 private HMaster
@@ -216,15 +216,15 @@
 
 
 private HMaster
-MetricsMasterWrapperImpl.master 
+MasterMobCompactionThread.master 
 
 
 private HMaster
-MasterMobCompactionThread.master 
+ClusterStatusPublisher.master 
 
 
 private HMaster
-MasterRpcServices.master 
+ExpiredMobFileCleanerChore.master 
 
 
 
@@ -362,11 +362,11 @@
 
 
 private HMaster
-ClusterStatusChore.master 
+BalancerChore.master 
 
 
 private HMaster
-BalancerChore.master 
+ClusterStatusChore.master 
 
 
 
@@ -464,7 +464,7 @@
 
 
 private HMaster
-RegionServerListTmpl.ImplData.m_master 
+BackupMasterStatusTmpl.ImplData.m_master 
 
 
 private HMaster
@@ -472,7 +472,7 @@
 
 
 private HMaster
-BackupMasterStatusTmpl.ImplData.m_master 
+RegionServerListTmpl.ImplData.m_master 
 
 
 private HMaster
@@ -480,11 +480,11 @@
 
 
 private HMaster
-BackupMasterStatusTmplImpl.master 
+RegionServerListTmplImpl.master 
 
 
 private HMaster
-RegionServerListTmplImpl.master 
+BackupMasterStatusTmplImpl.master 
 
 
 
@@ -497,7 +497,7 @@
 
 
 HMaster
-RegionServerListTmpl.ImplData.getMaster() 
+BackupMasterStatusTmpl.ImplData.getMaster() 
 
 
 HMaster
@@ -505,7 +505,7 @@
 
 
 HMaster
-BackupMasterStatusTmpl.ImplData.getMaster() 
+RegionServerListTmpl.ImplData.getMaster() 
 
 
 
@@ -518,7 +518,7 @@
 
 
 org.jamon.Renderer
-RegionServerListTmpl.makeRenderer(HMaster master) 
+BackupMasterStatusTmpl.makeRenderer(HMaster master) 
 
 
 org.jamon.Renderer
@@ -526,11 +526,11 @@
 
 
 org.jamon.Renderer
-BackupMasterStatusTmpl.makeRenderer(HMaster master) 
+RegionServerListTmpl.makeRenderer(HMaster master) 
 
 
 void
-RegionServerListTmpl.render(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
+BackupMasterStatusTmpl.render(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
 HMaster master) 
 
 
@@ -540,12 +540,12 @@
 
 
 void
-BackupMasterStatusTmpl.render(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
+RegionServerListTmpl.render(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
 HMaster master) 
 
 
 void
-RegionServerListTmpl.renderNoFlush(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
+BackupMasterStatusTmpl.renderNoFlush(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
   HMaster master) 
 
 
@@ -555,12 +555,12 @@
 
 
 void
-BackupMasterStatusTmpl.renderNoFlush(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
+RegionServerListTmpl.renderNoFlush(http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer jamonWriter,
   HMaster master) 
 
 
 void
-RegionServerListTmpl.ImplData.setMaster(HMaster master) 
+BackupMasterStatusTmpl.ImplData.setMaster(HMaster master) 
 
 
 void
@@ -568,7 +568,7 @@
 
 
 void
-BackupMasterStatusTmpl.ImplData.setMaster(HMaster master) 
+RegionServerListTmpl.ImplData.setMaster(HMaster master) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/class-use/LoadBalancer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/LoadBalancer.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/LoadBalancer.html
index efcf864..bf0736d 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/LoadBalancer.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/LoadBalancer.html
@@ -125,11 +125,11 @@
 
 
 LoadBalancer
-HMaster.getLoadBalancer() 
+MasterServices.getLoadBalancer() 
 
 
 LoadBalancer
-MasterServices.getLoadBalancer() 

[27/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
index 3bb0c35..47f6112 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
@@ -209,17 +209,17 @@ service.
 
 
 
-private Scan
-ScannerCallableWithReplicas.scan 
-
-
 protected Scan
 ClientScanner.scan 
 
-
+
 private Scan
 ScannerCallable.scan 
 
+
+private Scan
+ScannerCallableWithReplicas.scan 
+
 
 private Scan
 TableSnapshotScanner.scan 
@@ -1032,13 +1032,13 @@ service.
 
 
 private Scan
-TableInputFormatBase.scan
-Holds the details for the internal scanner.
-
+TableSnapshotInputFormatImpl.RecordReader.scan 
 
 
 private Scan
-TableSnapshotInputFormatImpl.RecordReader.scan 
+TableInputFormatBase.scan
+Holds the details for the internal scanner.
+
 
 
 private Scan
@@ -1090,14 +1090,14 @@ service.
 
 
 Scan
-TableInputFormatBase.getScan()
-Gets the scan defining the actual details like columns 
etc.
+TableSplit.getScan()
+Returns a Scan object from the stored string 
representation.
 
 
 
 Scan
-TableSplit.getScan()
-Returns a Scan object from the stored string 
representation.
+TableInputFormatBase.getScan()
+Gets the scan defining the actual details like columns 
etc.
 
 
 
@@ -1302,19 +1302,19 @@ service.
 
 
 void
-TableInputFormatBase.setScan(Scan scan)
+TableRecordReader.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableRecordReaderImpl.setScan(Scan scan)
+TableInputFormatBase.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableRecordReader.setScan(Scan scan)
+TableRecordReaderImpl.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
@@ -1598,19 +1598,19 @@ service.
 
 
 protected KeyValueScanner
-HStore.createScanner(Scan scan,
+HMobStore.createScanner(Scan scan,
   http://docs.oracle.com/javase/7/docs/api/java/util/NavigableSet.html?is-external=true";
 title="class or interface in 
java.util">NavigableSet targetCols,
   long readPt,
-  KeyValueScanner scanner) 
+  KeyValueScanner scanner)
+Gets the MobStoreScanner or MobReversedStoreScanner.
+
 
 
 protected KeyValueScanner
-HMobStore.createScanner(Scan scan,
+HStore.createScanner(Scan scan,
   http://docs.oracle.com/javase/7/docs/api/java/util/NavigableSet.html?is-external=true";
 title="class or interface in 
java.util">NavigableSet targetCols,
   long readPt,
-  KeyValueScanner scanner)
-Gets the MobStoreScanner or MobReversedStoreScanner.
-
+  KeyValueScanner scanner) 
 
 
 RegionScanner
@@ -1741,7 +1741,7 @@ service.
 
 
 boolean
-StoreFileScanner.shouldUseScanner(Scan scan,
+NonLazyKeyValueScanner.shouldUseScanner(Scan scan,
 Store store,
 long oldestUnexpiredTS) 
 
@@ -1755,7 +1755,7 @@ service.
 
 
 boolean
-NonLazyKeyValueScanner.shouldUseScanner(Scan scan,
+StoreFileScanner.shouldUseScanner(Scan scan,
 Store store,
 long oldestUnexpiredTS) 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
index cbfc054..eb0b7b9 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
@@ -147,15 +147,15 @@
 
 
 ScannerCallable
-ClientSmallScanner.SmallScannerCallable.getScannerCallableForReplica(int id) 
+ReversedScannerCallable.getScannerCallableForReplica(int id) 
 
 
 ScannerCallable
-ScannerCallable.getScannerCallableForReplica(int id) 
+ClientSmallScanner.SmallScannerCallable.getScannerCallableForReplica(int id) 
 
 
 ScannerCallable
-ReversedScannerCallable.getScannerCallableForReplica(int id) 
+ScannerCallable.getScannerCallableForReplica(int id) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallableWithReplicas.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallableWithReplicas.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallableWithReplic

[11/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
index 27da708..716f1ea 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
@@ -1506,7 +1506,7 @@ implements 
 
 FIXED_OVERHEAD
-public static final long FIXED_OVERHEAD
+public static final long FIXED_OVERHEAD
 
 
 
@@ -1515,7 +1515,7 @@ implements 
 
 DEEP_OVERHEAD
-public static final long DEEP_OVERHEAD
+public static final long DEEP_OVERHEAD
 
 
 
@@ -2484,7 +2484,7 @@ public static org.apache.hadoop.fs.Path 
 
 hasReferences
-public boolean hasReferences()
+public boolean hasReferences()
 
 Specified by:
 hasReferences in
 interface Store
@@ -2497,7 +2497,7 @@ public static org.apache.hadoop.fs.Path 
 
 getCompactionProgress
-public CompactionProgress getCompactionProgress()
+public CompactionProgress getCompactionProgress()
 Description copied from interface: Store
 getter for CompactionProgress object
 
@@ -2512,7 +2512,7 @@ public static org.apache.hadoop.fs.Path 
 
 isMajorCompaction
-public boolean isMajorCompaction()
+public boolean isMajorCompaction()
   throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 
 Specified by:
@@ -2528,7 +2528,7 @@ public static org.apache.hadoop.fs.Path 
 
 requestCompaction
-public CompactionContext requestCompaction()
+public CompactionContext requestCompaction()
 throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 
 Specified by:
@@ -2543,7 +2543,7 @@ public static org.apache.hadoop.fs.Path 
 
 requestCompaction
-public CompactionContext requestCompaction(int priority,
+public CompactionContext requestCompaction(int priority,
   CompactionRequest baseRequest)
 throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 
@@ -2559,7 +2559,7 @@ public static org.apache.hadoop.fs.Path 
 
 requestCompaction
-public CompactionContext requestCompaction(int priority,
+public CompactionContext requestCompaction(int priority,
   CompactionRequest baseRequest,
   User user)
 throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
@@ -2576,7 +2576,7 @@ public static org.apache.hadoop.fs.Path 
 
 addToCompactingFiles
-private void addToCompactingFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection filesToAdd)
+private void addToCompactingFiles(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection filesToAdd)
 Adds the files to compacting files. filesCompacting must be 
locked.
 
 
@@ -2586,7 +2586,7 @@ public static org.apache.hadoop.fs.Path 
 
 removeUnneededFiles
-private void removeUnneededFiles()
+private void removeUnneededFiles()
   throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Throws:
 http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
@@ -2598,7 +2598,7 @@ public static org.apache.hadoop.fs.Path 
 
 cancelRequestedCompaction
-public void cancelRequestedCompaction(CompactionContext compaction)
+public void cancelRequestedCompaction(CompactionContext compaction)
 
 Specified by:
 cancelRequestedCompaction in
 interface Store
@@ -2611,7 +2611,7 @@ public static org.apache.hadoop.fs.Path 
 
 finishCompactionRequest
-private void finishCompactionRequest(CompactionRequest cr)
+private void finishCompactionRequest(CompactionRequest cr)
 
 
 
@@ -2620,7 +2620,7 @@ public static org.apache.hadoop.fs.Path 
 
 validateStoreFile
-private void validateStoreFile(org.apache.hadoop.fs.Path path)
+private void validateStoreFile(org.apache.hadoop.fs.Path path)
 throws http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Validates a store file by opening and closing it. In 
HFileV2 this should
  not be an expensive operation.
@@ -2635,7 +2635,7 @@ public static org.apache.hadoop.fs.Path 
 
 completeCompac

[18/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
index 7b77c51..6f0290c 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
@@ -271,12 +271,12 @@
 
 java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.io.hfile.CacheConfig.ExternalBlockCaches
-org.apache.hadoop.hbase.io.hfile.BlockPriority
-org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer.State
 org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
-org.apache.hadoop.hbase.io.hfile.BlockType
 org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType
+org.apache.hadoop.hbase.io.hfile.BlockType
+org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer.State
+org.apache.hadoop.hbase.io.hfile.BlockPriority
+org.apache.hadoop.hbase.io.hfile.CacheConfig.ExternalBlockCaches
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CallRunner.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CallRunner.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CallRunner.html
index 4900782..fa6ddc3 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CallRunner.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/CallRunner.html
@@ -101,13 +101,13 @@
 AdaptiveLifoCoDelCallQueue.queue 
 
 
-private http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">ListBlockingQueue>
-RWQueueRpcExecutor.queues 
-
-
 protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">ListBlockingQueue>
 BalancedQueueRpcExecutor.queues 
 
+
+private http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">ListBlockingQueue>
+RWQueueRpcExecutor.queues 
+
 
 
 
@@ -161,13 +161,13 @@
 
 
 
-protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">ListBlockingQueue>
-RWQueueRpcExecutor.getQueues() 
-
-
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">ListBlockingQueue>
 BalancedQueueRpcExecutor.getQueues() 
 
+
+protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">ListBlockingQueue>
+RWQueueRpcExecutor.getQueues() 
+
 
 http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 AdaptiveLifoCoDelCallQueue.iterator() 
@@ -192,8 +192,8 @@
 
 
 abstract boolean
-RpcScheduler.dispatch(CallRunner task)
-Dispatches an RPC request asynchronously.
+RpcExecutor.dispatch(CallRunner callTask)
+Add the request to the executor queue
 
 
 
@@ -202,21 +202,21 @@
 
 
 abstract boolean
-RpcExecutor.dispatch(CallRunner callTask)
-Add the request to the executor queue
+RpcScheduler.dispatch(CallRunner task)
+Dispatches an RPC request asynchronously.
 
 
 
 boolean
-RWQueueRpcExecutor.dispatch(CallRunner callTask) 
+SimpleRpcScheduler.dispatch(CallRunner callTask) 
 
 
 boolean
-SimpleRpcSchedu

[30/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 65d17de..74fe4e6 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
@@ -100,14 +100,14 @@
 
 
 void
-HMaster.checkTableModifiable(TableName tableName) 
-
-
-void
 MasterServices.checkTableModifiable(TableName tableName)
 Check table is modifiable; i.e.
 
 
+
+void
+HMaster.checkTableModifiable(TableName tableName) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/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 f7e60ae..e4d462e 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
@@ -171,14 +171,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-HMaster.checkTableModifiable(TableName tableName) 
-
-
-void
 MasterServices.checkTableModifiable(TableName tableName)
 Check table is modifiable; i.e.
 
 
+
+void
+HMaster.checkTableModifiable(TableName tableName) 
+
 
 
 
@@ -194,13 +194,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-DisableTableHandler
-DisableTableHandler.prepare() 
-
-
 EnableTableHandler
 EnableTableHandler.prepare() 
 
+
+DisableTableHandler
+DisableTableHandler.prepare() 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
index 8a4b480..2e6d3dd 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
@@ -146,15 +146,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 KeyValue.EMPTY_ARRAY_LIST 
 
 
+private static http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
+CellUtil.EMPTY_TAGS_ITR 
+
+
 (package private) static http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 TagUtil.EMPTY_TAGS_ITR
 Iterator returned when no Tags.
 
 
-
-private static http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-CellUtil.EMPTY_TAGS_ITR 
-
 
 
 
@@ -767,18 +767,18 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-DefaultVisibilityLabelServiceImpl.createVisibilityExpTags(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String visExpression,
-  
boolean withSerializationFormat,
-  
boolean checkAuths) 
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 VisibilityLabelService.createVisibilityExpTags(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String visExpression,
   
boolean withSerializationFormat,
   boolean checkAuths)
 Creates tags corresponding to given visibility 
expression.
 
 
+
+http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
+DefaultVisibilityLabelServiceImpl.createVisibilityExpTags(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String visExpression,
+  
boolean withSerializationFormat,
+  
boolean checkAuths) 
+
 
 static http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 VisibilityUtils.createVisibilityExpTags(ht

[14/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureScheduler.ProcedureEvent.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureScheduler.ProcedureEvent.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureScheduler.ProcedureEvent.html
index e590988..56159a6 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureScheduler.ProcedureEvent.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureScheduler.ProcedureEvent.html
@@ -144,11 +144,11 @@
 
 
 void
-MasterProcedureScheduler.suspend(MasterProcedureScheduler.ProcedureEvent event) 
+MasterProcedureEnv.suspend(MasterProcedureScheduler.ProcedureEvent event) 
 
 
 void
-MasterProcedureEnv.suspend(MasterProcedureScheduler.ProcedureEvent event) 
+MasterProcedureScheduler.suspend(MasterProcedureScheduler.ProcedureEvent event) 
 
 
 boolean
@@ -175,11 +175,11 @@
 
 
 void
-MasterProcedureScheduler.wake(MasterProcedureScheduler.ProcedureEvent event) 
+MasterProcedureEnv.wake(MasterProcedureScheduler.ProcedureEvent event) 
 
 
 void
-MasterProcedureEnv.wake(MasterProcedureScheduler.ProcedureEvent event) 
+MasterProcedureScheduler.wake(MasterProcedureScheduler.ProcedureEvent event) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ProcedurePrepareLatch.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ProcedurePrepareLatch.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ProcedurePrepareLatch.html
index 5fc5a8f..7030c30 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ProcedurePrepareLatch.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ProcedurePrepareLatch.html
@@ -113,19 +113,19 @@
 
 
 private ProcedurePrepareLatch
-DeleteTableProcedure.syncLatch 
+EnableTableProcedure.syncLatch 
 
 
 private ProcedurePrepareLatch
-CreateTableProcedure.syncLatch 
+DeleteTableProcedure.syncLatch 
 
 
 private ProcedurePrepareLatch
-DisableTableProcedure.syncLatch 
+CreateTableProcedure.syncLatch 
 
 
 private ProcedurePrepareLatch
-EnableTableProcedure.syncLatch 
+DisableTableProcedure.syncLatch 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ServerProcedureInterface.ServerOperationType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ServerProcedureInterface.ServerOperationType.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ServerProcedureInterface.ServerOperationType.html
index 3275466..9b406d0 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ServerProcedureInterface.ServerOperationType.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/ServerProcedureInterface.ServerOperationType.html
@@ -96,14 +96,14 @@
 
 
 ServerProcedureInterface.ServerOperationType
-ServerCrashProcedure.getServerOperationType() 
-
-
-ServerProcedureInterface.ServerOperationType
 ServerProcedureInterface.getServerOperationType()
 Given an operation type we can take decisions about what to 
do with pending operations.
 
 
+
+ServerProcedureInterface.ServerOperationType
+ServerCrashProcedure.getServerOperationType() 
+
 
 static ServerProcedureInterface.ServerOperationType
 ServerProcedureInterface.ServerOperationType.valueOf(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/TableProcedureInterface.TableOperationType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/TableProcedureInterface.TableOperationType.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/TableProcedureInterface.TableOperationType.html
index cc1983e..5967a04 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/TableProcedureInterface.TableOperationType.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/TableProcedureInterface.TableOperationType.html
@@ -96,65 +96,65 @@
 
 
 TableProcedureInterface.TableOperationType
-ModifyTableProcedure.getTableOperationType() 
+EnableTableProcedure.getTableOperationType() 
 
 
 TableProcedureInterface.TableOperationType
-CloneSnapshotProcedure.getTableOperationType() 
+RestoreSnapshotProcedure.getTableOperationTyp

[01/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 9f9a078f0 -> 0d22bc0c3


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALEdit.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALEdit.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALEdit.html
index ced6839..d3ac4be 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALEdit.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALEdit.html
@@ -221,32 +221,25 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-BaseWALObserver.postWALWrite(ObserverContext ctx,
+WALObserver.postWALWrite(ObserverContext ctx,
 HRegionInfo info,
 WALKey logKey,
 WALEdit logEdit)
-Implementers should override this method and leave the 
deprecated version as-is.
+Called after a WALEdit
+ is writen to WAL.
 
 
 
 void
-WALObserver.postWALWrite(ObserverContext ctx,
+BaseWALObserver.postWALWrite(ObserverContext ctx,
 HRegionInfo info,
 WALKey logKey,
 WALEdit logEdit)
-Called after a WALEdit
- is writen to WAL.
+Implementers should override this method and leave the 
deprecated version as-is.
 
 
 
 void
-BaseWALObserver.postWALWrite(ObserverContext ctx,
-HRegionInfo info,
-HLogKey logKey,
-WALEdit logEdit) 
-
-
-void
 WALObserver.postWALWrite(ObserverContext ctx,
 HRegionInfo info,
 HLogKey logKey,
@@ -256,6 +249,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+
+void
+BaseWALObserver.postWALWrite(ObserverContext ctx,
+HRegionInfo info,
+HLogKey logKey,
+WALEdit logEdit) 
+
 
 void
 RegionObserver.preDelete(ObserverContext c,
@@ -327,32 +327,25 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 boolean
-BaseWALObserver.preWALWrite(ObserverContext ctx,
+WALObserver.preWALWrite(ObserverContext ctx,
   HRegionInfo info,
   WALKey logKey,
   WALEdit logEdit)
-Implementers should override this method and leave the 
deprecated version as-is.
+Called before a WALEdit
+ is writen to WAL.
 
 
 
 boolean
-WALObserver.preWALWrite(ObserverContext ctx,
+BaseWALObserver.preWALWrite(ObserverContext ctx,
   HRegionInfo info,
   WALKey logKey,
   WALEdit logEdit)
-Called before a WALEdit
- is writen to WAL.
+Implementers should override this method and leave the 
deprecated version as-is.
 
 
 
 boolean
-BaseWALObserver.preWALWrite(ObserverContext ctx,
-  HRegionInfo info,
-  HLogKey logKey,
-  WALEdit logEdit) 
-
-
-boolean
 WALObserver.preWALWrite(ObserverContext ctx,
   HRegionInfo info,
   HLogKey logKey,
@@ -362,6 +355,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+
+boolean
+BaseWALObserver.preWALWrite(ObserverContext ctx,
+  HRegionInfo info,
+  HLogKey logKey,
+  WALEdit logEdit) 
+
 
 
 
@@ -390,17 +390,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-org.apache.hadoop.mapreduce.RecordReader
-WALInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
-
org.apache.hadoop.mapreduce.TaskAttemptContext context) 
-
-
 org.apache.hadoop.mapreduce.RecordReader
 HLogInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
 
org.apache.hadoop.mapreduce.TaskAttemptContext context)
 Deprecated. 
  
 
+
+org.apache.hadoop.mapreduce.RecordReader
+WALInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
+
org.apache.hadoop.mapreduce.TaskAttemptContext context) 
+
 
 
 
@@ -437,13 +437,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utilit

[13/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/RemoteProcedureException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/RemoteProcedureException.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/RemoteProcedureException.html
index 05fe21c..f31260d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/RemoteProcedureException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/RemoteProcedureException.html
@@ -118,13 +118,13 @@
 RemoteProcedureException.fromProto(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.ForeignExceptionMessage eem) 
 
 
-protected RemoteProcedureException
-RootProcedureState.getException() 
-
-
 RemoteProcedureException
 Procedure.getException() 
 
+
+protected RemoteProcedureException
+RootProcedureState.getException() 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html
index d670990..c8c3b8f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html
@@ -131,24 +131,24 @@
 
 
 void
-ProcedureStoreBase.registerListener(ProcedureStore.ProcedureStoreListener listener) 
-
-
-void
 ProcedureStore.registerListener(ProcedureStore.ProcedureStoreListener listener)
 Add the listener to the notification list.
 
 
-
-boolean
-ProcedureStoreBase.unregisterListener(ProcedureStore.ProcedureStoreListener listener) 
-
 
+void
+ProcedureStoreBase.registerListener(ProcedureStore.ProcedureStoreListener listener) 
+
+
 boolean
 ProcedureStore.unregisterListener(ProcedureStore.ProcedureStoreListener listener)
 Remove the listener from the notification list.
 
 
+
+boolean
+ProcedureStoreBase.unregisterListener(ProcedureStore.ProcedureStoreListener listener) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.PushType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.PushType.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.PushType.html
index cedaf19..2c0edf7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.PushType.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.PushType.html
@@ -234,7 +234,7 @@ the order they are declared.
 
 
 values
-public static WALProcedureStore.PushType[] values()
+public static WALProcedureStore.PushType[] 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:
@@ -251,7 +251,7 @@ for (WALProcedureStore.PushType c : 
WALProcedureStore.PushType.values())
 
 
 valueOf
-public static WALProcedureStore.PushType valueOf(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static WALProcedureStore.PushType valueOf(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 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/0d22bc0c/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html
index 92593ce..f348588 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html
@@ -221,7 +221,7 @@ the order they are declared.
 
 
 values
-public static QuotaType[] values()
+public static QuotaType[] 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:
@@ -238,7 +238,7 @@ for (QuotaType c : QuotaType.values())
 
 
 valueOf
-public static QuotaType valueOf(http://docs.oracle.com/javase/7/docs/api/java

[03/51] [partial] hbase-site git commit: Published site at bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1.

2016-04-19 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
index d4bf2f6..34be927 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
@@ -248,11 +248,11 @@
 
 
 private StoreFileReader
-StoreFileScanner.reader 
+StoreFile.reader 
 
 
 private StoreFileReader
-StoreFile.reader 
+StoreFileScanner.reader 
 
 
 
@@ -272,13 +272,13 @@
 StoreFile.createReader(boolean canUseDropBehind) 
 
 
-(package private) StoreFileReader
-StoreFileScanner.getReader() 
-
-
 StoreFileReader
 StoreFile.getReader() 
 
+
+(package private) StoreFileReader
+StoreFileScanner.getReader() 
+
 
 private StoreFileReader
 StoreFile.open(boolean canUseDropBehind)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
index 095938e..11f1f14 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
@@ -246,14 +246,14 @@
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
   ScanType scanType,
   Compactor.FileDetails fd,
   long smallestReadPoint) 
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
   ScanType scanType,
   Compactor.FileDetails fd,
   long smallestReadPoint) 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
index cd46348..9b38071 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
@@ -408,11 +408,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-StripeMultiFileWriter.writers() 
+DateTieredMultiFileWriter.writers() 
 
 
 protected http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-DateTieredMultiFileWriter.writers() 
+StripeMultiFileWriter.writers() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StripeStoreConfig.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StripeStoreConfig.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StripeStoreConfig.html
index 961cd25..064e800 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StripeStoreConfig.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StripeStoreConfig.html
@@ -100,11 +100,11 @@
 
 
 private StripeStoreConfig
-StripeStoreFileManager.config 
+StripeStoreEngine.config 
 
 
 private StripeStoreConfig
-StripeStoreEngine.config 
+StripeStoreFileManager.config 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0d22bc0c/devapidocs/org/apache/hadoop/hbase/regionserver/cl

hbase git commit: HBASE-15665 Support using different StoreFileComparators for different CompactionPolicies

2016-04-19 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/0.98 7a0216b7a -> e956eb63d


HBASE-15665 Support using different StoreFileComparators for different 
CompactionPolicies


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

Branch: refs/heads/0.98
Commit: e956eb63deab0a69343e172dfb2e7428c914e754
Parents: 7a0216b
Author: zhangduo 
Authored: Tue Apr 19 11:51:18 2016 +0800
Committer: zhangduo 
Committed: Tue Apr 19 19:36:18 2016 +0800

--
 .../regionserver/DateTieredStoreEngine.java |  5 +++--
 .../hbase/regionserver/DefaultStoreEngine.java  |  4 +++-
 .../regionserver/DefaultStoreFileManager.java   | 22 +---
 .../hadoop/hbase/regionserver/HStore.java   |  5 +++--
 .../hbase/regionserver/StoreFileManager.java| 14 +
 .../regionserver/StripeStoreFileManager.java| 15 +++--
 .../compactions/DateTieredCompactionPolicy.java |  2 --
 7 files changed, 43 insertions(+), 24 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/e956eb63/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
index 1bd0f1c..f067819 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
@@ -58,8 +58,9 @@ public class DateTieredStoreEngine extends
   protected void createComponents(Configuration conf, Store store, 
KVComparator kvComparator)
   throws IOException {
 this.compactionPolicy = new DateTieredCompactionPolicy(conf, store);
-this.storeFileManager = new DefaultStoreFileManager(kvComparator, conf,
-compactionPolicy.getConf());
+this.storeFileManager =
+new DefaultStoreFileManager(kvComparator, 
StoreFile.Comparators.SEQ_ID_MAX_TIMESTAMP, conf,
+compactionPolicy.getConf());
 this.storeFlusher = new DefaultStoreFlusher(conf, store);
 this.compactor = new DateTieredCompactor(conf, store);
   }

http://git-wip-us.apache.org/repos/asf/hbase/blob/e956eb63/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
index 727152c..d9b48d1 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
@@ -81,7 +81,9 @@ public class DefaultStoreEngine extends StoreEngine<
 } catch (Exception e) {
   throw new IOException("Unable to load configured compaction policy '" + 
className + "'", e);
 }
-storeFileManager = new DefaultStoreFileManager(kvComparator, conf, 
compactionPolicy.getConf());
+storeFileManager =
+new DefaultStoreFileManager(kvComparator, 
StoreFile.Comparators.SEQ_ID, conf,
+compactionPolicy.getConf());
 className = conf.get(
 DEFAULT_STORE_FLUSHER_CLASS_KEY, 
DEFAULT_STORE_FLUSHER_CLASS.getName());
 try {

http://git-wip-us.apache.org/repos/asf/hbase/blob/e956eb63/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
index 6475a87..1547c13 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
@@ -22,9 +22,14 @@ import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
+import java.util.Comparator;
 import java.util.Iterator;
 import java.util.List;
 
+import com.google.common.collect.ImmutableCollection;
+import com.google.common.collect.ImmutableList;
+import com.google.common.collect.Lists;
+
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.conf.Configuration;
@@ -33,10 +38

hbase git commit: HBASE-15665 Support using different StoreFileComparators for different CompactionPolicies

2016-04-19 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 5fa78dd48 -> 8568b0cb8


HBASE-15665 Support using different StoreFileComparators for different 
CompactionPolicies


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

Branch: refs/heads/branch-1.3
Commit: 8568b0cb81b767d1ac5508388a4ef1bd3994c3d3
Parents: 5fa78dd
Author: zhangduo 
Authored: Tue Apr 19 11:51:18 2016 +0800
Committer: zhangduo 
Committed: Tue Apr 19 19:35:57 2016 +0800

--
 .../regionserver/DateTieredStoreEngine.java |  5 ++--
 .../hbase/regionserver/DefaultStoreEngine.java  |  4 +++-
 .../regionserver/DefaultStoreFileManager.java   | 24 +---
 .../hadoop/hbase/regionserver/HStore.java   |  5 ++--
 .../hbase/regionserver/StoreFileManager.java| 13 ---
 .../regionserver/StripeStoreFileManager.java|  6 +
 .../compactions/DateTieredCompactionPolicy.java |  2 --
 7 files changed, 41 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/8568b0cb/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
index 59c3090..14eae2d 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
@@ -57,8 +57,9 @@ public class DateTieredStoreEngine extends 
StoreEnginehttp://git-wip-us.apache.org/repos/asf/hbase/blob/8568b0cb/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
index 38d392a..8c4b9b6 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
@@ -81,7 +81,9 @@ public class DefaultStoreEngine extends StoreEngine<
 } catch (Exception e) {
   throw new IOException("Unable to load configured compaction policy '" + 
className + "'", e);
 }
-storeFileManager = new DefaultStoreFileManager(kvComparator, conf, 
compactionPolicy.getConf());
+storeFileManager =
+new DefaultStoreFileManager(kvComparator, 
StoreFile.Comparators.SEQ_ID, conf,
+compactionPolicy.getConf());
 className = conf.get(
 DEFAULT_STORE_FLUSHER_CLASS_KEY, 
DEFAULT_STORE_FLUSHER_CLASS.getName());
 try {

http://git-wip-us.apache.org/repos/asf/hbase/blob/8568b0cb/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
index 6611202..a9b3d0f 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
@@ -22,9 +22,14 @@ import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
+import java.util.Comparator;
 import java.util.Iterator;
 import java.util.List;
 
+import com.google.common.collect.ImmutableCollection;
+import com.google.common.collect.ImmutableList;
+import com.google.common.collect.Lists;
+
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.conf.Configuration;
@@ -34,10 +39,6 @@ import org.apache.hadoop.hbase.KeyValue.KVComparator;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
 import 
org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration;
 
-import com.google.common.collect.ImmutableCollection;
-import com.google.common.collect.ImmutableList;
-import com.google.common.collect.Lists;
-
 /**
  * Default implementation of StoreFileManager. Not thread-safe.
  */
@@ -48,7 +49,7 @@ class DefaultStoreFileManager implements StoreFileManager {
   private final KVComparator kvComparator;
   private final CompactionConfiguration comConf

hbase git commit: HBASE-15665 Support using different StoreFileComparators for different CompactionPolicies

2016-04-19 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/branch-1 2b5da6f7a -> 22b106104


HBASE-15665 Support using different StoreFileComparators for different 
CompactionPolicies


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

Branch: refs/heads/branch-1
Commit: 22b10610447c28466d0622ae71712f3097fecb0b
Parents: 2b5da6f
Author: zhangduo 
Authored: Tue Apr 19 11:51:18 2016 +0800
Committer: zhangduo 
Committed: Tue Apr 19 19:35:36 2016 +0800

--
 .../regionserver/DateTieredStoreEngine.java |  5 ++--
 .../hbase/regionserver/DefaultStoreEngine.java  |  4 +++-
 .../regionserver/DefaultStoreFileManager.java   | 24 +---
 .../hadoop/hbase/regionserver/HStore.java   |  5 ++--
 .../hbase/regionserver/StoreFileManager.java| 13 ---
 .../regionserver/StripeStoreFileManager.java|  6 +
 .../compactions/DateTieredCompactionPolicy.java |  2 --
 7 files changed, 41 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/22b10610/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
index 59c3090..14eae2d 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
@@ -57,8 +57,9 @@ public class DateTieredStoreEngine extends 
StoreEnginehttp://git-wip-us.apache.org/repos/asf/hbase/blob/22b10610/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
index 38d392a..8c4b9b6 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
@@ -81,7 +81,9 @@ public class DefaultStoreEngine extends StoreEngine<
 } catch (Exception e) {
   throw new IOException("Unable to load configured compaction policy '" + 
className + "'", e);
 }
-storeFileManager = new DefaultStoreFileManager(kvComparator, conf, 
compactionPolicy.getConf());
+storeFileManager =
+new DefaultStoreFileManager(kvComparator, 
StoreFile.Comparators.SEQ_ID, conf,
+compactionPolicy.getConf());
 className = conf.get(
 DEFAULT_STORE_FLUSHER_CLASS_KEY, 
DEFAULT_STORE_FLUSHER_CLASS.getName());
 try {

http://git-wip-us.apache.org/repos/asf/hbase/blob/22b10610/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
index 6611202..a9b3d0f 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
@@ -22,9 +22,14 @@ import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
+import java.util.Comparator;
 import java.util.Iterator;
 import java.util.List;
 
+import com.google.common.collect.ImmutableCollection;
+import com.google.common.collect.ImmutableList;
+import com.google.common.collect.Lists;
+
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.conf.Configuration;
@@ -34,10 +39,6 @@ import org.apache.hadoop.hbase.KeyValue.KVComparator;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
 import 
org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration;
 
-import com.google.common.collect.ImmutableCollection;
-import com.google.common.collect.ImmutableList;
-import com.google.common.collect.Lists;
-
 /**
  * Default implementation of StoreFileManager. Not thread-safe.
  */
@@ -48,7 +49,7 @@ class DefaultStoreFileManager implements StoreFileManager {
   private final KVComparator kvComparator;
   private final CompactionConfiguration comConf;
  

hbase git commit: HBASE-15665 Support using different StoreFileComparators for different CompactionPolicies

2016-04-19 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/master 6d7a7fa3a -> bd3b9753a


HBASE-15665 Support using different StoreFileComparators for different 
CompactionPolicies


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

Branch: refs/heads/master
Commit: bd3b9753a9a792b402064ec4fabf2dc3c2eb41f1
Parents: 6d7a7fa
Author: zhangduo 
Authored: Sun Apr 17 22:18:40 2016 +0800
Committer: zhangduo 
Committed: Tue Apr 19 19:35:17 2016 +0800

--
 .../regionserver/DateTieredStoreEngine.java |  5 ++--
 .../hbase/regionserver/DefaultStoreEngine.java  |  5 ++--
 .../regionserver/DefaultStoreFileManager.java   | 24 +---
 .../hadoop/hbase/regionserver/HStore.java   |  5 ++--
 .../hbase/regionserver/StoreFileManager.java| 13 ---
 .../regionserver/StripeStoreFileManager.java|  6 +
 .../compactions/DateTieredCompactionPolicy.java |  2 --
 7 files changed, 41 insertions(+), 19 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/bd3b9753/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
index 773baab..2d86e39 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
@@ -57,8 +57,9 @@ public class DateTieredStoreEngine extends 
StoreEnginehttp://git-wip-us.apache.org/repos/asf/hbase/blob/bd3b9753/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
index 1a059d7..8e94e2f 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
@@ -68,8 +68,9 @@ public class DefaultStoreEngine extends StoreEngine<
 createCompactor(conf, store);
 createCompactionPolicy(conf, store);
 createStoreFlusher(conf, store);
-storeFileManager = new DefaultStoreFileManager(kvComparator, conf, 
compactionPolicy.getConf());
-
+storeFileManager =
+new DefaultStoreFileManager(kvComparator, 
StoreFile.Comparators.SEQ_ID, conf,
+compactionPolicy.getConf());
   }
 
   protected void createCompactor(Configuration conf, Store store) throws 
IOException {

http://git-wip-us.apache.org/repos/asf/hbase/blob/bd3b9753/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
index d38306c..2217034 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
@@ -22,9 +22,14 @@ import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
+import java.util.Comparator;
 import java.util.Iterator;
 import java.util.List;
 
+import com.google.common.collect.ImmutableCollection;
+import com.google.common.collect.ImmutableList;
+import com.google.common.collect.Lists;
+
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.conf.Configuration;
@@ -34,10 +39,6 @@ import org.apache.hadoop.hbase.KeyValue;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
 import 
org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration;
 
-import com.google.common.collect.ImmutableCollection;
-import com.google.common.collect.ImmutableList;
-import com.google.common.collect.Lists;
-
 /**
  * Default implementation of StoreFileManager. Not thread-safe.
  */
@@ -48,7 +49,7 @@ class DefaultStoreFileManager implements StoreFileManager {
   private final CellComparator kvComparator;
   private final CompactionConfiguration comConf;
   private final int blockingFileCount;
-
+  private final Com