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

2017-08-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/org/apache/hadoop/hbase/client/Table.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Table.html 
b/apidocs/org/apache/hadoop/hbase/client/Table.html
index f35e800..5e317d4 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Table.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Table.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":38,"i26":6,"i27":6,"i28":6,"i29":38,"i30":38,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":38,"i26":6,"i27":6,"i28":6,"i29":38,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":38,"i38":38,"i39":38,"i40":38};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -388,26 +388,18 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 
 
 
-long
-getWriteBufferSize()
-Deprecated.
-as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator.getWriteBufferSize()
-
-
-
-
 int
 getWriteRpcTimeout()
 Get timeout (millisecond) of each rpc write request in this 
Table instance.
 
 
-
+
 Result
 increment(Incrementincrement)
 Increments one or more columns within a single row.
 
 
-
+
 long
 incrementColumnValue(byte[]row,
 byte[]family,
@@ -416,7 +408,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 See incrementColumnValue(byte[],
 byte[], byte[], long, Durability)
 
 
-
+
 long
 incrementColumnValue(byte[]row,
 byte[]family,
@@ -426,25 +418,25 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 Atomically increments a column value.
 
 
-
+
 void
 mutateRow(RowMutationsrm)
 Performs multiple mutations atomically on a single 
row.
 
 
-
+
 void
 put(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPutputs)
 Puts some data in the table, in batch.
 
 
-
+
 void
 put(Putput)
 Puts some data in the table.
 
 
-
+
 void
 setOperationTimeout(intoperationTimeout)
 Deprecated.
@@ -452,7 +444,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 
 
 
-
+
 void
 setReadRpcTimeout(intreadRpcTimeout)
 Deprecated.
@@ -460,7 +452,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 
 
 
-
+
 void
 setRpcTimeout(intrpcTimeout)
 Deprecated.
@@ -468,16 +460,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 
 
 
-
-void
-setWriteBufferSize(longwriteBufferSize)
-Deprecated.
-as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator and
- BufferedMutatorParams.writeBufferSize(long)
-
-
-
-
+
 void
 setWriteRpcTimeout(intwriteRpcTimeout)
 Deprecated.
@@ -800,19 +783,14 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 
 
 put
-voidput(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPutputs)
+voidput(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPutputs)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Puts some data in the table, in batch.
  
- This can be used for group commit, or for submitting user defined
- batches.  The writeBuffer will be periodically inspected while the List
- is processed, so depending on the List size the writeBuffer may flush
- not at all, or more than once.
+ This can be used for group commit, or for submitting user defined 
batches.
 
 Parameters:
-puts - The list of mutations to apply. The batch put is done 
by
- aggregating the iteration of the Puts over the write buffer
- at the client-side for a single RPC call.
+puts - The list of mutations to apply.
 Throws:
 http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException - if a remote or 
network exception occurs.
 Since:
@@ -826,7 +804,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 
 
 checkAndPut
-booleancheckAndPut(byte[]row,
+booleancheckAndPut(byte[]row,
 byte[]family,
 byte[]qualifier,
 byte[]value,
@@ -855,7 +833,7 @@ 

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

2017-08-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2aec596e/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 5938567..e5db1b0 100644
--- a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -18,8 +18,8 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":18,"i6":6,"i7":6,"i8":6,"i9":6,"i10":18,"i11":6,"i12":18,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":18,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":18,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":18,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":18,"i47":6,"i48":6,"i49":6,"i50":18,"i51":6,"i52":18,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":6,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6,"i66":18,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":18,"i76":6,"i77":18,"i78":6,"i79":18,"i80":6,"i81":18,"i82":6,"i83":6,"i84":18,"i85":6,"i86":18,"i87":6,"i88":6,"i89":6,"i90":6,"i91":6,"i92":6,"i93":6,"i94":6,"i95":6,"i96":6,"i97":6,"i98":6,"i99":6,"i100":6,"i101":6,"i102":6,"i103":6,"i104":6,"i105":6,"i106":6,"i107":6,"i108":6,"i109":6,"i110":6,"i111":6,"i112":18,"i113":18,"i114":6,"i115":6,"i116":18,"i117":6,"i118":6,"i
 119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":18,"i6":6,"i7":6,"i8":6,"i9":38,"i10":18,"i11":6,"i12":18,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":18,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":18,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":18,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":18,"i47":6,"i48":6,"i49":6,"i50":18,"i51":6,"i52":18,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":6,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6,"i66":18,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":18,"i76":6,"i77":18,"i78":6,"i79":18,"i80":6,"i81":18,"i82":6,"i83":6,"i84":18,"i85":6,"i86":18,"i87":6,"i88":6,"i89":6,"i90":6,"i91":6,"i92":6,"i93":6,"i94":6,"i95":6,"i96":6,"i97":6,"i98":6,"i99":6,"i100":6,"i101":6,"i102":6,"i103":6,"i104":6,"i105":6,"i106":6,"i107":6,"i108":6,"i109":6,"i110":6,"i111":6,"i112":18,"i113":18,"i114":6,"i115":6,"i116":18,"i117":6,"i118":6,"
 i119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -120,7 +120,7 @@ public interface 
-All MethodsInstance MethodsAbstract MethodsDefault Methods
+All MethodsInstance MethodsAbstract MethodsDefault MethodsDeprecated Methods
 
 Modifier and Type
 Method and Description
@@ -187,7 +187,9 @@ public interface http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
 closeRegion(byte[]regionName,
http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerNameserverName)
-Close a region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use unassign(byte[],
 boolean) instead.
+
 
 
 
@@ -1410,19 +1412,17 @@ public interface 
 
 closeRegion
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">BooleancloseRegion(byte[]regionName,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">BooleancloseRegion(byte[]regionName,
http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerNameserverName)
+Deprecated.Since 2.0. Will be removed in 3.0. Use unassign(byte[],
 boolean) instead.
 Close a region. For expert-admins Runs close on the 
regionserver. The master will not be
  informed of 

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

2017-07-31 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
index d81826d..ac6d904 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
@@ -538,25 +538,25 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.client.CompactType
-org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
-org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.RegionLocateType
 org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.ScannerCallable.MoreResults
-org.apache.hadoop.hbase.client.TableState.State
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerState
 org.apache.hadoop.hbase.client.HBaseAdmin.ReplicationState
-org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.TableState.State
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.Retry
-org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerState
+org.apache.hadoop.hbase.client.ScannerCallable.MoreResults
+org.apache.hadoop.hbase.client.SnapshotType
 org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanResumerState
-org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
+org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
 org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
-org.apache.hadoop.hbase.client.RegionLocateType
-org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
 org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.Consistency
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/devapidocs/org/apache/hadoop/hbase/executor/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/executor/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/executor/package-tree.html
index bbf68db..5bdab95 100644
--- a/devapidocs/org/apache/hadoop/hbase/executor/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/executor/package-tree.html
@@ -104,8 +104,8 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.executor.EventType
 org.apache.hadoop.hbase.executor.ExecutorType
+org.apache.hadoop.hbase.executor.EventType
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/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 3e42c62..b29ee87 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
@@ -176,11 +176,11 @@
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
 org.apache.hadoop.hbase.filter.FuzzyRowFilter.Order
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode

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

2017-07-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a2b2dd19/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.CompactionRunner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.CompactionRunner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.CompactionRunner.html
index 519f159..02c046b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.CompactionRunner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.CompactionRunner.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class CompactSplit.CompactionRunner
+private class CompactSplit.CompactionRunner
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnable, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableCompactSplit.CompactionRunner
 
@@ -250,7 +250,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 store
-private finalStore store
+private finalStore store
 
 
 
@@ -259,7 +259,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 region
-private finalHRegion region
+private finalHRegion region
 
 
 
@@ -268,7 +268,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 compaction
-privateCompactionContext compaction
+privateCompactionContext compaction
 
 
 
@@ -277,7 +277,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 queuedPriority
-privateint queuedPriority
+privateint queuedPriority
 
 
 
@@ -286,7 +286,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 parent
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadPoolExecutor.html?is-external=true;
 title="class or interface in java.util.concurrent">ThreadPoolExecutor parent
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadPoolExecutor.html?is-external=true;
 title="class or interface in java.util.concurrent">ThreadPoolExecutor parent
 
 
 
@@ -295,7 +295,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 user
-privateUser user
+privateUser user
 
 
 
@@ -304,7 +304,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 time
-privatelong time
+privatelong time
 
 
 
@@ -321,7 +321,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 CompactionRunner
-publicCompactionRunner(Storestore,
+publicCompactionRunner(Storestore,
 Regionregion,
 CompactionContextcompaction,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadPoolExecutor.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ThreadPoolExecutorparent,
@@ -342,7 +342,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 toString
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringtoString()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringtoString()
 
 Overrides:
 http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toStringin 
classhttp://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
@@ -355,7 +355,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 doCompaction
-privatevoiddoCompaction(Useruser)
+privatevoiddoCompaction(Useruser)
 
 
 
@@ -364,7 +364,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 run
-publicvoidrun()
+publicvoidrun()
 
 Specified by:
 http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true#run--;
 title="class or interface in java.lang">runin 
interfacehttp://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnable
@@ -377,7 +377,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 formatStackTrace
-privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringformatStackTrace(http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptionex)
+privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or 

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

2017-07-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
 
b/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
index e1f7fd7..031b981 100644
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
+++ 
b/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
@@ -33,1335 +33,1354 @@
 025import java.util.Map;
 026import java.util.Set;
 027import java.util.function.Function;
-028import 
org.apache.hadoop.hbase.HConstants;
-029import 
org.apache.hadoop.hbase.KeepDeletedCells;
-030import 
org.apache.hadoop.hbase.MemoryCompactionPolicy;
-031import 
org.apache.hadoop.hbase.classification.InterfaceAudience;
-032import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
-033import 
org.apache.hadoop.hbase.exceptions.HBaseException;
-034import 
org.apache.hadoop.hbase.io.compress.Compression;
-035import 
org.apache.hadoop.hbase.io.encoding.DataBlockEncoding;
-036import 
org.apache.hadoop.hbase.regionserver.BloomType;
-037import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
-038import 
org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.ColumnFamilySchema;
-039import 
org.apache.hadoop.hbase.util.Bytes;
-040import 
org.apache.hadoop.hbase.util.PrettyPrinter;
-041import 
org.apache.hadoop.hbase.util.PrettyPrinter.Unit;
-042
-043@InterfaceAudience.Public
-044public class 
ColumnFamilyDescriptorBuilder {
-045  // For future backward compatibility
-046
-047  // Version  3 was when column names 
become byte arrays and when we picked up
-048  // Time-to-live feature.  Version 4 was 
when we moved to byte arrays, HBASE-82.
-049  // Version  5 was when bloom filter 
descriptors were removed.
-050  // Version  6 adds metadata as a map 
where keys and values are byte[].
-051  // Version  7 -- add new compression 
and hfile blocksize to HColumnDescriptor (HBASE-1217)
-052  // Version  8 -- reintroduction of 
bloom filters, changed from boolean to enum
-053  // Version  9 -- add data block 
encoding
-054  // Version 10 -- change metadata to 
standard type.
-055  // Version 11 -- add column family 
level configuration.
-056  private static final byte 
COLUMN_DESCRIPTOR_VERSION = (byte) 11;
-057
-058  @InterfaceAudience.Private
-059  public static final String 
IN_MEMORY_COMPACTION = "IN_MEMORY_COMPACTION";
-060  private static final Bytes 
IN_MEMORY_COMPACTION_BYTES = new Bytes(Bytes.toBytes(IN_MEMORY_COMPACTION));
-061
-062  @InterfaceAudience.Private
-063  public static final String IN_MEMORY = 
HConstants.IN_MEMORY;
-064  private static final Bytes 
IN_MEMORY_BYTES = new Bytes(Bytes.toBytes(IN_MEMORY));
-065
-066  // These constants are used as FileInfo 
keys
-067  @InterfaceAudience.Private
-068  public static final String COMPRESSION 
= "COMPRESSION";
-069  private static final Bytes 
COMPRESSION_BYTES = new Bytes(Bytes.toBytes(COMPRESSION));
-070  @InterfaceAudience.Private
-071  public static final String 
COMPRESSION_COMPACT = "COMPRESSION_COMPACT";
-072  private static final Bytes 
COMPRESSION_COMPACT_BYTES = new Bytes(Bytes.toBytes(COMPRESSION_COMPACT));
-073  @InterfaceAudience.Private
-074  public static final String 
DATA_BLOCK_ENCODING = "DATA_BLOCK_ENCODING";
-075  private static final Bytes 
DATA_BLOCK_ENCODING_BYTES = new Bytes(Bytes.toBytes(DATA_BLOCK_ENCODING));
-076  /**
-077   * Key for the BLOCKCACHE attribute. A 
more exact name would be
-078   * CACHE_DATA_ON_READ because this flag 
sets whether or not we cache DATA
-079   * blocks. We always cache INDEX and 
BLOOM blocks; caching these blocks cannot
-080   * be disabled.
-081   */
-082  @InterfaceAudience.Private
-083  public static final String BLOCKCACHE = 
"BLOCKCACHE";
-084  private static final Bytes 
BLOCKCACHE_BYTES = new Bytes(Bytes.toBytes(BLOCKCACHE));
-085  @InterfaceAudience.Private
-086  public static final String 
CACHE_DATA_ON_WRITE = "CACHE_DATA_ON_WRITE";
-087  private static final Bytes 
CACHE_DATA_ON_WRITE_BYTES = new Bytes(Bytes.toBytes(CACHE_DATA_ON_WRITE));
-088  @InterfaceAudience.Private
-089  public static final String 
CACHE_INDEX_ON_WRITE = "CACHE_INDEX_ON_WRITE";
-090  private static final Bytes 
CACHE_INDEX_ON_WRITE_BYTES = new Bytes(Bytes.toBytes(CACHE_INDEX_ON_WRITE));
-091  @InterfaceAudience.Private
-092  public static final String 
CACHE_BLOOMS_ON_WRITE = "CACHE_BLOOMS_ON_WRITE";
-093  private static final Bytes 
CACHE_BLOOMS_ON_WRITE_BYTES = new 
Bytes(Bytes.toBytes(CACHE_BLOOMS_ON_WRITE));
-094  @InterfaceAudience.Private
-095  public static final String 
EVICT_BLOCKS_ON_CLOSE = "EVICT_BLOCKS_ON_CLOSE";
-096  private static final Bytes 
EVICT_BLOCKS_ON_CLOSE_BYTES = new 
Bytes(Bytes.toBytes(EVICT_BLOCKS_ON_CLOSE));
-097  /**
-098   * Key for 

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

2017-07-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.BalanceSwitchMode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.BalanceSwitchMode.html
 
b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.BalanceSwitchMode.html
index 28444b2..942664c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.BalanceSwitchMode.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.BalanceSwitchMode.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static enum MasterRpcServices.BalanceSwitchMode
+static enum MasterRpcServices.BalanceSwitchMode
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumMasterRpcServices.BalanceSwitchMode
 
 
@@ -210,7 +210,7 @@ the order they are declared.
 
 
 SYNC
-public static finalMasterRpcServices.BalanceSwitchMode SYNC
+public static finalMasterRpcServices.BalanceSwitchMode SYNC
 
 
 
@@ -219,7 +219,7 @@ the order they are declared.
 
 
 ASYNC
-public static finalMasterRpcServices.BalanceSwitchMode ASYNC
+public static finalMasterRpcServices.BalanceSwitchMode ASYNC
 
 
 



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

2017-07-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
index ce30fbb..2ff25e3 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
@@ -538,25 +538,25 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.CompactType
-org.apache.hadoop.hbase.client.TableState.State
-org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
-org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
-org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
+org.apache.hadoop.hbase.client.ScannerCallable.MoreResults
+org.apache.hadoop.hbase.client.Consistency
 org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanResumerState
+org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
+org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.RegionLocateType
 org.apache.hadoop.hbase.client.Durability
-org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerState
-org.apache.hadoop.hbase.client.Consistency
 org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.RegionLocateType
-org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.ScannerCallable.MoreResults
-org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.Retry
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerState
+org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.SnapshotType
 org.apache.hadoop.hbase.client.HBaseAdmin.ReplicationState
+org.apache.hadoop.hbase.client.TableState.State
+org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.Retry
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/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 4c7f64d..8c82f05 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html
@@ -175,14 +175,14 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.FuzzyRowFilter.SatisfiesCode
+org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.FuzzyRowFilter.Order
 org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
-org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.FuzzyRowFilter.Order
 org.apache.hadoop.hbase.filter.FilterList.Operator
+org.apache.hadoop.hbase.filter.FuzzyRowFilter.SatisfiesCode
+org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/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 9d8e5cd..62b4bbc 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
@@ -273,12 

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

2017-07-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f391bcef/apidocs/org/apache/hadoop/hbase/client/Get.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Get.html 
b/apidocs/org/apache/hadoop/hbase/client/Get.html
index 2b550be..faee59f 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Get.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Get.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":42,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":42,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":42,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":42,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -433,17 +433,21 @@ implements 
 
 Get
+setPriority(intpriority)
+
+
+Get
 setReplicaId(intId)
 Specify region replica id where Query will fetch data 
from.
 
 
-
+
 Get
 setRowOffsetPerColumnFamily(intoffset)
 Set offset for the row per Column Family.
 
 
-
+
 Get
 setTimeRange(longminStamp,
 longmaxStamp)
@@ -451,19 +455,19 @@ implements 
 
 
-
+
 Get
 setTimeRange(TimeRangetr)
 Get versions of columns only within the specified timestamp 
range,
 
 
-
+
 Get
 setTimeStamp(longtimestamp)
 Get versions of columns with the specified timestamp.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 toMap(intmaxCols)
 Compile the details beyond the scope of getFingerprint 
(row, columns,
@@ -483,7 +487,7 @@ implements 
 
 Methods inherited from classorg.apache.hadoop.hbase.client.OperationWithAttributes
-getAttribute,
 getAttributeSize,
 getAttributesMap,
 getId
+getAttribute,
 getAttributeSize,
 getAttributesMap,
 getId,
 getPriority
 
 
 
@@ -550,7 +554,7 @@ implements 
 
 Get
-publicGet(byte[]row,
+publicGet(byte[]row,
introwOffset,
introwLength)
 Create a Get operation for the specified row.
@@ -568,7 +572,7 @@ implements 
 
 Get
-publicGet(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferrow)
+publicGet(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferrow)
 Create a Get operation for the specified row.
 
 Parameters:
@@ -590,7 +594,7 @@ implements 
 
 isCheckExistenceOnly
-publicbooleanisCheckExistenceOnly()
+publicbooleanisCheckExistenceOnly()
 
 
 
@@ -599,7 +603,7 @@ implements 
 
 setCheckExistenceOnly
-publicGetsetCheckExistenceOnly(booleancheckExistenceOnly)
+publicGetsetCheckExistenceOnly(booleancheckExistenceOnly)
 
 
 
@@ -609,7 +613,7 @@ implements 
 isClosestRowBefore
 http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicbooleanisClosestRowBefore()
+publicbooleanisClosestRowBefore()
 Deprecated.since 2.0.0 and will be removed in 3.0.0
 This will always return the default value which is false as 
client cannot set the value to this
  property any more.
@@ -622,7 +626,7 @@ publicboolean
 setClosestRowBefore
 http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicGetsetClosestRowBefore(booleanclosestRowBefore)
+publicGetsetClosestRowBefore(booleanclosestRowBefore)
 Deprecated.since 2.0.0 and will be removed in 3.0.0
 This is not used any more and does nothing. Use reverse 
scan instead.
 
@@ -633,7 +637,7 @@ public
 
 addFamily
-publicGetaddFamily(byte[]family)
+publicGetaddFamily(byte[]family)
 Get all columns from the specified family.
  
  Overrides previous calls to addColumn for this family.
@@ -651,7 +655,7 @@ public
 
 addColumn
-publicGetaddColumn(byte[]family,
+publicGetaddColumn(byte[]family,
  byte[]qualifier)
 Get the column from the specific family with the specified 
qualifier.
  
@@ -671,7 +675,7 @@ public
 
 setTimeRange
-publicGetsetTimeRange(longminStamp,

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

2017-07-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca5b0275/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 163159c..5b6f058 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2247
 0
 0
-14814
+14906
 
 Files
 
@@ -482,7 +482,7 @@
 org/apache/hadoop/hbase/MetaTableAccessor.java
 0
 0
-119
+120
 
 org/apache/hadoop/hbase/NamespaceDescriptor.java
 0
@@ -512,7 +512,7 @@
 org/apache/hadoop/hbase/ScheduledChore.java
 0
 0
-6
+5
 
 org/apache/hadoop/hbase/ServerLoad.java
 0
@@ -572,7 +572,7 @@
 org/apache/hadoop/hbase/ZKNamespaceManager.java
 0
 0
-2
+3
 
 org/apache/hadoop/hbase/ZNodeClearer.java
 0
@@ -752,7 +752,7 @@
 org/apache/hadoop/hbase/client/Admin.java
 0
 0
-96
+97
 
 org/apache/hadoop/hbase/client/Append.java
 0
@@ -794,49 +794,59 @@
 0
 1
 
-org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
+org/apache/hadoop/hbase/client/AsyncConnectionImpl.java
 0
 0
-4
+1
 
+org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
+0
+0
+9
+
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/client/AsyncProcess.java
 0
 0
-11
-
+12
+
 org/apache/hadoop/hbase/client/AsyncProcessTask.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncRequestFuture.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java
 0
 0
-24
-
+25
+
 org/apache/hadoop/hbase/client/AsyncRpcRetryingCaller.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncRpcRetryingCallerFactory.java
 0
 0
+2
+
+org/apache/hadoop/hbase/client/AsyncScanSingleRegionRpcRetryingCaller.java
+0
+0
 1
 
 org/apache/hadoop/hbase/client/AsyncSingleRequestRpcRetryingCaller.java
@@ -844,10 +854,20 @@
 0
 1
 
+org/apache/hadoop/hbase/client/AsyncTableBase.java
+0
+0
+1
+
 org/apache/hadoop/hbase/client/AsyncTableImpl.java
 0
 0
 3
+
+org/apache/hadoop/hbase/client/AsyncTableResultScanner.java
+0
+0
+1
 
 org/apache/hadoop/hbase/client/BatchErrors.java
 0
@@ -862,7 +882,7 @@
 org/apache/hadoop/hbase/client/BufferedMutatorImpl.java
 0
 0
-4
+5
 
 org/apache/hadoop/hbase/client/CancellableRegionServerCallable.java
 0
@@ -882,7 +902,7 @@
 org/apache/hadoop/hbase/client/ClientScanner.java
 0
 0
-2
+3
 
 org/apache/hadoop/hbase/client/ClientServiceCallable.java
 0
@@ -907,27 +927,27 @@
 org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.java
 0
 0
-52
+53
 
 org/apache/hadoop/hbase/client/CompactType.java
 0
 0
 2
 
-org/apache/hadoop/hbase/client/ConnectionConfiguration.java
+org/apache/hadoop/hbase/client/ConnectionFactory.java
 0
 0
-1
+2
 
-org/apache/hadoop/hbase/client/ConnectionFactory.java
+org/apache/hadoop/hbase/client/ConnectionImplementation.java
 0
 0
-2
+8
 
-org/apache/hadoop/hbase/client/ConnectionImplementation.java
+org/apache/hadoop/hbase/client/ConnectionUtils.java
 0
 0
-7
+1
 
 org/apache/hadoop/hbase/client/CoprocessorHConnection.java
 0
@@ -952,7 +972,7 @@
 org/apache/hadoop/hbase/client/HBaseAdmin.java
 0
 0
-100
+101
 
 org/apache/hadoop/hbase/client/HRegionLocator.java
 0
@@ -962,12 +982,12 @@
 org/apache/hadoop/hbase/client/HTable.java
 0
 0
-25
+26
 
 org/apache/hadoop/hbase/client/HTableMultiplexer.java
 0
 0
-5
+6
 
 org/apache/hadoop/hbase/client/HTableWrapper.java
 0
@@ -1007,7 +1027,7 @@
 org/apache/hadoop/hbase/client/MetricsConnection.java
 0
 0
-39
+40
 
 org/apache/hadoop/hbase/client/MultiAction.java
 0
@@ -1042,7 +1062,7 @@
 org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.java
 0
 0
-11
+12
 
 org/apache/hadoop/hbase/client/Put.java
 0
@@ -1087,7 +1107,7 @@
 org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.java
 0
 0
-1
+2
 
 org/apache/hadoop/hbase/client/RegionReplicaUtil.java
 0
@@ -1167,7 +1187,7 @@
 org/apache/hadoop/hbase/client/RowAccess.java
 0
 0
-2
+3
 
 org/apache/hadoop/hbase/client/RowMutations.java
 0
@@ -1207,64 +1227,64 @@
 org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java
 0
 0
-4
+5
 
 org/apache/hadoop/hbase/client/SecureBulkLoadClient.java
 0
 0
 17
 
+org/apache/hadoop/hbase/client/ServerStatisticTracker.java
+0
+0
+1
+
 org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/SimpleRequestController.java
 0
 0
-8
-
+9
+
 org/apache/hadoop/hbase/client/Table.java
 0
 0
 18
-
+
 org/apache/hadoop/hbase/client/TableDescriptor.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/client/TableDescriptorBuilder.java
 0
 0
 43
-
+
 org/apache/hadoop/hbase/client/TableSnapshotScanner.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/client/TableState.java
 0
 0
 35
-
+
 org/apache/hadoop/hbase/client/VersionInfoUtil.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/ZooKeeperRegistry.java
 0
 0
 6
-

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

2017-07-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html 
b/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html
index b9d37a2..91b6520 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html
@@ -165,25 +165,21 @@ implements 
-protected static int
-MIN_WAIT_DEAD_SERVER
-
-
 private byte[]
 row
 
-
+
 protected 
org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController
 rpcController
 This is 99% of the time a HBaseRpcController but also used 
doing Coprocessor Endpoints and in
  this case, it is a ServerRpcControllable which is not a 
HBaseRpcController.
 
 
-
+
 protected S
 stub
 
-
+
 private TableName
 tableName
 
@@ -368,26 +364,13 @@ implements Some subclasses want to set their own location. Make it 
protected.
 
 
-
-
-
-
-
-MIN_WAIT_DEAD_SERVER
-protected static finalint MIN_WAIT_DEAD_SERVER
-
-See Also:
-Constant
 Field Values
-
-
-
 
 
 
 
 
 stub
-protectedS stub
+protectedS stub
 
 
 
@@ -396,7 +379,7 @@ implements 
 
 rpcController
-protected 
finalorg.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController rpcController
+protected 
finalorg.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController rpcController
 This is 99% of the time a HBaseRpcController but also used 
doing Coprocessor Endpoints and in
  this case, it is a ServerRpcControllable which is not a HBaseRpcController.
  Can be null!
@@ -416,7 +399,7 @@ implements 
 
 RegionServerCallable
-publicRegionServerCallable(Connectionconnection,
+publicRegionServerCallable(Connectionconnection,
 TableNametableName,
 byte[]row,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllerrpcController)
@@ -443,7 +426,7 @@ implements 
 
 getRpcController
-protectedorg.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllergetRpcController()
+protectedorg.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllergetRpcController()
 
 
 
@@ -454,7 +437,7 @@ implements 
 
 setStub
-protectedvoidsetStub(Sstub)
+protectedvoidsetStub(Sstub)
 
 
 
@@ -463,7 +446,7 @@ implements 
 
 getStub
-protectedSgetStub()
+protectedSgetStub()
 
 
 
@@ -472,7 +455,7 @@ implements 
 
 call
-publicTcall(intcallTimeout)
+publicTcall(intcallTimeout)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Override that changes call Exception from http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exception to http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException.
  Also does set up of the rpcController.
@@ -494,7 +477,7 @@ implements 
 
 rpcCall
-protected abstractTrpcCall()
+protected abstractTrpcCall()
   throws http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exception
 Run the RPC call. Implement this method. To get at the 
rpcController that has been created
  and configured to make this rpc call, use getRpcController(). We are trying 
to contain
@@ -513,7 +496,7 @@ implements 
 
 getRpcControllerCellScanner
-protectedCellScannergetRpcControllerCellScanner()
+protectedCellScannergetRpcControllerCellScanner()
 Get the RpcController CellScanner.
  If the RpcController is a HBaseRpcController, which it is in all cases except
  when we are processing Coprocessor Endpoint, then this method returns a 
reference to the
@@ -528,7 +511,7 @@ implements 
 
 setRpcControllerCellScanner
-protectedvoidsetRpcControllerCellScanner(CellScannercellScanner)
+protectedvoidsetRpcControllerCellScanner(CellScannercellScanner)
 
 
 
@@ -537,7 +520,7 @@ implements 
 
 getConnection
-protectedClusterConnectiongetConnection()
+protectedClusterConnectiongetConnection()
 
 Returns:
 ClusterConnection instance 
used by this Callable.
@@ -550,7 +533,7 @@ implements 
 
 getLocation
-protectedHRegionLocationgetLocation()
+protectedHRegionLocationgetLocation()
 
 
 
@@ -559,7 +542,7 @@ implements 
 
 setLocation
-protectedvoidsetLocation(HRegionLocationlocation)
+protectedvoidsetLocation(HRegionLocationlocation)
 
 
 
@@ -568,7 +551,7 @@ implements 
 
 getTableName
-publicTableNamegetTableName()
+publicTableNamegetTableName()
 
 
 
@@ -577,7 +560,7 @@ implements 
 
 getRow
-publicbyte[]getRow()
+publicbyte[]getRow()
 
 
 
@@ -586,7 +569,7 @@ implements 
 
 throwable
-publicvoidthrowable(http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 

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

2017-07-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/17128d27/book.html
--
diff --git a/book.html b/book.html
index 3cf6127..6b5c54b 100644
--- a/book.html
+++ b/book.html
@@ -7869,6 +7869,10 @@ any quoted values by ~10 to get what works for HBase: 
e.g. where it says individ
 to go smaller if you canand where it says a maximum of 
100 column families in Cloud Bigtable, think ~10 when
 modeling on HBase.
 
+
+See also Robert Yokotas https://blogs.apache.org/hbase/entry/hbase-application-archetypes-redux;>HBase
 Application Archetypes
+(an update on work done by other HBasers), for a helpful categorization of use 
cases that do well on top of the HBase model.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/17128d27/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index 2319116..cfba4fc 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-14
+  Last Published: 
2017-07-15
 
 
 



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

2017-07-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html
index cfafdea..0e4eee1 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html
@@ -129,24 +129,27 @@
 FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor
 
 
-FanOutOneBlockAsyncDFSOutputHelper.LeaseManager
+FanOutOneBlockAsyncDFSOutputHelper.FileCreator
 
 
-FanOutOneBlockAsyncDFSOutputHelper.PBHelper
+FanOutOneBlockAsyncDFSOutputHelper.LeaseManager
 
 
-FanOutOneBlockAsyncDFSOutputHelper.PipelineAckStatusGetter
+FanOutOneBlockAsyncDFSOutputHelper.PBHelper
 
 
-FanOutOneBlockAsyncDFSOutputHelper.StorageTypeSetter
+FanOutOneBlockAsyncDFSOutputHelper.PipelineAckStatusGetter
 
 
-FanOutOneBlockAsyncDFSOutputSaslHelper.PBHelper
+FanOutOneBlockAsyncDFSOutputHelper.StorageTypeSetter
 
 
-FanOutOneBlockAsyncDFSOutputSaslHelper.SaslAdaptor
+FanOutOneBlockAsyncDFSOutputSaslHelper.PBHelper
 
 
+FanOutOneBlockAsyncDFSOutputSaslHelper.SaslAdaptor
+
+
 FanOutOneBlockAsyncDFSOutputSaslHelper.TransparentCryptoHelper
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/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 4627383..2013f04 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html
@@ -274,11 +274,11 @@
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
 org.apache.hadoop.hbase.io.hfile.BlockPriority
-org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType
 org.apache.hadoop.hbase.io.hfile.CacheConfig.ExternalBlockCaches
-org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer.State
+org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType
 org.apache.hadoop.hbase.io.hfile.BlockType
 org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
+org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer.State
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/ipc/AbstractRpcClient.AbstractRpcChannel.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/AbstractRpcClient.AbstractRpcChannel.html
 
b/devapidocs/org/apache/hadoop/hbase/ipc/AbstractRpcClient.AbstractRpcChannel.html
index 120d606..5e8aa47 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/ipc/AbstractRpcClient.AbstractRpcChannel.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/ipc/AbstractRpcClient.AbstractRpcChannel.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class AbstractRpcClient.AbstractRpcChannel
+private static class AbstractRpcClient.AbstractRpcChannel
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -224,7 +224,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 addr
-protected finalhttp://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true;
 title="class or interface in java.net">InetSocketAddress addr
+protected finalhttp://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true;
 title="class or interface in java.net">InetSocketAddress addr
 
 
 
@@ -233,7 +233,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 rpcClient
-protected finalAbstractRpcClient? rpcClient
+protected finalAbstractRpcClient? rpcClient
 
 
 
@@ -242,7 +242,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 ticket
-protected finalUser ticket
+protected finalUser ticket
 
 
 
@@ -251,7 +251,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 rpcTimeout
-protected finalint rpcTimeout
+protected finalint rpcTimeout
 
 
 
@@ -268,7 +268,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 AbstractRpcChannel
-protectedAbstractRpcChannel(AbstractRpcClient?rpcClient,
+protectedAbstractRpcChannel(AbstractRpcClient?rpcClient,
  

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

2017-07-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/90c7dfe4/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 3f51398..ea269ef 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2244
 0
 0
-14778
+14786
 
 Files
 
@@ -762,7 +762,7 @@
 org/apache/hadoop/hbase/client/AsyncAdmin.java
 0
 0
-16
+19
 
 org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
 0
@@ -1057,7 +1057,7 @@
 org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java
 0
 0
-116
+117
 
 org/apache/hadoop/hbase/client/RawAsyncTable.java
 0
@@ -4412,7 +4412,7 @@
 org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
 0
 0
-186
+190
 
 org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java
 0
@@ -7364,7 +7364,7 @@
 caseIndent: 2
 basicOffset: 2
 lineWrappingIndentation: 2
-5180
+5184
 Error
 
 javadoc
@@ -7376,7 +7376,7 @@
 
 
 http://checkstyle.sourceforge.net/config_javadoc.html#NonEmptyAtclauseDescription;>NonEmptyAtclauseDescription
-3247
+3250
 Error
 
 misc
@@ -7394,7 +7394,7 @@
 
 max: 100
 ignorePattern: ^package.*|^import.*|a 
href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated
-970
+971
 Error
 
 
@@ -14962,55 +14962,55 @@
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import.
-32
+33
 
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.client.replication.TableCFs' 
import.
-37
+39
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-164
+167
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-174
+177
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-180
+183
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 106).
-183
+186
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-775
+412
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-819
+426
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-838
+812
 
 Error
 javadoc
@@ -15022,89 +15022,107 @@
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-857
+875
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-908
+904
+
+Error
+javadoc
+NonEmptyAtclauseDescription
+At-clause should have a non-empty description.
+911
+
+Error
+javadoc
+NonEmptyAtclauseDescription
+At-clause should have a non-empty description.
+912
 
 Error
+javadoc
+NonEmptyAtclauseDescription
+At-clause should have a non-empty description.
+969
+
+Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-935
-
+996
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-963
-
+1024
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-984
+1045
 
 org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
 
-
+
 Severity
 Category
 Rule
 Message
 Line
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 38
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 39
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 46
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 47
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 55
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 56
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 65
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
 76
-
+
 Error
 javadoc
 NonEmptyAtclauseDescription
@@ -15113,13 +15131,13 @@
 
 org/apache/hadoop/hbase/client/AsyncAdminRequestRetryingCaller.java
 
-
+
 Severity
 Category
 Rule
 Message
 Line
-
+
 Error
 imports
 ImportOrder
@@ -15128,25 +15146,25 @@
 
 org/apache/hadoop/hbase/client/AsyncBatchRpcRetryingCaller.java
 
-
+
 Severity
 Category
 Rule
 Message
 Line
-
+
 Error
 design
 VisibilityModifier
 Variable 'loc' must be private and have accessor methods.
 112
-
+
 Error
 design
 VisibilityModifier
 Variable 'actions' must be private and have accessor methods.
 114
-
+
 Error
 design
 VisibilityModifier
@@ -15155,37 +15173,37 @@
 
 org/apache/hadoop/hbase/client/AsyncClientScanner.java
 
-
+
 Severity
 Category
 Rule
 Message
 Line
-
+
 Error
 imports
 AvoidStarImport
 Using the '.*' form of import should be avoided - 
org.apache.hadoop.hbase.client.ConnectionUtils.*.
 22
-
+
 Error
 

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

2017-07-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0821e51a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html
index f2a53e4..8c06db0 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":10,"i93":10,"i94":10,"i95":10,"i96":10,"i97":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -716,56 +716,87 @@ implements 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+shutdown()
+Shuts down the HBase cluster.
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 snapshot(SnapshotDescriptionsnapshot)
 Take a snapshot and wait for the server to complete that 
snapshot asynchronously.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 split(TableNametableName)
 Split a table.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 split(TableNametableName,
  byte[]splitPoint)
 Split a table.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 splitRegion(byte[]regionName,
http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in 
java.util">Optionalbyte[]splitPoint)
 Split an individual region.
 
 
-
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+stopMaster()
+Shuts down the current HBase master only.
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or 

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

2017-07-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index a2e2cbd..4c349ef 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 2007 - 2017 The Apache Software Foundation
 
   File: 2242,
- Errors: 14778,
+ Errors: 14785,
  Warnings: 0,
  Infos: 0
   
@@ -8987,7 +8987,7 @@ under the License.
   0
 
 
-  113
+  116
 
   
   
@@ -30281,7 +30281,7 @@ under the License.
   0
 
 
-  94
+  97
 
   
   
@@ -30869,7 +30869,7 @@ under the License.
   0
 
 
-  189
+  190
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/coc.html
--
diff --git a/coc.html b/coc.html
index 79ad9cd..ca07225 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-08
+  Last Published: 
2017-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 506c8f8..0fd1f51 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-08
+  Last Published: 
2017-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 0525af0..2557ab6 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -527,7 +527,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-08
+  Last Published: 
2017-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index a6da5bf..e58b1a9 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -663,7 +663,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-08
+  Last Published: 
2017-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 0cf900a..2bbef74 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -318,7 +318,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-08
+  Last Published: 
2017-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index 46dde52..6d8461e 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+ 

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

2017-07-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9fb0764b/apidocs/org/apache/hadoop/hbase/client/Admin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Admin.html 
b/apidocs/org/apache/hadoop/hbase/client/Admin.html
index 364913f..737f8a5 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Admin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Admin.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":38,"i4":6,"i5":6,"i6":18,"i7":18,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":38,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":18,"i52":6,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":18,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":38,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6,"i87":18,"i88":6,"i89":6,"i90":6,"i91":6,"i92":6,"i93":6,"i94":6,"i95":6,"i96":6,"i97":6,"i98":6,"i99":6,"i100":6,"i101":6,"i102":6,"i103":6,"i104":6,"i105":6,"i106":6,"i107":6,"i108":6,"i109":6,"i110":6,"i111":18,"i112":18,"i113":18,"i114":6,"i115":6,"i116":6,"i117":6,"i118":6,"i119":6,"
 
i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":6,"i126":6,"i127":6,"i128":6,"i129":6,"i130":6,"i131":6,"i132":6,"i133":6,"i134":6,"i135":6,"i136":6,"i137":38,"i138":6,"i139":6,"i140":38,"i141":6,"i142":6,"i143":6,"i144":6,"i145":6,"i146":6,"i147":6,"i148":6,"i149":6,"i150":6,"i151":18,"i152":18,"i153":6,"i154":6,"i155":6,"i156":6,"i157":6,"i158":6,"i159":6,"i160":6,"i161":6,"i162":6,"i163":6,"i164":6,"i165":6,"i166":6,"i167":6,"i168":6,"i169":6,"i170":6,"i171":6,"i172":6,"i173":6,"i174":6,"i175":6,"i176":6,"i177":6,"i178":6,"i179":6,"i180":6,"i181":6,"i182":6,"i183":6,"i184":6,"i185":18};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":38,"i4":6,"i5":6,"i6":18,"i7":18,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":50,"i33":50,"i34":50,"i35":6,"i36":6,"i37":6,"i38":50,"i39":6,"i40":38,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":38,"i52":38,"i53":6,"i54":6,"i55":18,"i56":6,"i57":6,"i58":6,"i59":38,"i60":38,"i61":6,"i62":6,"i63":18,"i64":6,"i65":6,"i66":6,"i67":38,"i68":38,"i69":6,"i70":6,"i71":6,"i72":6,"i73":38,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6,"i88":6,"i89":6,"i90":6,"i91":18,"i92":6,"i93":38,"i94":38,"i95":38,"i96":6,"i97":6,"i98":6,"i99":6,"i100":6,"i101":6,"i102":6,"i103":6,"i104":6,"i105":6,"i106":6,"i107":6,"i108":6,"i109":6,"i110":6,"i111":6,"i112":6,"i113":6,"i114":6,"i115":18,"i116":18,"i117":18,"i118"
 
:6,"i119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":6,"i126":6,"i127":6,"i128":6,"i129":38,"i130":6,"i131":6,"i132":6,"i133":6,"i134":6,"i135":6,"i136":38,"i137":38,"i138":38,"i139":38,"i140":38,"i141":6,"i142":6,"i143":6,"i144":6,"i145":6,"i146":6,"i147":6,"i148":6,"i149":38,"i150":6,"i151":6,"i152":38,"i153":6,"i154":6,"i155":6,"i156":6,"i157":6,"i158":38,"i159":6,"i160":38,"i161":6,"i162":6,"i163":6,"i164":6,"i165":18,"i166":18,"i167":6,"i168":6,"i169":6,"i170":6,"i171":6,"i172":6,"i173":6,"i174":6,"i175":6,"i176":6,"i177":6,"i178":6,"i179":6,"i180":6,"i181":6,"i182":6,"i183":6,"i184":6,"i185":6,"i186":6,"i187":6,"i188":6,"i189":6,"i190":6,"i191":6,"i192":6,"i193":6,"i194":6,"i195":6,"i196":6,"i197":6,"i198":6,"i199":18};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -359,35 +359,76 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 
-void
+default void
 createTable(HTableDescriptordesc)
-Creates a new table.
+Deprecated.
+since 2.0 version and will 
be removed in 3.0 version.
+ use createTable(TableDescriptor)
+
 
 
 
-void
+default void
 createTable(HTableDescriptordesc,
byte[][]splitKeys)
-Creates a new table with an initial set of empty regions 
defined by the specified split keys.
+Deprecated.
+since 2.0 version and will 
be removed in 3.0 version.
+ use createTable(TableDescriptor,
 byte[][])
+
 
 
 
-void
+default void
 createTable(HTableDescriptordesc,
byte[]startKey,
byte[]endKey,
intnumRegions)
-Creates a new table with the specified number of 
regions.
+Deprecated.
+since 2.0 version and will 
be removed in 3.0 version.
+ use createTable(TableDescriptor,
 byte[], 

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

2017-07-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.FSReaderImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.FSReaderImpl.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.FSReaderImpl.html
index c643892..6c1d925 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.FSReaderImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.FSReaderImpl.html
@@ -117,10 +117,10 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class HFileBlock.FSReaderImpl
+static class HFileBlock.FSReaderImpl
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements HFileBlock.FSReader
-Reads version 2 blocks from the filesystem.
+Reads version 2 HFile blocks from the filesystem.
 
 
 
@@ -376,7 +376,7 @@ implements 
 
 streamWrapper
-privateFSDataInputStreamWrapper streamWrapper
+privateFSDataInputStreamWrapper streamWrapper
 The file system stream of the underlying HFile that
  does or doesn't do checksum validations in the filesystem
 
@@ -387,7 +387,7 @@ implements 
 
 encodedBlockDecodingCtx
-privateHFileBlockDecodingContext encodedBlockDecodingCtx
+privateHFileBlockDecodingContext encodedBlockDecodingCtx
 
 
 
@@ -396,7 +396,7 @@ implements 
 
 defaultDecodingCtx
-private finalHFileBlockDefaultDecodingContext defaultDecodingCtx
+private finalHFileBlockDefaultDecodingContext defaultDecodingCtx
 Default context used when BlockType != BlockType.ENCODED_DATA.
 
 
@@ -406,7 +406,7 @@ implements 
 
 prefetchedHeader
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferenceHFileBlock.PrefetchedHeader prefetchedHeader
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferenceHFileBlock.PrefetchedHeader prefetchedHeader
 Cache of the NEXT header after this. Check it is indeed 
next blocks header
  before using it. TODO: Review. This overread into next block to fetch
  next blocks header seems unnecessary given we usually get the block size
@@ -419,7 +419,7 @@ implements 
 
 fileSize
-privatelong fileSize
+privatelong fileSize
 The size of the file we are reading from, or -1 if 
unknown.
 
 
@@ -429,7 +429,7 @@ implements 
 
 hdrSize
-protected finalint hdrSize
+protected finalint hdrSize
 The size of the header
 
 
@@ -439,7 +439,7 @@ implements 
 
 hfs
-privateHFileSystem hfs
+privateHFileSystem hfs
 The filesystem used to access data
 
 
@@ -449,7 +449,7 @@ implements 
 
 fileContext
-privateHFileContext fileContext
+privateHFileContext fileContext
 
 
 
@@ -458,7 +458,7 @@ implements 
 
 pathName
-privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String pathName
+privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String pathName
 
 
 
@@ -467,7 +467,7 @@ implements 
 
 streamLock
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Lock.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">Lock streamLock
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Lock.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">Lock streamLock
 
 
 
@@ -484,7 +484,7 @@ implements 
 
 FSReaderImpl
-FSReaderImpl(FSDataInputStreamWrapperstream,
+FSReaderImpl(FSDataInputStreamWrapperstream,
  longfileSize,
  HFileSystemhfs,
  org.apache.hadoop.fs.Pathpath,
@@ -502,7 +502,7 @@ implements 
 
 FSReaderImpl
-FSReaderImpl(org.apache.hadoop.fs.FSDataInputStreamistream,
+FSReaderImpl(org.apache.hadoop.fs.FSDataInputStreamistream,
  longfileSize,
  HFileContextfileContext)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -528,12 +528,14 @@ implements 
 
 blockRange
-publicHFileBlock.BlockIteratorblockRange(longstartOffset,
+publicHFileBlock.BlockIteratorblockRange(longstartOffset,
longendOffset)
 Description copied from 
interface:HFileBlock.FSReader
 Creates a block iterator over the given portion of the HFile.
  The iterator returns blocks starting with offset such that offset =
- startOffset  endOffset. Returned blocks are always unpacked.
+ startOffset  endOffset. Returned blocks are always unpacked.
+ Used when no hfile index available; e.g. reading in the hfile index
+ blocks themselves on file open.
 
 Specified by:
 

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

2017-07-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca9f6925/apidocs/org/apache/hadoop/hbase/client/package-use.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/package-use.html 
b/apidocs/org/apache/hadoop/hbase/client/package-use.html
index dce1a50..d82a155 100644
--- a/apidocs/org/apache/hadoop/hbase/client/package-use.html
+++ b/apidocs/org/apache/hadoop/hbase/client/package-use.html
@@ -192,82 +192,87 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+AsyncAdminBuilder
+For creating AsyncAdmin.
+
+
+
 AsyncConnection
 The asynchronous version of Connection.
 
 
-
+
 AsyncTable
 The asynchronous table for normal users.
 
 
-
+
 AsyncTableBase
 The base interface for asynchronous version of Table.
 
 
-
+
 AsyncTableBuilder
 For creating AsyncTable 
or RawAsyncTable.
 
 
-
+
 AsyncTableRegionLocator
 The asynchronous version of RegionLocator.
 
 
-
+
 Attributes
 
-
+
 BufferedMutator
 Used to communicate with a single HBase table similar to Table but 
meant for
  batched, asynchronous puts.
 
 
-
+
 BufferedMutator.ExceptionListener
 Listens for asynchronous exceptions on a BufferedMutator.
 
 
-
+
 BufferedMutatorParams
 Parameters for instantiating a BufferedMutator.
 
 
-
+
 ColumnFamilyDescriptor
 An ColumnFamilyDescriptor contains information about a 
column family such as the
  number of versions, compression settings, etc.
 
 
-
+
 ColumnFamilyDescriptorBuilder
 
-
+
 CompactionState
 POJO representing the compaction state
 
 
-
+
 CompactType
 Currently, there are only two compact types:
  NORMAL means do store files compaction;
  MOB means do mob files compaction.
 
 
-
+
 Connection
 A cluster connection encapsulating lower level individual 
connections to actual servers and
  a connection to zookeeper.
 
 
-
+
 Consistency
 Consistency defines the expected consistency level for an 
operation.
 
 
-
+
 Cursor
 Scan cursor to tell client where server is scanning
  Scan.setNeedCursorResult(boolean)
@@ -275,191 +280,191 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
  Result.getCursor()
 
 
-
+
 Delete
 Used to perform Delete operations on a single row.
 
 
-
+
 DoNotRetryRegionException
 Similar to RegionException, but disables retries.
 
 
-
+
 Durability
 Enum describing the durability guarantees for tables and Mutations
  Note that the items must be sorted in order of increasing durability
 
 
-
+
 Get
 Used to perform Get operations on a single row.
 
 
-
+
 HTableMultiplexer.HTableMultiplexerStatus
 HTableMultiplexerStatus keeps track of the current status 
of the HTableMultiplexer.
 
 
-
+
 Increment
 Used to perform Increment operations on a single row.
 
 
-
+
 IsolationLevel
 Specify Isolation levels in Scan operations.
 
 
-
+
 MasterSwitchType
 Represents the master switch type
 
 
-
+
 MobCompactPartitionPolicy
 Enum describing the mob compact partition policy 
types.
 
 
-
+
 Mutation
 
-
+
 Operation
 Superclass for any type that maps to a potentially 
application-level query.
 
 
-
+
 OperationWithAttributes
 
-
+
 Put
 Used to perform Put operations for a single row.
 
 
-
+
 Query
 
-
+
 RawAsyncTable
 A low level asynchronous table.
 
 
-
+
 RawAsyncTable.CoprocessorCallable
 Delegate to a protobuf rpc call.
 
 
-
+
 RawAsyncTable.CoprocessorCallback
 The callback when we want to execute a coprocessor call on 
a range of regions.
 
 
-
+
 RawScanResultConsumer
 Receives Result for an asynchronous 
scan.
 
 
-
+
 RawScanResultConsumer.ScanController
 Used to suspend or stop a scan.
 
 
-
+
 RawScanResultConsumer.ScanResumer
 Used to resume a scan.
 
 
-
+
 RegionLoadStats
 POJO representing region server load
 
 
-
+
 RegionLocator
 Used to view region location information for a single HBase 
table.
 
 
-
+
 RequestController
 An interface for client request scheduling algorithm.
 
 
-
+
 RequestController.Checker
 Picks up the valid data.
 
 
-
+
 RequestController.ReturnCode
 
-
+
 Result
 Single row result of a Get or Scan query.
 
 
-
+
 ResultScanner
 Interface for client-side scanning.
 
 
-
+
 RetriesExhaustedException
 Exception thrown by HTable methods when an attempt to do 
something (like
  commit changes) fails after a bunch of retries.
 
 
-
+
 RetriesExhaustedWithDetailsException
 This subclass of RetriesExhaustedException
  is thrown when we have more information about which rows were causing which
  exceptions on what servers.
 
 
-
+
 Row
 Has a row.
 
 
-
+
 RowMutations
 Performs multiple mutations atomically on a single 
row.
 
 
-
+
 Scan
 Used to perform Scan operations.
 
 
-
+
 Scan.ReadType
 
-
+
 ScanResultConsumer
 Receives Result for an asynchronous 
scan.
 
 
-
+
 SnapshotDescription
 The POJO equivalent of HBaseProtos.SnapshotDescription
 
 
-
+
 SnapshotType
 POJO representing the snapshot type
 
 
-
+
 Table
 Used to communicate with a single HBase table.
 
 
-
+
 TableBuilder
 For creating Table 

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

2017-06-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.EnableTableProcedureBiConsumer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.EnableTableProcedureBiConsumer.html
 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.EnableTableProcedureBiConsumer.html
index ab44b15..dd65636 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.EnableTableProcedureBiConsumer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.EnableTableProcedureBiConsumer.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class AsyncHBaseAdmin.EnableTableProcedureBiConsumer
+private class AsyncHBaseAdmin.EnableTableProcedureBiConsumer
 extends AsyncHBaseAdmin.TableProcedureBiConsumer
 
 
@@ -240,7 +240,7 @@ extends 
 
 EnableTableProcedureBiConsumer
-EnableTableProcedureBiConsumer(AsyncAdminadmin,
+EnableTableProcedureBiConsumer(AsyncAdminadmin,
TableNametableName)
 
 
@@ -258,7 +258,7 @@ extends 
 
 getOperationType
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
 
 Specified by:
 getOperationTypein
 classAsyncHBaseAdmin.TableProcedureBiConsumer

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MasterRpcCall.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MasterRpcCall.html 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MasterRpcCall.html
index 4b7357a..31b53ad 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MasterRpcCall.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MasterRpcCall.html
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true;
 title="class or interface in java.lang">@FunctionalInterface
-private static interface AsyncHBaseAdmin.MasterRpcCallRESP,REQ
+private static interface AsyncHBaseAdmin.MasterRpcCallRESP,REQ
 
 
 
@@ -159,7 +159,7 @@ private static interface 
 
 call
-voidcall(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interfacestub,
+voidcall(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interfacestub,
   HBaseRpcControllercontroller,
   REQreq,
   org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcCallbackRESPdone)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer.html
 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer.html
index ec6401e..827eb31 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer
+private class AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer
 extends AsyncHBaseAdmin.TableProcedureBiConsumer
 
 
@@ -240,7 +240,7 @@ extends 
 
 MergeTableRegionProcedureBiConsumer
-MergeTableRegionProcedureBiConsumer(AsyncAdminadmin,
+MergeTableRegionProcedureBiConsumer(AsyncAdminadmin,
 TableNametableName)
 
 
@@ -258,7 +258,7 @@ extends 
 
 getOperationType
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
 
 Specified by:
 getOperationTypein
 classAsyncHBaseAdmin.TableProcedureBiConsumer

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.ModifyColumnFamilyProcedureBiConsumer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.ModifyColumnFamilyProcedureBiConsumer.html
 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.ModifyColumnFamilyProcedureBiConsumer.html
index 0e9bc79..8f0eb1f 100644
--- 

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

2017-06-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html
 
b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html
index 1fdbbed..6d24ce5 100644
--- 
a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html
+++ 
b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerConfig.html
@@ -123,6 +123,21 @@
 
 
 
+Methods in org.apache.hadoop.hbase.client
 that return types with arguments of type ReplicationPeerConfig
+
+Modifier and Type
+Method and Description
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureReplicationPeerConfig
+AsyncAdmin.getReplicationPeerConfig(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId)
+Returns the configured ReplicationPeerConfig for the 
specified peer
+
+
+
+
+
 Methods in org.apache.hadoop.hbase.client
 with parameters of type ReplicationPeerConfig
 
 Modifier and Type
@@ -130,12 +145,26 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncAdmin.addReplicationPeer(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
+  ReplicationPeerConfigpeerConfig)
+Add a new replication peer for replicating data to slave 
cluster
+
+
+
 default void
 Admin.addReplicationPeer(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
   ReplicationPeerConfigpeerConfig)
 Add a new replication peer for replicating data to slave 
cluster
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncAdmin.updateReplicationPeerConfig(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
+   ReplicationPeerConfigpeerConfig)
+Update the peerConfig for the specified peer
+
+
 
 default void
 Admin.updateReplicationPeerConfig(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html
 
b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html
index 203ea47..1391885 100644
--- 
a/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html
+++ 
b/apidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeerDescription.html
@@ -105,11 +105,23 @@
 
 
 
+default http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListReplicationPeerDescription
+AsyncAdmin.listReplicationPeers()
+Return a list of replication peers.
+
+
+
 default http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListReplicationPeerDescription
 Admin.listReplicationPeers()
 Return a list of replication peers.
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListReplicationPeerDescription
+AsyncAdmin.listReplicationPeers(http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">Optionalhttp://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in 
java.util.regex">Patternpattern)
+Return a list of 

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

2017-06-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a719cd00/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.CandidateGenerator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.CandidateGenerator.html
 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.CandidateGenerator.html
index bcad549..2eac870 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.CandidateGenerator.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.CandidateGenerator.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = {"i0":6,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var methods = 
{"i0":6,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-abstract static class StochasticLoadBalancer.CandidateGenerator
+abstract static class StochasticLoadBalancer.CandidateGenerator
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Generates a candidate action to be applied to the cluster 
for cost function search
 
@@ -167,20 +167,26 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
  inttoRegion)
 
 
+protected http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
+getRandomIterationOrder(intlength)
+Returns a random iteration order of indexes of an array 
with size length
+
+
+
 protected int
 pickOtherRandomRack(BaseLoadBalancer.Clustercluster,
intrackIndex)
 
-
+
 protected int
 pickOtherRandomServer(BaseLoadBalancer.Clustercluster,
  intserverIndex)
 
-
+
 protected int
 pickRandomRack(BaseLoadBalancer.Clustercluster)
 
-
+
 protected int
 pickRandomRegion(BaseLoadBalancer.Clustercluster,
 intserver,
@@ -188,13 +194,13 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 From a list of regions pick a random one.
 
 
-
+
 protected BaseLoadBalancer.Cluster.Action
 pickRandomRegions(BaseLoadBalancer.Clustercluster,
  intthisServer,
  intotherServer)
 
-
+
 protected int
 pickRandomServer(BaseLoadBalancer.Clustercluster)
 
@@ -226,7 +232,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 CandidateGenerator
-CandidateGenerator()
+CandidateGenerator()
 
 
 
@@ -243,7 +249,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 generate
-abstractBaseLoadBalancer.Cluster.Actiongenerate(BaseLoadBalancer.Clustercluster)
+abstractBaseLoadBalancer.Cluster.Actiongenerate(BaseLoadBalancer.Clustercluster)
 
 
 
@@ -252,7 +258,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 pickRandomRegion
-protectedintpickRandomRegion(BaseLoadBalancer.Clustercluster,
+protectedintpickRandomRegion(BaseLoadBalancer.Clustercluster,
intserver,
doublechanceOfNoSwap)
 From a list of regions pick a random one. Null can be 
returned which
@@ -276,7 +282,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 pickRandomServer
-protectedintpickRandomServer(BaseLoadBalancer.Clustercluster)
+protectedintpickRandomServer(BaseLoadBalancer.Clustercluster)
 
 
 
@@ -285,7 +291,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 pickRandomRack
-protectedintpickRandomRack(BaseLoadBalancer.Clustercluster)
+protectedintpickRandomRack(BaseLoadBalancer.Clustercluster)
 
 
 
@@ -294,7 +300,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 pickOtherRandomServer
-protectedintpickOtherRandomServer(BaseLoadBalancer.Clustercluster,
+protectedintpickOtherRandomServer(BaseLoadBalancer.Clustercluster,
 intserverIndex)
 
 
@@ -304,7 +310,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 pickOtherRandomRack
-protectedintpickOtherRandomRack(BaseLoadBalancer.Clustercluster,
+protectedintpickOtherRandomRack(BaseLoadBalancer.Clustercluster,
   intrackIndex)
 
 
@@ -314,7 +320,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 pickRandomRegions
-protectedBaseLoadBalancer.Cluster.ActionpickRandomRegions(BaseLoadBalancer.Clustercluster,

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

2017-06-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/77a552c4/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
new file mode 100644
index 000..0b12068
--- /dev/null
+++ b/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
@@ -0,0 +1,844 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+ColumnFamilyDescriptor (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.hadoop.hbase.client
+Interface 
ColumnFamilyDescriptor
+
+
+
+
+
+
+All Known Implementing Classes:
+HColumnDescriptor
+
+
+
+@InterfaceAudience.Public
+public interface ColumnFamilyDescriptor
+An ColumnFamilyDescriptor contains information about a 
column family such as the
+ number of versions, compression settings, etc.
+
+ It is used as input when creating a table or adding a column.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+int
+getBlocksize()
+
+
+BloomType
+getBloomFilterType()
+
+
+org.apache.hadoop.hbase.io.compress.Compression.Algorithm
+getCompactionCompressionType()
+
+
+org.apache.hadoop.hbase.io.compress.Compression.Algorithm
+getCompressionType()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getConfiguration()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getConfigurationValue(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey)
+
+
+DataBlockEncoding
+getDataBlockEncoding()
+
+
+short
+getDFSReplication()
+
+
+byte[]
+getEncryptionKey()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getEncryptionType()
+
+
+MemoryCompactionPolicy
+getInMemoryCompaction()
+
+
+KeepDeletedCells
+getKeepDeletedCells()
+
+
+int
+getMaxVersions()
+
+
+int
+getMinVersions()
+
+
+MobCompactPartitionPolicy
+getMobCompactPartitionPolicy()
+Get the mob compact partition policy for this family
+
+
+
+long
+getMobThreshold()
+Gets the mob threshold of the family.
+
+
+
+byte[]
+getName()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getNameAsString()
+
+
+int
+getScope()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getStoragePolicy()
+Not using enum here because HDFS is not using 
enum for storage policy, see
+ org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite for 
more details.
+
+
+
+int
+getTimeToLive()
+
+
+byte[]
+getValue(byte[]key)
+
+
+Bytes
+getValue(Byteskey)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
+getValues()
+It clone all bytes of all elements.
+
+
+
+boolean
+isBlockCacheEnabled()
+
+
+boolean
+isCacheBloomsOnWrite()
+
+
+boolean
+isCacheDataInL1()
+
+
+boolean
+isCacheDataOnWrite()
+
+
+boolean
+isCacheIndexesOnWrite()
+
+
+boolean
+isCompressTags()
+
+
+boolean

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

2017-06-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b44796ef/apidocs/org/apache/hadoop/hbase/client/Scan.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Scan.html 
b/apidocs/org/apache/hadoop/hbase/client/Scan.html
index 2086538..c560430 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Scan.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Scan.html
@@ -4,7 +4,7 @@
 
 
 
-Scan (Apache HBase 2.0.0-SNAPSHOT API)
+Scan (Apache HBase 3.0.0-SNAPSHOT API)
 
 
 
@@ -12,14 +12,14 @@
 

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

2017-06-06 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6ad4f21a/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 7889845..377894e 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -3286,15 +3286,15 @@
 
 apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.backup.HFileArchiver.StoreToFile
 
-apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Comparators.GetBulkTime
+apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFileComparators.GetBulkTime
 
-apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Comparators.GetFileSize
+apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFileComparators.GetFileSize
 
-apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Comparators.GetMaxTimestamp
+apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFileComparators.GetMaxTimestamp
 
-apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Comparators.GetPathName
+apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFileComparators.GetPathName
 
-apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Comparators.GetSeqId
+apply(StoreFile)
 - Method in class org.apache.hadoop.hbase.regionserver.StoreFileComparators.GetSeqId
 
 apply(byte)
 - Method in enum org.apache.hadoop.hbase.util.Order
 
@@ -3706,9 +3706,9 @@
 
 ASSIGN_MAX_ATTEMPTS
 - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
-ASSIGN_SEQ_IDS
 - Static variable in class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
+ASSIGN_METRIC_PREFIX
 - Static variable in interface org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
 
-ASSIGN_TIME_NAME
 - Static variable in interface org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
+ASSIGN_SEQ_IDS
 - Static variable in class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
 
 assignDispatchWaitMillis
 - Variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
@@ -3789,6 +3789,8 @@
 
 assignMetaReplicas()
 - Method in class org.apache.hadoop.hbase.master.MasterMetaBootstrap
 
+assignMetrics
 - Variable in class org.apache.hadoop.hbase.master.MetricsAssignmentManagerSourceImpl
+
 AssignProcedure - Class in org.apache.hadoop.hbase.master.assignment
 
 Procedure that describe the assignment of a single 
region.
@@ -3801,6 +3803,8 @@
 
 AssignProcedure(HRegionInfo,
 ServerName) - Constructor for class 
org.apache.hadoop.hbase.master.assignment.AssignProcedure
 
+assignProcMetrics
 - Variable in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
+
 assignQueueFullCond
 - Variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
 assignQueueLock
 - Variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
@@ -3825,8 +3829,6 @@
 
 assignThread
 - Variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
-assignTimeHisto
 - Variable in class org.apache.hadoop.hbase.master.MetricsAssignmentManagerSourceImpl
-
 asSubByteBuff(long,
 int) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
 
 Creates a ByteBuff from a given array of ByteBuffers from 
the given offset to the
@@ -6442,7 +6444,7 @@
 
 Meta data block name for bloom filter bits.
 
-BLOOM_FILTER_TYPE_KEY
 - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFile
+BLOOM_FILTER_TYPE_KEY
 - Static variable in interface org.apache.hadoop.hbase.regionserver.StoreFile
 
 Bloom filter Type in FileInfo
 
@@ -6494,7 +6496,7 @@
 BloomFilterFactory - Class in org.apache.hadoop.hbase.util
 
 Handles Bloom filter initialization based on configuration 
and serialized
- metadata in the reader and writer of StoreFile.
+ metadata in the reader and writer of StoreFile.
 
 BloomFilterFactory()
 - Constructor for class org.apache.hadoop.hbase.util.BloomFilterFactory
 
@@ -7196,8 +7198,6 @@
 
 Build the ZK quorum server string with "server:clientport" 
list, separated by ','
 
-BULK_ASSIGN_TIME_NAME
 - Static variable in interface org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
-
 BULK_LOAD
 - Static variable in class org.apache.hadoop.hbase.regionserver.wal.WALEdit
 
 BULK_LOAD_FAMILY
 - Static variable in class org.apache.hadoop.hbase.backup.impl.BackupSystemTable
@@ -7238,11 +7238,11 @@
 
 Staging dir used by bulk load
 
-BULKLOAD_TASK_KEY
 - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFile
+BULKLOAD_TASK_KEY
 - Static variable in interface org.apache.hadoop.hbase.regionserver.StoreFile
 
 Meta key set when store file is a result of a bulk 
load
 
-BULKLOAD_TIME_KEY
 - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFile
+BULKLOAD_TIME_KEY
 - 

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

2017-06-03 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c9d35424/devapidocs/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.html
 
b/devapidocs/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.html
index 2ac9f51..5bf0ad2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.html
@@ -479,7 +479,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 throwEnrichedException
-staticvoidthrowEnrichedException(http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutionException.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutionExceptione,
+staticvoidthrowEnrichedException(http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutionException.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutionExceptione,
intretries)
 throws RetriesExhaustedException,
DoNotRetryIOException
@@ -498,7 +498,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 addCallsForReplica
-privatevoidaddCallsForReplica(ResultBoundedCompletionServiceResultcs,
+privatevoidaddCallsForReplica(ResultBoundedCompletionServiceResultcs,
 RegionLocationsrl,
 intmin,
 intmax)
@@ -518,7 +518,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getRegionLocations
-staticRegionLocationsgetRegionLocations(booleanuseCache,
+staticRegionLocationsgetRegionLocations(booleanuseCache,
   intreplicaId,
   ClusterConnectioncConnection,
   TableNametableName,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c9d35424/devapidocs/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.RetryingRPC.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.RetryingRPC.html
 
b/devapidocs/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.RetryingRPC.html
index c809928..64ec36a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.RetryingRPC.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.RetryingRPC.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-class ScannerCallableWithReplicas.RetryingRPC
+class ScannerCallableWithReplicas.RetryingRPC
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements RetryingCallablePairResult[],ScannerCallable, Cancellable
 
@@ -247,7 +247,7 @@ implements 
 
 callable
-finalScannerCallable callable
+finalScannerCallable callable
 
 
 
@@ -256,7 +256,7 @@ implements 
 
 caller
-RpcRetryingCallerResult[] caller
+RpcRetryingCallerResult[] caller
 
 
 
@@ -265,7 +265,7 @@ implements 
 
 cancelled
-private volatileboolean cancelled
+private volatileboolean cancelled
 
 
 
@@ -282,7 +282,7 @@ implements 
 
 RetryingRPC
-RetryingRPC(ScannerCallablecallable)
+RetryingRPC(ScannerCallablecallable)
 
 
 
@@ -299,7 +299,7 @@ implements 
 
 call
-publicPairResult[],ScannerCallablecall(intcallTimeout)
+publicPairResult[],ScannerCallablecall(intcallTimeout)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
interface:RetryingCallable
 Computes a result, or throws an exception if unable to do 
so.
@@ -321,7 +321,7 @@ implements 
 
 prepare
-publicvoidprepare(booleanreload)
+publicvoidprepare(booleanreload)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
interface:RetryingCallable
 Prepare by setting up any connections to servers, etc., 
ahead of call invocation.
@@ -342,7 +342,7 @@ implements 
 
 throwable
-publicvoidthrowable(http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwablet,
+publicvoidthrowable(http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwablet,
   booleanretrying)
 Description copied from 
interface:RetryingCallable
 Called when call throws an exception and we are going to 
retry; take action to

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

2017-06-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6dd31117/apidocs/src-html/org/apache/hadoop/hbase/ProcedureInfo.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ProcedureInfo.html 
b/apidocs/src-html/org/apache/hadoop/hbase/ProcedureInfo.html
index 8cf4182..03e7132 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/ProcedureInfo.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/ProcedureInfo.html
@@ -88,141 +88,139 @@
 080  @Override
 081  public String toString() {
 082StringBuilder sb = new 
StringBuilder();
-083sb.append("Procedure=");
-084sb.append(procName);
-085sb.append(" (id=");
-086sb.append(procId);
-087if (hasParentId()) {
-088  sb.append(", parent=");
-089  sb.append(parentId);
-090}
-091if (hasOwner()) {
-092  sb.append(", owner=");
-093  sb.append(procOwner);
-094}
-095sb.append(", state=");
-096sb.append(procState);
-097
-098long now = 
EnvironmentEdgeManager.currentTime();
-099sb.append(", submittedTime=");
-100sb.append(StringUtils.formatTime(now 
- submittedTime));
-101sb.append(" ago, lastUpdate=");
-102sb.append(StringUtils.formatTime(now 
- submittedTime));
-103sb.append(" ago");
-104
-105if (isFailed()) {
-106  sb.append(", exception=\"");
-107  
sb.append(this.exception.getMessage());
-108  sb.append("\"");
-109}
-110sb.append(")");
-111return sb.toString();
-112  }
-113
-114  public long getProcId() {
-115return procId;
-116  }
-117
-118  public String getProcName() {
-119return procName;
-120  }
-121
-122  public boolean hasOwner() {
-123return procOwner != null;
-124  }
-125
-126  public String getProcOwner() {
-127return procOwner;
-128  }
-129
-130  public ProcedureState getProcState() 
{
-131return procState;
-132  }
-133
-134  public boolean hasParentId() {
-135return (parentId != -1);
-136  }
-137
-138  public long getParentId() {
-139return parentId;
-140  }
-141
-142  public NonceKey getNonceKey() {
-143return nonceKey;
-144  }
-145
-146  public boolean isFailed() {
-147return exception != null;
-148  }
-149
-150  public IOException getException() {
-151if (isFailed()) {
-152  return this.exception;
-153}
-154return null;
-155  }
-156
-157  public String getExceptionFullMessage() 
{
-158assert isFailed();
-159final IOException e = 
getException();
-160return e.getCause() + " - " + 
e.getMessage();
-161  }
-162
-163  public boolean hasResultData() {
-164return result != null;
-165  }
-166
-167  public byte[] getResult() {
-168return result;
-169  }
-170
-171  public long getSubmittedTime() {
-172return submittedTime;
-173  }
-174
-175  public long getLastUpdate() {
-176return lastUpdate;
-177  }
-178
-179  public long executionTime() {
-180return lastUpdate - submittedTime;
-181  }
-182
-183  @InterfaceAudience.Private
-184  public boolean hasClientAckTime() {
-185return clientAckTime != -1;
-186  }
-187
-188  @InterfaceAudience.Private
-189  public long getClientAckTime() {
-190return clientAckTime;
-191  }
-192
-193  @InterfaceAudience.Private
-194  public void setClientAckTime(final long 
timestamp) {
-195this.clientAckTime = timestamp;
-196  }
-197
-198  /**
-199   * Check if the user is this 
procedure's owner
-200   * @param procInfo the procedure to 
check
-201   * @param user the user
-202   * @return true if the user is the 
owner of the procedure,
-203   *   false otherwise or the owner is 
unknown.
-204   */
-205  @InterfaceAudience.Private
-206  public static boolean 
isProcedureOwner(final ProcedureInfo procInfo, final User user) {
-207if (user == null) {
-208  return false;
-209}
-210String procOwner = 
procInfo.getProcOwner();
-211if (procOwner == null) {
-212  return false;
-213}
-214return 
procOwner.equals(user.getShortName());
-215  }
-216
-217}
+083sb.append(procName);
+084sb.append(" pid=");
+085sb.append(procId);
+086if (hasParentId()) {
+087  sb.append(", ppid=");
+088  sb.append(parentId);
+089}
+090if (hasOwner()) {
+091  sb.append(", owner=");
+092  sb.append(procOwner);
+093}
+094sb.append(", state=");
+095sb.append(procState);
+096
+097long now = 
EnvironmentEdgeManager.currentTime();
+098sb.append(", submittedTime=");
+099sb.append(StringUtils.formatTime(now 
- submittedTime));
+100sb.append(" ago, lastUpdate=");
+101sb.append(StringUtils.formatTime(now 
- submittedTime));
+102sb.append(" ago");
+103
+104if (isFailed()) {
+105  sb.append(", exception=\"");
+106  
sb.append(this.exception.getMessage());
+107  sb.append("\"");
+108}
+109return sb.toString();
+110  }
+111
+112  public long getProcId() {
+113return procId;
+114  }
+115
+116  public String getProcName() {
+117return procName;
+118  }
+119
+120  public 

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

2017-05-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dab57116/apidocs/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.html 
b/apidocs/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.html
new file mode 100644
index 000..9adcfc7
--- /dev/null
+++ b/apidocs/org/apache/hadoop/hbase/quotas/SpaceViolationPolicy.html
@@ -0,0 +1,383 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+SpaceViolationPolicy (Apache HBase 2.0.0-SNAPSHOT API)
+
+
+
+
+
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+
+org.apache.hadoop.hbase.quotas
+Enum 
SpaceViolationPolicy
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">java.lang.EnumSpaceViolationPolicy
+
+
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableSpaceViolationPolicy
+
+
+
+@InterfaceAudience.Public
+public enum SpaceViolationPolicy
+extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumSpaceViolationPolicy
+Enumeration that represents the action HBase will take when 
a space quota is violated.
+
+ The target for a violation policy is either an HBase table or namespace. In 
the case of a
+ namespace, it is treated as a collection of tables (all tables are subject to 
the same policy).
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+DISABLE
+Disables the table(s).
+
+
+
+NO_INSERTS
+Disallows any updates (but allows deletes and compactions) 
on the table(s).
+
+
+
+NO_WRITES
+Disallows any mutations (but allows compactions) on the 
table(s).
+
+
+
+NO_WRITES_COMPACTIONS
+Disallows any mutations or compactions on the 
table(s).
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static SpaceViolationPolicy
+valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the enum constant of this type with the specified 
name.
+
+
+
+static SpaceViolationPolicy[]
+values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">Enum
+http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-;
 title="class or interface in java.lang">compareTo, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--;
 title="class or interface in java.lang">getDeclaringClass, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/8/docs/
 api/java/lang/Enum.html?is-external=true#name--" title="class or interface in 

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

2017-05-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c635e71b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html 
b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
index 8adbacb..ac13492 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
@@ -315,1063 +315,1070 @@
 307  /** Default HBase client operation 
timeout, which is tantamount to a blocking call */
 308  public static final int 
DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT = 120;
 309
-310  /** Used to construct the name of the 
log directory for a region server */
-311  public static final String 
HREGION_LOGDIR_NAME = "WALs";
-312
-313  /** Used to construct the name of the 
splitlog directory for a region server */
-314  public static final String 
SPLIT_LOGDIR_NAME = "splitWAL";
-315
-316  /** Like the previous, but for old logs 
that are about to be deleted */
-317  public static final String 
HREGION_OLDLOGDIR_NAME = "oldWALs";
-318
-319  /** Staging dir used by bulk load */
-320  public static final String 
BULKLOAD_STAGING_DIR_NAME = "staging";
-321
-322  public static final String 
CORRUPT_DIR_NAME = "corrupt";
-323
-324  /** Used by HBCK to sideline backup 
data */
-325  public static final String 
HBCK_SIDELINEDIR_NAME = ".hbck";
-326
-327  /** Any artifacts left from migration 
can be moved here */
-328  public static final String 
MIGRATION_NAME = ".migration";
-329
-330  /**
-331   * The directory from which 
co-processor/custom filter jars can be loaded
-332   * dynamically by the region servers. 
This value can be overridden by the
-333   * hbase.dynamic.jars.dir config.
-334   */
-335  public static final String LIB_DIR = 
"lib";
+310  /** Parameter name for HBase client 
meta replica scan call timeout. */
+311  public static final String 
HBASE_CLIENT_MEAT_REPLICA_SCAN_TIMEOUT =
+312  
"hbase.client.meta.replica.scan.timeout";
+313
+314  /** Default HBase client meta replica 
scan call timeout, 1 second */
+315  public static final int 
HBASE_CLIENT_MEAT_REPLICA_SCAN_TIMEOUT_DEFAULT = 100;
+316
+317  /** Used to construct the name of the 
log directory for a region server */
+318  public static final String 
HREGION_LOGDIR_NAME = "WALs";
+319
+320  /** Used to construct the name of the 
splitlog directory for a region server */
+321  public static final String 
SPLIT_LOGDIR_NAME = "splitWAL";
+322
+323  /** Like the previous, but for old logs 
that are about to be deleted */
+324  public static final String 
HREGION_OLDLOGDIR_NAME = "oldWALs";
+325
+326  /** Staging dir used by bulk load */
+327  public static final String 
BULKLOAD_STAGING_DIR_NAME = "staging";
+328
+329  public static final String 
CORRUPT_DIR_NAME = "corrupt";
+330
+331  /** Used by HBCK to sideline backup 
data */
+332  public static final String 
HBCK_SIDELINEDIR_NAME = ".hbck";
+333
+334  /** Any artifacts left from migration 
can be moved here */
+335  public static final String 
MIGRATION_NAME = ".migration";
 336
-337  /** Used to construct the name of the 
compaction directory during compaction */
-338  public static final String 
HREGION_COMPACTIONDIR_NAME = "compaction.dir";
-339
-340  /** Conf key for the max file size 
after which we split the region */
-341  public static final String 
HREGION_MAX_FILESIZE =
-342  "hbase.hregion.max.filesize";
+337  /**
+338   * The directory from which 
co-processor/custom filter jars can be loaded
+339   * dynamically by the region servers. 
This value can be overridden by the
+340   * hbase.dynamic.jars.dir config.
+341   */
+342  public static final String LIB_DIR = 
"lib";
 343
-344  /** Default maximum file size */
-345  public static final long 
DEFAULT_MAX_FILE_SIZE = 10 * 1024 * 1024 * 1024L;
+344  /** Used to construct the name of the 
compaction directory during compaction */
+345  public static final String 
HREGION_COMPACTIONDIR_NAME = "compaction.dir";
 346
-347  /**
-348   * Max size of single row for Get's or 
Scan's without in-row scanning flag set.
-349   */
-350  public static final String 
TABLE_MAX_ROWSIZE_KEY = "hbase.table.max.rowsize";
-351
-352  /**
-353   * Default max row size (1 Gb).
-354   */
-355  public static final long 
TABLE_MAX_ROWSIZE_DEFAULT = 1024 * 1024 * 1024L;
-356
-357  /**
-358   * The max number of threads used for 
opening and closing stores or store
-359   * files in parallel
-360   */
-361  public static final String 
HSTORE_OPEN_AND_CLOSE_THREADS_MAX =
-362
"hbase.hstore.open.and.close.threads.max";
+347  /** Conf key for the max file size 
after which we split the region */
+348  public static final String 
HREGION_MAX_FILESIZE =
+349  "hbase.hregion.max.filesize";
+350
+351  /** Default maximum file size */
+352  public static final long 
DEFAULT_MAX_FILE_SIZE = 10 * 1024 * 1024 * 1024L;
+353
+354  /**
+355   * Max 

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

2017-05-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8b4cf63f/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html 
b/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
index 5dda26a..338ed5a 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
@@ -52,670 +52,671 @@
 044import 
org.apache.hadoop.hbase.client.SnapshotDescription;
 045import 
org.apache.hadoop.hbase.HRegionInfo;
 046import 
org.apache.hadoop.hbase.TableName;
-047import 
org.apache.hadoop.hbase.util.AbstractHBaseTool;
-048import 
org.apache.hadoop.util.StringUtils;
-049
-050import 
org.apache.hadoop.conf.Configuration;
-051import 
org.apache.hadoop.hbase.io.HFileLink;
-052import 
org.apache.hadoop.hbase.io.WALLink;
-053import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
-054import 
org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos;
-055import 
org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest;
-056import 
org.apache.hadoop.hbase.util.FSUtils;
-057
-058/**
-059 * Tool for dumping snapshot 
information.
-060 * ol
-061 * li Table Descriptor
-062 * li Snapshot creation time, 
type, format version, ...
-063 * li List of hfiles and wals
-064 * li Stats about hfiles and logs 
sizes, percentage of shared with the source table, ...
-065 * /ol
-066 */
-067@InterfaceAudience.Public
-068public final class SnapshotInfo extends 
AbstractHBaseTool {
-069  private static final Log LOG = 
LogFactory.getLog(SnapshotInfo.class);
-070
-071  static final class Options {
-072static final Option SNAPSHOT = new 
Option(null, "snapshot", true, "Snapshot to examine.");
-073static final Option REMOTE_DIR = new 
Option(null, "remote-dir", true,
-074"Root directory that contains the 
snapshots.");
-075static final Option LIST_SNAPSHOTS = 
new Option(null, "list-snapshots", false,
-076"List all the available snapshots 
and exit.");
-077static final Option FILES = new 
Option(null, "files", false, "Files and logs list.");
-078static final Option STATS = new 
Option(null, "stats", false, "Files and logs stats.");
-079static final Option SCHEMA = new 
Option(null, "schema", false,
-080"Describe the snapshotted 
table.");
-081static final Option SIZE_IN_BYTES = 
new Option(null, "size-in-bytes", false,
-082"Print the size of the files in 
bytes.");
-083  }
-084
-085  /**
-086   * Statistics about the snapshot
-087   * ol
-088   * li How many store files and 
logs are in the archive
-089   * li How many store files and 
logs are shared with the table
-090   * li Total store files and 
logs size and shared amount
-091   * /ol
-092   */
-093  public static class SnapshotStats {
-094/** Information about the file 
referenced by the snapshot */
-095static class FileInfo {
-096  private final boolean corrupted;
-097  private final boolean inArchive;
-098  private final long size;
-099
-100  FileInfo(final boolean inArchive, 
final long size, final boolean corrupted) {
-101this.corrupted = corrupted;
-102this.inArchive = inArchive;
-103this.size = size;
-104  }
-105
-106  /** @return true if the file is in 
the archive */
-107  public boolean inArchive() {
-108return this.inArchive;
-109  }
-110
-111  /** @return true if the file is 
corrupted */
-112  public boolean isCorrupted() {
-113return this.corrupted;
-114  }
-115
-116  /** @return true if the file is 
missing */
-117  public boolean isMissing() {
-118return this.size  0;
-119  }
-120
-121  /** @return the file size */
-122  public long getSize() {
-123return this.size;
-124  }
-125
-126  String getStateToString() {
-127if (isCorrupted()) return 
"CORRUPTED";
-128if (isMissing()) return "NOT 
FOUND";
-129if (inArchive()) return 
"archive";
-130return null;
-131  }
-132}
-133
-134private AtomicInteger 
hfilesArchiveCount = new AtomicInteger();
-135private AtomicInteger hfilesCorrupted 
= new AtomicInteger();
-136private AtomicInteger hfilesMissing = 
new AtomicInteger();
-137private AtomicInteger hfilesCount = 
new AtomicInteger();
-138private AtomicInteger hfilesMobCount 
= new AtomicInteger();
-139private AtomicInteger logsMissing = 
new AtomicInteger();
-140private AtomicInteger logsCount = new 
AtomicInteger();
-141private AtomicLong hfilesArchiveSize 
= new AtomicLong();
-142private AtomicLong hfilesSize = new 
AtomicLong();
-143private AtomicLong hfilesMobSize = 
new AtomicLong();
-144private AtomicLong 
nonSharedHfilesArchiveSize = new AtomicLong();
-145private AtomicLong logSize = new 

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

2017-05-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f55ebeaa/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.NettyConnection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.NettyConnection.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.NettyConnection.html
deleted file mode 100644
index b4590eb..000
--- a/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.NettyConnection.html
+++ /dev/null
@@ -1,507 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-NettyRpcServer.NettyConnection (Apache HBase 2.0.0-SNAPSHOT API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase.ipc
-Class 
NettyRpcServer.NettyConnection
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.ipc.RpcServer.Connection
-
-
-org.apache.hadoop.hbase.ipc.NettyRpcServer.NettyConnection
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable, http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true;
 title="class or interface in java.lang">AutoCloseable
-
-
-Enclosing class:
-NettyRpcServer
-
-
-
-public class NettyRpcServer.NettyConnection
-extends RpcServer.Connection
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected io.netty.channel.Channel
-channel
-
-
-
-
-
-
-Fields inherited from classorg.apache.hadoop.hbase.ipc.RpcServer.Connection
-addr,
 attemptingUser,
 authenticatedWithFallback,
 authFailedCall,
 authFailedResponse,
 authMethod,
 AUTHORIZATION_FAILED_CALLID,
 callCleanup,
 codec, compressionCodec,
 CONNECTION_HEADER_RESPONSE_CALLID,
 connectionHeader,
 connectionHeaderRead,
 connectionPreambleRead,
 cryptoAES,
 hostAddress,
 remotePort, retryImmediatelySupported,
 SASL_CALLID,
 saslCall,
 saslContextEstablished,
 saslServer,
 service,
 setConnectionHeaderResponseCall,
 skipInitialSaslHandshake,
 ugi, useCryptoAesWrap,
 user,
 useSasl,
 useWrap
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-NettyConnection(io.netty.channel.Channelchannel)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-close()
-
-
-ServerCall
-createCall(intid,
-  
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
-  
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
-  
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
-  
org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-  CellScannercellScanner,
-  RpcServer.Connectionconnection,
-  longsize,
-  org.apache.htrace.TraceInfotinfo,
-  http://docs.oracle.com/javase/8/docs/api/java/net/InetAddress.html?is-external=true;
 title="class or interface in java.net">InetAddressremoteAddress,
-  inttimeout,
-  RpcServer.CallCleanupreqCleanup)
-
-
-private void
-doBadPreambleHandling(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg)
-
-
-private void
-doBadPreambleHandling(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg,
- http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
-
-
-boolean
-isConnectionOpen()
-
-
-(package private) void
-process(io.netty.buffer.ByteBufbuf)
-
-
-(package private) void
-process(ByteBuffbuf)
-
-
-(package 

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

2017-05-13 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e0a5167/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HelpCommand.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HelpCommand.html
 
b/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HelpCommand.html
index f77c68a..1c530a4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HelpCommand.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HelpCommand.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class BackupCommands.HelpCommand
+private static class BackupCommands.HelpCommand
 extends BackupCommands.Command
 
 
@@ -146,7 +146,7 @@ extends BackupCommands.Command
-cmdline
+cmdline,
 conn
 
 
 
@@ -190,6 +190,13 @@ extends 
+
+
+
+Methods inherited from classorg.apache.hadoop.hbase.backup.impl.BackupCommands.Command
+finish,
 requiresNoActiveSession
+
+
 
 
 
@@ -223,7 +230,7 @@ extends 
 
 HelpCommand
-HelpCommand(org.apache.hadoop.conf.Configurationconf,
+HelpCommand(org.apache.hadoop.conf.Configurationconf,
 org.apache.commons.cli.CommandLinecmdline)
 
 
@@ -241,7 +248,7 @@ extends 
 
 execute
-publicvoidexecute()
+publicvoidexecute()
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Overrides:
@@ -257,7 +264,7 @@ extends 
 
 printUsage
-protectedvoidprintUsage()
+protectedvoidprintUsage()
 
 Specified by:
 printUsagein
 classBackupCommands.Command

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e0a5167/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HistoryCommand.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HistoryCommand.html
 
b/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HistoryCommand.html
index 65a491d..c799a4f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HistoryCommand.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.HistoryCommand.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class BackupCommands.HistoryCommand
+private static class BackupCommands.HistoryCommand
 extends BackupCommands.Command
 
 
@@ -157,7 +157,7 @@ extends BackupCommands.Command
-cmdline
+cmdline,
 conn
 
 
 
@@ -217,6 +217,13 @@ extends 
+
+
+
+Methods inherited from classorg.apache.hadoop.hbase.backup.impl.BackupCommands.Command
+finish,
 requiresNoActiveSession
+
+
 
 
 
@@ -250,7 +257,7 @@ extends 
 
 DEFAULT_HISTORY_LENGTH
-private static finalint DEFAULT_HISTORY_LENGTH
+private static finalint DEFAULT_HISTORY_LENGTH
 
 See Also:
 Constant
 Field Values
@@ -271,7 +278,7 @@ extends 
 
 HistoryCommand
-HistoryCommand(org.apache.hadoop.conf.Configurationconf,
+HistoryCommand(org.apache.hadoop.conf.Configurationconf,
org.apache.commons.cli.CommandLinecmdline)
 
 
@@ -289,7 +296,7 @@ extends 
 
 execute
-publicvoidexecute()
+publicvoidexecute()
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Overrides:
@@ -305,7 +312,7 @@ extends 
 
 getBackupRootPath
-privateorg.apache.hadoop.fs.PathgetBackupRootPath()
+privateorg.apache.hadoop.fs.PathgetBackupRootPath()
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -319,7 +326,7 @@ extends 
 
 getTableName
-privateTableNamegetTableName()
+privateTableNamegetTableName()
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -333,7 +340,7 @@ extends 
 
 getTableSetName
-privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetTableSetName()
+privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetTableSetName()
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -347,7 +354,7 @@ extends 
 
 parseHistoryLength
-privateintparseHistoryLength()
+privateintparseHistoryLength()
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -361,7 +368,7 @@ extends 
 
 printUsage
-protectedvoidprintUsage()
+protectedvoidprintUsage()
 
 Specified by:
 printUsagein
 

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

2017-05-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/709b8fcc/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index f9a0061..36ba1e1 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2159
 0
 0
-14333
+14339
 
 Files
 
@@ -2957,7 +2957,7 @@
 org/apache/hadoop/hbase/master/HMaster.java
 0
 0
-236
+237
 
 org/apache/hadoop/hbase/master/HMasterCommandLine.java
 0
@@ -3869,3176 +3869,3181 @@
 0
 1
 
-org/apache/hadoop/hbase/regionserver/Chunk.java
+org/apache/hadoop/hbase/regionserver/ChangedReadersObserver.java
 0
 0
 1
 
+org/apache/hadoop/hbase/regionserver/Chunk.java
+0
+0
+1
+
 org/apache/hadoop/hbase/regionserver/ChunkCreator.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/regionserver/CompactSplitThread.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/regionserver/CompactedHFilesDischargeHandler.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/CompactedHFilesDischarger.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/regionserver/CompactingMemStore.java
 0
 0
-3
-
+6
+
 org/apache/hadoop/hbase/regionserver/CompactionPipeline.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/regionserver/CompactionRequestor.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/regionserver/CompactionTool.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/regionserver/CompositeImmutableSegment.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/DefaultHeapMemoryTuner.java
 0
 0
 31
-
+
 org/apache/hadoop/hbase/regionserver/DefaultMemStore.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/DefaultStoreFlusher.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/DisabledRegionSplitPolicy.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/FavoredNodesForRegion.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/FifoRpcSchedulerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/FlushAllLargeStoresPolicy.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/FlushNonSloppyStoresFirstPolicy.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/FlushPolicyFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/FlushRequestListener.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/FlushRequester.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/HMobStore.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/regionserver/HRegion.java
 0
 0
 204
-
+
 org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
 0
 0
 46
-
+
 org/apache/hadoop/hbase/regionserver/HRegionServer.java
 0
 0
 128
-
+
 org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/HStore.java
 0
 0
-53
-
+52
+
 org/apache/hadoop/hbase/regionserver/HeapMemoryManager.java
 0
 0
 15
-
+
 org/apache/hadoop/hbase/regionserver/HeapMemoryTuner.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/ImmutableSegment.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/regionserver/IncreasingToUpperBoundRegionSplitPolicy.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/InternalScan.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/InternalScanner.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/KeyPrefixRegionSplitPolicy.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/KeyValueHeap.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/regionserver/KeyValueScanner.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/regionserver/LeaseException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/Leases.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/regionserver/LogRoller.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/regionserver/MemStore.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreCompactor.java
 0
 0
 19
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreCompactorSegmentsIterator.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
 0
 0
 31
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreLABImpl.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreMergerSegmentsIterator.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreSegmentsIterator.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MemStoreSnapshot.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsHeapMemoryManagerSource.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsRegion.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsRegionServer.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceFactoryImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsRegionWrapperImpl.java
 0
 0
 1
-
+
 

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

2017-05-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1241ee85/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
index bd75b02..6dbfaa0 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class HFileBlock
+public class HFileBlock
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements Cacheable
 Reads HFile 
version 2 blocks to HFiles and via Cacheable Interface to 
caches.
@@ -719,7 +719,7 @@ implements 
 
 LOG
-private static finalorg.apache.commons.logging.Log LOG
+private static finalorg.apache.commons.logging.Log LOG
 
 
 
@@ -728,7 +728,7 @@ implements 
 
 blockType
-privateBlockType blockType
+privateBlockType blockType
 Type of block. Header field 0.
 
 
@@ -738,7 +738,7 @@ implements 
 
 onDiskSizeWithoutHeader
-privateint onDiskSizeWithoutHeader
+privateint onDiskSizeWithoutHeader
 Size on disk excluding header, including checksum. Header 
field 1.
 
 See Also:
@@ -752,7 +752,7 @@ implements 
 
 uncompressedSizeWithoutHeader
-privateint uncompressedSizeWithoutHeader
+privateint uncompressedSizeWithoutHeader
 Size of pure data. Does not include header or checksums. 
Header field 2.
 
 See Also:
@@ -766,7 +766,7 @@ implements 
 
 prevBlockOffset
-privatelong prevBlockOffset
+privatelong prevBlockOffset
 The offset of the previous block on disk. Header field 
3.
 
 See Also:
@@ -780,7 +780,7 @@ implements 
 
 onDiskDataSizeWithHeader
-privateint onDiskDataSizeWithHeader
+privateint onDiskDataSizeWithHeader
 Size on disk of header + data. Excludes checksum. Header 
field 6,
  OR calculated from onDiskSizeWithoutHeader
 when using HDFS checksum.
 
@@ -795,7 +795,7 @@ implements 
 
 buf
-privateByteBuff buf
+privateByteBuff buf
 The in-memory representation of the hfile block. Can be on 
or offheap. Can be backed by
  a single ByteBuffer or by many. Make no assumptions.
 
@@ -816,7 +816,7 @@ implements 
 
 fileContext
-privateHFileContext fileContext
+privateHFileContext fileContext
 Meta data that holds meta information on the 
hfileblock.
 
 
@@ -826,7 +826,7 @@ implements 
 
 offset
-privatelong offset
+privatelong offset
 The offset of this block in the file. Populated by the 
reader for
  convenience of access. This offset is not part of the block header.
 
@@ -837,7 +837,7 @@ implements 
 
 memType
-privateCacheable.MemoryType memType
+privateCacheable.MemoryType memType
 
 
 
@@ -846,7 +846,7 @@ implements 
 
 nextBlockOnDiskSize
-privateint nextBlockOnDiskSize
+privateint nextBlockOnDiskSize
 The on-disk size of the next block, including the header 
and checksums if present, obtained by
  peeking into the first HConstants.HFILEBLOCK_HEADER_SIZE
 bytes of the next block's
  header, or UNSET if unknown.
@@ -864,7 +864,7 @@ implements 
 
 CHECKSUM_VERIFICATION_NUM_IO_THRESHOLD
-static finalint CHECKSUM_VERIFICATION_NUM_IO_THRESHOLD
+static finalint CHECKSUM_VERIFICATION_NUM_IO_THRESHOLD
 On a checksum failure, do these many succeeding read 
requests using hdfs checksums before
  auto-reenabling hbase checksum verification.
 
@@ -879,7 +879,7 @@ implements 
 
 UNSET
-private staticint UNSET
+private staticint UNSET
 
 
 
@@ -888,7 +888,7 @@ implements 
 
 FILL_HEADER
-public static finalboolean FILL_HEADER
+public static finalboolean FILL_HEADER
 
 See Also:
 Constant
 Field Values
@@ -901,7 +901,7 @@ implements 
 
 DONT_FILL_HEADER
-public static finalboolean DONT_FILL_HEADER
+public static finalboolean DONT_FILL_HEADER
 
 See Also:
 Constant
 Field Values
@@ -914,7 +914,7 @@ implements 
 
 MULTI_BYTE_BUFFER_HEAP_SIZE
-public static finalint MULTI_BYTE_BUFFER_HEAP_SIZE
+public static finalint MULTI_BYTE_BUFFER_HEAP_SIZE
 
 
 
@@ -923,7 +923,7 @@ implements 
 
 BLOCK_METADATA_SPACE
-static finalint BLOCK_METADATA_SPACE
+static finalint BLOCK_METADATA_SPACE
 Space for metadata on a block that gets stored along with 
the block when we cache it.
  There are a few bytes stuck on the end of the HFileBlock that we pull in from 
HDFS (note,
  when we read from HDFS, we pull in an HFileBlock AND the header of the next 
block if one).
@@ -946,7 +946,7 @@ implements 
 
 CHECKSUM_SIZE
-static finalint CHECKSUM_SIZE
+static finalint CHECKSUM_SIZE
 Each checksum value is an integer that can be stored in 4 
bytes.
 
 See Also:
@@ -960,7 +960,7 @@ implements 
 
 DUMMY_HEADER_NO_CHECKSUM
-static finalbyte[] DUMMY_HEADER_NO_CHECKSUM
+static finalbyte[] DUMMY_HEADER_NO_CHECKSUM
 
 
 
@@ -969,7 +969,7 @@ implements 
 
 BLOCK_DESERIALIZER
-static finalCacheableDeserializerCacheable BLOCK_DESERIALIZER
+static 

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

2017-05-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dd7176bf/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 27b828c..a33ba34 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2159
 0
 0
-14355
+14347
 
 Files
 
@@ -747,7 +747,7 @@
 org/apache/hadoop/hbase/client/Admin.java
 0
 0
-77
+78
 
 org/apache/hadoop/hbase/client/Append.java
 0
@@ -2957,7 +2957,7 @@
 org/apache/hadoop/hbase/master/HMaster.java
 0
 0
-237
+236
 
 org/apache/hadoop/hbase/master/HMasterCommandLine.java
 0
@@ -5102,7 +5102,7 @@
 org/apache/hadoop/hbase/rest/TableResource.java
 0
 0
-11
+3
 
 org/apache/hadoop/hbase/rest/TableScanResource.java
 0
@@ -7069,7 +7069,7 @@
 
 
 http://checkstyle.sourceforge.net/config_blocks.html#NeedBraces;>NeedBraces
-1933
+1934
 Error
 
 coding
@@ -7131,19 +7131,19 @@
 ordered: true
 sortStaticImportsAlphabetically: true
 option: top
-916
+917
 Error
 
 
 http://checkstyle.sourceforge.net/config_imports.html#RedundantImport;>RedundantImport
-15
+14
 Error
 
 
 http://checkstyle.sourceforge.net/config_imports.html#UnusedImports;>UnusedImports
 
 processJavadoc: true
-76
+75
 Error
 
 indentation
@@ -7154,19 +7154,19 @@
 caseIndent: 2
 basicOffset: 2
 lineWrappingIndentation: 2
-5083
+5074
 Error
 
 javadoc
 http://checkstyle.sourceforge.net/config_javadoc.html#JavadocTagContinuationIndentation;>JavadocTagContinuationIndentation
 
 offset: 2
-782
+787
 Error
 
 
 http://checkstyle.sourceforge.net/config_javadoc.html#NonEmptyAtclauseDescription;>NonEmptyAtclauseDescription
-3269
+3265
 Error
 
 misc
@@ -12833,7 +12833,7 @@
 
 Error
 javadoc
-NonEmptyAtclauseDescription
+JavadocTagContinuationIndentation
 Javadoc comment at column 43 has parse error. Missed HTML close tag 
'TableName'. Sometimes it means that close tag missed for one of previous 
tags.
 122
 
@@ -13825,491 +13825,497 @@
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-91
+92
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-196
+197
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-209
+210
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-228
+229
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-229
+230
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-242
+243
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-245
+246
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-246
+247
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-349
+350
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-350
+351
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-418
+419
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-420
+421
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-489
+490
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-500
+501
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-647
+648
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-648
+649
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-660
+661
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-662
+663
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-664
+665
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-676
+677
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-677
+678
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-678
+679
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause 

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

2017-05-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ef4c5a9/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.Call.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.Call.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.Call.html
deleted file mode 100644
index 8e2f829..000
--- a/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcServer.Call.html
+++ /dev/null
@@ -1,395 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-NettyRpcServer.Call (Apache HBase 2.0.0-SNAPSHOT API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase.ipc
-Class 
NettyRpcServer.Call
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.ipc.RpcServer.Call
-
-
-org.apache.hadoop.hbase.ipc.NettyRpcServer.Call
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-RpcCall, RpcCallContext
-
-
-Enclosing class:
-NettyRpcServer
-
-
-
-@InterfaceStability.Evolving
-public class NettyRpcServer.Call
-extends RpcServer.Call
-Datastructure that holds all necessary to a method 
invocation and then afterward, carries the
- result.
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from classorg.apache.hadoop.hbase.ipc.RpcServer.Call
-cellBlockStream,
 cellScanner,
 connection,
 deadline,
 header,
 id,
 isError,
 md,
 param,
 remoteAddress,
 reqCleanup, response,
 rpcCallback,
 service,
 size,
 startTime,
 timeout,
 timestamp,
 tinfo,
 user
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Call(intid,
-
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
-
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
-
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
-org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-CellScannercellScanner,
-RpcServer.Connectionconnection,
-longsize,
-org.apache.htrace.TraceInfotinfo,
-http://docs.oracle.com/javase/8/docs/api/java/net/InetAddress.html?is-external=true;
 title="class or interface in java.net">InetAddressremoteAddress,
-inttimeout,
-RpcServer.CallCleanupreqCleanup)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-long
-disconnectSince()
-Check if the caller who made this IPC call has 
disconnected.
-
-
-
-(package private) NettyRpcServer.NettyConnection
-getConnection()
-
-
-void
-sendResponseIfReady()
-If we have a response, and delay is not set, then respond 
immediately.
-
-
-
-void
-sendResponseIfReady(io.netty.channel.ChannelFutureListenerlistener)
-
-
-
-
-
-
-Methods inherited from classorg.apache.hadoop.hbase.ipc.RpcServer.Call
-cleanup,
 createHeaderAndMessageBytes,
 done,
 getCellScanner,
 getClientVersionInfo,
 getDeadline,
 getHeader,
 getMethod, href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getParam--">getParam,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getPriority--">getPriority,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getReceiveTime--">getReceiveTime,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRemoteAddress--">getRemoteAddress,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRemotePort--">getRemotePort,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRequestUser--">getRequestUser,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getRequestUserName--">getRequestUserName,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getResponseBlockSize--">getResponseBlockSize,
 > href="../../../../../org/apache/hadoop/hbase/ipc/RpcServer.Call.html#getResponseCellSize--">getResponseCell
 Size, 

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

2017-05-03 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31df4674/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
index e2c48aa..20110fb 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
@@ -513,6 +513,15 @@
 
 
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
+NettyRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+CellScannercellScanner,
+longreceiveTime,
+MonitoredRPCHandlerstatus)
+
+
+Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
@@ -526,7 +535,7 @@
 
 
 
-
+
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
@@ -537,6 +546,17 @@
 longstartTime,
 inttimeout)
 
+
+Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
+NettyRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+CellScannercellScanner,
+longreceiveTime,
+MonitoredRPCHandlerstatus,
+longstartTime,
+inttimeout)
+
 
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(RpcCallcall,
@@ -615,6 +635,15 @@
 
 
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
+NettyRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+CellScannercellScanner,
+longreceiveTime,
+MonitoredRPCHandlerstatus)
+
+
+Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
@@ -628,7 +657,7 @@
 
 
 
-
+
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
@@ -639,62 +668,118 @@
 longstartTime,
 inttimeout)
 
+
+Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
+NettyRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+CellScannercellScanner,
+longreceiveTime,
+MonitoredRPCHandlerstatus,
+longstartTime,
+inttimeout)
+
+
+abstract RpcServer.Call
+RpcServer.Connection.createCall(intid,
+  
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+  
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+  
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
+  
org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+  CellScannercellScanner,
+  RpcServer.Connectionconnection,
+  longsize,
+  org.apache.htrace.TraceInfotinfo,
+  http://docs.oracle.com/javase/8/docs/api/java/net/InetAddress.html?is-external=true;
 title="class or interface in java.net">InetAddressremoteAddress,
+  inttimeout,
+  RpcServer.CallCleanupreqCleanup)
+
+
+RpcServer.Call
+SimpleRpcServer.Connection.createCall(intid,
+  
org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+  
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+  
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
+  

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

2017-04-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 61eb5a1..4741e84 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2155
 0
 0
-14361
+14364
 
 Files
 
@@ -787,7 +787,7 @@
 org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
 0
 0
-31
+32
 
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 0
@@ -,7 +,7 @@
 org/apache/hadoop/hbase/io/hfile/HFileBlock.java
 0
 0
-46
+47
 
 org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java
 0
@@ -2267,7 +2267,7 @@
 org/apache/hadoop/hbase/io/hfile/HFileWriterImpl.java
 0
 0
-22
+23
 
 org/apache/hadoop/hbase/io/hfile/LruBlockCache.java
 0
@@ -7169,7 +7169,7 @@
 
 max: 100
 ignorePattern: ^package.*|^import.*|a 
href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated
-762
+765
 Error
 
 
@@ -14524,197 +14524,203 @@
 imports
 ImportOrder
 Wrong order for 'com.google.common.annotations.VisibleForTesting' 
import.
-38
+39
 
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import.
-52
+53
 
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.HConstants' import.
-53
+54
 
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.AsyncMetaTableAccessor' 
import.
-56
+57
 
 Error
 imports
 ImportOrder
 Wrong order for 
'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnRequest'
 import.
-98
+102
 
 Error
 imports
 ImportOrder
 Wrong order for 
'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateTableRequest'
 import.
-110
+116
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-340
+347
 
 Error
 indentation
 Indentation
 'if' have incorrect indentation level 10, expected level should be 22.
-383
+390
 
 Error
 indentation
 Indentation
 'if' child have incorrect indentation level 12, expected level should be 
24.
-384
+391
 
 Error
 indentation
 Indentation
 'if' child have incorrect indentation level 12, expected level should be 
24.
-385
+392
 
 Error
 indentation
 Indentation
 'if rcurly' have incorrect indentation level 10, expected level should be 
22.
-386
+393
 
 Error
 indentation
 Indentation
 'if' have incorrect indentation level 10, expected level should be 22.
-387
+394
 
 Error
 indentation
 Indentation
 'if' child have incorrect indentation level 12, expected level should be 
24.
-388
+395
 
 Error
 indentation
 Indentation
 'if rcurly' have incorrect indentation level 10, expected level should be 
22.
-389
+396
 
 Error
 indentation
 Indentation
 'else' child have incorrect indentation level 12, expected level should be 
24.
-390
+397
 
 Error
 indentation
 Indentation
 'else rcurly' have incorrect indentation level 10, expected level should 
be 22.
-391
+398
 
 Error
 indentation
 Indentation
 'block rcurly' have incorrect indentation level 8, expected level should 
be 20.
-392
+399
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 104).
-615
+622
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 103).
-622
+629
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 105).
-676
+683
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 111).
-688
+695
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 105).
-726
+733
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-796
+803
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-949
+956
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-955
+962
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1062
+1069
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1063
+1070
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 102).
-1236
+1243
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 111).
-1285
+1292
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 114).
-1367
+1374
 
 Error
 sizes
 LineLength
+Line is longer than 100 characters (found 107).
+1652
+
+Error
+sizes
+LineLength
 Line is longer than 100 characters (found 104).
-1776
+2019
 
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 
-
+
 Severity
 Category
 Rule
 Message
 Line
-
+
 Error
 imports
 AvoidStarImport
@@ -14723,31 +14729,31 @@
 
 org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java
 
-
+
 Severity
 Category
 Rule
 Message
 Line
-
+
 Error
 design
 VisibilityModifier
 Variable 'locateType' must be private and have accessor methods.
 80
-
+
 Error
 design
 VisibilityModifier
 Variable 'cache' must be private and have accessor methods.
 104

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

2017-04-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/efd0601e/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 90815fd..366e4d8 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -202,6 +202,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 TableName
 HTableDescriptor.getTableName()
+Deprecated.
 Get the name of the table
 
 
@@ -298,12 +299,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 static boolean
 TableName.isMetaTableName(TableNametn)
 
-
-HTableDescriptor
-HTableDescriptor.setName(TableNamename)
-Deprecated.
-
-
 
 
 
@@ -356,27 +351,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HTableDescriptor(TableNamename)
+Deprecated.
 Construct a table descriptor specifying a TableName 
object
 
 
 
-HTableDescriptor(TableNamename,
-HColumnDescriptor[]families)
- INTERNAL  Private constructor used internally 
creating table descriptors for
- catalog tables, hbase:meta and -ROOT-.
-
-
-
-HTableDescriptor(TableNamename,
-HColumnDescriptor[]families,
-http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytesvalues)
- INTERNAL Private constructor used internally 
creating table descriptors for
- catalog tables, hbase:meta and -ROOT-.
-
-
-
 HTableDescriptor(TableNamename,
 HTableDescriptordesc)
+Deprecated.
 Construct a table descriptor by cloning the descriptor 
passed as a parameter
  but using a different table name.
 
@@ -443,41 +425,47 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName
-BufferedMutatorParams.getTableName()
+TableDescriptor.getTableName()
+Get the name of the table
+
 
 
+TableName
+BufferedMutatorParams.getTableName()
+
+
 TableName[]
 Admin.listTableNames()
 List all of the names of userspace tables.
 
 
-
+
 TableName[]
 Admin.listTableNames(http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Patternpattern)
 List all of the names of userspace tables.
 
 
-
+
 TableName[]
 Admin.listTableNames(http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Patternpattern,
   booleanincludeSysTables)
 List all of the names of userspace tables.
 
 
-
+
 TableName[]
 Admin.listTableNames(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringregex)
 List all of the names of userspace tables.
 
 
-
+
 TableName[]
 Admin.listTableNames(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringregex,
   booleanincludeSysTables)
 List all of the names of userspace tables.
 
 
-
+
 TableName[]
 Admin.listTableNamesByNamespace(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Get list of table names by namespace
@@ -505,40 +493,26 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.addColumnFamily(TableNametableName,
-   HColumnDescriptorcolumnFamily)
-Add a column family to an existing table.
-
-
-
 void
 Admin.addColumnFamily(TableNametableName,
HColumnDescriptorcolumnFamily)
 Add a column family to an existing table.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true;
 title="class or interface in java.util.concurrent">Futurehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 Admin.addColumnFamilyAsync(TableNametableName,
 HColumnDescriptorcolumnFamily)
 Add a column family to an existing table.
 
 
-
+
 void
 Admin.cloneSnapshot(byte[]snapshotName,
  TableNametableName)
 Create a new table by cloning the snapshot content.
 
 
-
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface 

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

2017-04-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/10601a30/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 9c387f2..aef02c1 100644
--- a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":6,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":6,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -161,52 +161,59 @@ public interface 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+cloneSnapshot(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringsnapshotName,
+ TableNametableName)
+Create a new table by cloning the snapshot content.
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 closeRegion(byte[]regionname,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringserverName)
 Close a region.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 closeRegion(ServerNamesn,
HRegionInfohri)
 Close a region.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 closeRegion(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringregionname,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringserverName)
 Close a region.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
 closeRegionWithEncodedRegionName(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringencodedRegionName,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringserverName)
 For expert-admins.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 createNamespace(NamespaceDescriptordescriptor)
 Create a new namespace.
 
 
-
+
 

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

2017-04-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/662ea7dc/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 54284ba..07fd427 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2146
 0
 0
-14215
+14236
 
 Files
 
@@ -677,7 +677,7 @@
 org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java
 0
 0
-24
+38
 
 org/apache/hadoop/hbase/backup/impl/FullTableBackupClient.java
 0
@@ -757,7 +757,7 @@
 org/apache/hadoop/hbase/client/AsyncAdmin.java
 0
 0
-13
+15
 
 org/apache/hadoop/hbase/client/AsyncAdminRequestRetryingCaller.java
 0
@@ -787,7 +787,7 @@
 org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
 0
 0
-28
+31
 
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 0
@@ -927,7 +927,7 @@
 org/apache/hadoop/hbase/client/HBaseAdmin.java
 0
 0
-80
+81
 
 org/apache/hadoop/hbase/client/HRegionLocator.java
 0
@@ -1282,7 +1282,7 @@
 org/apache/hadoop/hbase/client/replication/ReplicationSerDeHelper.java
 0
 0
-9
+10
 
 org/apache/hadoop/hbase/client/replication/TableCFs.java
 0
@@ -7076,7 +7076,7 @@
 ordered: true
 sortStaticImportsAlphabetically: true
 option: top
-903
+905
 Error
 
 
@@ -7088,7 +7088,7 @@
 http://checkstyle.sourceforge.net/config_imports.html#UnusedImports;>UnusedImports
 
 processJavadoc: true
-74
+76
 Error
 
 indentation
@@ -7099,7 +7099,7 @@
 caseIndent: 2
 basicOffset: 2
 lineWrappingIndentation: 2
-5068
+5081
 Error
 
 javadoc
@@ -7129,7 +7129,7 @@
 
 max: 100
 ignorePattern: ^package.*|^import.*|a 
href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated
-691
+694
 Error
 
 
@@ -7149,7 +7149,7 @@
 
 
 http://checkstyle.sourceforge.net/config_whitespace.html#ParenPad;>ParenPad
-109
+110
 Error
 
 Details
@@ -13332,145 +13332,229 @@
 indentation
 Indentation
 'member def modifier' have incorrect indentation level 1, expected level 
should be 2.
-153
+154
+
+Error
+indentation
+Indentation
+'method def' child have incorrect indentation level 6, expected level 
should be 4.
+181
+
+Error
+indentation
+Indentation
+'method def' child have incorrect indentation level 6, expected level 
should be 4.
+182
+
+Error
+indentation
+Indentation
+'method def' child have incorrect indentation level 6, expected level 
should be 4.
+183
+
+Error
+indentation
+Indentation
+'method def' child have incorrect indentation level 6, expected level 
should be 4.
+184
+
+Error
+indentation
+Indentation
+'for' have incorrect indentation level 6, expected level should be 4.
+185
+
+Error
+whitespace
+ParenPad
+'(' is followed by whitespace.
+185
+
+Error
+indentation
+Indentation
+'if' have incorrect indentation level 8, expected level should be 6.
+186
+
+Error
+indentation
+Indentation
+'if' child have incorrect indentation level 10, expected level should be 
8.
+187
+
+Error
+indentation
+Indentation
+'if' child have incorrect indentation level 10, expected level should be 
8.
+188
+
+Error
+indentation
+Indentation
+'if rcurly' have incorrect indentation level 8, expected level should be 
6.
+189
+
+Error
+indentation
+Indentation
+'for rcurly' have incorrect indentation level 6, expected level should be 
4.
+190
+
+Error
+indentation
+Indentation
+'if' have incorrect indentation level 6, expected level should be 4.
+191
+
+Error
+indentation
+Indentation
+'if' child have incorrect indentation level 8, expected level should be 
6.
+192
+
+Error
+indentation
+Indentation
+'if rcurly' have incorrect indentation level 6, expected level should be 
4.
+193
 
 Error
 coding
 EmptyStatement
 Empty statement.
-290
+309
 
 Error
 indentation
 Indentation
 'readBulkloadRows' have incorrect indentation level 2, expected level 
should be 4.
-390
+409
 
 Error
 blocks
 NeedBraces
 'else' construct must use '{}'s.
-422
+441
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-458
+477
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-608
+627
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-618
+637
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-623
+642
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-637
+656
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-640
+659
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-645
+664
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-670
+689
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-680
+699
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-697
+716
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1062
+1081
 
 Error
 javadoc
 

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

2017-04-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6b4bae59/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html 
b/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
index c2b5f5b..e9af038 100644
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
+++ 
b/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
@@ -28,1301 +28,1294 @@
 020
 021import static java.lang.String.format;
 022
-023import java.io.FileNotFoundException;
-024import java.io.IOException;
-025import java.io.InterruptedIOException;
-026import java.nio.ByteBuffer;
-027import java.util.ArrayList;
-028import java.util.Arrays;
-029import java.util.Collection;
-030import java.util.Collections;
-031import java.util.Deque;
-032import java.util.HashMap;
-033import java.util.HashSet;
-034import java.util.Iterator;
-035import java.util.LinkedList;
-036import java.util.List;
-037import java.util.Map;
-038import java.util.Map.Entry;
-039import java.util.Set;
-040import java.util.TreeMap;
-041import java.util.UUID;
-042import java.util.concurrent.Callable;
-043import 
java.util.concurrent.ExecutionException;
-044import 
java.util.concurrent.ExecutorService;
-045import java.util.concurrent.Future;
-046import 
java.util.concurrent.LinkedBlockingQueue;
-047import 
java.util.concurrent.ThreadPoolExecutor;
-048import java.util.concurrent.TimeUnit;
-049import 
java.util.concurrent.atomic.AtomicInteger;
-050
-051import 
org.apache.commons.lang.mutable.MutableInt;
-052import org.apache.commons.logging.Log;
-053import 
org.apache.commons.logging.LogFactory;
-054import 
org.apache.hadoop.conf.Configuration;
-055import 
org.apache.hadoop.conf.Configured;
-056import org.apache.hadoop.fs.FileStatus;
-057import org.apache.hadoop.fs.FileSystem;
-058import org.apache.hadoop.fs.Path;
-059import 
org.apache.hadoop.fs.permission.FsPermission;
-060import 
org.apache.hadoop.hbase.HBaseConfiguration;
-061import 
org.apache.hadoop.hbase.HColumnDescriptor;
-062import 
org.apache.hadoop.hbase.HConstants;
-063import 
org.apache.hadoop.hbase.HTableDescriptor;
-064import 
org.apache.hadoop.hbase.TableName;
-065import 
org.apache.hadoop.hbase.TableNotFoundException;
-066import 
org.apache.hadoop.hbase.backup.BackupType;
-067import 
org.apache.hadoop.hbase.backup.impl.BackupManager;
-068import 
org.apache.hadoop.hbase.backup.impl.BackupSystemTable;
-069import 
org.apache.hadoop.hbase.classification.InterfaceAudience;
-070import 
org.apache.hadoop.hbase.client.Admin;
-071import 
org.apache.hadoop.hbase.client.ClientServiceCallable;
-072import 
org.apache.hadoop.hbase.client.Connection;
-073import 
org.apache.hadoop.hbase.client.ConnectionFactory;
-074import 
org.apache.hadoop.hbase.client.RegionLocator;
-075import 
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory;
-076import 
org.apache.hadoop.hbase.client.SecureBulkLoadClient;
-077import 
org.apache.hadoop.hbase.client.Table;
-078import 
org.apache.hadoop.hbase.coprocessor.CoprocessorHost;
-079import 
org.apache.hadoop.hbase.io.HFileLink;
-080import 
org.apache.hadoop.hbase.io.HalfStoreFileReader;
-081import 
org.apache.hadoop.hbase.io.Reference;
-082import 
org.apache.hadoop.hbase.io.compress.Compression.Algorithm;
-083import 
org.apache.hadoop.hbase.io.hfile.CacheConfig;
-084import 
org.apache.hadoop.hbase.io.hfile.HFile;
-085import 
org.apache.hadoop.hbase.io.hfile.HFileContext;
-086import 
org.apache.hadoop.hbase.io.hfile.HFileContextBuilder;
-087import 
org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder;
-088import 
org.apache.hadoop.hbase.io.hfile.HFileScanner;
-089import 
org.apache.hadoop.hbase.ipc.RpcControllerFactory;
-090import 
org.apache.hadoop.hbase.regionserver.BloomType;
-091import 
org.apache.hadoop.hbase.regionserver.HStore;
-092import 
org.apache.hadoop.hbase.regionserver.StoreFileInfo;
-093import 
org.apache.hadoop.hbase.regionserver.StoreFileWriter;
-094import 
org.apache.hadoop.hbase.security.UserProvider;
-095import 
org.apache.hadoop.hbase.security.token.FsDelegationToken;
-096import 
org.apache.hadoop.hbase.util.Bytes;
-097import 
org.apache.hadoop.hbase.util.FSHDFSUtils;
-098import 
org.apache.hadoop.hbase.util.Pair;
-099import org.apache.hadoop.util.Tool;
-100import 
org.apache.hadoop.util.ToolRunner;
-101
-102import 
com.google.common.collect.HashMultimap;
-103import 
com.google.common.collect.Multimap;
-104import 
com.google.common.collect.Multimaps;
-105import 
com.google.common.util.concurrent.ThreadFactoryBuilder;
-106/**
-107 * Tool to load the output of 
HFileOutputFormat into an existing table.
-108 */
-109@InterfaceAudience.Public
-110public class LoadIncrementalHFiles 
extends Configured implements Tool {
-111  private static final Log LOG = 
LogFactory.getLog(LoadIncrementalHFiles.class);
-112  private boolean 

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

2017-04-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2fcc2ae0/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index c8fdb30..d4f8830 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -2747,12 +2747,6 @@
 
 This is extracted to a static method for better unit 
testing.
 
-allocateDataBuffer()
 - Method in class org.apache.hadoop.hbase.regionserver.Chunk
-
-allocateDataBuffer()
 - Method in class org.apache.hadoop.hbase.regionserver.OffheapChunk
-
-allocateDataBuffer()
 - Method in class org.apache.hadoop.hbase.regionserver.OnheapChunk
-
 allocateNewBuffer()
 - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
 allocateNewChunk()
 - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
@@ -7282,14 +7276,6 @@
 
 ByteBufferCell()
 - Constructor for class org.apache.hadoop.hbase.ByteBufferCell
 
-ByteBufferChunkCell - Class in org.apache.hadoop.hbase.regionserver
-
-ByteBuffer based cell which has the chunkid at the 0th 
offset
-
-ByteBufferChunkCell(ByteBuffer,
 int, int) - Constructor for class 
org.apache.hadoop.hbase.regionserver.ByteBufferChunkCell
-
-ByteBufferChunkCell(ByteBuffer,
 int, int, long) - Constructor for class 
org.apache.hadoop.hbase.regionserver.ByteBufferChunkCell
-
 ByteBufferInputStream - Class in org.apache.hadoop.hbase.io
 
 Not thread safe!
@@ -8900,8 +8886,6 @@
 
 Overhead for Cell Array Entry
 
-CELL_NOT_BASED_ON_CHUNK
 - Static variable in interface org.apache.hadoop.hbase.ExtendedCell
-
 CELL_SET 
- Static variable in class org.apache.hadoop.hbase.util.ClassSize
 
 Overhead for CellSkipListSet
@@ -10597,11 +10581,7 @@
 
 A chunk of memory out of which allocations are sliced.
 
-Chunk(int,
 int) - Constructor for class 
org.apache.hadoop.hbase.regionserver.Chunk
-
-Create an uninitialized chunk.
-
-Chunk(int,
 int, boolean) - Constructor for class 
org.apache.hadoop.hbase.regionserver.Chunk
+Chunk(int)
 - Constructor for class org.apache.hadoop.hbase.regionserver.Chunk
 
 Create an uninitialized chunk.
 
@@ -10617,33 +10597,17 @@
 
 The size of individual Bloom filter chunks to create
 
-chunkCount
 - Variable in class org.apache.hadoop.hbase.regionserver.ChunkCreator.MemStoreChunkPool
+chunkCount
 - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreChunkPool
 
-ChunkCreator - Class in org.apache.hadoop.hbase.regionserver
-
-Does the management of memstoreLAB chunk creations.
-
-ChunkCreator(int,
 boolean, long, float, float, HeapMemoryManager) - Constructor for 
class org.apache.hadoop.hbase.regionserver.ChunkCreator
+chunkId
 - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter.ReadyChunk
 
-chunkCreator
 - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
+chunkPool
 - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
-ChunkCreator.MemStoreChunkPool - Class in org.apache.hadoop.hbase.regionserver
+chunkPoolDisabled
 - Static variable in class org.apache.hadoop.hbase.regionserver.MemStoreChunkPool
 
-A pool of Chunk instances.
+Boolean whether we have disabled the memstore chunk pool 
entirely.
 
-ChunkCreator.MemStoreChunkPool.StatisticsThread 
- Class in org.apache.hadoop.hbase.regionserver
-
-chunkId
 - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter.ReadyChunk
-
-chunkID
 - Variable in class org.apache.hadoop.hbase.regionserver.ChunkCreator
-
-chunkIdMap
 - Variable in class org.apache.hadoop.hbase.regionserver.ChunkCreator
-
-chunkPoolDisabled
 - Static variable in class org.apache.hadoop.hbase.regionserver.ChunkCreator
-
-chunks
 - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
-
-chunkSize
 - Variable in class org.apache.hadoop.hbase.regionserver.ChunkCreator
+chunkSize
 - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreChunkPool
 
 chunkSize
 - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
@@ -11232,9 +11196,7 @@
 
 clearChildZNodes()
 - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
-clearChunkIds()
 - Method in class org.apache.hadoop.hbase.regionserver.ChunkCreator
-
-clearChunksInPool()
 - Method in class org.apache.hadoop.hbase.regionserver.ChunkCreator
+clearChunks()
 - Method in class org.apache.hadoop.hbase.regionserver.MemStoreChunkPool
 
 clearColumnBuffer()
 - Method in class org.apache.hadoop.hbase.codec.prefixtree.decode.column.ColumnReader
 
@@ -11266,7 +11228,7 @@
 
 To clear any dead server with same host name and port of 
any online server
 
-clearDisableFlag()
 - Static method in class org.apache.hadoop.hbase.regionserver.ChunkCreator
+clearDisableFlag()
 - Static method in class org.apache.hadoop.hbase.regionserver.MemStoreChunkPool
 
 clearError()
 - Method in class 
org.apache.hadoop.hbase.shaded.com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
@@ 

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

2017-04-17 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e4348f53/apidocs/org/apache/hadoop/hbase/quotas/QuotaRetriever.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/quotas/QuotaRetriever.html 
b/apidocs/org/apache/hadoop/hbase/quotas/QuotaRetriever.html
index 10b2881..86d6741 100644
--- a/apidocs/org/apache/hadoop/hbase/quotas/QuotaRetriever.html
+++ b/apidocs/org/apache/hadoop/hbase/quotas/QuotaRetriever.html
@@ -228,7 +228,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.h
 
 
 iterator
-publichttp://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorQuotaSettingsiterator()
+publichttp://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorQuotaSettingsiterator()
 
 Specified by:
 http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--;
 title="class or interface in java.lang">iteratorin 
interfacehttp://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true;
 title="class or interface in java.lang">IterableQuotaSettings
@@ -241,7 +241,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.h
 
 
 open
-public staticQuotaRetrieveropen(org.apache.hadoop.conf.Configurationconf)
+public staticQuotaRetrieveropen(org.apache.hadoop.conf.Configurationconf)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Open a QuotaRetriever with no filter, all the quota 
settings will be returned.
 
@@ -260,7 +260,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.h
 
 
 open
-public staticQuotaRetrieveropen(org.apache.hadoop.conf.Configurationconf,
+public staticQuotaRetrieveropen(org.apache.hadoop.conf.Configurationconf,
   QuotaFilterfilter)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Open a QuotaRetriever with the specified filter.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e4348f53/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaFilter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaFilter.html 
b/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaFilter.html
index 61c1dcf..26be5c2 100644
--- a/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaFilter.html
@@ -109,6 +109,12 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListQuotaSettings
+AsyncAdmin.getQuota(QuotaFilterfilter)
+List the quotas based on the filter.
+
+
+
 QuotaRetriever
 Admin.getQuotaRetriever(QuotaFilterfilter)
 Return a QuotaRetriever to list the quotas based on the 
filter.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e4348f53/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaSettings.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaSettings.html 
b/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaSettings.html
index 4c0c00e..6980aaf 100644
--- a/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaSettings.html
+++ b/apidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaSettings.html
@@ -102,6 +102,21 @@
 
 Uses of QuotaSettings in org.apache.hadoop.hbase.client
 
+Methods in org.apache.hadoop.hbase.client
 that return types with arguments of type QuotaSettings
+
+Modifier and Type
+Method and Description
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListQuotaSettings
+AsyncAdmin.getQuota(QuotaFilterfilter)
+List the quotas based on the filter.
+
+
+
+
+
 Methods in org.apache.hadoop.hbase.client
 with parameters of type QuotaSettings
 
 Modifier and Type
@@ -109,6 +124,12 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncAdmin.setQuota(QuotaSettingsquota)
+Apply the new quota 

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

2017-04-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e57d1b63/apidocs/index-all.html
--
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
deleted file mode 100644
index 4b32b55..000
--- a/apidocs/index-all.html
+++ /dev/null
@@ -1,16539 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Index (Apache HBase 2.0.0-SNAPSHOT API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-ABCDEFGHIJKLMNOPQRSTUVWZ
-
-
-A
-
-A - 
Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
-ASCII code for 'A'
-
-abort(String,
 Throwable) - Method in interface org.apache.hadoop.hbase.client.Admin
-
-abortProcedure(long,
 boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
-abort a procedure
-
-abortProcedure(RpcController,
 MasterProtos.AbortProcedureRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
-abortProcedureAsync(long,
 boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
-Abort a procedure but does not block and wait for it be 
completely removed.
-
-abortTask(TaskAttemptContext)
 - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
-
-accept(Class?)
 - Method in class org.apache.hadoop.hbase.mapreduce.KeyValueSerialization
-
-accept(Class?)
 - Method in class org.apache.hadoop.hbase.mapreduce.MutationSerialization
-
-accept(Class?)
 - Method in class org.apache.hadoop.hbase.mapreduce.ResultSerialization
-
-AccessDeniedException - Exception in org.apache.hadoop.hbase.security
-
-Exception thrown by access-related methods.
-
-AccessDeniedException()
 - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
-AccessDeniedException(Class?,
 String) - Constructor for exception 
org.apache.hadoop.hbase.security.AccessDeniedException
-
-AccessDeniedException(String)
 - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
-AccessDeniedException(Throwable)
 - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
-add(byte[],
 byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Append
-
-Add the specified column and value to this Append 
operation.
-
-add(Cell)
 - Method in class org.apache.hadoop.hbase.client.Append
-
-Add column and value to this Append operation.
-
-add(Cell)
 - Method in class org.apache.hadoop.hbase.client.Increment
-
-Add the specified KeyValue to this operation.
-
-add(Cell)
 - Method in class org.apache.hadoop.hbase.client.Put
-
-Add the specified KeyValue to this Put operation.
-
-add(Put)
 - Method in class org.apache.hadoop.hbase.client.RowMutations
-
-Add a Put operation 
to the list of mutations
-
-add(Delete)
 - Method in class org.apache.hadoop.hbase.client.RowMutations
-
-Add a Delete 
operation to the list of mutations
-
-add(String)
 - Method in class org.apache.hadoop.hbase.rest.client.Cluster
-
-Add a node to the cluster
-
-add(String,
 int) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
-
-Add a node to the cluster
-
-add(DataType?)
 - Method in class org.apache.hadoop.hbase.types.StructBuilder
-
-Append field to the sequence of accumulated 
fields.
-
-add(byte[], 
byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
-add(byte[],
 byte[], byte[]) - Static method in class 
org.apache.hadoop.hbase.util.Bytes
-
-add(byte[][])
 - Static method in class org.apache.hadoop.hbase.util.Bytes
-
-add(long) 
- Method in class org.apache.hadoop.hbase.util.Counter
-
-Deprecated.
-
-addAllServers(CollectionAddress)
 - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
-Adds the given servers to the group.
-
-addAllTables(CollectionTableName)
 - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
-addClientPort(int)
 - Method in class org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
-
-Add a client port to the list.
-
-addColumn(TableName,
 HColumnDescriptor) - Method in interface 
org.apache.hadoop.hbase.client.Admin
-
-Deprecated.
-As of release 2.0.0.
- (https://issues.apache.org/jira/browse/HBASE-1989;>HBASE-1989).
- This will be removed in HBase 3.0.0.
- Use Admin.addColumnFamily(TableName,
 HColumnDescriptor).
-
-
-addColumn(byte[],
 byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
-
-Delete the