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

2019-01-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aa3fb87f/devapidocs/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.html
index 7e363ab..723ff7b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.html
@@ -595,7 +595,7 @@ implements 
 
 cleanupSplitDir
-privatevoidcleanupSplitDir(MasterProcedureEnvenv)
+privatevoidcleanupSplitDir(MasterProcedureEnvenv)
 
 
 
@@ -604,7 +604,7 @@ implements 
 
 isSplittingDone
-privatebooleanisSplittingDone(MasterProcedureEnvenv,
+privatebooleanisSplittingDone(MasterProcedureEnvenv,
 booleansplitMeta)
 
 
@@ -614,7 +614,7 @@ implements 
 
 createSplittingWalProcedures
-privateProcedure[]createSplittingWalProcedures(MasterProcedureEnvenv,
+privateProcedure[]createSplittingWalProcedures(MasterProcedureEnvenv,
  booleansplitMeta)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
@@ -629,7 +629,7 @@ implements 
 
 filterDefaultMetaRegions
-privatebooleanfilterDefaultMetaRegions()
+privatebooleanfilterDefaultMetaRegions()
 
 
 
@@ -638,7 +638,7 @@ implements 
 
 isDefaultMetaRegion
-privatebooleanisDefaultMetaRegion(RegionInfohri)
+privatebooleanisDefaultMetaRegion(RegionInfohri)
 
 
 
@@ -647,7 +647,7 @@ implements 
 
 splitMetaLogs
-privatevoidsplitMetaLogs(MasterProcedureEnvenv)
+privatevoidsplitMetaLogs(MasterProcedureEnvenv)
 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -661,7 +661,7 @@ implements 
 
 splitLogs
-privatevoidsplitLogs(MasterProcedureEnvenv)
+privatevoidsplitLogs(MasterProcedureEnvenv)
 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -675,7 +675,7 @@ implements 
 
 rollbackState
-protectedvoidrollbackState(MasterProcedureEnvenv,
+protectedvoidrollbackState(MasterProcedureEnvenv,
  
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStatestate)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
class:StateMachineProcedure
@@ -695,7 +695,7 @@ implements 
 
 getState
-protectedorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStategetState(intstateId)
+protectedorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStategetState(intstateId)
 Description copied from 
class:StateMachineProcedure
 Convert an ordinal (or state id) to an Enum (or more 
descriptive) state object.
 
@@ -714,7 +714,7 @@ implements 
 
 getStateId
-protectedintgetStateId(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStatestate)
+protectedintgetStateId(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStatestate)
 Description copied from 
class:StateMachineProcedure
 Convert the Enum (or more descriptive) state object to an 
ordinal (or state id).
 
@@ -733,7 +733,7 @@ implements 
 
 getInitialState
-protectedorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStategetInitialState()
+protectedorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ServerCrashStategetInitialState()
 Description copied from 
class:StateMachineProcedure
 Return the initial state object that will be used for the 
first call to executeFromState().
 
@@ -750,7 +750,7 @@ implements 
 
 abort
-protectedbooleanabort(MasterProcedureEnvenv)
+protectedbooleanabort(MasterProcedureEnvenv)
 Description copied from 
class:Procedure
 The abort() call is asynchronous and each procedure must 
decide how to deal
  with it, if they want to be abortable. The simplest implementation
@@ -773,7 +773,7 @@ implements 
 
 acquireLock
-protectedProcedure.LockStateacquireLock(MasterProcedureEnvenv)
+protectedProcedure.LockStateacquireLock(MasterProcedureEnvenv)
 Description copied from 
class:Procedure
 The user should override this method if they need a lock on 
an Entity. A lock can be anything,
  and it is up to the implementor. The Procedure Framework will call this 
method just before it
@@ -810,7 +810,7 @@ implements 
 
 releaseLock
-protectedvoidreleaseLock(MasterProcedureEnvenv)

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

2019-01-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/901d593a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AbortProcedureFuture.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AbortProcedureFuture.html
 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AbortProcedureFuture.html
index 9555ff6..1b45406 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AbortProcedureFuture.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AbortProcedureFuture.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HBaseAdmin.AbortProcedureFuture
+private static class HBaseAdmin.AbortProcedureFuture
 extends HBaseAdmin.ProcedureFuturehttps://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
 
 
@@ -242,7 +242,7 @@ extends 
 
 isAbortInProgress
-privateboolean isAbortInProgress
+privateboolean isAbortInProgress
 
 
 
@@ -259,7 +259,7 @@ extends 
 
 AbortProcedureFuture
-publicAbortProcedureFuture(HBaseAdminadmin,
+publicAbortProcedureFuture(HBaseAdminadmin,
 https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">LongprocId,
 https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in 
java.lang">BooleanabortProcResponse)
 
@@ -278,7 +278,7 @@ extends 
 
 get
-publichttps://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Booleanget(longtimeout,
+publichttps://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Booleanget(longtimeout,
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true;
 title="class or interface in java.util.concurrent">TimeUnitunit)
 throws https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true;
 title="class or interface in java.lang">InterruptedException,
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutionException.html?is-external=true;
 title="class or interface in java.util.concurrent">ExecutionException,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/901d593a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AddColumnFamilyFuture.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AddColumnFamilyFuture.html
 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AddColumnFamilyFuture.html
index b1ca7fa..72b1822 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AddColumnFamilyFuture.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.AddColumnFamilyFuture.html
@@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HBaseAdmin.AddColumnFamilyFuture
+private static class HBaseAdmin.AddColumnFamilyFuture
 extends HBaseAdmin.ModifyTableFuture
 
 
@@ -261,7 +261,7 @@ extends 
 
 AddColumnFamilyFuture
-publicAddColumnFamilyFuture(HBaseAdminadmin,
+publicAddColumnFamilyFuture(HBaseAdminadmin,
  TableNametableName,
  
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AddColumnResponseresponse)
 
@@ -280,7 +280,7 @@ extends 
 
 getOperationType
-publichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
+publichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
 
 Overrides:
 getOperationTypein
 classHBaseAdmin.ModifyTableFuture

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/901d593a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
index 9a7f071..1733780 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HBaseAdmin.CreateTableFuture
+private static class HBaseAdmin.CreateTableFuture
 extends HBaseAdmin.TableFuturehttps://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 
 
@@ -275,7 +275,7 @@ extends 
 
 desc
-private finalTableDescriptor desc
+private 

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

2019-01-03 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bf59208/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer.html
 
b/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer.html
index e55a049..28d0066 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer
+private static class RawAsyncHBaseAdmin.ReplicationProcedureBiConsumer
 extends RawAsyncHBaseAdmin.ProcedureBiConsumer
 
 
@@ -237,7 +237,7 @@ extends 
 
 peerId
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String peerId
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String peerId
 
 
 
@@ -246,7 +246,7 @@ extends 
 
 getOperation
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true;
 title="class or interface in java.util.function">Supplierhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String getOperation
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true;
 title="class or interface in java.util.function">Supplierhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String getOperation
 
 
 
@@ -263,7 +263,7 @@ extends 
 
 ReplicationProcedureBiConsumer
-ReplicationProcedureBiConsumer(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
+ReplicationProcedureBiConsumer(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true;
 title="class or interface in java.util.function">Supplierhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperation)
 
 
@@ -281,7 +281,7 @@ extends 
 
 getDescription
-https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetDescription()
+https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetDescription()
 
 
 
@@ -290,7 +290,7 @@ extends 
 
 onFinished
-voidonFinished()
+voidonFinished()
 
 Specified by:
 onFinishedin
 classRawAsyncHBaseAdmin.ProcedureBiConsumer
@@ -303,7 +303,7 @@ extends 
 
 onError
-voidonError(https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwableerror)
+voidonError(https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwableerror)
 
 Specified by:
 onErrorin
 classRawAsyncHBaseAdmin.ProcedureBiConsumer

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bf59208/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer.html
 
b/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer.html
index 83fa972..9929331 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer
+private static class RawAsyncHBaseAdmin.SplitTableRegionProcedureBiConsumer
 extends RawAsyncHBaseAdmin.TableProcedureBiConsumer
 
 
@@ -232,7 +232,7 @@ extends 
 
 SplitTableRegionProcedureBiConsumer
-SplitTableRegionProcedureBiConsumer(TableNametableName)
+SplitTableRegionProcedureBiConsumer(TableNametableName)
 
 
 
@@ -249,7 +249,7 @@ extends 
 
 getOperationType
-https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()

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

2019-01-02 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/849d84a8/devapidocs/org/apache/hadoop/hbase/thrift/ThriftServerRunner.IOErrorWithCause.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/thrift/ThriftServerRunner.IOErrorWithCause.html
 
b/devapidocs/org/apache/hadoop/hbase/thrift/ThriftServerRunner.IOErrorWithCause.html
deleted file mode 100644
index a32f4d1..000
--- 
a/devapidocs/org/apache/hadoop/hbase/thrift/ThriftServerRunner.IOErrorWithCause.html
+++ /dev/null
@@ -1,414 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-ThriftServerRunner.IOErrorWithCause (Apache HBase 3.0.0-SNAPSHOT 
API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":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.thrift
-Class 
ThriftServerRunner.IOErrorWithCause
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">java.lang.Throwable
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">java.lang.Exception
-
-
-org.apache.thrift.TException
-
-
-org.apache.hadoop.hbase.thrift.generated.IOError
-
-
-org.apache.hadoop.hbase.thrift.ThriftServerRunner.IOErrorWithCause
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable, https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in 
java.lang">Comparableorg.apache.hadoop.hbase.thrift.generated.IOError,
 
org.apache.thrift.TBaseorg.apache.hadoop.hbase.thrift.generated.IOError,org.apache.hadoop.hbase.thrift.generated.IOError._Fields
-
-
-Enclosing class:
-ThriftServerRunner
-
-
-
-public static class ThriftServerRunner.IOErrorWithCause
-extends org.apache.hadoop.hbase.thrift.generated.IOError
-
-See Also:
-Serialized
 Form
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from 
classorg.apache.hadoop.hbase.thrift.generated.IOError
-org.apache.hadoop.hbase.thrift.generated.IOError._Fields
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-private https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwable
-cause
-
-
-
-
-
-
-Fields inherited from 
classorg.apache.hadoop.hbase.thrift.generated.IOError
-message, metaDataMap
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-IOErrorWithCause(https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 
java.lang">Throwablecause)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-boolean
-equals(https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in 
java.lang">Objectother)
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwable
-getCause()
-
-
-int
-hashCode()
-
-
-
-
-
-
-Methods inherited from 
classorg.apache.hadoop.hbase.thrift.generated.IOError
-clear, compareTo, deepCopy, equals, fieldForId, getFieldValue, 
getMessage, isSet, isSetMessage, read, setFieldValue, setMessage, 
setMessageIsSet, toString, unsetMessage, validate, write
-
-
-
-
-
-Methods inherited from classjava.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 

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

2019-01-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/RegionTooBusyException.html 
b/devapidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
index 2c91d7a..8538783 100644
--- a/devapidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
+++ b/devapidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
@@ -309,6 +309,6 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/IOException.h
 
 
 
-Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072019 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/ReplicationPeerNotFoundException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ReplicationPeerNotFoundException.html 
b/devapidocs/org/apache/hadoop/hbase/ReplicationPeerNotFoundException.html
index b3436ce..f94e2d4 100644
--- a/devapidocs/org/apache/hadoop/hbase/ReplicationPeerNotFoundException.html
+++ b/devapidocs/org/apache/hadoop/hbase/ReplicationPeerNotFoundException.html
@@ -315,6 +315,6 @@ extends 
 
 
-Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072019 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/RetryImmediatelyException.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/RetryImmediatelyException.html 
b/devapidocs/org/apache/hadoop/hbase/RetryImmediatelyException.html
index e2dabce..ebc3d28 100644
--- a/devapidocs/org/apache/hadoop/hbase/RetryImmediatelyException.html
+++ b/devapidocs/org/apache/hadoop/hbase/RetryImmediatelyException.html
@@ -268,6 +268,6 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/IOException.h
 
 
 
-Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072019 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/ScheduledChore.ChoreServicer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.ChoreServicer.html 
b/devapidocs/org/apache/hadoop/hbase/ScheduledChore.ChoreServicer.html
index 5e6ffe1..7c3cf5d 100644
--- a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.ChoreServicer.html
+++ b/devapidocs/org/apache/hadoop/hbase/ScheduledChore.ChoreServicer.html
@@ -309,6 +309,6 @@ var activeTableTab = "activeTableTab";
 
 
 
-Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072019 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html 
b/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
index b323f3e..1f021bd 100644
--- a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
+++ b/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
@@ -996,6 +996,6 @@ publichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.
 
 
 
-Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072019 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/Server.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/Server.html 
b/devapidocs/org/apache/hadoop/hbase/Server.html
index 77c95a6..52fbad6 100644
--- a/devapidocs/org/apache/hadoop/hbase/Server.html
+++ b/devapidocs/org/apache/hadoop/hbase/Server.html
@@ -407,6 +407,6 @@ extends Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072019 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ef0dd56d/devapidocs/org/apache/hadoop/hbase/ServerLoad.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ServerLoad.html 
b/devapidocs/org/apache/hadoop/hbase/ServerLoad.html
index c12c5b1..46511d9 

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

2018-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09ea0d5f/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionObserver.MutationType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionObserver.MutationType.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionObserver.MutationType.html
index cae9f59..09db4ea 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionObserver.MutationType.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionObserver.MutationType.html
@@ -88,18 +88,6 @@
 Table of Contents
 
 
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.security.access
-
-
-
-org.apache.hadoop.hbase.security.visibility
-
-
 
 
 
@@ -145,78 +133,14 @@ the order they are declared.
  Mutationmutation,
  CelloldCell,
  CellnewCell)
-Called after a new cell has been created during an 
increment operation, but before
- it is committed to the WAL or memstore.
+Deprecated.
+Use RegionObserver.postIncrementBeforeWAL(org.apache.hadoop.hbase.coprocessor.ObserverContextorg.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment,
 org.apache.hadoop.hbase.client.Mutation, 
java.util.Listorg.apache.hadoop.hbase.util.Pairorg.apache.hadoop.hbase.Cell,
 org.apache.hadoop.hbase.Cell) or RegionObserver.postAppendBeforeWAL(org.apache.hadoop.hbase.coprocessor.ObserverContextorg.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment,
 o
 rg.apache.hadoop.hbase.client.Mutation, 
java.util.Listorg.apache.hadoop.hbase.util.Pairorg.apache.hadoop.hbase.Cell,
 org.apache.hadoop.hbase.Cell) instead.
+
 
 
 
 
 
-
-
-
-Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.regionserver
-
-Methods in org.apache.hadoop.hbase.regionserver
 with parameters of type RegionObserver.MutationType
-
-Modifier and Type
-Method and Description
-
-
-
-Cell
-RegionCoprocessorHost.postMutationBeforeWAL(RegionObserver.MutationTypeopType,
- Mutationmutation,
- CelloldCell,
- CellnewCell)
-
-
-
-
-
-
-
-Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.security.access
-
-Methods in org.apache.hadoop.hbase.security.access
 with parameters of type RegionObserver.MutationType
-
-Modifier and Type
-Method and Description
-
-
-
-Cell
-AccessController.postMutationBeforeWAL(ObserverContextRegionCoprocessorEnvironmentctx,
- RegionObserver.MutationTypeopType,
- Mutationmutation,
- CelloldCell,
- CellnewCell)
-
-
-
-
-
-
-
-Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.security.visibility
-
-Methods in org.apache.hadoop.hbase.security.visibility
 with parameters of type RegionObserver.MutationType
-
-Modifier and Type
-Method and Description
-
-
-
-Cell
-VisibilityController.postMutationBeforeWAL(ObserverContextRegionCoprocessorEnvironmentctx,
- RegionObserver.MutationTypeopType,
- Mutationmutation,
- CelloldCell,
- CellnewCell)
-
-
-
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09ea0d5f/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
index 4f76c44..04f0d44 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/example/ExampleRegionObserverWithMetrics.ExampleRegionObserver.html
@@ -270,7 +270,7 @@ implements RegionObserver
-postAppend,
 postBatchMutate,
 postBatchMutateIndispensably,
 postBulkLoadHFile,
 postCheckAndDelete,
 postCheckAndPut,
 postClose,
 postCloseRegionOperation, postCommitStoreFile,
 postCompact,
 postDelete,
 postExists,
 postIncrement,
 postInstantiateDeleteTracker,
 postMemStoreCompaction,
 postMutationBeforeWAL,
 postOpen,
 postPut,
 postReplayWALs,
 postScannerClose,
 postScannerFilterRow,
 postScannerNext,
 postScannerOpen,
 postStartRegionOperation,
 postStoreFileReaderOpen,
 postWALRestore,
 preAppend,
 preAppendAfterRowLock,
 preBatchMutate,
 preBulkLoadHFile,
 preCheckAndDelete,
 preCheckAndDeleteAfterRowLock,
 preCheckAndPut,
 preCheckAndPutAfterRowLock,
 preClose,
 preCommitStoreFile,
 preCompact<
 /a>, preCompactScannerOpen,
 preCompactSelection,
 preDelete, preExists,
 preFlush,
 preFlush,
 preFlushScannerOpen,
 preIncrement,
 preIncrementAfterRowLock,
 preMemStoreCompaction,
 

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

2018-12-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4f8b8424/devapidocs/org/apache/hadoop/hbase/master/ServerManager.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/ServerManager.html 
b/devapidocs/org/apache/hadoop/hbase/master/ServerManager.html
index 7236e62..481c48b 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/ServerManager.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/ServerManager.html
@@ -1289,7 +1289,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 moveFromOnlineToDeadServers
-publicvoidmoveFromOnlineToDeadServers(ServerNamesn)
+publicvoidmoveFromOnlineToDeadServers(ServerNamesn)
 
 
 
@@ -1298,7 +1298,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 removeServerFromDrainList
-publicbooleanremoveServerFromDrainList(ServerNamesn)
+publicbooleanremoveServerFromDrainList(ServerNamesn)
 
 
 
@@ -1307,7 +1307,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 addServerToDrainList
-publicbooleanaddServerToDrainList(ServerNamesn)
+publicbooleanaddServerToDrainList(ServerNamesn)
 Add the server to the drain list.
 
 Parameters:
@@ -1323,7 +1323,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 newRpcController
-privateHBaseRpcControllernewRpcController()
+privateHBaseRpcControllernewRpcController()
 
 
 
@@ -1332,7 +1332,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 sendRegionWarmup
-publicvoidsendRegionWarmup(ServerNameserver,
+publicvoidsendRegionWarmup(ServerNameserver,
  RegionInforegion)
 Sends a WARMUP RPC to the specified server to warmup the 
specified region.
  
@@ -1351,7 +1351,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 closeRegionSilentlyAndWait
-public staticvoidcloseRegionSilentlyAndWait(ClusterConnectionconnection,
+public staticvoidcloseRegionSilentlyAndWait(ClusterConnectionconnection,
   ServerNameserver,
   RegionInforegion,
   longtimeout)
@@ -1372,7 +1372,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getRsAdmin
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterfacegetRsAdmin(ServerNamesn)
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterfacegetRsAdmin(ServerNamesn)

 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Parameters:
@@ -1391,7 +1391,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getMinToStart
-privateintgetMinToStart()
+privateintgetMinToStart()
 Calculate min necessary to start. This is not an absolute. 
It is just
  a friction that will cause us hang around a bit longer waiting on
  RegionServers to check-in.
@@ -1403,7 +1403,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 waitForRegionServers
-publicvoidwaitForRegionServers(MonitoredTaskstatus)
+publicvoidwaitForRegionServers(MonitoredTaskstatus)
   throws https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true;
 title="class or interface in java.lang">InterruptedException
 Wait for the region servers to report in.
  We will wait until one of this condition is met:
@@ -1426,7 +1426,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getStrForMax
-privatehttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetStrForMax(intmax)
+privatehttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetStrForMax(intmax)
 
 
 
@@ -1435,7 +1435,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getOnlineServersList
-publichttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNamegetOnlineServersList()
+publichttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNamegetOnlineServersList()
 
 Returns:
 A copy of the internal list of online servers.
@@ -1448,7 +1448,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getOnlineServersListWithPredicator
-publichttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 

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

2018-12-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27555316/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
index 397f886..da375bf 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
@@ -2077,11 +2077,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPairRegionInfo,ServerName
+static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPairRegionInfo,ServerName
 MetaTableLocator.getMetaRegionsAndLocations(ZKWatcherzkw)
 
 
-https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPairRegionInfo,ServerName
+static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPairRegionInfo,ServerName
 MetaTableLocator.getMetaRegionsAndLocations(ZKWatcherzkw,
   intreplicaId)
 Gets the meta regions and their locations for the given 
path and replica ID.
@@ -2097,7 +2097,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-private https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
+private static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
 MetaTableLocator.getListOfRegionInfos(https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPairRegionInfo,ServerNamepairs)
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27555316/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
index 0661cfe..f9a1d76 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
@@ -540,14 +540,14 @@
 
 java.lang.https://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.https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.https://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.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
+org.apache.hadoop.hbase.util.ChecksumType
+org.apache.hadoop.hbase.util.PrettyPrinter.Unit
 org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.PureJavaComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
+org.apache.hadoop.hbase.util.Order
 org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter.ERROR_CODE
-org.apache.hadoop.hbase.util.ChecksumType
 org.apache.hadoop.hbase.util.IdReadWriteLock.ReferenceType
-org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
 org.apache.hadoop.hbase.util.PoolMap.PoolType
-org.apache.hadoop.hbase.util.PrettyPrinter.Unit
-org.apache.hadoop.hbase.util.Order
 
 
 



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

2018-11-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/68eae623/devapidocs/org/apache/hadoop/hbase/security/access/Permission.Scope.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/security/access/Permission.Scope.html 
b/devapidocs/org/apache/hadoop/hbase/security/access/Permission.Scope.html
new file mode 100644
index 000..2e5ccef
--- /dev/null
+++ b/devapidocs/org/apache/hadoop/hbase/security/access/Permission.Scope.html
@@ -0,0 +1,420 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Permission.Scope (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+var methods = {"i0":10,"i1":9,"i2":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
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|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+
+org.apache.hadoop.hbase.security.access
+Enum Permission.Scope
+
+
+
+https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">java.lang.EnumPermission.Scope
+
+
+org.apache.hadoop.hbase.security.access.Permission.Scope
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable, https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparablePermission.Scope
+
+
+Enclosing class:
+Permission
+
+
+
+@InterfaceAudience.Private
+protected static enum Permission.Scope
+extends https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumPermission.Scope
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+EMPTY
+
+
+GLOBAL
+
+
+NAMESPACE
+
+
+TABLE
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+private byte
+code
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+byte
+code()
+
+
+static Permission.Scope
+valueOf(https://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 Permission.Scope[]
+values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">Enum
+https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-;
 title="class or interface in java.lang">compareTo, https://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, https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--;
 title="class or interface in java.lang">getDeclaringClass, https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, https://docs.oracle.com/javase/
 8/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or 
interface in java.lang">name, https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--;
 title="class or interface in java.lang">ordinal, https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--;
 title="class or interface in 

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

2018-10-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b5e107c3/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
index bcb1724..c6caa9b 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
@@ -191,8 +191,8 @@
 
 java.lang.https://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.https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.https://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.wal.RegionGroupingProvider.Strategies
 org.apache.hadoop.hbase.wal.WALFactory.Providers
+org.apache.hadoop.hbase.wal.RegionGroupingProvider.Strategies
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b5e107c3/devapidocs/overview-tree.html
--
diff --git a/devapidocs/overview-tree.html b/devapidocs/overview-tree.html
index 739fe90..ef6ce1e 100644
--- a/devapidocs/overview-tree.html
+++ b/devapidocs/overview-tree.html
@@ -4113,6 +4113,7 @@
 org.apache.hadoop.hbase.metrics.impl.TimerImpl (implements 
org.apache.hadoop.hbase.metrics.Timer)
 java.util.https://docs.oracle.com/javase/8/docs/api/java/util/TimerTask.html?is-external=true;
 title="class or interface in java.util">TimerTask (implements java.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnable)
 
+org.apache.hadoop.hbase.regionserver.HRegionServer.SystemExitWhenAbortTimeout
 org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache.RefreshCacheTask
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b5e107c3/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
--
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
index 1744076..be92dc1 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
@@ -18,9 +18,9 @@
 010  public static final String version = 
"3.0.0-SNAPSHOT";
 011  public static final String revision = 
"";
 012  public static final String user = 
"jenkins";
-013  public static final String date = "Sat 
Oct 27 14:43:02 UTC 2018";
+013  public static final String date = "Mon 
Oct 29 14:45:45 UTC 2018";
 014  public static final String url = 
"git://jenkins-websites1.apache.org/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase";
-015  public static final String srcChecksum 
= "88dc213e178575682ffa8953862eb7c9";
+015  public static final String srcChecksum 
= "882a162a713e1dbec1cf454c214efe7d";
 016}
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b5e107c3/devapidocs/src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html
index acd402d..1350a3f 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.WALStoreLeaseRecovery.html
@@ -91,72 +91,73 @@
 083  public MasterProcedureEnv(final 
MasterServices master,
 084  final RSProcedureDispatcher 
remoteDispatcher) {
 085this.master = master;
-086this.procSched = new 
MasterProcedureScheduler();
-087this.remoteDispatcher = 
remoteDispatcher;
-088  }
-089
-090  public User getRequestUser() {
-091return 
RpcServer.getRequestUser().orElse(Superusers.getSystemUser());
-092  }
-093
-094  public MasterServices 
getMasterServices() {
-095return master;
-096  }
-097
-098  public Configuration 
getMasterConfiguration() {
-099return master.getConfiguration();
-100  }
-101
-102  public AssignmentManager 
getAssignmentManager() {
-103return 
master.getAssignmentManager();
-104  }
-105
-106  public MasterCoprocessorHost 
getMasterCoprocessorHost() {
-107return 
master.getMasterCoprocessorHost();
-108  }
-109
-110  public MasterProcedureScheduler 
getProcedureScheduler() {
-111return procSched;
-112  }
-113
-114  public RSProcedureDispatcher 
getRemoteDispatcher() {
-115return remoteDispatcher;
-116  }
-117

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

2018-10-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8f09a71d/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html
--
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html
index b7a2a38..6591d6c 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html
@@ -1789,2174 +1789,2176 @@
 1781  LOG.debug("Master has not been 
initialized, don't run region normalizer.");
 1782  return false;
 1783}
-1784
-1785if (isInMaintenanceMode()) {
-1786  LOG.info("Master is in maintenance 
mode, don't run region normalizer.");
-1787  return false;
-1788}
-1789
-1790if 
(!this.regionNormalizerTracker.isNormalizerOn()) {
-1791  LOG.debug("Region normalization is 
disabled, don't run region normalizer.");
-1792  return false;
-1793}
-1794
-1795synchronized (this.normalizer) {
-1796  // Don't run the normalizer 
concurrently
-1797  ListTableName 
allEnabledTables = new ArrayList(
-1798
this.tableStateManager.getTablesInStates(TableState.State.ENABLED));
-1799
-1800  
Collections.shuffle(allEnabledTables);
+1784if 
(this.getServerManager().isClusterShutdown()) {
+1785  LOG.info("Cluster is shutting 
down, don't run region normalizer.");
+1786  return false;
+1787}
+1788if (isInMaintenanceMode()) {
+1789  LOG.info("Master is in maintenance 
mode, don't run region normalizer.");
+1790  return false;
+1791}
+1792if 
(!this.regionNormalizerTracker.isNormalizerOn()) {
+1793  LOG.debug("Region normalization is 
disabled, don't run region normalizer.");
+1794  return false;
+1795}
+1796
+1797synchronized (this.normalizer) {
+1798  // Don't run the normalizer 
concurrently
+1799  ListTableName 
allEnabledTables = new ArrayList(
+1800
this.tableStateManager.getTablesInStates(TableState.State.ENABLED));
 1801
-1802  for (TableName table : 
allEnabledTables) {
-1803if (isInMaintenanceMode()) {
-1804  LOG.debug("Master is in 
maintenance mode, stop running region normalizer.");
-1805  return false;
-1806}
-1807
-1808TableDescriptor tblDesc = 
getTableDescriptors().get(table);
-1809if (table.isSystemTable() || 
(tblDesc != null 
-1810
!tblDesc.isNormalizationEnabled())) {
-1811  LOG.trace("Skipping 
normalization for {}, as it's either system"
-1812  + " table or doesn't have 
auto normalization turned on", table);
-1813  continue;
-1814}
-1815ListNormalizationPlan 
plans = this.normalizer.computePlanForTable(table);
-1816if (plans != null) {
-1817  for (NormalizationPlan plan : 
plans) {
-1818
plan.execute(clusterConnection.getAdmin());
-1819if (plan.getType() == 
PlanType.SPLIT) {
-1820  splitPlanCount++;
-1821} else if (plan.getType() == 
PlanType.MERGE) {
-1822  mergePlanCount++;
-1823}
-1824  }
-1825}
-1826  }
-1827}
-1828// If Region did not generate any 
plans, it means the cluster is already balanced.
-1829// Return true indicating a 
success.
-1830return true;
-1831  }
-1832
-1833  /**
-1834   * @return Client info for use as 
prefix on an audit log string; who did an action
-1835   */
-1836  @Override
-1837  public String getClientIdAuditPrefix() 
{
-1838return "Client=" + 
RpcServer.getRequestUserName().orElse(null)
-1839+ "/" + 
RpcServer.getRemoteAddress().orElse(null);
-1840  }
-1841
-1842  /**
-1843   * Switch for the background 
CatalogJanitor thread.
-1844   * Used for testing.  The thread will 
continue to run.  It will just be a noop
-1845   * if disabled.
-1846   * @param b If false, the catalog 
janitor won't do anything.
-1847   */
-1848  public void 
setCatalogJanitorEnabled(final boolean b) {
-1849
this.catalogJanitorChore.setEnabled(b);
-1850  }
-1851
-1852  @Override
-1853  public long mergeRegions(
-1854  final RegionInfo[] 
regionsToMerge,
-1855  final boolean forcible,
-1856  final long nonceGroup,
-1857  final long nonce) throws 
IOException {
-1858checkInitialized();
-1859
-1860assert(regionsToMerge.length == 
2);
+1802  
Collections.shuffle(allEnabledTables);
+1803
+1804  for (TableName table : 
allEnabledTables) {
+1805if (isInMaintenanceMode()) {
+1806  LOG.debug("Master is in 
maintenance mode, stop running region normalizer.");
+1807  return false;
+1808}
+1809
+1810TableDescriptor tblDesc = 
getTableDescriptors().get(table);
+1811if (table.isSystemTable() || 
(tblDesc != null 
+1812
!tblDesc.isNormalizationEnabled())) {
+1813  LOG.trace("Skipping 
normalization for {}, as 

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

2018-10-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/425db230/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.ProcedureExecutorListener.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.ProcedureExecutorListener.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.ProcedureExecutorListener.html
index 55d34df..688bd4e 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.ProcedureExecutorListener.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.ProcedureExecutorListener.html
@@ -513,1737 +513,1727 @@
 505  private void 
loadProcedures(ProcedureIterator procIter, boolean abortOnCorruption)
 506  throws IOException {
 507// 1. Build the rollback stack
-508int runnablesCount = 0;
+508int runnableCount = 0;
 509int failedCount = 0;
-510while (procIter.hasNext()) {
-511  boolean finished = 
procIter.isNextFinished();
-512  @SuppressWarnings("unchecked")
-513  ProcedureTEnvironment proc 
= procIter.next();
-514  NonceKey nonceKey = 
proc.getNonceKey();
-515  long procId = proc.getProcId();
-516
-517  if (finished) {
-518completed.put(proc.getProcId(), 
new CompletedProcedureRetainer(proc));
-519LOG.debug("Completed {}", 
proc);
-520  } else {
-521if (!proc.hasParent()) {
-522  assert !proc.isFinished() : 
"unexpected finished procedure";
-523  
rollbackStack.put(proc.getProcId(), new RootProcedureState());
-524}
-525
-526// add the procedure to the map
-527
proc.beforeReplay(getEnvironment());
-528procedures.put(proc.getProcId(), 
proc);
-529
-530if (proc.getState() == 
ProcedureState.RUNNABLE) {
-531  runnablesCount++;
-532} else if (proc.getState() == 
ProcedureState.FAILED) {
-533  failedCount++;
-534}
-535  }
-536
-537  // add the nonce to the map
-538  if (nonceKey != null) {
-539
nonceKeysToProcIdsMap.put(nonceKey, procId);
-540  }
-541}
-542
-543// 2. Initialize the stacks
-544// In the old implementation, for 
procedures in FAILED state, we will push it into the
-545// ProcedureScheduler directly to 
execute the rollback. But this does not work after we
-546// introduce the restore lock 
stage.
-547// For now, when we acquire a xlock, 
we will remove the queue from runQueue in scheduler, and
-548// then when a procedure which has 
lock access, for example, a sub procedure of the procedure
-549// which has the xlock, is pushed 
into the scheduler, we will add the queue back to let the
-550// workers poll from it. The 
assumption here is that, the procedure which has the xlock should
-551// have been polled out already, so 
when loading we can not add the procedure to scheduler first
-552// and then call acquireLock, since 
the procedure is still in the queue, and since we will
-553// remove the queue from runQueue, 
then no one can poll it out, then there is a dead lock
-554
ListProcedureTEnvironment runnableList = new 
ArrayList(runnablesCount);
-555
ListProcedureTEnvironment failedList = new 
ArrayList(failedCount);
-556
SetProcedureTEnvironment waitingSet = null;
-557procIter.reset();
-558while (procIter.hasNext()) {
-559  if (procIter.isNextFinished()) {
-560procIter.skipNext();
-561continue;
-562  }
-563
-564  @SuppressWarnings("unchecked")
-565  ProcedureTEnvironment proc 
= procIter.next();
-566  assert !(proc.isFinished() 
 !proc.hasParent()) : "unexpected completed proc=" + proc;
-567
-568  LOG.debug("Loading {}", proc);
-569
-570  Long rootProcId = 
getRootProcedureId(proc);
-571  if (rootProcId == null) {
-572// The 'proc' was ready to run 
but the root procedure was rolledback?
-573scheduler.addBack(proc);
+510int waitingCount = 0;
+511int waitingTimeoutCount = 0;
+512while (procIter.hasNext()) {
+513  boolean finished = 
procIter.isNextFinished();
+514  @SuppressWarnings("unchecked")
+515  ProcedureTEnvironment proc 
= procIter.next();
+516  NonceKey nonceKey = 
proc.getNonceKey();
+517  long procId = proc.getProcId();
+518
+519  if (finished) {
+520completed.put(proc.getProcId(), 
new CompletedProcedureRetainer(proc));
+521LOG.debug("Completed {}", 
proc);
+522  } else {
+523if (!proc.hasParent()) {
+524  assert !proc.isFinished() : 
"unexpected finished procedure";
+525  
rollbackStack.put(proc.getProcId(), new RootProcedureState());
+526}
+527
+528// add the procedure to the map
+529
proc.beforeReplay(getEnvironment());
+530procedures.put(proc.getProcId(), 
proc);
+531switch (proc.getState()) {
+532  case RUNNABLE:

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

2018-10-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c9ebe686/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html 
b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
index 978ac30..9ff68ad 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class MasterRpcServices
+public class MasterRpcServices
 extends RSRpcServices
 implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface,
 
org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface,
 
org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockService.BlockingInterface,
 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.HbckService.BlockingInterface
 Implements the master RPC services.
@@ -838,7 +838,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -847,7 +847,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 master
-private finalHMaster master
+private finalHMaster master
 
 
 
@@ -864,7 +864,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 MasterRpcServices
-publicMasterRpcServices(HMasterm)
+publicMasterRpcServices(HMasterm)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Throws:
@@ -886,7 +886,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 createConfigurationSubset
-privateorg.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.BuildercreateConfigurationSubset()
+privateorg.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.BuildercreateConfigurationSubset()
 
 Returns:
 Subset of configuration to pass initializing regionservers: e.g.
@@ -900,7 +900,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 addConfig
-privateorg.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.BuilderaddConfig(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.Builderresp,
+privateorg.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.BuilderaddConfig(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.Builderresp,

  https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey)
 
 
@@ -910,7 +910,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 getRpcSchedulerFactoryClass
-protectedhttps://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?getRpcSchedulerFactoryClass()
+protectedhttps://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?getRpcSchedulerFactoryClass()
 
 Overrides:
 getRpcSchedulerFactoryClassin
 classRSRpcServices
@@ -923,7 +923,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 createRpcServer
-protectedRpcServerInterfacecreateRpcServer(Serverserver,
+protectedRpcServerInterfacecreateRpcServer(Serverserver,
  
org.apache.hadoop.conf.Configurationconf,
  RpcSchedulerFactoryrpcSchedulerFactory,
  https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true;
 title="class or interface in java.net">InetSocketAddressbindAddress,
@@ -943,7 +943,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 createPriority
-protectedPriorityFunctioncreatePriority()
+protectedPriorityFunctioncreatePriority()
 
 Overrides:
 createPriorityin
 classRSRpcServices
@@ -956,7 +956,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 rpcPreCheck
-privatevoidrpcPreCheck(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringrequestName)

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

2018-10-16 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/323b17d9/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.Testing.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.Testing.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.Testing.html
index bdfc3f8..151ab8e 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.Testing.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.Testing.html
@@ -1062,1140 +1062,1159 @@
 1054  }
 1055
 1056  boolean bypassProcedure(long pid, long 
lockWait, boolean force) throws IOException {
-1057ProcedureTEnvironment 
procedure = getProcedure(pid);
-1058if (procedure == null) {
-1059  LOG.debug("Procedure with id={} 
does not exist, skipping bypass", pid);
-1060  return false;
-1061}
-1062
-1063LOG.debug("Begin bypass {} with 
lockWait={}, force={}", procedure, lockWait, force);
-1064IdLock.Entry lockEntry = 
procExecutionLock.tryLockEntry(procedure.getProcId(), lockWait);
-1065if (lockEntry == null  
!force) {
-1066  LOG.debug("Waited {} ms, but {} is 
still running, skipping bypass with force={}",
-1067  lockWait, procedure, force);
-1068  return false;
-1069} else if (lockEntry == null) {
-1070  LOG.debug("Waited {} ms, but {} is 
still running, begin bypass with force={}",
-1071  lockWait, procedure, force);
-1072}
-1073try {
-1074  // check whether the procedure is 
already finished
-1075  if (procedure.isFinished()) {
-1076LOG.debug("{} is already 
finished, skipping bypass", procedure);
-1077return false;
-1078  }
-1079
-1080  if (procedure.hasChildren()) {
-1081LOG.debug("{} has children, 
skipping bypass", procedure);
-1082return false;
-1083  }
-1084
-1085  // If the procedure has no parent 
or no child, we are safe to bypass it in whatever state
-1086  if (procedure.hasParent() 
 procedure.getState() != ProcedureState.RUNNABLE
-1087   
procedure.getState() != ProcedureState.WAITING
-1088   
procedure.getState() != ProcedureState.WAITING_TIMEOUT) {
-1089LOG.debug("Bypassing procedures 
in RUNNABLE, WAITING and WAITING_TIMEOUT states "
-1090+ "(with no parent), 
{}",
-1091procedure);
-1092return false;
-1093  }
-1094
-1095  // Now, the procedure is not 
finished, and no one can execute it since we take the lock now
-1096  // And we can be sure that its 
ancestor is not running too, since their child has not
-1097  // finished yet
-1098  ProcedureTEnvironment 
current = procedure;
-1099  while (current != null) {
-1100LOG.debug("Bypassing {}", 
current);
-1101current.bypass();
-1102store.update(procedure);
-1103long parentID = 
current.getParentProcId();
-1104current = 
getProcedure(parentID);
-1105  }
-1106
-1107  //wake up waiting procedure, 
already checked there is no child
-1108  if (procedure.getState() == 
ProcedureState.WAITING) {
-1109
procedure.setState(ProcedureState.RUNNABLE);
-1110store.update(procedure);
-  }
-1112
-1113  // If we don't have the lock, we 
can't re-submit the queue,
-1114  // since it is already executing. 
To get rid of the stuck situation, we
-1115  // need to restart the master. 
With the procedure set to bypass, the procedureExecutor
-1116  // will bypass it and won't get 
stuck again.
-1117  if (lockEntry != null) {
-1118// add the procedure to run 
queue,
-1119scheduler.addFront(procedure);
-1120LOG.debug("Bypassing {} and its 
ancestors successfully, adding to queue", procedure);
-1121  } else {
-1122LOG.debug("Bypassing {} and its 
ancestors successfully, but since it is already running, "
-1123+ "skipping add to queue", 
procedure);
-1124  }
-1125  return true;
-1126
-1127} finally {
-1128  if (lockEntry != null) {
-1129
procExecutionLock.releaseLockEntry(lockEntry);
-1130  }
-1131}
-1132  }
-1133
-1134  /**
-1135   * Add a new root-procedure to the 
executor.
-1136   * @param proc the new procedure to 
execute.
-1137   * @param nonceKey the registered 
unique identifier for this operation from the client or process.
-1138   * @return the procedure id, that can 
be used to monitor the operation
-1139   */
-1140  
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="NP_NULL_ON_SOME_PATH",
-1141  justification = "FindBugs is blind 
to the check-for-null")
-1142  public long 
submitProcedure(ProcedureTEnvironment proc, NonceKey nonceKey) {
-1143
Preconditions.checkArgument(lastProcId.get() = 0);
-1144
-1145prepareProcedure(proc);
-1146
-1147final Long currentProcId;
-1148if (nonceKey != null) 

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

2018-10-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d1341859/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
index 721035e..f808b16 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
@@ -169,3778 +169,3785 @@
 161import 
org.apache.hadoop.hbase.procedure2.ProcedureExecutor;
 162import 
org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteProcedure;
 163import 
org.apache.hadoop.hbase.procedure2.RemoteProcedureException;
-164import 
org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore;
-165import 
org.apache.hadoop.hbase.quotas.MasterQuotaManager;
-166import 
org.apache.hadoop.hbase.quotas.MasterQuotasObserver;
-167import 
org.apache.hadoop.hbase.quotas.QuotaObserverChore;
-168import 
org.apache.hadoop.hbase.quotas.QuotaUtil;
-169import 
org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore;
-170import 
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifier;
-171import 
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory;
-172import 
org.apache.hadoop.hbase.regionserver.DefaultStoreEngine;
-173import 
org.apache.hadoop.hbase.regionserver.HRegionServer;
-174import 
org.apache.hadoop.hbase.regionserver.HStore;
-175import 
org.apache.hadoop.hbase.regionserver.RSRpcServices;
-176import 
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost;
-177import 
org.apache.hadoop.hbase.regionserver.RegionSplitPolicy;
-178import 
org.apache.hadoop.hbase.regionserver.compactions.ExploringCompactionPolicy;
-179import 
org.apache.hadoop.hbase.regionserver.compactions.FIFOCompactionPolicy;
-180import 
org.apache.hadoop.hbase.replication.ReplicationException;
-181import 
org.apache.hadoop.hbase.replication.ReplicationLoadSource;
-182import 
org.apache.hadoop.hbase.replication.ReplicationPeerConfig;
-183import 
org.apache.hadoop.hbase.replication.ReplicationPeerDescription;
-184import 
org.apache.hadoop.hbase.replication.ReplicationUtils;
-185import 
org.apache.hadoop.hbase.replication.SyncReplicationState;
-186import 
org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner;
-187import 
org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner;
-188import 
org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader;
-189import 
org.apache.hadoop.hbase.security.AccessDeniedException;
-190import 
org.apache.hadoop.hbase.security.UserProvider;
-191import 
org.apache.hadoop.hbase.trace.TraceUtil;
-192import 
org.apache.hadoop.hbase.util.Addressing;
-193import 
org.apache.hadoop.hbase.util.BloomFilterUtil;
-194import 
org.apache.hadoop.hbase.util.Bytes;
-195import 
org.apache.hadoop.hbase.util.CompressionTest;
-196import 
org.apache.hadoop.hbase.util.EncryptionTest;
-197import 
org.apache.hadoop.hbase.util.HBaseFsck;
-198import 
org.apache.hadoop.hbase.util.HFileArchiveUtil;
-199import 
org.apache.hadoop.hbase.util.HasThread;
-200import 
org.apache.hadoop.hbase.util.IdLock;
-201import 
org.apache.hadoop.hbase.util.ModifyRegionUtils;
-202import 
org.apache.hadoop.hbase.util.Pair;
-203import 
org.apache.hadoop.hbase.util.RetryCounter;
-204import 
org.apache.hadoop.hbase.util.RetryCounterFactory;
-205import 
org.apache.hadoop.hbase.util.Threads;
-206import 
org.apache.hadoop.hbase.util.VersionInfo;
-207import 
org.apache.hadoop.hbase.zookeeper.LoadBalancerTracker;
-208import 
org.apache.hadoop.hbase.zookeeper.MasterAddressTracker;
-209import 
org.apache.hadoop.hbase.zookeeper.MasterMaintenanceModeTracker;
-210import 
org.apache.hadoop.hbase.zookeeper.RegionNormalizerTracker;
-211import 
org.apache.hadoop.hbase.zookeeper.ZKClusterId;
-212import 
org.apache.hadoop.hbase.zookeeper.ZKUtil;
-213import 
org.apache.hadoop.hbase.zookeeper.ZKWatcher;
-214import 
org.apache.hadoop.hbase.zookeeper.ZNodePaths;
-215import 
org.apache.yetus.audience.InterfaceAudience;
-216import 
org.apache.zookeeper.KeeperException;
-217import org.eclipse.jetty.server.Server;
-218import 
org.eclipse.jetty.server.ServerConnector;
-219import 
org.eclipse.jetty.servlet.ServletHolder;
-220import 
org.eclipse.jetty.webapp.WebAppContext;
-221import org.slf4j.Logger;
-222import org.slf4j.LoggerFactory;
-223
-224import 
org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting;
-225import 
org.apache.hbase.thirdparty.com.google.common.collect.ImmutableSet;
-226import 
org.apache.hbase.thirdparty.com.google.common.collect.Lists;
-227import 
org.apache.hbase.thirdparty.com.google.common.collect.Maps;
-228
-229import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
-230import 

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

2018-09-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/419d0338/devapidocs/org/apache/hadoop/hbase/master/replication/TransitPeerSyncReplicationStateProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/replication/TransitPeerSyncReplicationStateProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/replication/TransitPeerSyncReplicationStateProcedure.html
index dc098d3..6d629a4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/replication/TransitPeerSyncReplicationStateProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/replication/TransitPeerSyncReplicationStateProcedure.html
@@ -343,7 +343,7 @@ extends Procedure
-addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isBypass,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner, setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout, setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
+addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isBypass,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner, setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout, setTimeoutFailure,
 shouldWaitClientAck,
 skipPersistence,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB, updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/419d0338/devapidocs/org/apache/hadoop/hbase/master/replication/UpdatePeerConfigProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/replication/UpdatePeerConfigProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/replication/UpdatePeerConfigProcedure.html
index f29330d..856b996 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/replication/UpdatePeerConfigProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/replication/UpdatePeerConfigProcedure.html
@@ -335,7 +335,7 @@ extends ModifyPeerProcedure
-executeFromState,
 getInitialState,
 getState,
 getStateId,
 setLastPushedSequenceId, setLastPushedSequenceIdForTable
+enablePeer,
 executeFromState,
 getInitialState,
 getState,
 getStateId,
 reopenRegions,
 setLastPushedSequenceId,
 setLastPushedSequenceIdForTable,
 setTimeoutFailure
 
 
 
@@ -356,7 +356,7 @@ extends Procedure
-addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isBypass,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner, setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout, setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
+addStackIndex,
 afterReplay,
 

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

2018-09-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/37cf49a6/devapidocs/org/apache/hadoop/hbase/master/HMaster.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.html
index 18d69e4..57264db 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/HMaster.html
@@ -619,7 +619,7 @@ implements checkReplicationScope(ColumnFamilyDescriptorhcd)
 
 
-(package private) void
+protected void
 checkServiceStarted()
 
 
@@ -3913,8 +3913,8 @@ implements 
 
 checkServiceStarted
-voidcheckServiceStarted()
-  throws ServerNotRunningYetException
+protectedvoidcheckServiceStarted()
+throws ServerNotRunningYetException
 
 Throws:
 ServerNotRunningYetException
@@ -3927,7 +3927,7 @@ implements 
 
 checkInitialized
-voidcheckInitialized()
+voidcheckInitialized()
throws PleaseHoldException,
   ServerNotRunningYetException,
   MasterNotRunningException,
@@ -3947,7 +3947,7 @@ implements 
 
 isActiveMaster
-publicbooleanisActiveMaster()
+publicbooleanisActiveMaster()
 Report whether this master is currently the active master 
or not.
  If not active master, we are parked on ZK waiting to become active.
 
@@ -3966,7 +3966,7 @@ implements 
 
 isInitialized
-publicbooleanisInitialized()
+publicbooleanisInitialized()
 Report whether this master has completed with its 
initialization and is
  ready.  If ready, the master is also the active master.  A standby master
  is never ready.
@@ -3986,7 +3986,7 @@ implements 
 
 isInMaintenanceMode
-publicbooleanisInMaintenanceMode()
+publicbooleanisInMaintenanceMode()
 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Report whether this master is in maintenance mode.
 
@@ -4005,7 +4005,7 @@ implements 
 
 setInitialized
-publicvoidsetInitialized(booleanisInitialized)
+publicvoidsetInitialized(booleanisInitialized)
 
 
 
@@ -4014,7 +4014,7 @@ implements 
 
 getInitializedEvent
-publicProcedureEvent?getInitializedEvent()
+publicProcedureEvent?getInitializedEvent()
 
 Specified by:
 getInitializedEventin
 interfaceMasterServices
@@ -4029,7 +4029,7 @@ implements 
 
 getAverageLoad
-publicdoublegetAverageLoad()
+publicdoublegetAverageLoad()
 Compute the average load across all region servers.
  Currently, this uses a very naive computation - just uses the number of
  regions being served, ignoring stats about number of requests.
@@ -4045,7 +4045,7 @@ implements 
 
 getSplitPlanCount
-publiclonggetSplitPlanCount()
+publiclonggetSplitPlanCount()
 
 
 
@@ -4054,7 +4054,7 @@ implements 
 
 getMergePlanCount
-publiclonggetMergePlanCount()
+publiclonggetMergePlanCount()
 
 
 
@@ -4063,7 +4063,7 @@ implements 
 
 registerService
-publicbooleanregisterService(com.google.protobuf.Serviceinstance)
+publicbooleanregisterService(com.google.protobuf.Serviceinstance)
 Description copied from 
interface:RegionServerServices
 Registers a new protocol buffer Service 
subclass as a coprocessor endpoint to be
  available for handling
@@ -4087,7 +4087,7 @@ implements 
 
 constructMaster
-public staticHMasterconstructMaster(https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends HMastermasterClass,
+public staticHMasterconstructMaster(https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends HMastermasterClass,
   
org.apache.hadoop.conf.Configurationconf)
 Utility for constructing an instance of the passed HMaster 
class.
 
@@ -4104,7 +4104,7 @@ implements 
 
 main
-public staticvoidmain(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
+public staticvoidmain(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
 
 See Also:
 HMasterCommandLine
@@ -4117,7 +4117,7 @@ implements 
 
 getHFileCleaner
-publicHFileCleanergetHFileCleaner()
+publicHFileCleanergetHFileCleaner()
 
 
 
@@ -4126,7 +4126,7 @@ implements 
 
 getLogCleaner
-publicLogCleanergetLogCleaner()
+publicLogCleanergetLogCleaner()
 
 
 
@@ -4135,7 +4135,7 @@ implements 
 
 getSnapshotManager
-publicSnapshotManagergetSnapshotManager()
+publicSnapshotManagergetSnapshotManager()
 
 Specified by:
 getSnapshotManagerin
 interfaceMasterServices
@@ -4150,7 +4150,7 @@ implements 
 
 getMasterProcedureManagerHost
-publicMasterProcedureManagerHostgetMasterProcedureManagerHost()
+publicMasterProcedureManagerHostgetMasterProcedureManagerHost()
 
 Specified by:
 

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

2018-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6f9d4f3/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
index a5e8409..cab645e 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
@@ -1292,8 +1292,7 @@ implements 
 void
 postOpenDeployTasks(RegionServerServices.PostOpenDeployContextcontext)
-Tasks to perform after region open to complete deploy of 
region on
- regionserver
+Tasks to perform after region open to complete deploy of 
region on regionserver
 
 
 
@@ -2425,7 +2424,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 movedRegions
-protectedhttps://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,HRegionServer.MovedRegionInfo movedRegions
+protectedhttps://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,HRegionServer.MovedRegionInfo movedRegions
 
 
 
@@ -2434,7 +2433,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 TIMEOUT_REGION_MOVED
-private static finalint TIMEOUT_REGION_MOVED
+private static finalint TIMEOUT_REGION_MOVED
 
 See Also:
 Constant
 Field Values
@@ -3357,18 +3356,15 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 postOpenDeployTasks
 publicvoidpostOpenDeployTasks(RegionServerServices.PostOpenDeployContextcontext)
- throws org.apache.zookeeper.KeeperException,
-https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+ throws https://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:RegionServerServices
-Tasks to perform after region open to complete deploy of 
region on
- regionserver
+Tasks to perform after region open to complete deploy of 
region on regionserver
 
 Specified by:
 postOpenDeployTasksin
 interfaceRegionServerServices
 Parameters:
 context - the context
 Throws:
-org.apache.zookeeper.KeeperException
 https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 
@@ -3379,7 +3375,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 reportRegionStateTransition
-publicbooleanreportRegionStateTransition(RegionServerServices.RegionStateTransitionContextcontext)
+publicbooleanreportRegionStateTransition(RegionServerServices.RegionStateTransitionContextcontext)
 Description copied from 
interface:RegionServerServices
 Notify master that a handler requests to change a region 
state
 
@@ -3394,7 +3390,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 triggerFlushInPrimaryRegion
-voidtriggerFlushInPrimaryRegion(HRegionregion)
+voidtriggerFlushInPrimaryRegion(HRegionregion)
 Trigger a flush in the primary region replica if this 
region is a secondary replica. Does not
  block this thread. See RegionReplicaFlushHandler for details.
 
@@ -3405,7 +3401,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 getRpcServer
-publicRpcServerInterfacegetRpcServer()
+publicRpcServerInterfacegetRpcServer()
 Description copied from 
interface:RegionServerServices
 Returns a reference to the region server's RPC server
 
@@ -3420,7 +3416,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 getRSRpcServices
-publicRSRpcServicesgetRSRpcServices()
+publicRSRpcServicesgetRSRpcServices()
 
 
 
@@ -3429,7 +3425,7 @@ protected static finalhttps://docs.oracle.com/javase/8/docs/api/j
 
 
 abort
-publicvoidabort(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringreason,
+publicvoidabort(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringreason,
   https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwablecause)
 Cause the server to exit without closing the regions it is 
serving, the log
  it is using and without notifying the master. Used unit testing and on
@@ -3449,7 +3445,7 @@ protected static 

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

2018-09-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fa1bebf8/devapidocs/src-html/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
index a5789e0..93a57cb 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/HBaseAdmin.CreateTableFuture.html
@@ -238,4120 +238,4119 @@
 230 * @see Admin
 231 */
 232@InterfaceAudience.Private
-233@InterfaceStability.Evolving
-234public class HBaseAdmin implements Admin 
{
-235  private static final Logger LOG = 
LoggerFactory.getLogger(HBaseAdmin.class);
-236
-237  private ClusterConnection connection;
-238
-239  private final Configuration conf;
-240  private final long pause;
-241  private final int numRetries;
-242  private final int syncWaitTimeout;
-243  private boolean aborted;
-244  private int operationTimeout;
-245  private int rpcTimeout;
-246
-247  private RpcRetryingCallerFactory 
rpcCallerFactory;
-248  private RpcControllerFactory 
rpcControllerFactory;
-249
-250  private NonceGenerator ng;
-251
-252  @Override
-253  public int getOperationTimeout() {
-254return operationTimeout;
-255  }
-256
-257  HBaseAdmin(ClusterConnection 
connection) throws IOException {
-258this.conf = 
connection.getConfiguration();
-259this.connection = connection;
-260
-261// TODO: receive 
ConnectionConfiguration here rather than re-parsing these configs every time.
-262this.pause = 
this.conf.getLong(HConstants.HBASE_CLIENT_PAUSE,
-263
HConstants.DEFAULT_HBASE_CLIENT_PAUSE);
-264this.numRetries = 
this.conf.getInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER,
-265
HConstants.DEFAULT_HBASE_CLIENT_RETRIES_NUMBER);
-266this.operationTimeout = 
this.conf.getInt(HConstants.HBASE_CLIENT_OPERATION_TIMEOUT,
-267
HConstants.DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT);
-268this.rpcTimeout = 
this.conf.getInt(HConstants.HBASE_RPC_TIMEOUT_KEY,
-269
HConstants.DEFAULT_HBASE_RPC_TIMEOUT);
-270this.syncWaitTimeout = 
this.conf.getInt(
-271  
"hbase.client.sync.wait.timeout.msec", 10 * 6); // 10min
-272
-273this.rpcCallerFactory = 
connection.getRpcRetryingCallerFactory();
-274this.rpcControllerFactory = 
connection.getRpcControllerFactory();
-275
-276this.ng = 
this.connection.getNonceGenerator();
-277  }
-278
-279  @Override
-280  public void abort(String why, Throwable 
e) {
-281// Currently does nothing but throw 
the passed message and exception
-282this.aborted = true;
-283throw new RuntimeException(why, e);
-284  }
-285
-286  @Override
-287  public boolean isAborted() {
-288return this.aborted;
-289  }
-290
-291  @Override
-292  public boolean abortProcedure(final 
long procId, final boolean mayInterruptIfRunning)
-293  throws IOException {
-294return 
get(abortProcedureAsync(procId, mayInterruptIfRunning), this.syncWaitTimeout,
-295  TimeUnit.MILLISECONDS);
-296  }
-297
-298  @Override
-299  public FutureBoolean 
abortProcedureAsync(final long procId, final boolean mayInterruptIfRunning)
-300  throws IOException {
-301Boolean abortProcResponse =
-302executeCallable(new 
MasterCallableAbortProcedureResponse(getConnection(),
-303getRpcControllerFactory()) 
{
-304  @Override
-305  protected AbortProcedureResponse 
rpcCall() throws Exception {
-306AbortProcedureRequest 
abortProcRequest =
-307
AbortProcedureRequest.newBuilder().setProcId(procId).build();
-308return 
master.abortProcedure(getRpcController(), abortProcRequest);
-309  }
-310}).getIsProcedureAborted();
-311return new AbortProcedureFuture(this, 
procId, abortProcResponse);
-312  }
-313
-314  @Override
-315  public ListTableDescriptor 
listTableDescriptors() throws IOException {
-316return 
listTableDescriptors((Pattern)null, false);
-317  }
-318
-319  @Override
-320  public ListTableDescriptor 
listTableDescriptors(Pattern pattern) throws IOException {
-321return listTableDescriptors(pattern, 
false);
-322  }
-323
-324  @Override
-325  public ListTableDescriptor 
listTableDescriptors(Pattern pattern, boolean includeSysTables)
-326  throws IOException {
-327return executeCallable(new 
MasterCallableListTableDescriptor(getConnection(),
-328getRpcControllerFactory()) {
-329  @Override
-330  protected 
ListTableDescriptor rpcCall() throws Exception {
-331GetTableDescriptorsRequest req 
=
-332
RequestConverter.buildGetTableDescriptorsRequest(pattern, includeSysTables);
-333return 
ProtobufUtil.toTableDescriptorList(master.getTableDescriptors(getRpcController(),
-334req));
-335  }
-336});
-337  }
-338
-339  

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

2018-09-04 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/293abb17/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
index f9ef44c..7c13eff 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class AssignmentManager.RegionInTransitionChore
+private static class AssignmentManager.RegionInTransitionChore
 extends ProcedureInMemoryChoreMasterProcedureEnv
 
 
@@ -240,7 +240,7 @@ extends 
 
 RegionInTransitionChore
-publicRegionInTransitionChore(inttimeoutMsec)
+publicRegionInTransitionChore(inttimeoutMsec)
 
 
 
@@ -257,7 +257,7 @@ extends 
 
 periodicExecute
-protectedvoidperiodicExecute(MasterProcedureEnvenv)
+protectedvoidperiodicExecute(MasterProcedureEnvenv)
 
 Specified by:
 periodicExecutein
 classProcedureInMemoryChoreMasterProcedureEnv

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/293abb17/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
index 31f55b7..da38966 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public static class AssignmentManager.RegionInTransitionStat
+public static class AssignmentManager.RegionInTransitionStat
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -266,7 +266,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ritThreshold
-private finalint ritThreshold
+private finalint ritThreshold
 
 
 
@@ -275,7 +275,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ritsOverThreshold
-privatehttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,RegionState ritsOverThreshold
+privatehttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,RegionState ritsOverThreshold
 
 
 
@@ -284,7 +284,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 statTimestamp
-privatelong statTimestamp
+privatelong statTimestamp
 
 
 
@@ -293,7 +293,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 oldestRITTime
-privatelong oldestRITTime
+privatelong oldestRITTime
 
 
 
@@ -302,7 +302,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalRITsTwiceThreshold
-privateint totalRITsTwiceThreshold
+privateint totalRITsTwiceThreshold
 
 
 
@@ -311,7 +311,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalRITs
-privateint totalRITs
+privateint totalRITs
 
 
 
@@ -328,7 +328,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 RegionInTransitionStat
-publicRegionInTransitionStat(org.apache.hadoop.conf.Configurationconf)
+publicRegionInTransitionStat(org.apache.hadoop.conf.Configurationconf)
 
 
 
@@ -345,7 +345,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getRITThreshold
-publicintgetRITThreshold()
+publicintgetRITThreshold()
 
 
 
@@ -354,7 +354,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getTimestamp
-publiclonggetTimestamp()
+publiclonggetTimestamp()
 
 
 
@@ -363,7 +363,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getTotalRITs
-publicintgetTotalRITs()
+publicintgetTotalRITs()
 
 
 
@@ -372,7 +372,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getOldestRITTime
-publiclonggetOldestRITTime()
+publiclonggetOldestRITTime()
 
 
 
@@ -381,7 +381,7 @@ extends 

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

2018-08-31 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/74f60271/devapidocs/org/apache/hadoop/hbase/master/replication/EnablePeerProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/replication/EnablePeerProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/replication/EnablePeerProcedure.html
index fc6f6e7..c573af4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/replication/EnablePeerProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/replication/EnablePeerProcedure.html
@@ -312,7 +312,7 @@ extends Procedure
-addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner,
 setParentProcId, setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
+addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isBypass,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner, setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout, setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/74f60271/devapidocs/org/apache/hadoop/hbase/master/replication/ModifyPeerProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/replication/ModifyPeerProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/replication/ModifyPeerProcedure.html
index 3d36bd8..8722ddd 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/replication/ModifyPeerProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/replication/ModifyPeerProcedure.html
@@ -377,7 +377,7 @@ extends Procedure
-addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner,
 setParentProcId, setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
+addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId,
 getProcIdHashCode, getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isBypass,
 isFailed,
 

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

2018-08-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/424d7e41/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
index 99b6bf2..c62e029 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
@@ -431,1603 +431,1625 @@
 423  }
 424
 425  @Override
-426  public MetricsConnection 
getConnectionMetrics() {
-427return this.metrics;
+426  public Hbck getHbck() throws 
IOException {
+427return 
getHbck(get(registry.getMasterAddress()));
 428  }
 429
-430  private ExecutorService getBatchPool() 
{
-431if (batchPool == null) {
-432  synchronized (this) {
-433if (batchPool == null) {
-434  int threads = 
conf.getInt("hbase.hconnection.threads.max", 256);
-435  this.batchPool = 
getThreadPool(threads, threads, "-shared", null);
-436  this.cleanupPool = true;
-437}
-438  }
-439}
-440return this.batchPool;
-441  }
-442
-443  private ExecutorService 
getThreadPool(int maxThreads, int coreThreads, String nameHint,
-444  BlockingQueueRunnable 
passedWorkQueue) {
-445// shared HTable thread executor not 
yet initialized
-446if (maxThreads == 0) {
-447  maxThreads = 
Runtime.getRuntime().availableProcessors() * 8;
-448}
-449if (coreThreads == 0) {
-450  coreThreads = 
Runtime.getRuntime().availableProcessors() * 8;
-451}
-452long keepAliveTime = 
conf.getLong("hbase.hconnection.threads.keepalivetime", 60);
-453BlockingQueueRunnable 
workQueue = passedWorkQueue;
-454if (workQueue == null) {
-455  workQueue =
-456new 
LinkedBlockingQueue(maxThreads *
-457
conf.getInt(HConstants.HBASE_CLIENT_MAX_TOTAL_TASKS,
-458
HConstants.DEFAULT_HBASE_CLIENT_MAX_TOTAL_TASKS));
-459  coreThreads = maxThreads;
-460}
-461ThreadPoolExecutor tpe = new 
ThreadPoolExecutor(
-462coreThreads,
-463maxThreads,
-464keepAliveTime,
-465TimeUnit.SECONDS,
-466workQueue,
-467
Threads.newDaemonThreadFactory(toString() + nameHint));
-468tpe.allowCoreThreadTimeOut(true);
-469return tpe;
-470  }
-471
-472  private ExecutorService 
getMetaLookupPool() {
-473if (this.metaLookupPool == null) {
-474  synchronized (this) {
-475if (this.metaLookupPool == null) 
{
-476  //Some of the threads would be 
used for meta replicas
-477  //To start with, 
threads.max.core threads can hit the meta (including replicas).
-478  //After that, requests will get 
queued up in the passed queue, and only after
-479  //the queue is full, a new 
thread will be started
-480  int threads = 
conf.getInt("hbase.hconnection.meta.lookup.threads.max", 128);
-481  this.metaLookupPool = 
getThreadPool(
-482 threads,
-483 threads,
-484 "-metaLookup-shared-", new 
LinkedBlockingQueue());
-485}
-486  }
-487}
-488return this.metaLookupPool;
-489  }
-490
-491  protected ExecutorService 
getCurrentMetaLookupPool() {
-492return metaLookupPool;
-493  }
-494
-495  protected ExecutorService 
getCurrentBatchPool() {
-496return batchPool;
-497  }
-498
-499  private void shutdownPools() {
-500if (this.cleanupPool  
this.batchPool != null  !this.batchPool.isShutdown()) {
-501  
shutdownBatchPool(this.batchPool);
-502}
-503if (this.metaLookupPool != null 
 !this.metaLookupPool.isShutdown()) {
-504  
shutdownBatchPool(this.metaLookupPool);
-505}
-506  }
-507
-508  private void 
shutdownBatchPool(ExecutorService pool) {
-509pool.shutdown();
-510try {
-511  if (!pool.awaitTermination(10, 
TimeUnit.SECONDS)) {
-512pool.shutdownNow();
-513  }
-514} catch (InterruptedException e) {
-515  pool.shutdownNow();
-516}
-517  }
-518
-519  /**
-520   * For tests only.
-521   */
-522  @VisibleForTesting
-523  RpcClient getRpcClient() {
-524return rpcClient;
-525  }
-526
-527  /**
-528   * An identifier that will remain the 
same for a given connection.
-529   */
-530  @Override
-531  public String toString(){
-532return "hconnection-0x" + 
Integer.toHexString(hashCode());
-533  }
-534
-535  protected String clusterId = null;
-536
-537  protected void retrieveClusterId() {
-538if (clusterId != null) {
-539  return;
-540}
-541try {
-542  this.clusterId = 
this.registry.getClusterId().get();
-543} catch (InterruptedException | 
ExecutionException e) {
-544  LOG.warn("Retrieve cluster id 
failed", 

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

2018-08-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0cf79db0/apidocs/src-html/org/apache/hadoop/hbase/filter/DependentColumnFilter.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/filter/DependentColumnFilter.html 
b/apidocs/src-html/org/apache/hadoop/hbase/filter/DependentColumnFilter.html
index 9425699..f592ec3 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/filter/DependentColumnFilter.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/filter/DependentColumnFilter.html
@@ -30,296 +30,312 @@
 022import java.util.ArrayList;
 023import java.util.HashSet;
 024import java.util.List;
-025import java.util.Set;
-026
-027import org.apache.hadoop.hbase.Cell;
-028import 
org.apache.hadoop.hbase.CellUtil;
-029import 
org.apache.hadoop.hbase.CompareOperator;
-030import 
org.apache.yetus.audience.InterfaceAudience;
-031import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
-032import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
-033import 
org.apache.hadoop.hbase.shaded.protobuf.generated.FilterProtos;
-034import 
org.apache.hadoop.hbase.util.Bytes;
-035
-036import 
org.apache.hbase.thirdparty.com.google.common.base.Preconditions;
-037
-038import 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException;
-039import 
org.apache.hbase.thirdparty.com.google.protobuf.UnsafeByteOperations;
-040
-041/**
-042 * A filter for adding inter-column 
timestamp matching
-043 * Only cells with a correspondingly 
timestamped entry in
-044 * the target column will be retained
-045 * Not compatible with Scan.setBatch as 
operations need 
-046 * full rows for correct filtering 
-047 */
-048@InterfaceAudience.Public
-049public class DependentColumnFilter 
extends CompareFilter {
-050
-051  protected byte[] columnFamily;
-052  protected byte[] columnQualifier;
-053  protected boolean 
dropDependentColumn;
-054
-055  protected SetLong stampSet = 
new HashSet();
-056  
-057  /**
-058   * Build a dependent column filter with 
value checking
-059   * dependent column varies will be 
compared using the supplied
-060   * compareOp and comparator, for usage 
of which
-061   * refer to {@link CompareFilter}
-062   * 
-063   * @param family dependent column 
family
-064   * @param qualifier dependent column 
qualifier
-065   * @param dropDependentColumn whether 
the column should be discarded after
-066   * @param valueCompareOp comparison op 

-067   * @param valueComparator comparator
-068   * @deprecated Since 2.0.0. Will be 
removed in 3.0.0. Use
-069   * {@link 
#DependentColumnFilter(byte[], byte[], boolean, CompareOperator, 
ByteArrayComparable)}
-070   * instead.
-071   */
-072  @Deprecated
-073  public DependentColumnFilter(final byte 
[] family, final byte[] qualifier,
-074  final boolean dropDependentColumn, 
final CompareOp valueCompareOp,
-075final ByteArrayComparable 
valueComparator) {
-076this(family, qualifier, 
dropDependentColumn, CompareOperator.valueOf(valueCompareOp.name()),
-077  valueComparator);
-078  }
-079
-080  /**
-081   * Build a dependent column filter with 
value checking
-082   * dependent column varies will be 
compared using the supplied
-083   * compareOp and comparator, for usage 
of which
-084   * refer to {@link CompareFilter}
-085   *
-086   * @param family dependent column 
family
-087   * @param qualifier dependent column 
qualifier
-088   * @param dropDependentColumn whether 
the column should be discarded after
-089   * @param op Value comparison op
-090   * @param valueComparator comparator
-091   */
-092  public DependentColumnFilter(final byte 
[] family, final byte[] qualifier,
-093   final 
boolean dropDependentColumn, final CompareOperator op,
-094   final 
ByteArrayComparable valueComparator) {
-095// set up the comparator
-096super(op, valueComparator);
-097this.columnFamily = family;
-098this.columnQualifier = qualifier;
-099this.dropDependentColumn = 
dropDependentColumn;
-100  }
-101  
-102  /**
-103   * Constructor for DependentColumn 
filter.
-104   * Cells where a Cell from target 
column
-105   * with the same timestamp do not exist 
will be dropped.
-106   *
-107   * @param family name of target column 
family
-108   * @param qualifier name of column 
qualifier
-109   */
-110  public DependentColumnFilter(final byte 
[] family, final byte [] qualifier) {
-111this(family, qualifier, false);
-112  }
-113  
-114  /**
-115   * Constructor for DependentColumn 
filter.
-116   * Cells where a Cell from target 
column
-117   * with the same timestamp do not exist 
will be dropped.
-118   *
-119   * @param family name of dependent 
column family
-120   * @param qualifier name of dependent 
qualifier
-121   * @param dropDependentColumn whether 
the dependent columns Cells should be discarded
-122   */
-123  public DependentColumnFilter(final byte 
[] family, 

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

2018-08-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1ff05a18/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
index 938a4c9..28aa73e 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
@@ -708,20 +708,20 @@
 
 java.lang.https://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.https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.https://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.regionserver.ChunkCreator.ChunkType
-org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
+org.apache.hadoop.hbase.regionserver.MetricsRegionServerSourceFactoryImpl.FactoryStorage
+org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.regionserver.FlushType
 org.apache.hadoop.hbase.regionserver.TimeRangeTracker.Type
-org.apache.hadoop.hbase.regionserver.ScanType
-org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
+org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
+org.apache.hadoop.hbase.regionserver.DefaultHeapMemoryTuner.StepDirection
+org.apache.hadoop.hbase.regionserver.ScannerContext.LimitScope
+org.apache.hadoop.hbase.regionserver.ChunkCreator.ChunkType
 org.apache.hadoop.hbase.regionserver.Region.Operation
 org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
-org.apache.hadoop.hbase.regionserver.BloomType
-org.apache.hadoop.hbase.regionserver.MetricsRegionServerSourceFactoryImpl.FactoryStorage
-org.apache.hadoop.hbase.regionserver.ScannerContext.LimitScope
 org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
-org.apache.hadoop.hbase.regionserver.FlushType
+org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
 org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor.Status
-org.apache.hadoop.hbase.regionserver.DefaultHeapMemoryTuner.StepDirection
+org.apache.hadoop.hbase.regionserver.ScanType
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1ff05a18/devapidocs/org/apache/hadoop/hbase/regionserver/wal/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/package-tree.html
index 19354d1..46651a5 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/package-tree.html
@@ -247,8 +247,8 @@
 
 java.lang.https://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.https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.https://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.regionserver.wal.CompressionContext.DictionaryIndex
 org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader.WALHdrResult
+org.apache.hadoop.hbase.regionserver.wal.CompressionContext.DictionaryIndex
 org.apache.hadoop.hbase.regionserver.wal.RingBufferTruck.Type
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1ff05a18/devapidocs/org/apache/hadoop/hbase/rest/ScannerResource.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/rest/ScannerResource.html 
b/devapidocs/org/apache/hadoop/hbase/rest/ScannerResource.html
index 5353aa1..c8fd09e 100644
--- a/devapidocs/org/apache/hadoop/hbase/rest/ScannerResource.html
+++ b/devapidocs/org/apache/hadoop/hbase/rest/ScannerResource.html
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class ScannerResource
+public class ScannerResource
 extends ResourceBase
 
 
@@ -258,7 +258,7 @@ extends 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -267,7 +267,7 @@ extends 
 
 scanners
-static finalhttps://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,ScannerInstanceResource 
scanners
+static 

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

2018-08-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ae6a80c/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
index dfa8d8b..b0f784e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class AssignmentManager.RegionInTransitionChore
+private static class AssignmentManager.RegionInTransitionChore
 extends ProcedureInMemoryChoreMasterProcedureEnv
 
 
@@ -240,7 +240,7 @@ extends 
 
 RegionInTransitionChore
-publicRegionInTransitionChore(inttimeoutMsec)
+publicRegionInTransitionChore(inttimeoutMsec)
 
 
 
@@ -257,7 +257,7 @@ extends 
 
 periodicExecute
-protectedvoidperiodicExecute(MasterProcedureEnvenv)
+protectedvoidperiodicExecute(MasterProcedureEnvenv)
 
 Specified by:
 periodicExecutein
 classProcedureInMemoryChoreMasterProcedureEnv

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ae6a80c/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
index a6a4db7..31f55b7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public static class AssignmentManager.RegionInTransitionStat
+public static class AssignmentManager.RegionInTransitionStat
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -266,7 +266,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ritThreshold
-private finalint ritThreshold
+private finalint ritThreshold
 
 
 
@@ -275,7 +275,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ritsOverThreshold
-privatehttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,RegionState ritsOverThreshold
+privatehttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,RegionState ritsOverThreshold
 
 
 
@@ -284,7 +284,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 statTimestamp
-privatelong statTimestamp
+privatelong statTimestamp
 
 
 
@@ -293,7 +293,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 oldestRITTime
-privatelong oldestRITTime
+privatelong oldestRITTime
 
 
 
@@ -302,7 +302,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalRITsTwiceThreshold
-privateint totalRITsTwiceThreshold
+privateint totalRITsTwiceThreshold
 
 
 
@@ -311,7 +311,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalRITs
-privateint totalRITs
+privateint totalRITs
 
 
 
@@ -328,7 +328,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 RegionInTransitionStat
-publicRegionInTransitionStat(org.apache.hadoop.conf.Configurationconf)
+publicRegionInTransitionStat(org.apache.hadoop.conf.Configurationconf)
 
 
 
@@ -345,7 +345,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getRITThreshold
-publicintgetRITThreshold()
+publicintgetRITThreshold()
 
 
 
@@ -354,7 +354,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getTimestamp
-publiclonggetTimestamp()
+publiclonggetTimestamp()
 
 
 
@@ -363,7 +363,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getTotalRITs
-publicintgetTotalRITs()
+publicintgetTotalRITs()
 
 
 
@@ -372,7 +372,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getOldestRITTime
-publiclonggetOldestRITTime()

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

2018-08-16 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f3d62514/devapidocs/src-html/org/apache/hadoop/hbase/client/ClientAsyncPrefetchScanner.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/ClientAsyncPrefetchScanner.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/ClientAsyncPrefetchScanner.html
index 1c85f39..08653af 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/ClientAsyncPrefetchScanner.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/ClientAsyncPrefetchScanner.html
@@ -154,53 +154,52 @@
 146// Rethrow the exception so the 
application can handle it.
 147while (!exceptionsQueue.isEmpty()) 
{
 148  Exception first = 
exceptionsQueue.peek();
-149  first.printStackTrace();
-150  if (first instanceof IOException) 
{
-151throw (IOException) first;
-152  }
-153  throw (RuntimeException) first;
-154}
-155  }
-156
-157  private boolean prefetchCondition() {
-158return cacheSizeInBytes.get()  
maxCacheSize / 2;
-159  }
-160
-161  private Result pollCache() {
-162Result res = cache.poll();
-163long estimatedSize = 
calcEstimatedSize(res);
-164addEstimatedSize(-estimatedSize);
-165return res;
-166  }
-167
-168  private class PrefetchRunnable 
implements Runnable {
-169
-170@Override
-171public void run() {
-172  while (!closed) {
-173boolean succeed = false;
-174try {
-175  lock.lock();
-176  while (!prefetchCondition()) 
{
-177notFull.await();
-178  }
-179  loadCache();
-180  succeed = true;
-181} catch (Exception e) {
-182  exceptionsQueue.add(e);
-183} finally {
-184  notEmpty.signalAll();
-185  lock.unlock();
-186  if (prefetchListener != null) 
{
-187
prefetchListener.accept(succeed);
-188  }
-189}
-190  }
-191}
-192
-193  }
-194
-195}
+149  if (first instanceof IOException) 
{
+150throw (IOException) first;
+151  }
+152  throw (RuntimeException) first;
+153}
+154  }
+155
+156  private boolean prefetchCondition() {
+157return cacheSizeInBytes.get()  
maxCacheSize / 2;
+158  }
+159
+160  private Result pollCache() {
+161Result res = cache.poll();
+162long estimatedSize = 
calcEstimatedSize(res);
+163addEstimatedSize(-estimatedSize);
+164return res;
+165  }
+166
+167  private class PrefetchRunnable 
implements Runnable {
+168
+169@Override
+170public void run() {
+171  while (!closed) {
+172boolean succeed = false;
+173try {
+174  lock.lock();
+175  while (!prefetchCondition()) 
{
+176notFull.await();
+177  }
+178  loadCache();
+179  succeed = true;
+180} catch (Exception e) {
+181  exceptionsQueue.add(e);
+182} finally {
+183  notEmpty.signalAll();
+184  lock.unlock();
+185  if (prefetchListener != null) 
{
+186
prefetchListener.accept(succeed);
+187  }
+188}
+189  }
+190}
+191
+192  }
+193
+194}
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f3d62514/devapidocs/src-html/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.html
index 878793b..a8bfe80 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.html
@@ -287,66 +287,65 @@
 279  throws RetriesExhaustedException, 
DoNotRetryIOException {
 280Throwable t = e.getCause();
 281assert t != null; // That's what 
ExecutionException is about: holding an exception
-282t.printStackTrace();
-283
-284if (t instanceof 
RetriesExhaustedException) {
-285  throw (RetriesExhaustedException) 
t;
-286}
-287
-288if (t instanceof 
DoNotRetryIOException) {
-289  throw (DoNotRetryIOException) t;
-290}
-291
-292
RetriesExhaustedException.ThrowableWithExtraContext qt =
-293new 
RetriesExhaustedException.ThrowableWithExtraContext(t,
-294
EnvironmentEdgeManager.currentTime(), null);
-295
-296
ListRetriesExhaustedException.ThrowableWithExtraContext exceptions =
-297Collections.singletonList(qt);
-298
-299throw new 
RetriesExhaustedException(retries, exceptions);
-300  }
-301
-302  /**
-303   * Creates the calls and submit them
-304   *
-305   * @param cs  - the completion 

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

2018-08-02 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7cf6034b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html 
b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
index c26e1d4..1ddba78 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
@@ -1132,7 +1132,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 deleteColumn
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnResponsedeleteColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnResponsedeleteColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,

 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnRequestreq)

  throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
@@ -1149,7 +1149,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 deleteNamespace
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteNamespaceResponsedeleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteNamespaceResponsedeleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,

   
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteNamespaceRequestrequest)

throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
@@ -1166,7 +1166,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 deleteSnapshot
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteSnapshotResponsedeleteSnapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteSnapshotResponsedeleteSnapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,

 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteSnapshotRequestrequest)

  throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 Execute Delete Snapshot operation.
@@ -1188,7 +1188,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 deleteTable
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteTableResponsedeleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteTableResponsedeleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,

   
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteTableRequestrequest)

throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
@@ -1205,7 +1205,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 truncateTable
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.TruncateTableResponsetruncateTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.TruncateTableResponsetruncateTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,

   
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.TruncateTableRequestrequest)

throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
@@ -1222,7 +1222,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 disableTable

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

2018-07-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/804782f0/devapidocs/org/apache/hadoop/hbase/master/locking/LockProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/locking/LockProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/locking/LockProcedure.html
index 139308d..47fe85d 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/locking/LockProcedure.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/locking/LockProcedure.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};
+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};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -215,62 +215,58 @@ implements event
 
 
-private boolean
-hasLock
-
-
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
 lastHeartBeat
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 LOCAL_MASTER_LOCKS_TIMEOUT_MS_CONF
 
-
+
 private LockProcedure.LockInterface
 lock
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CountDownLatch.html?is-external=true;
 title="class or interface in 
java.util.concurrent">CountDownLatch
 lockAcquireLatch
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicBoolean
 locked
 
-
+
 private static org.slf4j.Logger
 LOG
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 namespace
 
-
+
 private TableProcedureInterface.TableOperationType
 opType
 
-
+
 private boolean
 recoveredMasterLock
 
-
+
 private RegionInfo[]
 regionInfos
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 REMOTE_LOCKS_TIMEOUT_MS_CONF
 
-
+
 private TableName
 tableName
 
-
+
 private LockType
 type
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicBoolean
 unlock
 
@@ -408,74 +404,68 @@ implements 
 boolean
-hasLock(MasterProcedureEnvenv)
-This is used in conjunction with Procedure.holdLock(Object).
-
-
-
-boolean
 holdLock(MasterProcedureEnvenv)
 Used to keep the procedure lock even when the procedure is 
yielding or suspended.
 
 
-
+
 boolean
 isLocked()
 
-
+
 protected void
 releaseLock(MasterProcedureEnvenv)
 The user should override this method, and release lock if 
necessary.
 
 
-
+
 protected void
 rollback(MasterProcedureEnvenv)
 The code to undo what was done by the execute() code.
 
 
-
+
 protected void
 serializeStateData(ProcedureStateSerializerserializer)
 The user-level code of the procedure may have some state to
  persist (e.g.
 
 
-
+
 protected boolean
 setTimeoutFailure(MasterProcedureEnvenv)
 Re run the procedure after every timeout to write new WAL 
entries so we don't hold back old
  WALs.
 
 
-
+
 private LockProcedure.LockInterface
 setupLock()
 
-
+
 private LockProcedure.LockInterface
 setupNamespaceLock()
 
-
+
 private LockProcedure.LockInterface
 setupRegionLock()
 
-
+
 private LockProcedure.LockInterface
 setupTableLock()
 
-
+
 protected void
 toStringClassDetails(https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true;
 title="class or interface in java.lang">StringBuilderbuilder)
 Extend the toString() information with the procedure details
  e.g.
 
 
-
+
 void
 unlock(MasterProcedureEnvenv)
 
-
+
 void
 updateHeartBeat()
 Updates timeout deadline for the lock.
@@ -487,7 +477,7 @@ implements Procedure
-addStackIndex,
 afterReplay,
 compareTo,
 completionCleanup,
 doAcquireLock,
 doExecute,
 doReleaseLock,
 do
 Rollback, elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId, getProcIdHashCode,
 getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubm
 ittedTime, getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 

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

2018-07-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/df8fd1d3/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/RegionStates.RegionFailedOpen.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/RegionStates.RegionFailedOpen.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/RegionStates.RegionFailedOpen.html
index 5f41fe7..c8158b5 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/RegionStates.RegionFailedOpen.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/RegionStates.RegionFailedOpen.html
@@ -524,636 +524,639 @@
 516}
 517  }
 518
-519  ArrayListRegionStateNode 
getTableRegionStateNodes(final TableName tableName) {
-520final 
ArrayListRegionStateNode regions = new 
ArrayListRegionStateNode();
-521for (RegionStateNode node: 
regionsMap.tailMap(tableName.getName()).values()) {
-522  if 
(!node.getTable().equals(tableName)) break;
-523  regions.add(node);
-524}
-525return regions;
-526  }
-527
-528  ArrayListRegionState 
getTableRegionStates(final TableName tableName) {
-529final ArrayListRegionState 
regions = new ArrayListRegionState();
-530for (RegionStateNode node: 
regionsMap.tailMap(tableName.getName()).values()) {
-531  if 
(!node.getTable().equals(tableName)) break;
-532  
regions.add(node.toRegionState());
-533}
-534return regions;
-535  }
-536
-537  ArrayListRegionInfo 
getTableRegionsInfo(final TableName tableName) {
-538final ArrayListRegionInfo 
regions = new ArrayListRegionInfo();
-539for (RegionStateNode node: 
regionsMap.tailMap(tableName.getName()).values()) {
-540  if 
(!node.getTable().equals(tableName)) break;
-541  
regions.add(node.getRegionInfo());
-542}
-543return regions;
-544  }
-545
-546  CollectionRegionStateNode 
getRegionStateNodes() {
-547return regionsMap.values();
+519  public void deleteRegions(final 
ListRegionInfo regionInfos) {
+520
regionInfos.forEach(this::deleteRegion);
+521  }
+522
+523  ArrayListRegionStateNode 
getTableRegionStateNodes(final TableName tableName) {
+524final 
ArrayListRegionStateNode regions = new 
ArrayListRegionStateNode();
+525for (RegionStateNode node: 
regionsMap.tailMap(tableName.getName()).values()) {
+526  if 
(!node.getTable().equals(tableName)) break;
+527  regions.add(node);
+528}
+529return regions;
+530  }
+531
+532  ArrayListRegionState 
getTableRegionStates(final TableName tableName) {
+533final ArrayListRegionState 
regions = new ArrayListRegionState();
+534for (RegionStateNode node: 
regionsMap.tailMap(tableName.getName()).values()) {
+535  if 
(!node.getTable().equals(tableName)) break;
+536  
regions.add(node.toRegionState());
+537}
+538return regions;
+539  }
+540
+541  ArrayListRegionInfo 
getTableRegionsInfo(final TableName tableName) {
+542final ArrayListRegionInfo 
regions = new ArrayListRegionInfo();
+543for (RegionStateNode node: 
regionsMap.tailMap(tableName.getName()).values()) {
+544  if 
(!node.getTable().equals(tableName)) break;
+545  
regions.add(node.getRegionInfo());
+546}
+547return regions;
 548  }
 549
-550  public ArrayListRegionState 
getRegionStates() {
-551final ArrayListRegionState 
regions = new ArrayListRegionState(regionsMap.size());
-552for (RegionStateNode node: 
regionsMap.values()) {
-553  
regions.add(node.toRegionState());
-554}
-555return regions;
-556  }
-557
-558  // 
==
-559  //  RegionState helpers
-560  // 
==
-561  public RegionState getRegionState(final 
RegionInfo regionInfo) {
-562RegionStateNode regionStateNode = 
getRegionStateNode(regionInfo);
-563return regionStateNode == null ? null 
: regionStateNode.toRegionState();
-564  }
-565
-566  public RegionState getRegionState(final 
String encodedRegionName) {
-567// TODO: Need a map encodedName, 
... but it is just dispatch merge...
-568for (RegionStateNode node: 
regionsMap.values()) {
-569  if 
(node.getRegionInfo().getEncodedName().equals(encodedRegionName)) {
-570return node.toRegionState();
-571  }
-572}
-573return null;
-574  }
-575
-576  // 

-577  //  TODO: helpers
-578  // 

-579  public boolean 
hasTableRegionStates(final TableName tableName) {
-580// TODO
-581return 
!getTableRegionStates(tableName).isEmpty();
-582  }
-583
-584  /**
-585   * @return Return online regions of 
table; does not include OFFLINE or SPLITTING regions.
-586   */
-587  public ListRegionInfo 
getRegionsOfTable(final TableName 

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

2018-07-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0c6f447e/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html 
b/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
index 52c5160..1b657f2 100644
--- a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
+++ b/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
@@ -1,6 +1,6 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
 
@@ -19,45 +19,45 @@
 }
 //-->
 var methods = 
{"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42};
-var tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],8:["t4","å…
·ä½“方法"],32:["t6","已过时的方法"]};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
 var activeTableTab = "activeTableTab";
 
 
-您的浏览器已禁用 JavaScript。
+JavaScript is disabled on your browser.
 
 
 
 
 
-跳过导航链接
+Skip navigation links
 
 
 
-
-概览
-程序包
-ç±»
-使用
-树
-已过时
-索引
-帮助
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
 
 
 
 
-上一个类
-下一个类
+PrevClass
+NextClass
 
 
-框架
-无框架
+Frames
+NoFrames
 
 
-所有类
+AllClasses
 
 
 

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

2018-07-19 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5427a45e/apidocs/org/apache/hadoop/hbase/ChoreService.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ChoreService.html 
b/apidocs/org/apache/hadoop/hbase/ChoreService.html
index bb6ce37..69e1eb9 100644
--- a/apidocs/org/apache/hadoop/hbase/ChoreService.html
+++ b/apidocs/org/apache/hadoop/hbase/ChoreService.html
@@ -1,6 +1,6 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
 
@@ -19,45 +19,45 @@
 }
 //-->
 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 tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],8:["t4","å…
·ä½“方法"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
 var activeTableTab = "activeTableTab";
 
 
-JavaScript is disabled on your browser.
+您的浏览器已禁用 JavaScript。
 
 
 
 
 
-Skip navigation links
+跳过导航链接
 
 
 
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
+
+概览
+程序包
+ç±»
+使用
+树
+已过时
+索引
+帮助
 
 
 
 
-PrevClass
-NextClass
+上一个类
+下一个类
 
 
-Frames
-NoFrames
+框架
+无框架
 
 
-AllClasses
+所有类
 
 
 
 
org.apache.hadoop.hbase
-

Class ChoreService

+

ç±» ChoreService

+
ChoreService is a service that can be used to schedule instances of ScheduledChore to run periodically while sharing threads. The ChoreService is backed by a - https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html?is-external=true"; title="class or interface in java.util.concurrent">ScheduledThreadPoolExecutor whose core pool size changes dynamically depending on

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

2018-07-03 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bcb555af/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html
index 7d20fe1..be0991b 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":9,"i3":9,"i4":6,"i5":10,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":6,"i14":10,"i15":10,"i16":6,"i17":10,"i18":6,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":6,"i25":10,"i26":10};
+var methods = 
{"i0":10,"i1":10,"i2":9,"i3":9,"i4":10,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":6,"i16":10,"i17":10,"i18":6,"i19":10,"i20":6,"i21":10,"i22":6,"i23":6,"i24":10,"i25":10,"i26":6,"i27":10,"i28":10,"i29":6,"i30":10,"i31":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -141,7 +141,7 @@ implements Field and Description
 
 
-protected MutableSegment
+private MutableSegment
 active
 
 
@@ -238,78 +238,94 @@ implements https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerscanners)
 
 
-protected abstract void
-checkActiveSize()
-Check whether anything need to be done based on the current 
active set size
-
-
-
 void
 clearSnapshot(longid)
 The passed snapshot was successfully persisted; it can be 
let go.
 
 
-
+
 private static Cell
 deepCopyIfNeeded(Cellcell)
 
+
+private void
+doAdd(MutableSegmentcurrentActive,
+ Cellcell,
+ MemStoreSizingmemstoreSizing)
+
 
+private void
+doAddOrUpsert(Cellcell,
+ longreadpoint,
+ MemStoreSizingmemstoreSizing,
+ booleandoAdd)
+
+
+private void
+doUpsert(MutableSegmentcurrentActive,
+Cellcell,
+longreadpoint,
+MemStoreSizingmemstoreSizing)
+
+
 protected void
 dump(org.slf4j.Loggerlog)
 
-
+
 (package private) MutableSegment
 getActive()
 
-
+
 protected CellComparator
 getComparator()
 
-
+
 protected 
org.apache.hadoop.conf.Configuration
 getConfiguration()
 
-
+
 protected Cell
 getLowest(Cella,
  Cellb)
 
-
+
 protected Cell
 getNextRow(Cellkey,
   https://docs.oracle.com/javase/8/docs/api/java/util/NavigableSet.html?is-external=true;
 title="class or interface in java.util">NavigableSetCellset)
 
-
+
 protected abstract https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListSegment
 getSegments()
 
-
+
 (package private) ImmutableSegment
 getSnapshot()
 
-
+
 MemStoreSize
 getSnapshotSize()
 Return the size of the snapshot(s) if any
 
 
-
+
 protected abstract long
 heapSize()
 
-
+
 private void
-internalAdd(CelltoAdd,
+internalAdd(MutableSegmentcurrentActive,
+   CelltoAdd,
booleanmslabUsed,
MemStoreSizingmemstoreSizing)
 
-
+
 protected abstract long
 keySize()
 
-
+
 private Cell
-maybeCloneWithAllocator(Cellcell,
+maybeCloneWithAllocator(MutableSegmentcurrentActive,
+   Cellcell,
booleanforceCloneOfBigCell)
 If the segment has a memory allocator the cell is being 
cloned to this space, and returned;
  Otherwise the given cell is returned
@@ -317,35 +333,53 @@ implements 
+
+protected abstract void
+postUpdate(MutableSegmentcurrentActive)
+Issue any post update synchronization and tests
+
+
+
+protected abstract boolean
+preUpdate(MutableSegmentcurrentActive,
+ Cellcell,
+ MemStoreSizingmemstoreSizing)
+Issue any synchronization and test needed before applying 
the update
+
+
+
 protected void
 resetActive()
 
-
+
 private void
 setOldestEditTimeToNow()
 
-
+
+protected abstract boolean
+sizeAddedPreOperation()
+
+
 long
 timeOfOldestEdit()
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 toString()
 
-
+
 abstract void
 updateLowestUnflushedSequenceIdInWAL(booleanonlyIfMoreRecent)
 Updates the wal with the lowest sequence id (oldest entry) 
that is still in memory
 
 
-
+
 private void
 upsert(Cellcell,
   longreadpoint,
   MemStoreSizingmemstoreSizing)
 
-
+
 void
 upsert(https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true;
 title="class or interface in java.lang">IterableCellcells,
   longreadpoint,
@@ -419,7 +453,7 @@ implements 
 
 active
-protected volatileMutableSegment active
+private volatileMutableSegment active
 
 
 
@@ -575,13 +609,93 @@ implements 

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

2018-06-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a5c66de0/devapidocs/org/apache/hadoop/hbase/coprocessor/MetaTableMetrics.ExampleRegionObserverMeta.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/MetaTableMetrics.ExampleRegionObserverMeta.html
 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/MetaTableMetrics.ExampleRegionObserverMeta.html
new file mode 100644
index 000..2ec5979
--- /dev/null
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/MetaTableMetrics.ExampleRegionObserverMeta.html
@@ -0,0 +1,710 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+MetaTableMetrics.ExampleRegionObserverMeta (Apache HBase 3.0.0-SNAPSHOT 
API)
+
+
+
+
+
+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};
+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.coprocessor
+Class MetaTableMetrics.ExampleRegionObserverMeta
+
+
+
+https://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.coprocessor.MetaTableMetrics.ExampleRegionObserverMeta
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Coprocessor, RegionCoprocessor, RegionObserver
+
+
+Enclosing class:
+MetaTableMetrics
+
+
+
+class MetaTableMetrics.ExampleRegionObserverMeta
+extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+implements RegionCoprocessor, RegionObserver
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.hadoop.hbase.Coprocessor
+Coprocessor.State
+
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.hadoop.hbase.coprocessor.RegionObserver
+RegionObserver.MutationType
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interfaceorg.apache.hadoop.hbase.Coprocessor
+PRIORITY_HIGHEST,
 PRIORITY_LOWEST,
 PRIORITY_SYSTEM,
 PRIORITY_USER,
 VERSION
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ExampleRegionObserverMeta()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+private void
+clientMetricRegisterAndMark(ObserverContextRegionCoprocessorEnvironmente)
+
+
+private https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+clientRequestMeterName(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringclientIP)
+
+
+private https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getRegionIdFromOp(Rowop)
+Get regionId from Ops such as: get, put, delete.
+
+
+
+https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionObserver
+getRegionObserver()
+
+
+private https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getTableNameFromOp(Rowop)
+Get table name from Ops such as: get, put, delete.
+
+
+
+private boolean
+isMetaTableOp(ObserverContextRegionCoprocessorEnvironmente)
+
+
+private void
+markMeterIfPresent(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringrequestMeter)
+
+
+private https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+opMeterName(https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectop)
+
+
+private void

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

2018-06-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/eb5d2c62/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 4c784d0..e82cd18 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3768,21 +3768,21 @@
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 date
-"Wed Jun 27 14:40:01 UTC 2018"
+"Thu Jun 28 14:39:45 UTC 2018"
 
 
 
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 revision
-"a68dbde941e5471a555a6df0fb5fb2d122e2e98e"
+"6198e1fc7dfa85c3bc6b2855f9a5fb5f4b2354ff"
 
 
 
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 srcChecksum
-"788e986d113444a7b10830c038959114"
+"7ee64003a6b54ac58a4f6db4dd4dd6ee"
 
 
 
@@ -15400,6 +15400,32 @@
 
 
 
+
+
+org.apache.hadoop.hbase.master.replication.ZKSyncReplicationReplayWALWorkerStorage
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+WORKERS_ZNODE
+"zookeeper.znode.sync.replication.replaywal.workers"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+WORKERS_ZNODE_DEFAULT
+"replaywal-workers"
+
+
+
+
 
 
 
@@ -23042,6 +23068,25 @@
 
 
 
+
+
+org.apache.hadoop.hbase.regionserver.wal.WALClosedException
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+privatestaticfinallong
+serialVersionUID
+-3183198896865290678L
+
+
+
+
 
 
 
@@ -23084,6 +23129,86 @@
 
 
 
+org.apache.hadoop.hbase.replication.ReplicationPeerImpl
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+privatestaticfinalint
+AND_BITS
+65535
+
+
+
+
+privatestaticfinalint
+SHIFT
+16
+
+
+
+
+
+
+org.apache.hadoop.hbase.replication.ReplicationUtils
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+REMOTE_WAL_DIR_NAME
+"remoteWALs"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+REMOTE_WAL_REPLAY_SUFFIX
+"-replay"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+REMOTE_WAL_SNAPSHOT_SUFFIX
+"-snapshot"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+RENAME_WAL_SUFFIX
+".ren"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+REPLICATION_ATTR_NAME
+"__rep__"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+SYNC_WAL_SUFFIX
+".syncrep"
+
+
+
+
+
+
 org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
 Modifier and Type
@@ -23092,33 +23217,47 @@
 
 
 
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+NEW_SYNC_REPLICATION_STATE_ZNODE
+"new-sync-rep-state"
+
+
 
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 PEERS_STATE_ZNODE
 "zookeeper.znode.replication.peers.state"
 
-
+
 
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 PEERS_STATE_ZNODE_DEFAULT
 "peer-state"
 
-
+
 
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 PEERS_ZNODE
 "zookeeper.znode.replication.peers"
 
-
+
 
 
 publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 PEERS_ZNODE_DEFAULT
 "peers"
 
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+SYNC_REPLICATION_STATE_ZNODE
+"sync-rep-state"
+
 
 
 
@@ -23542,6 +23681,32 @@
 
 
 
+org.apache.hadoop.hbase.replication.regionserver.ReplaySyncReplicationWALCallable
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+privatestaticfinallong

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

2018-06-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/55ce8d97/devapidocs/org/apache/hadoop/hbase/ServerLoad.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ServerLoad.html 
b/devapidocs/org/apache/hadoop/hbase/ServerLoad.html
index 400990f..40d539b 100644
--- a/devapidocs/org/apache/hadoop/hbase/ServerLoad.html
+++ b/devapidocs/org/apache/hadoop/hbase/ServerLoad.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":42,"i40":42,"i41":42,"i42":42,"i43":42,"i44":42,"i45":42,"i46":42,"i47":42};
+var methods = 
{"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":42,"i40":42,"i41":42,"i42":42,"i43":42,"i44":42,"i45":42,"i46":42,"i47":42,"i48":42};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -143,11 +143,17 @@ implements 
 
 private long
-currentCompactedKVs
+cpRequestsCount
 Deprecated.
 
 
 
+private long
+currentCompactedKVs
+Deprecated.
+
+
+
 static ServerLoad
 EMPTY_SERVERLOAD
 Deprecated.
@@ -156,91 +162,91 @@ implements 
 
 
-
+
 private long
 filteredReadRequestsCount
 Deprecated.
 
 
-
+
 private int
 memstoreSizeMB
 Deprecated.
 
 
-
+
 private ServerMetrics
 metrics
 Deprecated.
 
 
-
+
 private long
 readRequestsCount
 Deprecated.
 
 
-
+
 private int
 rootIndexSizeKB
 Deprecated.
 
 
-
+
 protected 
org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad
 serverLoad
 Deprecated.
 
 
-
+
 private long
 storefileIndexSizeKB
 Deprecated.
 
 
-
+
 private int
 storefiles
 Deprecated.
 
 
-
+
 private int
 storefileSizeMB
 Deprecated.
 
 
-
+
 private int
 stores
 Deprecated.
 
 
-
+
 private int
 storeUncompressedSizeMB
 Deprecated.
 
 
-
+
 private long
 totalCompactingKVs
 Deprecated.
 
 
-
+
 private int
 totalStaticBloomSizeKB
 Deprecated.
 
 
-
+
 private int
 totalStaticIndexSizeKB
 Deprecated.
 
 
-
+
 private long
 writeRequestsCount
 Deprecated.
@@ -307,7 +313,7 @@ implements 
 
 long
-getCurrentCompactedKVs()
+getCpRequestsCount()
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  Use getRegionMetrics()
 instead.
@@ -316,7 +322,7 @@ implements 
 
 long
-getFilteredReadRequestsCount()
+getCurrentCompactedKVs()
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
  Use getRegionMetrics()
 instead.
@@ -324,18 +330,27 @@ implements 
 
 
+long
+getFilteredReadRequestsCount()
+Deprecated.
+As of release 2.0.0, this 
will be removed in HBase 3.0.0
+ Use getRegionMetrics()
 instead.
+
+
+
+
 int
 getInfoServerPort()
 Deprecated.
 
 
-
+
 long
 getLastReportTimestamp()
 Deprecated.
 
 
-
+
 int
 getLoad()
 Deprecated.
@@ -344,7 +359,7 @@ implements 
 
 
-
+
 int
 getMaxHeapMB()
 Deprecated.
@@ -353,13 +368,13 @@ implements 
 
 
-
+
 Size
 getMaxHeapSize()
 Deprecated.
 
 
-
+
 int
 getMemstoreSizeInMB()
 Deprecated.
@@ -368,7 +383,7 @@ implements 
 
 
-
+
 int
 getMemStoreSizeMB()
 Deprecated.
@@ -377,7 +392,7 @@ implements 
 
 
-
+
 int
 getNumberOfRegions()
 Deprecated.
@@ -386,7 +401,7 @@ implements 
 
 
-
+
 long
 getNumberOfRequests()
 Deprecated.
@@ -395,7 +410,7 @@ implements 
 
 
-
+
 long
 getReadRequestsCount()
 Deprecated.
@@ -404,13 +419,13 @@ implements 
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],RegionMetrics
 getRegionMetrics()
 Deprecated.
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]
 getRegionServerCoprocessors()
 Deprecated.
@@ -419,7 +434,7 @@ implements 
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],RegionLoad
 getRegionsLoad()
 Deprecated.
@@ -428,21 +443,21 @@ implements 
 
 
-
+
 ReplicationLoadSink
 getReplicationLoadSink()
 Deprecated.
 Call directly from client such as hbase shell
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListReplicationLoadSource
 getReplicationLoadSourceList()
 Deprecated.
 Call directly from client such as hbase shell
 
 
-
+
 long
 

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

2018-06-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2b11656f/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
index 3daf653..ccbd322 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":9,"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};
+var methods = 
{"i0":9,"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};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -191,14 +191,10 @@ extends modifiedTableDescriptor
 
 
-private https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
-regionInfoList
-
-
 private https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
 traceEnabled
 
-
+
 private TableDescriptor
 unmodifiedTableDescriptor
 
@@ -292,95 +288,103 @@ extends 
 private https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
-getRegionInfoList(MasterProcedureEnvenv)
+getOpenRegionInfoList(MasterProcedureEnvenv)
+Fetches all open or soon to be open Regions for a 
table.
+
 
 
+private https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
+getRegionInfoList(MasterProcedureEnvenv)
+Fetches all Regions for a table.
+
+
+
 protected 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableState
 getState(intstateId)
 Convert an ordinal (or state id) to an Enum (or more 
descriptive) state object.
 
 
-
+
 protected int
 getStateId(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableStatestate)
 Convert the Enum (or more descriptive) state object to an 
ordinal (or state id).
 
 
-
+
 TableName
 getTableName()
 
-
+
 TableProcedureInterface.TableOperationType
 getTableOperationType()
 Given an operation type we can take decisions about what to 
do with pending operations.
 
 
-
+
 private void
 initilize()
 
-
+
 protected boolean
 isRollbackSupported(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableStatestate)
 Used by the default implementation of abort() to know if 
the current state can be aborted
  and rollback can be triggered.
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
 isTraceEnabled()
 The procedure could be restarted from a different 
machine.
 
 
-
+
 private void
 postModify(MasterProcedureEnvenv,
   
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableStatestate)
 Action after modifying table.
 
 
-
+
 private void
 preModify(MasterProcedureEnvenv,
  
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableStatestate)
 Action before modifying table.
 
 
-
+
 private void
 prepareModify(MasterProcedureEnvenv)
 Check conditions before any real action of modifying a 
table.
 
 
-
+
 private void
 restoreTableDescriptor(MasterProcedureEnvenv)
 Undo the descriptor change (for rollback)
 
 
-
+
 protected void
 rollbackState(MasterProcedureEnvenv,
  
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableStatestate)
 called to perform the rollback of the specified state
 
 
-
+
 private void
 runCoprocessorAction(MasterProcedureEnvenv,
 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.ModifyTableStatestate)
 Coprocessor Action.
 
 
-
+
 protected void
 serializeStateData(ProcedureStateSerializerserializer)
 The user-level code of the procedure may have some state to
  persist (e.g.
 
 
-
+
 private void
 updateReplicaColumnsIfNeeded(MasterProcedureEnvenv,
 TableDescriptoroldTableDescriptor,
@@ -388,7 +392,7 @@ extends update replica column families if necessary.
 
 
-
+
 private void
 updateTableDescriptor(MasterProcedureEnvenv)
 Update descriptor
@@ -473,22 +477,13 @@ extends deleteColumnFamilyInModify
 
 
-
-
-
-
-
-regionInfoList

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

2018-06-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/65565d77/devapidocs/org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.html
 
b/devapidocs/org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.html
index fc41962..be987ae 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-PrevClass
+PrevClass
 NextClass
 
 
@@ -680,7 +680,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 
-PrevClass
+PrevClass
 NextClass
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/65565d77/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
index b252c30..ffe8371 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class AssignmentManager.RegionInTransitionChore
+private static class AssignmentManager.RegionInTransitionChore
 extends ProcedureInMemoryChoreMasterProcedureEnv
 
 
@@ -240,7 +240,7 @@ extends 
 
 RegionInTransitionChore
-publicRegionInTransitionChore(inttimeoutMsec)
+publicRegionInTransitionChore(inttimeoutMsec)
 
 
 
@@ -257,7 +257,7 @@ extends 
 
 periodicExecute
-protectedvoidperiodicExecute(MasterProcedureEnvenv)
+protectedvoidperiodicExecute(MasterProcedureEnvenv)
 
 Specified by:
 periodicExecutein
 classProcedureInMemoryChoreMasterProcedureEnv

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/65565d77/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
index ee10f5b..e04edb3 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public static class AssignmentManager.RegionInTransitionStat
+public static class AssignmentManager.RegionInTransitionStat
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -266,7 +266,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ritThreshold
-private finalint ritThreshold
+private finalint ritThreshold
 
 
 
@@ -275,7 +275,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ritsOverThreshold
-privatehttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,RegionState ritsOverThreshold
+privatehttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,RegionState ritsOverThreshold
 
 
 
@@ -284,7 +284,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 statTimestamp
-privatelong statTimestamp
+privatelong statTimestamp
 
 
 
@@ -293,7 +293,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 oldestRITTime
-privatelong oldestRITTime
+privatelong oldestRITTime
 
 
 
@@ -302,7 +302,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalRITsTwiceThreshold
-privateint totalRITsTwiceThreshold
+privateint totalRITsTwiceThreshold
 
 
 
@@ -311,7 +311,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalRITs
-privateint totalRITs
+privateint totalRITs
 
 
 
@@ -328,7 +328,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 RegionInTransitionStat
-publicRegionInTransitionStat(org.apache.hadoop.conf.Configurationconf)

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

2018-06-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e11cf2cb/devapidocs/org/apache/hadoop/hbase/wal/WAL.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WAL.html 
b/devapidocs/org/apache/hadoop/hbase/wal/WAL.html
index aa07f0a..f0637de 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/WAL.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/WAL.html
@@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
 
 @InterfaceAudience.Private
  @InterfaceStability.Evolving
-public interface WAL
+public interface WAL
 extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable, WALFileLengthProvider
 A Write Ahead Log (WAL) provides service for reading, 
writing waledits. This interface provides
  APIs for WAL users (such as RegionServer) to use the WAL (do append, sync, 
etc).
@@ -318,7 +318,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 registerWALActionsListener
-voidregisterWALActionsListener(WALActionsListenerlistener)
+voidregisterWALActionsListener(WALActionsListenerlistener)
 Registers WALActionsListener
 
 
@@ -328,7 +328,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 unregisterWALActionsListener
-booleanunregisterWALActionsListener(WALActionsListenerlistener)
+booleanunregisterWALActionsListener(WALActionsListenerlistener)
 Unregisters WALActionsListener
 
 
@@ -338,7 +338,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 rollWriter
-byte[][]rollWriter()
+byte[][]rollWriter()
  throws FailedLogCloseException,
 https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Roll the log writer. That is, start writing log messages to 
a new file.
@@ -363,7 +363,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 rollWriter
-byte[][]rollWriter(booleanforce)
+byte[][]rollWriter(booleanforce)
  throws FailedLogCloseException,
 https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Roll the log writer. That is, start writing log messages to 
a new file.
@@ -391,7 +391,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 shutdown
-voidshutdown()
+voidshutdown()
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Stop accepting new writes. If we have unsynced writes still 
in buffer, sync them.
  Extant edits are left in place in backing storage to be replayed later.
@@ -407,7 +407,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 close
-voidclose()
+voidclose()
 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Caller no longer needs any edits from this WAL. 
Implementers are free to reclaim
  underlying resources after this call; i.e. filesystem based WALs can archive 
or
@@ -428,7 +428,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 append
-longappend(RegionInfoinfo,
+longappend(RegionInfoinfo,
 WALKeyImplkey,
 WALEditedits,
 booleaninMemstore)
@@ -460,7 +460,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 updateStore
-voidupdateStore(byte[]encodedRegionName,
+voidupdateStore(byte[]encodedRegionName,
  byte[]familyName,
  https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Longsequenceid,
  booleanonlyIfGreater)
@@ -482,7 +482,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 sync
-voidsync()
+voidsync()
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Sync what we have in the WAL.
 
@@ -497,7 +497,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 sync
-voidsync(longtxid)
+voidsync(longtxid)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Sync the WAL if the txId was not already sync'd.
 
@@ -514,7 +514,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.htm
 
 
 sync
-defaultvoidsync(booleanforceSync)
+defaultvoidsync(booleanforceSync)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Parameters:
@@ -531,7 +531,7 @@ extends 

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

2018-06-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.RegionStateNode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.RegionStateNode.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.RegionStateNode.html
index cab0e78..f8ead79 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.RegionStateNode.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.RegionStateNode.html
@@ -279,26 +279,42 @@
 RegionStates.RegionStateNoderegionNode)
 
 
+private boolean
+UnassignProcedure.isSafeToProceed(MasterProcedureEnvenv,
+   RegionStates.RegionStateNoderegionNode,
+   https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOExceptionexception)
+Our remote call failed but there are a few states where it 
is safe to proceed with the
+ unassign; e.g.
+
+
+
 protected boolean
 RegionTransitionProcedure.isServerOnline(MasterProcedureEnvenv,
   RegionStates.RegionStateNoderegionNode)
 
-
+
 void
 AssignmentManager.markRegionAsClosed(RegionStates.RegionStateNoderegionNode)
 
-
+
 void
 AssignmentManager.markRegionAsClosing(RegionStates.RegionStateNoderegionNode)
 
-
+
 void
 AssignmentManager.markRegionAsOpened(RegionStates.RegionStateNoderegionNode)
 
-
+
 void
 AssignmentManager.markRegionAsOpening(RegionStates.RegionStateNoderegionNode)
 
+
+protected void
+UnassignProcedure.proceed(MasterProcedureEnvenv,
+   RegionStates.RegionStateNoderegionNode)
+Set it up so when procedure is unsuspended, we'll move to 
the procedure finish.
+
+
 
 protected void
 AssignmentManager.queueAssign(RegionStates.RegionStateNoderegionNode)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.ServerStateNode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.ServerStateNode.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.ServerStateNode.html
index 4c185ad..46ea3a4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.ServerStateNode.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/class-use/RegionStates.ServerStateNode.html
@@ -121,7 +121,9 @@
 
 
 RegionStates.ServerStateNode
-RegionStates.getOrCreateServer(ServerNameserverName)
+RegionStates.getOrCreateServer(ServerNameserverName)
+Be judicious calling this method.
+
 
 
 protected RegionStates.ServerStateNode
@@ -156,7 +158,7 @@
 RegionStates.ServerStateNode.compareTo(RegionStates.ServerStateNodeother)
 
 
-void
+private void
 AssignmentManager.killRegionServer(RegionStates.ServerStateNodeserverNode)
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/devapidocs/org/apache/hadoop/hbase/master/assignment/package-frame.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/package-frame.html 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/package-frame.html
index f7aedd4..5ab0399 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/assignment/package-frame.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/assignment/package-frame.html
@@ -43,10 +43,6 @@
 
 RegionStates.ServerState
 
-Exceptions
-
-FailedRemoteDispatchException
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/devapidocs/org/apache/hadoop/hbase/master/assignment/package-summary.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/package-summary.html 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/package-summary.html
index c6bba43..3accf1c 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/assignment/package-summary.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/assignment/package-summary.html
@@ -179,7 +179,9 @@
 
 
 RegionStates.ServerStateNode
-
+
+State of Server; list of hosted regions, etc.
+
 
 
 RegionStateStore
@@ -224,24 +226,8 @@
 
 
 RegionStates.ServerState
-
-
-
-
-
-
-
-Exception Summary
-
-Exception
-Description
-
-
-
-FailedRemoteDispatchException
 
-Used internally signaling failed queue of a remote procedure
- operation.
+Server State.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/devapidocs/org/apache/hadoop/hbase/master/assignment/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/package-tree.html 

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

2018-05-30 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html
index 3ddf42b..3d32843 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private abstract static class HRegion.BatchOperationT
+private abstract static class HRegion.BatchOperationT
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Class that tracks the progress of a batch operations, 
accumulating status codes and tracking
  the index at which processing is proceeding. These batch operations may get 
split into
@@ -415,7 +415,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 operations
-protected finalT[] operations
+protected finalT[] operations
 
 
 
@@ -424,7 +424,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 retCodeDetails
-protected finalOperationStatus[] retCodeDetails
+protected finalOperationStatus[] retCodeDetails
 
 
 
@@ -433,7 +433,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 walEditsFromCoprocessors
-protected finalWALEdit[] walEditsFromCoprocessors
+protected finalWALEdit[] walEditsFromCoprocessors
 
 
 
@@ -442,7 +442,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 familyCellMaps
-protected finalhttps://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCell[] familyCellMaps
+protected finalhttps://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCell[] familyCellMaps
 
 
 
@@ -451,7 +451,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 region
-protected finalHRegion region
+protected finalHRegion region
 
 
 
@@ -460,7 +460,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 nextIndexToProcess
-protectedint nextIndexToProcess
+protectedint nextIndexToProcess
 
 
 
@@ -469,7 +469,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 observedExceptions
-protected finalHRegion.ObservedExceptionsInBatch observedExceptions
+protected finalHRegion.ObservedExceptionsInBatch observedExceptions
 
 
 
@@ -478,7 +478,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 durability
-protectedDurability durability
+protectedDurability durability
 
 
 
@@ -487,7 +487,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 atomic
-protectedboolean atomic
+protectedboolean atomic
 
 
 
@@ -506,7 +506,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 BatchOperation
-publicBatchOperation(HRegionregion,
+publicBatchOperation(HRegionregion,
   T[]operations)
 
 
@@ -524,7 +524,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 visitBatchOperations
-publicvoidvisitBatchOperations(booleanpendingOnly,
+publicvoidvisitBatchOperations(booleanpendingOnly,
  intlastIndexExclusive,
  HRegion.BatchOperation.Visitorvisitor)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -541,7 +541,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getMutation
-public abstractMutationgetMutation(intindex)
+public abstractMutationgetMutation(intindex)
 
 
 
@@ -550,7 +550,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getNonceGroup
-public abstractlonggetNonceGroup(intindex)
+public abstractlonggetNonceGroup(intindex)
 
 
 
@@ -559,7 +559,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getNonce
-public abstractlonggetNonce(intindex)
+public abstractlonggetNonce(intindex)
 
 
 
@@ -568,7 +568,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getMutationsForCoprocs
-public abstractMutation[]getMutationsForCoprocs()
+public abstractMutation[]getMutationsForCoprocs()
 This method is potentially expensive and useful mostly for 

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

2018-05-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/883dde2f/devapidocs/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.html
index 29af5bd..31c81b7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.html
@@ -218,82 +218,78 @@ implements metrics
 
 
-private https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true;
 title="class or interface in java.util">UUID
-peerClusterId
-
-
 private https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 peerId
 
-
+
 protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 queueId
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/PriorityBlockingQueue.html?is-external=true;
 title="class or interface in 
java.util.concurrent">PriorityBlockingQueueorg.apache.hadoop.fs.Path
 queues
 
-
+
 protected int
 queueSizePerGroup
 
-
+
 protected ReplicationQueueStorage
 queueStorage
 
-
+
 private ReplicationEndpoint
 replicationEndpoint
 
-
+
 protected ReplicationPeer
 replicationPeer
 
-
+
 protected ReplicationQueueInfo
 replicationQueueInfo
 
-
+
 protected Server
 server
 
-
+
 private long
 sleepForRetries
 
-
+
 private boolean
 sourceRunning
 
-
+
 private ReplicationThrottler
 throttler
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
 totalBufferUsed
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
 totalReplicatedEdits
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 WAIT_ON_ENDPOINT_SECONDS
 
-
+
 private int
 waitOnEndpointSeconds
 
-
+
 protected WALEntryFilter
 walEntryFilter
 
-
+
 private WALFileLengthProvider
 walFileLengthProvider
 
-
+
 protected https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentHashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,ReplicationSourceShipper
 workerThreads
 
@@ -450,7 +446,7 @@ implements 
 private void
-initializeWALEntryFilter()
+initializeWALEntryFilter(https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true;
 title="class or interface in 
java.util">UUIDpeerClusterId)
 
 
 boolean
@@ -663,22 +659,13 @@ implements https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true;
 title="class or interface in java.util">UUID clusterId
 
 
-
-
-
-
-
-peerClusterId
-privatehttps://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true;
 title="class or interface in java.util">UUID peerClusterId
-
-
 
 
 
 
 
 totalReplicatedEdits
-privatehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in java.util.concurrent.atomic">AtomicLong totalReplicatedEdits
+privatehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in java.util.concurrent.atomic">AtomicLong totalReplicatedEdits
 
 
 
@@ -687,7 +674,7 @@ implements 
 
 queueId
-protectedhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String queueId
+protectedhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String queueId
 
 
 
@@ -696,7 +683,7 @@ implements 
 
 maxRetriesMultiplier
-privateint maxRetriesMultiplier
+privateint maxRetriesMultiplier
 
 
 
@@ -705,7 +692,7 @@ implements 
 
 sourceRunning
-private volatileboolean sourceRunning
+private volatileboolean sourceRunning
 
 
 
@@ -714,7 +701,7 @@ implements 
 
 metrics
-privateMetricsSource metrics
+privateMetricsSource metrics
 
 
 
@@ -723,7 +710,7 @@ implements 
 
 logQueueWarnThreshold
-privateint logQueueWarnThreshold
+privateint 

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

2018-05-17 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7bcc960d/devapidocs/org/apache/hadoop/hbase/security/access/CoprocessorWhitelistMasterObserver.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/security/access/CoprocessorWhitelistMasterObserver.html
 
b/devapidocs/org/apache/hadoop/hbase/security/access/CoprocessorWhitelistMasterObserver.html
index 9799d8b..c2f510f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/security/access/CoprocessorWhitelistMasterObserver.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/security/access/CoprocessorWhitelistMasterObserver.html
@@ -254,7 +254,7 @@ implements MasterObserver
-postAbortProcedure,
 postAddReplicationPeer,
 postAddRSGroup,
 postAssign,
 postBalance, postBalanceRSGroup,
 postBalanceSwitch,
 postClearDeadServers,
 postCloneSnapshot,
 postCompletedCreateTableAction,
 postCompletedDeleteTableAction,
 postCompletedDisableTableAction,
 postCompletedEnableTableAction,
 postCompletedMergeRegionsAction,
 postCompletedModifyTableAction,
 postCompletedSplitRegionAction,
 postCompletedTruncateTableAction, postCreateNamespace,
 postCreateTable,
 postDecommissionRegionServers,
 postDeleteNamespace,
 postDeleteSnapshot,
 postDeleteTable,
 postDisableReplicationPeer,
 postDisableTable,
 postEnableReplicationPeer, postEnableTable,
 postGetClusterMetrics,
 postGetLocks,
 postGetNamespaceDescriptor,
 postGetProcedures, postGetReplicationPeerConfig,
 postGetTableDescriptors,
 postGetTableNames,
 postListDecommissionedRegionServers,
 postListNamespaceDescriptors,
 postListReplicationPeers,
 postListSnapshot,
 postLockHeartbeat,
 postMergeRegions,
 postMergeRegionsCommitAction,
 postModifyNamespace,
 postModifyTable,
 postMove, postMoveServers,
 postMoveServersAndTables,
 postMoveTables,
 postRecommissionRegionServer,
 postRegionOffline,
 postRemoveReplicationPeer,
 postRemoveRSGroup,
 postRemoveServers,
 postRequestLock, postRestoreSnapshot,
 postRollBackMergeRegionsAction,
 postRollBackSplitRegionAction,
 
 postSetNamespaceQuota, postSetSplitOrMergeEnabled,
 postSetTableQuota,
 postSetUserQuota,
 postSetUserQuota, postSetUserQuota,
 postSnapshot,
 postStartMaster,
 postTableFlush,
 postTruncateTable,
 postUnassign,
 postUpdateReplicationPeerConfig,
 preAbortProcedure,
 preAddReplicationPeer,
 preAddRSGroup,
 preAssign,
 preBalance,
 preBalanceRSGroup,
 preBalanceSwitch, preClearDeadServers,
 preCloneSnapshot,
 preCreateNamespace,
 preCreateTableAction, preDecommissionRegionServers,
 preDeleteNamespace,
 preDeleteSnapshot,
 preDeleteTable,
 preDeleteTableAction,
 preDisableReplicationPeer,
 preDisableTable,
 preDisableTableAction,
 preEnableReplicationPeer,
 preEnableTable,
 preEnableTableAction,
 preGetClusterMetrics,
 preGetLocks,
 preGetNamespaceDescriptor,
 preGetProcedures,
 preGetReplicationPeerConfig,
 preGetTableDescriptors,
 preGetTableNames,
 preListDecommissionedRegionServers,
 preListNamespaceDescriptors,
 preListReplicationPeers,
 preListSnapshot,
 preLockHeartbeat,
 preMasterInitialization, preMergeRegions,
 preMergeRegionsAction,
 preMergeRegionsCommitAction,
 preModifyNamespace,
 preModifyTableAction,
 preMove,
 preMoveServers,
 preMoveServersAndTables,
 preMoveTables,
 preRecommissionRegionServer,
 preRegionOffline,
 preRemoveReplicationPeer,
 preRemoveRSGroup, preRemoveServers,
 preRequestLock,
 preRestoreSnapshot,
 preSetNamespaceQuota, preSetSplitOrMergeEnabled,
 preSetTableQuota,
 preSetUserQuota,
 preSetUserQuota, preSetUserQuota,
 preShutdown,
 preSnapshot,
 preSplitRegion,
 preSplitRegionAction,
 preSplitRegionAfterMETAAction,
 preSplitRegionBeforeMETAAction,
 preStopMaster,
 preTab
 leFlush, preTruncateTable,
 preTruncateTableAction,
 preUnassign,
 preUpdateReplicationPeerConfig
+postAbortProcedure,
 postAddReplicationPeer,
 postAddRSGroup,
 postAssign,
 postBalance, postBalanceRSGroup,
 postBalanceSwitch,
 postClearDeadServers,
 postCloneSnapshot,
 postCompletedCreateTableAction,
 postCompletedDeleteTableAction,
 postCompletedDisableTableAction,
 postCompletedEnableTableAction,
 postCompletedMergeRegionsAction,
 postCompletedModifyTableAction,
 postCompletedModifyTableAction,
 postCompletedSplitRegionAction,
 postCompletedTruncateTableAction,
 postCreateNamespace,
 postCreateTable,
 postDecommissionRegionServers,
 postDeleteNamespace,
 postDeleteSnapshot,
 postDeleteTable,
 postDisableReplicationPeer,
 postDisableTable,
 postEnableReplicationPeer,
 postEnableTable,
 postGetClusterMetrics,
 postGetLocks,
 postGetNamespaceDescriptor,
 postGetProcedures,
 postGetReplicationPeerConfig,
 postGetTableDescriptors,
 postGetTableNames, postListDecommissionedRegionServers,
 postListNamespaceDescriptors,
 postListReplicationPeers,
 postListSnapshot,
 postLockHeartbeat,
 postMergeRegions,
 postMergeRegionsCommitAction,
 postModifyNamespace,
 postModifyNamespace,
 postModifyTable,
 postModifyTable,
 postMove,
 postMoveServers,
 postMoveServersAndTables,
 postMoveTables,
 

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

2018-05-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/92a26cfb/devapidocs/org/apache/hadoop/hbase/regionserver/Segment.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/Segment.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/Segment.html
index 6acb62e..8d6eb3c 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/Segment.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/Segment.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"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":6,"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};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"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":6,"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};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -108,6 +108,10 @@ var activeTableTab = "activeTableTab";
 
 
 
+All Implemented Interfaces:
+MemStoreSizing
+
+
 Direct Known Subclasses:
 ImmutableSegment, MutableSegment
 
@@ -115,7 +119,8 @@ var activeTableTab = "activeTableTab";
 
 @InterfaceAudience.Private
 public abstract class Segment
-extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+implements MemStoreSizing
 This is an abstraction of a segment maintained in a 
memstore, e.g., the active
  cell set or its snapshot.
 
@@ -160,12 +165,12 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 memStoreLAB
 
 
-protected long
-minSequenceId
+protected MemStoreSizing
+memStoreSizing
 
 
-protected MemStoreSizing
-segmentSize
+protected long
+minSequenceId
 
 
 protected boolean
@@ -176,6 +181,13 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 timeRangeTracker
 
 
+
+
+
+
+Fields inherited from 
interfaceorg.apache.hadoop.hbase.regionserver.MemStoreSizing
+DUD
+
 
 
 
@@ -274,95 +286,97 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 
+long
+getDataSize()
+
+
+long
+getHeapSize()
+
+
 (package private) MemStoreLAB
 getMemStoreLAB()
 
-
+
 MemStoreSize
 getMemStoreSize()
 
-
+
 long
 getMinSequenceId()
 
-
+
+long
+getOffHeapSize()
+
+
 protected KeyValueScanner
 getScanner(longreadPoint)
 Creates the scanner for the given read point
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanner
 getScanners(longreadPoint)
 
-
+
 TimeRangeTracker
 getTimeRangeTracker()
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true;
 title="class or interface in java.util">SortedSetCell
 headSet(CellfirstKeyOnRow)
 
-
-long
-heapSize()
-
-
+
 protected long
 heapSizeChange(Cellcell,
   booleansucc)
 
-
+
+long
+incMemStoreSize(longdelta,
+   longheapOverhead,
+   longoffHeapOverhead)
+
+
 void
 incScannerCount()
 
-
-protected void
-incSize(longdelta,
-   longheapOverhead,
-   longoffHeapOverhead)
-Updates the size counters of the segment by the given 
delta
-
-
-
+
 protected long
 indexEntryOffHeapSize(booleanoffHeap)
 
-
+
 protected long
 indexEntryOnHeapSize(booleanonHeap)
 
-
+
 protected abstract long
 indexEntrySize()
 
-
+
 protected void
 internalAdd(Cellcell,
booleanmslabUsed,
-   MemStoreSizingmemstoreSizing)
+   MemStoreSizingmemstoreSizing)
 
-
+
 boolean
 isEmpty()
 
-
+
 boolean
 isTagsPresent()
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCell
 iterator()
 
-
-long
-keySize()
-
-
+
 Cell
 last()
 
-
+
 Cell
 maybeCloneWithAllocator(Cellcell,
booleanforceCloneOfBigCell)
@@ -372,10 +386,6 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
  When a cell's size is too big (bigger than maxAlloc), it is not allocated on 
MSLAB.
 
 
-
-long
-offHeapSize()
-
 
 protected long
 offHeapSizeChange(Cellcell,
@@ -409,13 +419,13 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 updateMetaInfo(CellcellToAdd,
   booleansucc,
   booleanmslabUsed,
- 

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

2018-05-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
--
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
index 0423a39..534acbb 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
@@ -16,11 +16,11 @@
 008@InterfaceAudience.Private
 009public class Version {
 010  public static final String version = 
"3.0.0-SNAPSHOT";
-011  public static final String revision = 
"87f5b5f3411d96c31b4cb61b9a57ced22be91d1f";
+011  public static final String revision = 
"acd0d1e446c164d9c54bfb461b2d449c8d717c07";
 012  public static final String user = 
"jenkins";
-013  public static final String date = "Fri 
May  4 14:39:10 UTC 2018";
+013  public static final String date = "Sat 
May  5 14:43:16 UTC 2018";
 014  public static final String url = 
"git://jenkins-websites1.apache.org/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase";
-015  public static final String srcChecksum 
= "9cfe3eb8d49902aafbb6d8066c40fb45";
+015  public static final String srcChecksum 
= "ad489a437d1ef798b4c0329dd68b451a";
 016}
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/downloads.html
--
diff --git a/downloads.html b/downloads.html
index 7fad404..9a2b856 100644
--- a/downloads.html
+++ b/downloads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Apache HBase Downloads
 
@@ -366,7 +366,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-05-04
+  Last Published: 
2018-05-05
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/export_control.html
--
diff --git a/export_control.html b/export_control.html
index e0a5a62..4e37cae 100644
--- a/export_control.html
+++ b/export_control.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Export Control
@@ -331,7 +331,7 @@ for more details.
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-05-04
+  Last Published: 
2018-05-05
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/index.html
--
diff --git a/index.html b/index.html
index 9fcef97..64420ab 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Apache HBase™ Home
 
@@ -409,7 +409,7 @@ Apache HBase is an open-source, distributed, versioned, 
non-relational database
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-05-04
+  Last Published: 
2018-05-05
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/integration.html
--
diff --git a/integration.html b/integration.html
index f53166f..1576246 100644
--- a/integration.html
+++ b/integration.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  CI Management
 
@@ -291,7 +291,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-05-04
+  Last Published: 
2018-05-05
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/issue-tracking.html
--
diff --git a/issue-tracking.html b/issue-tracking.html
index cf58b27..56a8126 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Issue Management
 
@@ -288,7 +288,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-05-04
+  Last Published: 
2018-05-05
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f2065178/license.html
--
diff --git a/license.html b/license.html
index 435b1e2..fb236a4 100644
--- a/license.html
+++ 

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

2018-05-04 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/de18d468/devapidocs/src-html/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.NodeFailoverWorker.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.NodeFailoverWorker.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.NodeFailoverWorker.html
index c282308..094b592 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.NodeFailoverWorker.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.NodeFailoverWorker.html
@@ -426,483 +426,481 @@
 418   */
 419  void 
removeRecoveredSource(ReplicationSourceInterface src) {
 420LOG.info("Done with the recovered 
queue " + src.getQueueId());
-421src.getSourceMetrics().clear();
-422this.oldsources.remove(src);
-423// Delete queue from storage and 
memory
-424deleteQueue(src.getQueueId());
-425
this.walsByIdRecoveredQueues.remove(src.getQueueId());
-426  }
-427
-428  /**
-429   * Clear the metrics and related 
replication queue of the specified old source
-430   * @param src source to clear
-431   */
-432  void 
removeSource(ReplicationSourceInterface src) {
-433LOG.info("Done with the queue " + 
src.getQueueId());
-434src.getSourceMetrics().clear();
-435
this.sources.remove(src.getPeerId());
-436// Delete queue from storage and 
memory
-437deleteQueue(src.getQueueId());
-438
this.walsById.remove(src.getQueueId());
-439  }
-440
-441  /**
-442   * Delete a complete queue of wals 
associated with a replication source
-443   * @param queueId the id of replication 
queue to delete
-444   */
-445  private void deleteQueue(String 
queueId) {
-446abortWhenFail(() - 
this.queueStorage.removeQueue(server.getServerName(), queueId));
-447  }
-448
-449  @FunctionalInterface
-450  private interface 
ReplicationQueueOperation {
-451void exec() throws 
ReplicationException;
-452  }
-453
-454  private void 
abortWhenFail(ReplicationQueueOperation op) {
-455try {
-456  op.exec();
-457} catch (ReplicationException e) {
-458  server.abort("Failed to operate on 
replication queue", e);
-459}
-460  }
-461
-462  private void 
throwIOExceptionWhenFail(ReplicationQueueOperation op) throws IOException {
-463try {
-464  op.exec();
-465} catch (ReplicationException e) {
-466  throw new IOException(e);
-467}
-468  }
-469
-470  private void 
abortAndThrowIOExceptionWhenFail(ReplicationQueueOperation op) throws 
IOException {
-471try {
-472  op.exec();
-473} catch (ReplicationException e) {
-474  server.abort("Failed to operate on 
replication queue", e);
-475  throw new IOException(e);
-476}
-477  }
-478
-479  /**
-480   * This method will log the current 
position to storage. And also clean old logs from the
-481   * replication queue.
-482   * @param queueId id of the replication 
queue
-483   * @param queueRecovered indicates if 
this queue comes from another region server
-484   * @param entryBatch the wal entry 
batch we just shipped
-485   */
-486  public void 
logPositionAndCleanOldLogs(String queueId, boolean queueRecovered,
-487  WALEntryBatch entryBatch) {
-488String fileName = 
entryBatch.getLastWalPath().getName();
-489abortWhenFail(() - 
this.queueStorage.setWALPosition(server.getServerName(), queueId, fileName,
-490  entryBatch.getLastWalPosition(), 
entryBatch.getLastSeqIds()));
-491cleanOldLogs(fileName, 
entryBatch.isEndOfFile(), queueId, queueRecovered);
-492  }
-493
-494  /**
-495   * Cleans a log file and all older logs 
from replication queue. Called when we are sure that a log
-496   * file is closed and has no more 
entries.
-497   * @param log Path to the log
-498   * @param inclusive whether we should 
also remove the given log file
-499   * @param queueId id of the replication 
queue
-500   * @param queueRecovered Whether this 
is a recovered queue
-501   */
-502  @VisibleForTesting
-503  void cleanOldLogs(String log, boolean 
inclusive, String queueId, boolean queueRecovered) {
-504String logPrefix = 
AbstractFSWALProvider.getWALPrefixFromWALName(log);
-505if (queueRecovered) {
-506  NavigableSetString wals = 
walsByIdRecoveredQueues.get(queueId).get(logPrefix);
-507  if (wals != null) {
-508cleanOldLogs(wals, log, 
inclusive, queueId);
-509  }
-510} else {
-511  // synchronized on walsById to 
avoid race with preLogRoll
-512  synchronized (this.walsById) {
-513NavigableSetString wals = 
walsById.get(queueId).get(logPrefix);
-514if (wals != null) {
-515  cleanOldLogs(wals, log, 
inclusive, queueId);
-516}
-517  }
-518}
-519  }
-520
-521  private void 
cleanOldLogs(NavigableSetString wals, 

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

2018-04-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d220bc5e/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
index 02d7b34..14bfa72 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
@@ -564,6 +564,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+static boolean
+RSGroupTableAccessor.isRSGroupsEnabled(Connectionconnection)
+
+
 static void
 MetaTableAccessor.mergeRegions(Connectionconnection,
 RegionInfomergedRegion,
@@ -576,7 +580,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Merge the two regions into one in an atomic operation.
 
 
-
+
 private static void
 MetaTableAccessor.multiMutate(Connectionconnection,
Tabletable,
@@ -585,21 +589,21 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Performs an atomic multi-mutate operation against the given 
table.
 
 
-
+
 private static void
 MetaTableAccessor.multiMutate(Connectionconnection,
Tabletable,
byte[]row,
Mutation...mutations)
 
-
+
 static void
 MetaTableAccessor.mutateMetaTable(Connectionconnection,
https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutations)
 Execute the passed mutations against 
hbase:meta table.
 
 
-
+
 static void
 MetaTableAccessor.overwriteRegions(Connectionconnection,
 https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInforegionInfos,
@@ -607,21 +611,21 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Overwrites the specified regions from hbase:meta.
 
 
-
+
 static void
 MetaTableAccessor.putsToMetaTable(Connectionconnection,
https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPutps)
 Put the passed ps to the 
hbase:meta table.
 
 
-
+
 private static void
 MetaTableAccessor.putToMetaTable(Connectionconnection,
   Putp)
 Put the passed p to the 
hbase:meta table.
 
 
-
+
 static void
 MetaTableAccessor.removeRegionReplicasFromMeta(https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">Setbyte[]metaRows,
 intreplicaIndexToDeleteFrom,
@@ -630,7 +634,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Deletes some replica columns corresponding to replicas for 
the passed rows
 
 
-
+
 private static void
 MetaTableAccessor.scanMeta(Connectionconnection,
 byte[]startRow,
@@ -640,7 +644,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 intmaxRows,
 MetaTableAccessor.Visitorvisitor)
 
-
+
 static void
 MetaTableAccessor.scanMeta(Connectionconnection,
 byte[]startRow,
@@ -651,7 +655,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Performs a scan of META table.
 
 
-
+
 static void
 MetaTableAccessor.scanMeta(Connectionconnection,
 byte[]startRow,
@@ -659,7 +663,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 MetaTableAccessor.QueryTypetype,
 MetaTableAccessor.Visitorvisitor)
 
-
+
 static void
 MetaTableAccessor.scanMeta(Connectionconnection,
 MetaTableAccessor.Visitorvisitor,
@@ -670,7 +674,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
  given row.
 
 
-
+
 static void
 MetaTableAccessor.scanMeta(Connectionconnection,
 TableNametable,
@@ -678,13 +682,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 intmaxRows,
 MetaTableAccessor.Visitorvisitor)
 
-
+
 static void
 MetaTableAccessor.scanMetaForTableRegions(Connectionconnection,
MetaTableAccessor.Visitorvisitor,
TableNametableName)
 
-
+
 static void
 MetaTableAccessor.splitRegion(Connectionconnection,
RegionInfoparent,
@@ -696,14 +700,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Splits the region into two in an atomic operation.
 
 
-
+
 static boolean
 MetaTableAccessor.tableExists(Connectionconnection,
TableNametableName)
 Checks if the specified table exists.
 
 
-
+
 private static void
 MetaTableAccessor.updateLocation(Connectionconnection,
   RegionInforegionInfo,
@@ -713,7 +717,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 

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

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
 
b/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
index 0b237ab..170f400 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
@@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public static class HMasterCommandLine.LocalHMaster
+public static class HMasterCommandLine.LocalHMaster
 extends HMaster
 
 
@@ -318,7 +318,7 @@ extends 
 
 zkcluster
-privateMiniZooKeeperCluster zkcluster
+privateMiniZooKeeperCluster zkcluster
 
 
 
@@ -335,7 +335,7 @@ extends 
 
 LocalHMaster
-publicLocalHMaster(org.apache.hadoop.conf.Configurationconf)
+publicLocalHMaster(org.apache.hadoop.conf.Configurationconf)
  throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException,
 org.apache.zookeeper.KeeperException,
 https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true;
 title="class or interface in java.lang">InterruptedException
@@ -361,7 +361,7 @@ extends 
 
 run
-publicvoidrun()
+publicvoidrun()
 Description copied from 
class:HRegionServer
 The HRegionServer sticks in this loop until closed.
 
@@ -378,7 +378,7 @@ extends 
 
 setZKCluster
-voidsetZKCluster(MiniZooKeeperClusterzkcluster)
+voidsetZKCluster(MiniZooKeeperClusterzkcluster)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.html 
b/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.html
index a5042b8..38f04e5 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.html
@@ -124,7 +124,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class HMasterCommandLine
+public class HMasterCommandLine
 extends ServerCommandLine
 
 
@@ -282,7 +282,7 @@ extends 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -291,7 +291,7 @@ extends 
 
 USAGE
-private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String USAGE
+private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String USAGE
 
 See Also:
 Constant
 Field Values
@@ -304,7 +304,7 @@ extends 
 
 masterClass
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends HMaster masterClass
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends HMaster masterClass
 
 
 
@@ -321,7 +321,7 @@ extends 
 
 HMasterCommandLine
-publicHMasterCommandLine(https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends HMastermasterClass)
+publicHMasterCommandLine(https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends HMastermasterClass)
 
 
 
@@ -338,7 +338,7 @@ extends 
 
 getUsage
-protectedhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetUsage()
+protectedhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetUsage()
 Description copied from 
class:ServerCommandLine
 Implementing subclasses should return a usage string to 
print out.
 
@@ -353,7 +353,7 @@ extends 
 
 run
-publicintrun(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
+publicintrun(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
 throws https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exception
 
 Throws:
@@ -367,7 +367,7 @@ extends 
 
 startMaster
-privateintstartMaster()
+privateintstartMaster()
 
 
 
@@ -376,7 +376,7 @@ extends 
 
 stopMaster
-privateintstopMaster()
+privateintstopMaster()
 
 
 

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

2018-03-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/16541468/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html 
b/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
index 4afeeff..eaeb725 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
@@ -120,15 +120,16 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
-public class TimestampsFilter
+public class TimestampsFilter
 extends org.apache.hadoop.hbase.filter.FilterBase
 Filter that returns only cells whose timestamp (version) is
  in the specified list of timestamps (versions).
  
  Note: Use of this filter overrides any time range/time stamp
  options specified using Get.setTimeRange(long,
 long),
- Scan.setTimeRange(long,
 long), Get.setTimeStamp(long),
- or Scan.setTimeStamp(long).
+ Scan.setTimeRange(long,
 long),
+ Get.setTimestamp(long),
+ or Scan.setTimestamp(long).
 
 
 
@@ -304,7 +305,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 
 TimestampsFilter
-publicTimestampsFilter(https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Longtimestamps)
+publicTimestampsFilter(https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Longtimestamps)
 Constructor for filter that retains only the specified 
timestamps in the list.
 
 Parameters:
@@ -318,7 +319,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 
 TimestampsFilter
-publicTimestampsFilter(https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Longtimestamps,
+publicTimestampsFilter(https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Longtimestamps,
 booleancanHint)
 Constructor for filter that retains only those
  cells whose timestamp (version) is in the specified
@@ -347,7 +348,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 
 getTimestamps
-publichttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">LonggetTimestamps()
+publichttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">LonggetTimestamps()
 
 Returns:
 the list of timestamps
@@ -360,7 +361,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 
 getMin
-publiclonggetMin()
+publiclonggetMin()
 Gets the minimum timestamp requested by filter.
 
 Returns:
@@ -374,7 +375,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 
 filterRowKey
-publicbooleanfilterRowKey(Cellcell)
+publicbooleanfilterRowKey(Cellcell)
  throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
class:Filter
 Filters a row based on the row key. If this returns true, 
the entire row will be excluded. If
@@ -403,7 +404,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 filterKeyValue
 https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicFilter.ReturnCodefilterKeyValue(Cellc)
+publicFilter.ReturnCodefilterKeyValue(Cellc)
 Deprecated.
 Description copied from 
class:Filter
 A way to filter based on the column family, column 
qualifier and/or the column value. Return
@@ -438,7 +439,7 @@ public
 
 filterCell
-publicFilter.ReturnCodefilterCell(Cellc)
+publicFilter.ReturnCodefilterCell(Cellc)
 Description copied from 
class:Filter
 A way to filter based on the column family, column 
qualifier and/or the column value. Return
  code is described below. This allows filters to filter only certain number of 
columns, then
@@ -472,7 +473,7 @@ public
 
 getNextCellHint
-publicCellgetNextCellHint(CellcurrentCell)
+publicCellgetNextCellHint(CellcurrentCell)
  throws 

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

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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f1ebf5b6/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
index a4c566e..0e8cfed 100644
--- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
+++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
@@ -103,7 +103,7 @@
 
 
 
-public static interface MetaTableAccessor.CloseableVisitor
+public static interface MetaTableAccessor.CloseableVisitor
 extends MetaTableAccessor.Visitor, https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable
 Implementations 'visit' a catalog table row but with 
close() at the end.
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f1ebf5b6/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
index 67a80a2..7e34bd0 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class MetaTableAccessor.CollectAllVisitor
+static class MetaTableAccessor.CollectAllVisitor
 extends MetaTableAccessor.CollectingVisitorResult
 Collects all returned.
 
@@ -214,7 +214,7 @@ extends 
 
 CollectAllVisitor
-CollectAllVisitor()
+CollectAllVisitor()
 
 
 
@@ -231,7 +231,7 @@ extends 
 
 add
-voidadd(Resultr)
+voidadd(Resultr)
 
 Specified by:
 addin
 classMetaTableAccessor.CollectingVisitorResult

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f1ebf5b6/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
index 21b24a9..54b6221 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-abstract static class MetaTableAccessor.CollectingVisitorT
+abstract static class MetaTableAccessor.CollectingVisitorT
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements MetaTableAccessor.Visitor
 A MetaTableAccessor.Visitor that 
collects content out of passed Result.
@@ -221,7 +221,7 @@ implements 
 
 results
-finalhttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListT results
+finalhttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListT results
 
 
 
@@ -238,7 +238,7 @@ implements 
 
 CollectingVisitor
-CollectingVisitor()
+CollectingVisitor()
 
 
 
@@ -255,7 +255,7 @@ implements 
 
 visit

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

2018-03-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/HealthCheckChore.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/HealthCheckChore.html 
b/devapidocs/org/apache/hadoop/hbase/HealthCheckChore.html
index b1e5c73..2e4ddc3 100644
--- a/devapidocs/org/apache/hadoop/hbase/HealthCheckChore.html
+++ b/devapidocs/org/apache/hadoop/hbase/HealthCheckChore.html
@@ -118,7 +118,8 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class HealthCheckChore
+@InterfaceAudience.Private
+public class HealthCheckChore
 extends ScheduledChore
 The Class HealthCheckChore for running health checker 
regularly.
 
@@ -261,7 +262,7 @@ extends 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -270,7 +271,7 @@ extends 
 
 healthChecker
-privateHealthChecker healthChecker
+privateHealthChecker healthChecker
 
 
 
@@ -279,7 +280,7 @@ extends 
 
 config
-privateorg.apache.hadoop.conf.Configuration config
+privateorg.apache.hadoop.conf.Configuration config
 
 
 
@@ -288,7 +289,7 @@ extends 
 
 threshold
-privateint threshold
+privateint threshold
 
 
 
@@ -297,7 +298,7 @@ extends 
 
 numTimesUnhealthy
-privateint numTimesUnhealthy
+privateint numTimesUnhealthy
 
 
 
@@ -306,7 +307,7 @@ extends 
 
 failureWindow
-privatelong failureWindow
+privatelong failureWindow
 
 
 
@@ -315,7 +316,7 @@ extends 
 
 startWindow
-privatelong startWindow
+privatelong startWindow
 
 
 
@@ -332,7 +333,7 @@ extends 
 
 HealthCheckChore
-publicHealthCheckChore(intsleepTime,
+publicHealthCheckChore(intsleepTime,
 Stoppablestopper,
 org.apache.hadoop.conf.Configurationconf)
 
@@ -351,7 +352,7 @@ extends 
 
 chore
-protectedvoidchore()
+protectedvoidchore()
 Description copied from 
class:ScheduledChore
 The task to execute on each scheduled execution of the 
Chore
 
@@ -366,7 +367,7 @@ extends 
 
 decideToStop
-privatebooleandecideToStop()
+privatebooleandecideToStop()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/JMXListener.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/JMXListener.html 
b/devapidocs/org/apache/hadoop/hbase/JMXListener.html
index b9df477..edd5f2d 100644
--- a/devapidocs/org/apache/hadoop/hbase/JMXListener.html
+++ b/devapidocs/org/apache/hadoop/hbase/JMXListener.html
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class JMXListener
+@InterfaceAudience.Private
+public class JMXListener
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements MasterCoprocessor, 
RegionServerCoprocessor
 Pluggable JMX Agent for HBase(to fix the 2 random TCP ports 
issue

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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4dc2a2e8/devapidocs/org/apache/hadoop/hbase/SslRMIClientSocketFactorySecure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/SslRMIClientSocketFactorySecure.html 
b/devapidocs/org/apache/hadoop/hbase/SslRMIClientSocketFactorySecure.html
index 0c585ca..15cd1cf 100644
--- a/devapidocs/org/apache/hadoop/hbase/SslRMIClientSocketFactorySecure.html
+++ 

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

2018-03-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6eb695c8/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
index 6a77cc8..7654a0e 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.html
@@ -82,250 +82,251 @@
 074   */
 075  private int previousState;
 076
-077  protected enum Flow {
-078HAS_MORE_STATE,
-079NO_MORE_STATE,
-080  }
-081
-082  /**
-083   * called to perform a single step of 
the specified 'state' of the procedure
-084   * @param state state to execute
-085   * @return Flow.NO_MORE_STATE if the 
procedure is completed,
-086   * Flow.HAS_MORE_STATE if there 
is another step.
-087   */
-088  protected abstract Flow 
executeFromState(TEnvironment env, TState state)
-089  throws ProcedureSuspendedException, 
ProcedureYieldException, InterruptedException;
-090
-091  /**
-092   * called to perform the rollback of 
the specified state
-093   * @param state state to rollback
-094   * @throws IOException temporary 
failure, the rollback will retry later
-095   */
-096  protected abstract void 
rollbackState(TEnvironment env, TState state)
-097throws IOException, 
InterruptedException;
-098
-099  /**
-100   * Convert an ordinal (or state id) to 
an Enum (or more descriptive) state object.
-101   * @param stateId the ordinal() of the 
state enum (or state id)
-102   * @return the state enum object
-103   */
-104  protected abstract TState getState(int 
stateId);
-105
-106  /**
-107   * Convert the Enum (or more 
descriptive) state object to an ordinal (or state id).
-108   * @param state the state enum object
-109   * @return stateId the ordinal() of the 
state enum (or state id)
-110   */
-111  protected abstract int 
getStateId(TState state);
-112
-113  /**
-114   * Return the initial state object that 
will be used for the first call to executeFromState().
-115   * @return the initial state enum 
object
-116   */
-117  protected abstract TState 
getInitialState();
-118
-119  /**
-120   * Set the next state for the 
procedure.
-121   * @param state the state enum object
-122   */
-123  protected void setNextState(final 
TState state) {
-124setNextState(getStateId(state));
-125failIfAborted();
-126  }
-127
-128  /**
-129   * By default, the executor will try ro 
run all the steps of the procedure start to finish.
-130   * Return true to make the executor 
yield between execution steps to
-131   * give other procedures time to run 
their steps.
-132   * @param state the state we are going 
to execute next.
-133   * @return Return true if the executor 
should yield before the execution of the specified step.
-134   * Defaults to return false.
-135   */
-136  protected boolean 
isYieldBeforeExecuteFromState(TEnvironment env, TState state) {
-137return false;
-138  }
-139
-140  /**
-141   * Add a child procedure to execute
-142   * @param subProcedure the child 
procedure
-143   */
-144  protected void 
addChildProcedure(ProcedureTEnvironment... subProcedure) {
-145if (subProcedure == null) return;
-146final int len = 
subProcedure.length;
-147if (len == 0) return;
-148if (subProcList == null) {
-149  subProcList = new 
ArrayList(len);
-150}
-151for (int i = 0; i  len; ++i) {
-152  ProcedureTEnvironment proc 
= subProcedure[i];
-153  if (!proc.hasOwner()) 
proc.setOwner(getOwner());
-154  subProcList.add(proc);
-155}
-156  }
-157
-158  @Override
-159  protected Procedure[] execute(final 
TEnvironment env)
-160  throws ProcedureSuspendedException, 
ProcedureYieldException, InterruptedException {
-161updateTimestamp();
-162try {
-163  failIfAborted();
-164
-165  if (!hasMoreState() || isFailed()) 
return null;
-166  TState state = getCurrentState();
-167  if (stateCount == 0) {
-168
setNextState(getStateId(state));
-169  }
-170
-171  if (LOG.isTraceEnabled()) {
-172LOG.trace(state  + " " + this + 
"; cycles=" + this.cycles);
-173  }
-174  // Keep running count of cycles
-175  if (getStateId(state) != 
this.previousState) {
-176this.previousState = 
getStateId(state);
-177this.cycles = 0;
-178  } else {
-179this.cycles++;
-180  }
-181
-182  LOG.trace("{}", toString());
-183  stateFlow = executeFromState(env, 
state);
-184  if (!hasMoreState()) 
setNextState(EOF_STATE);
-185  if (subProcList != null  
!subProcList.isEmpty()) {
-186Procedure[] subProcedures = 
subProcList.toArray(new Procedure[subProcList.size()]);
-187subProcList = null;
-188return subProcedures;
-189  }
-190  

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

2018-03-17 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd675fa3/devapidocs/org/apache/hadoop/hbase/replication/TableReplicationPeerStorage.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/TableReplicationPeerStorage.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/TableReplicationPeerStorage.html
deleted file mode 100644
index d59a2b0..000
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/TableReplicationPeerStorage.html
+++ /dev/null
@@ -1,497 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-TableReplicationPeerStorage (Apache HBase 3.0.0-SNAPSHOT API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":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.replication
-Class 
TableReplicationPeerStorage
-
-
-
-https://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.replication.TableReplicationStorageBase
-
-
-org.apache.hadoop.hbase.replication.TableReplicationPeerStorage
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-ReplicationPeerStorage
-
-
-
-@InterfaceAudience.Private
-public class TableReplicationPeerStorage
-extends TableReplicationStorageBase
-implements ReplicationPeerStorage
-Table based replication peer storage.
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from classorg.apache.hadoop.hbase.replication.TableReplicationStorageBase
-conf,
 FAMILY_HFILE_REFS,
 FAMILY_PEER,
 FAMILY_QUEUE,
 FAMILY_REGIONS,
 FAMILY_RS_STATE,
 FAMILY_WAL,
 QU
 ALIFIER_PEER_CONFIG, QUALIFIER_PEER_STATE,
 QUALIFIER_STATE_ENABLED,
 REPLICATION_TABLE,
 zookeeper
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-TableReplicationPeerStorage(ZKWatcherzookeeper,
-   
org.apache.hadoop.conf.Configurationconf)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-addPeer(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
-   ReplicationPeerConfigpeerConfig,
-   booleanenabled)
-Add a replication peer.
-
-
-
-ReplicationPeerConfig
-getPeerConfig(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId)
-Get the peer config of a replication peer.
-
-
-
-boolean
-isPeerEnabled(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId)
-Test whether a replication peer is enabled.
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-listPeerIds()
-Return the peer ids of all replication peers.
-
-
-
-private boolean
-peerExist(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
- Tabletable)
-
-
-void
-removePeer(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId)
-Remove a replication peer.
-
-
-
-void
-setPeerState(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
-booleanenabled)
-Set the state of peer, true to 
ENABLED, otherwise to DISABLED.
-
-
-
-void
-updatePeerConfig(https://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 config a replication peer.
-
-
-
-
-
-
-
-Methods inherited from 

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

2018-03-16 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8b1eaec1/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 6fdf162..5bd8a2e 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2018 The Apache Software Foundation
 
-  File: 3586,
- Errors: 16104,
+  File: 3589,
+ Errors: 16093,
  Warnings: 0,
  Infos: 0
   
@@ -6173,7 +6173,7 @@ under the License.
   0
 
 
-  2
+  1
 
   
   
@@ -12599,7 +12599,7 @@ under the License.
   0
 
 
-  8
+  7
 
   
   
@@ -15992,6 +15992,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder.java;>org/apache/hadoop/hbase/client/CoprocessorDescriptorBuilder.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.chaos.factories.CalmMonkeyFactory.java;>org/apache/hadoop/hbase/chaos/factories/CalmMonkeyFactory.java
 
 
@@ -28559,7 +28573,7 @@ under the License.
   0
 
 
-  80
+  79
 
   
   
@@ -33100,6 +33114,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.TestCoprocessorDescriptor.java;>org/apache/hadoop/hbase/client/TestCoprocessorDescriptor.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.http.jmx.package-info.java;>org/apache/hadoop/hbase/http/jmx/package-info.java
 
 
@@ -38322,6 +38350,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.CoprocessorDescriptor.java;>org/apache/hadoop/hbase/client/CoprocessorDescriptor.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.rest.DummyFilter.java;>org/apache/hadoop/hbase/rest/DummyFilter.java
 
 
@@ -46843,7 +46885,7 @@ under the License.
   0
 
 
-  40
+  32
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8b1eaec1/coc.html
--
diff --git a/coc.html b/coc.html
index 2eea0d2..f39458c 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -368,7 +368,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-03-15
+  Last Published: 
2018-03-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8b1eaec1/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 04ceb00..50d0ab4 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -667,7 +667,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: 
2018-03-15
+  Last Published: 
2018-03-16
 
 
 


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

2018-03-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a754d895/devapidocs/org/apache/hadoop/hbase/constraint/Constraints.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/constraint/Constraints.html 
b/devapidocs/org/apache/hadoop/hbase/constraint/Constraints.html
index 0cd2e41..5e884ed 100644
--- a/devapidocs/org/apache/hadoop/hbase/constraint/Constraints.html
+++ b/devapidocs/org/apache/hadoop/hbase/constraint/Constraints.html
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public final class Constraints
+public final class Constraints
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Utilities for adding/removing constraints from a table.
  
@@ -409,7 +409,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 DEFAULT_PRIORITY
-private static finalint DEFAULT_PRIORITY
+private static finalint DEFAULT_PRIORITY
 
 See Also:
 Constant
 Field Values
@@ -422,7 +422,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -431,7 +431,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 CONSTRAINT_HTD_KEY_PREFIX
-private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CONSTRAINT_HTD_KEY_PREFIX
+private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CONSTRAINT_HTD_KEY_PREFIX
 
 See Also:
 Constant
 Field Values
@@ -444,7 +444,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 CONSTRAINT_HTD_ATTR_KEY_PATTERN
-private static finalhttps://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Pattern CONSTRAINT_HTD_ATTR_KEY_PATTERN
+private static finalhttps://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Pattern CONSTRAINT_HTD_ATTR_KEY_PATTERN
 
 
 
@@ -453,7 +453,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ENABLED_KEY
-private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ENABLED_KEY
+private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ENABLED_KEY
 
 See Also:
 Constant
 Field Values
@@ -466,7 +466,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 PRIORITY_KEY
-private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String PRIORITY_KEY
+private static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String PRIORITY_KEY
 
 See Also:
 Constant
 Field Values
@@ -479,7 +479,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 MIN_PRIORITY
-private static finallong MIN_PRIORITY
+private static finallong MIN_PRIORITY
 
 See Also:
 Constant
 Field Values
@@ -492,7 +492,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 UNSET_PRIORITY
-private static finallong UNSET_PRIORITY
+private static finallong UNSET_PRIORITY
 
 See Also:
 Constant
 Field Values
@@ -505,7 +505,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 COUNTER_KEY
-private statichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COUNTER_KEY
+private statichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COUNTER_KEY
 
 
 
@@ -514,7 +514,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 constraintComparator
-private static finalhttps://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true;
 title="class or interface in java.util">ComparatorConstraint constraintComparator
+private static finalhttps://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true;
 title="class or interface in java.util">ComparatorConstraint constraintComparator
 
 
 
@@ -531,7 +531,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 Constraints
-privateConstraints()
+privateConstraints()
 
 
 
@@ -548,7 +548,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 enable
-public staticvoidenable(HTableDescriptordesc)
+public 

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

2018-03-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/81cde4ce/devapidocs/org/apache/hadoop/hbase/class-use/Cell.Type.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.Type.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.Type.html
index 2830847..6d1dee3 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.Type.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.Type.html
@@ -123,30 +123,30 @@
 
 
 
-Cell.Type
-PrivateCellUtil.FirstOnRowCell.getType()
+default Cell.Type
+Cell.getType()
+Returns the type of cell in a human readable format using 
Cell.Type.
+
 
 
 Cell.Type
-PrivateCellUtil.FirstOnRowByteBufferExtendedCell.getType()
+PrivateCellUtil.FirstOnRowCell.getType()
 
 
 Cell.Type
-PrivateCellUtil.LastOnRowByteBufferExtendedCell.getType()
+PrivateCellUtil.FirstOnRowByteBufferExtendedCell.getType()
 
 
 Cell.Type
-PrivateCellUtil.LastOnRowCell.getType()
+PrivateCellUtil.LastOnRowByteBufferExtendedCell.getType()
 
 
 Cell.Type
-PrivateCellUtil.FirstOnRowDeleteFamilyCell.getType()
+PrivateCellUtil.LastOnRowCell.getType()
 
 
-default Cell.Type
-Cell.getType()
-Returns the type of cell in a human readable format using 
Cell.Type.
-
+Cell.Type
+PrivateCellUtil.FirstOnRowDeleteFamilyCell.getType()
 
 
 static Cell.Type
@@ -175,20 +175,20 @@ the order they are declared.
 
 
 
-ExtendedCellBuilder
-ExtendedCellBuilderImpl.setType(Cell.Typetype)
+CellBuilder
+CellBuilder.setType(Cell.Typetype)
 
 
 RawCellBuilder
 RawCellBuilder.setType(Cell.Typetype)
 
 
-CellBuilder
-CellBuilder.setType(Cell.Typetype)
+ExtendedCellBuilder
+ExtendedCellBuilder.setType(Cell.Typetype)
 
 
 ExtendedCellBuilder
-ExtendedCellBuilder.setType(Cell.Typetype)
+ExtendedCellBuilderImpl.setType(Cell.Typetype)
 
 
 static KeyValue.Type



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

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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d347bde8/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
index a4c566e..d9dd212 100644
--- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
+++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html
@@ -103,7 +103,7 @@
 
 
 
-public static interface MetaTableAccessor.CloseableVisitor
+public static interface MetaTableAccessor.CloseableVisitor
 extends MetaTableAccessor.Visitor, https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable
 Implementations 'visit' a catalog table row but with 
close() at the end.
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d347bde8/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
index 67a80a2..bb96d7d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class MetaTableAccessor.CollectAllVisitor
+static class MetaTableAccessor.CollectAllVisitor
 extends MetaTableAccessor.CollectingVisitorResult
 Collects all returned.
 
@@ -214,7 +214,7 @@ extends 
 
 CollectAllVisitor
-CollectAllVisitor()
+CollectAllVisitor()
 
 
 
@@ -231,7 +231,7 @@ extends 
 
 add
-voidadd(Resultr)
+voidadd(Resultr)
 
 Specified by:
 addin
 classMetaTableAccessor.CollectingVisitorResult

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d347bde8/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
index 21b24a9..a97567b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-abstract static class MetaTableAccessor.CollectingVisitorT
+abstract static class MetaTableAccessor.CollectingVisitorT
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements MetaTableAccessor.Visitor
 A MetaTableAccessor.Visitor that 
collects content out of passed Result.
@@ -221,7 +221,7 @@ implements 
 
 results
-finalhttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListT results
+finalhttps://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListT results
 
 
 
@@ -238,7 +238,7 @@ implements 
 
 CollectingVisitor
-CollectingVisitor()
+CollectingVisitor()
 
 
 
@@ -255,7 +255,7 @@ implements 
 
 visit

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

2018-03-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6b94a2f2/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
index b136486..90d9b0f 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
@@ -167,10 +167,10 @@
 
 java.lang.https://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.https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.https://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.backup.BackupInfo.BackupState
+org.apache.hadoop.hbase.backup.BackupInfo.BackupPhase
 org.apache.hadoop.hbase.backup.BackupRestoreConstants.BackupCommand
+org.apache.hadoop.hbase.backup.BackupInfo.BackupState
 org.apache.hadoop.hbase.backup.BackupType
-org.apache.hadoop.hbase.backup.BackupInfo.BackupPhase
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6b94a2f2/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 5ddfab2..7a0dcbd 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1568,39 +1568,43 @@ service.
 intindex)
 
 
+private static long
+MetaTableAccessor.getReplicationBarrier(Cellc)
+
+
 static int
 PrivateCellUtil.getRowAsInt(Cellcell)
 Converts the rowkey bytes of the given cell into an int 
value
 
 
-
+
 static byte
 CellUtil.getRowByte(Cellcell,
   intindex)
 Deprecated.
 
 
-
+
 static byte
 PrivateCellUtil.getRowByte(Cellcell,
   intindex)
 misc
 
 
-
+
 static int
 KeyValueUtil.getSerializedSize(Cellcell,
  booleanwithTags)
 
-
+
 private static int
 PrivateCellUtil.getSumOfCellElementLengths(Cellcell)
 
-
+
 private static int
 PrivateCellUtil.getSumOfCellKeyElementLengths(Cellcell)
 
-
+
 static Tag
 CellUtil.getTag(Cellcell,
   bytetype)
@@ -1610,14 +1614,14 @@ service.
 
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalTag
 PrivateCellUtil.getTag(Cellcell,
   bytetype)
 Retrieve Cell's first tag, matching the passed in type
 
 
-
+
 static byte[]
 CellUtil.getTagArray(Cellcell)
 Deprecated.
@@ -1625,7 +1629,7 @@ service.
 
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTag
 CellUtil.getTags(Cellcell)
 Deprecated.
@@ -1634,35 +1638,35 @@ service.
 
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTag
 PrivateCellUtil.getTags(Cellcell)
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true;
 title="class or interface in java.math">BigDecimal
 PrivateCellUtil.getValueAsBigDecimal(Cellcell)
 Converts the value bytes of the given cell into a 
BigDecimal
 
 
-
+
 static double
 PrivateCellUtil.getValueAsDouble(Cellcell)
 Converts the value bytes of the given cell into a double 
value
 
 
-
+
 static int
 PrivateCellUtil.getValueAsInt(Cellcell)
 Converts the value bytes of the given cell into a int 
value
 
 
-
+
 static long
 PrivateCellUtil.getValueAsLong(Cellcell)
 Converts the value bytes of the given cell into a long 
value
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
 CellUtil.getValueBufferShallowCopy(Cellcell)
 Deprecated.
@@ -1670,15 +1674,15 @@ service.
 
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
 PrivateCellUtil.getValueBufferShallowCopy(Cellcell)
 
-
+
 static boolean
 CellUtil.isDelete(Cellcell)
 
-
+
 static boolean
 CellUtil.isDeleteColumnOrFamily(Cellcell)
 Deprecated.
@@ -1686,11 +1690,11 @@ service.
 
 
 
-
+
 static boolean
 PrivateCellUtil.isDeleteColumnOrFamily(Cellcell)
 
-
+
 static boolean
 CellUtil.isDeleteColumns(Cellcell)
 Deprecated.
@@ -1698,11 +1702,11 @@ service.
 
 
 
-
+
 static boolean
 PrivateCellUtil.isDeleteColumns(Cellcell)
 
-
+
 static boolean
 CellUtil.isDeleteColumnVersion(Cellcell)
 Deprecated.
@@ -1710,11 +1714,11 @@ service.
 
 
 
-
+
 static boolean
 

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

2018-03-02 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/eb05e3e3/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html 
b/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
index f66be98..c0db59c 100644
--- a/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
+++ b/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
@@ -91,16 +91,16 @@
 
 
 
-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
+https://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/Throwable.html?is-external=true;
 title="class or interface in java.lang">java.lang.Throwable
+https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">java.lang.Throwable
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">java.lang.Exception
+https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">java.lang.Exception
 
 
-http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">java.io.IOException
+https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">java.io.IOException
 
 
 org.apache.hadoop.hbase.HBaseIOException
@@ -128,7 +128,7 @@
 
 
 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
+https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
 
 
 
@@ -164,12 +164,12 @@ extends 
 
 
-InvalidFamilyOperationException(http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
+InvalidFamilyOperationException(https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
 Constructor taking another exception.
 
 
 
-InvalidFamilyOperationException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+InvalidFamilyOperationException(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 Constructor
 
 
@@ -186,15 +186,15 @@ extends 
 
 
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwable
-http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-;
 title="class or interface in java.lang">addSuppressed, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--;
 title="class or interface in java.lang">fillInStackTrace, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--;
 title="class or interface in java.lang">getCause, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--;
 title="class or interface in java.lang">getLocalizedMessage, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--;
 title="class or interface in java.lang">getMessage, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--;
 title="class or inter
 face in java.lang">getStackTrace, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--;
 title="class or interface in java.lang">getSuppressed, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-;
 title="class or interface in java.lang">initCause, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--;
 title="class or interface in java.lang">printStackTrace, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-;
 title="class or interface in java.lang">printStackTrace, http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-;
 title="class or interface in java.lang">printStackTrace, http://docs.oracle.com/javase/8/docs/api/java/lan
 

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

2018-02-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ec8bf761/devapidocs/org/apache/hadoop/hbase/HBaseIOException.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/HBaseIOException.html 
b/devapidocs/org/apache/hadoop/hbase/HBaseIOException.html
index 6ba3a1e..8a644ba 100644
--- a/devapidocs/org/apache/hadoop/hbase/HBaseIOException.html
+++ b/devapidocs/org/apache/hadoop/hbase/HBaseIOException.html
@@ -122,7 +122,7 @@
 
 
 Direct Known Subclasses:
-BackupException, BadProcedureException, 
CallCancelledException, CallTimeoutException, CellScannerButNoCodecException, ClusterSchemaException, CodecException, CorruptedWALProcedureStoreException,
 DamagedWALException, DoNotRetryIOException, FailedRemoteDispatchException, 
FailedServerException, FallbackDisallowedException, LeaseNotRecoveredException, 
NoSuchProcedureException, 
PleaseHoldException, RegionException, ServerCrashException, Serv
 iceNotRunningException, StoppedRpcClientException, TableInfoMissingException, UnexpectedStateException, WrongRowIOException
+BackupException, BadProcedureException, 
CallCancelledException, CallTimeoutException, CellScannerButNoCodecException, ClusterSchemaException, CodecException, CorruptedWALProcedureStoreException,
 DamagedWALException, DoNotRetryIOException, FailedRemoteDispatchException, 
FailedServerException, FallbackDisallowedException, LeaseNotRecoveredException, 
MasterNotRunningException, NoSuchProcedureException, 
PleaseHoldException, RegionException, 
 ServerCrashException, ServiceNotRunningException, StoppedRpcClientException, TableInfoMissingException, UnexpectedStateException, WrongRowIOException
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ec8bf761/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html 
b/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html
index 26d9684..f3a326d 100644
--- a/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html
+++ b/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html
@@ -103,6 +103,9 @@
 http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">java.io.IOException
 
 
+org.apache.hadoop.hbase.HBaseIOException
+
+
 org.apache.hadoop.hbase.MasterNotRunningException
 
 
@@ -113,6 +116,8 @@
 
 
 
+
+
 
 
 
@@ -123,8 +128,8 @@
 
 
 @InterfaceAudience.Public
-public class MasterNotRunningException
-extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+public class MasterNotRunningException
+extends HBaseIOException
 Thrown if the master is not running
 
 See Also:
@@ -228,7 +233,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 serialVersionUID
-private static finallong serialVersionUID
+private static finallong serialVersionUID
 
 See Also:
 Constant
 Field Values
@@ -249,7 +254,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 MasterNotRunningException
-publicMasterNotRunningException()
+publicMasterNotRunningException()
 default constructor
 
 
@@ -259,7 +264,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 MasterNotRunningException
-publicMasterNotRunningException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+publicMasterNotRunningException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 Constructor
 
 Parameters:
@@ -273,7 +278,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 MasterNotRunningException
-publicMasterNotRunningException(http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
+publicMasterNotRunningException(http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
 Constructor taking another exception.
 
 Parameters:
@@ -287,7 +292,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 MasterNotRunningException
-publicMasterNotRunningException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings,
+publicMasterNotRunningException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings,
  http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
 
 


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

2018-02-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/991224b9/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreLABImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreLABImpl.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreLABImpl.html
index 9de9558..dda133a 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreLABImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreLABImpl.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};
+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};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -319,10 +319,18 @@ implements 
+boolean
+isOffHeap()
+
+
+boolean
+isOnHeap()
+
+
 private void
 recycleChunks()
 
-
+
 private void
 tryRetireChunk(Chunkc)
 Try to retire the current chunk if it is still
@@ -654,13 +662,39 @@ implements 
+
+
+
+
+isOnHeap
+publicbooleanisOnHeap()
+
+Specified by:
+isOnHeapin
 interfaceMemStoreLAB
+
+
+
+
+
+
+
+
+isOffHeap
+publicbooleanisOffHeap()
+
+Specified by:
+isOffHeapin
 interfaceMemStoreLAB
+
+
+
 
 
 
 
 
 getCurrentChunk
-ChunkgetCurrentChunk()
+ChunkgetCurrentChunk()
 
 
 
@@ -669,7 +703,7 @@ implements 
 
 getPooledChunks
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true;
 title="class or interface in java.util.concurrent">BlockingQueueChunkgetPooledChunks()
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true;
 title="class or interface in java.util.concurrent">BlockingQueueChunkgetPooledChunks()
 
 
 
@@ -678,7 +712,7 @@ implements 
 
 getNumOfChunksReturnedToPool
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">IntegergetNumOfChunksReturnedToPool()
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">IntegergetNumOfChunksReturnedToPool()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/991224b9/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreSize.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreSize.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreSize.html
index 21b1e4d..bc8da8d 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreSize.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreSize.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -152,6 +152,13 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 'heapSize' tracks all Cell's heap size occupancy.
 
 
+
+protected long
+offHeapSize
+off-heap size: the aggregated size of all data that is 
allocated off-heap including all
+ key-values that reside off-heap and the metadata that resides off-heap
+
+
 
 
 
@@ -164,14 +171,22 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 Constructors
 
-Constructor and Description
+Modifier
+Constructor and Description
 
 
-MemStoreSize()
+
+MemStoreSize()
 
 
-MemStoreSize(longdataSize,
-longheapSize)
+
+MemStoreSize(longdataSize,
+longheapSize,
+longoffHeapSize)
+
+
+protected 
+MemStoreSize(MemStoreSizememStoreSize)
 
 
 
@@ -201,14 +216,18 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 getHeapSize()
 
 
+long
+getOffHeapSize()
+
+
 int
 hashCode()
 
-
+
 boolean
 isEmpty()
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 toString()
 
@@ -240,7 +259,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 dataSize
-protectedlong dataSize
+protected volatilelong dataSize
 'dataSize' tracks the Cell's data bytes size alone (Key 
bytes, value bytes). A cell's data can
  be in on heap or off heap area depending on the MSLAB and its configuration 
to be using on heap
  or off heap LABs
@@ -249,14 +268,25 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 
-
+
 
 heapSize
-protectedlong heapSize
+protected volatilelong heapSize
 'heapSize' tracks all Cell's heap size occupancy. This will 

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

2018-02-17 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/193b4259/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
index 77ea945..a9f7fbe 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html
@@ -705,18 +705,18 @@
 
 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.regionserver.ScannerContext.NextState
 org.apache.hadoop.hbase.regionserver.ScannerContext.LimitScope
-org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
-org.apache.hadoop.hbase.regionserver.DefaultHeapMemoryTuner.StepDirection
-org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
+org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
+org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
 org.apache.hadoop.hbase.regionserver.ScanType
+org.apache.hadoop.hbase.regionserver.Region.Operation
+org.apache.hadoop.hbase.regionserver.DefaultHeapMemoryTuner.StepDirection
+org.apache.hadoop.hbase.regionserver.FlushType
+org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
 org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
 org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor.Status
 org.apache.hadoop.hbase.regionserver.TimeRangeTracker.Type
-org.apache.hadoop.hbase.regionserver.Region.Operation
-org.apache.hadoop.hbase.regionserver.FlushType
-org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
 org.apache.hadoop.hbase.regionserver.MetricsRegionServerSourceFactoryImpl.FactoryStorage
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/193b4259/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html
index af72bf3..e97b095 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html
@@ -130,9 +130,9 @@
 
 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.regionserver.querymatcher.ScanQueryMatcher.MatchCode
 org.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcher.DropDeletesInOutput
 org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteResult
-org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/193b4259/devapidocs/org/apache/hadoop/hbase/replication/regionserver/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/package-tree.html
index 546fcd0..aea4db3 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/package-tree.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/package-tree.html
@@ -198,8 +198,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.replication.regionserver.MetricsReplicationSourceFactoryImpl.SourceHolder
 org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper.WorkerState

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

2018-02-16 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/94208cfe/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
index f9cacbc..b05384b 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
@@ -270,31 +270,31 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
-AsyncAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
-Get a namespace descriptor by name
-
+AsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
-RawAsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+AsyncAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Get a namespace descriptor by name
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
-AsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+RawAsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 
 
 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">ListNamespaceDescriptor
-AsyncAdmin.listNamespaceDescriptors()
-List available namespace descriptors
-
+AsyncHBaseAdmin.listNamespaceDescriptors()
 
 
 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">ListNamespaceDescriptor
-RawAsyncHBaseAdmin.listNamespaceDescriptors()
+AsyncAdmin.listNamespaceDescriptors()
+List available namespace descriptors
+
 
 
 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">ListNamespaceDescriptor
-AsyncHBaseAdmin.listNamespaceDescriptors()
+RawAsyncHBaseAdmin.listNamespaceDescriptors()
 
 
 
@@ -307,9 +307,7 @@
 
 
 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.createNamespace(NamespaceDescriptordescriptor)
-Create a new namespace.
-
+AsyncHBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
 
 
 void
@@ -318,16 +316,18 @@
 
 
 
-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
-RawAsyncHBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
-
-
 void
 HBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
 
+
+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.createNamespace(NamespaceDescriptordescriptor)
+Create a new namespace.
+
+
 
 

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

2018-02-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0cd17dc5/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 11ca943..802d439 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -535,6 +535,11 @@ service.
 
 
 static Cell
+PrivateCellUtil.createCell(Cellcell,
+  byte[]tags)
+
+
+static Cell
 CellUtil.createCell(Cellcell,
   byte[]tags)
 Deprecated.
@@ -542,12 +547,13 @@ service.
 
 
 
-
+
 static Cell
-PrivateCellUtil.createCell(Cellcell,
+PrivateCellUtil.createCell(Cellcell,
+  byte[]value,
   byte[]tags)
 
-
+
 static Cell
 CellUtil.createCell(Cellcell,
   byte[]value,
@@ -557,13 +563,12 @@ service.
 
 
 
-
+
 static Cell
-PrivateCellUtil.createCell(Cellcell,
-  byte[]value,
-  byte[]tags)
+PrivateCellUtil.createCell(Cellcell,
+  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTagtags)
 
-
+
 static Cell
 CellUtil.createCell(Cellcell,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTagtags)
@@ -572,11 +577,6 @@ service.
 
 
 
-
-static Cell
-PrivateCellUtil.createCell(Cellcell,
-  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTagtags)
-
 
 static Cell
 PrivateCellUtil.createFirstDeleteFamilyCellOnRow(byte[]row,
@@ -757,6 +757,10 @@ service.
 
 
 static byte[]
+PrivateCellUtil.cloneTags(Cellcell)
+
+
+static byte[]
 CellUtil.cloneTags(Cellcell)
 Deprecated.
 As of HBase-2.0. Will be 
removed in HBase-3.0.
@@ -764,10 +768,6 @@ service.
 
 
 
-
-static byte[]
-PrivateCellUtil.cloneTags(Cellcell)
-
 
 static byte[]
 CellUtil.cloneValue(Cellcell)
@@ -781,6 +781,11 @@ service.
 
 
 int
+CellComparatorImpl.compare(Cella,
+   Cellb)
+
+
+int
 KeyValue.MetaComparator.compare(Cellleft,
Cellright)
 Deprecated.
@@ -788,7 +793,7 @@ service.
  table.
 
 
-
+
 int
 KeyValue.KVComparator.compare(Cellleft,
Cellright)
@@ -797,11 +802,6 @@ service.
  rowkey, colfam/qual, timestamp, type, mvcc
 
 
-
-int
-CellComparatorImpl.compare(Cella,
-   Cellb)
-
 
 int
 CellComparatorImpl.compare(Cella,
@@ -812,27 +812,27 @@ service.
 
 
 static int
-CellUtil.compare(CellComparatorcomparator,
+PrivateCellUtil.compare(CellComparatorcomparator,
Cellleft,
byte[]key,
intoffset,
intlength)
-Deprecated.
-As of HBase-2.0. Will be 
removed in HBase-3.0
-
+Used when a cell needs to be compared with a key byte[] 
such as cases of finding the index from
+ the index block, bloom keys from the bloom blocks This byte[] is expected to 
be serialized in
+ the KeyValue serialization format If the KeyValue (Cell's) serialization 
format changes this
+ method cannot be used.
 
 
 
 static int
-PrivateCellUtil.compare(CellComparatorcomparator,
+CellUtil.compare(CellComparatorcomparator,
Cellleft,
byte[]key,
intoffset,
intlength)
-Used when a cell needs to be compared with a key byte[] 
such as cases of finding the index from
- the index block, bloom keys from the bloom blocks This byte[] is expected to 
be serialized in
- the KeyValue serialization format If the KeyValue (Cell's) serialization 
format changes this
- method cannot be used.
+Deprecated.
+As of HBase-2.0. Will be 
removed in HBase-3.0
+
 
 
 
@@ -1035,23 +1035,23 @@ service.
 
 
 int
-KeyValue.KVComparator.compareRows(Cellleft,
-   Cellright)
-Deprecated.
-
-
-
-int
 CellComparatorImpl.compareRows(Cellleft,
Cellright)
 Compares the rows of the left and right cell.
 
 
-
+
 int
 CellComparatorImpl.MetaCellComparator.compareRows(Cellleft,
Cellright)
 
+
+int
+KeyValue.KVComparator.compareRows(Cellleft,
+   Cellright)
+Deprecated.
+
+
 
 int
 CellComparator.compareTimestamps(CellleftCell,
@@ -1061,17 +1061,17 @@ service.
 
 
 int
-KeyValue.KVComparator.compareTimestamps(Cellleft,
+CellComparatorImpl.compareTimestamps(Cellleft,
  Cellright)
-Deprecated.
-
+Compares cell's timestamps in DESCENDING order.
+
 
 
 int
-CellComparatorImpl.compareTimestamps(Cellleft,
+KeyValue.KVComparator.compareTimestamps(Cellleft,
  Cellright)
-Compares cell's timestamps in DESCENDING order.
-
+Deprecated.
+
 
 
 static int
@@ -1258,6 +1258,11 @@ service.
 
 
 static Cell
+PrivateCellUtil.createCell(Cellcell,
+  byte[]tags)
+
+
+static Cell
 CellUtil.createCell(Cellcell,
   byte[]tags)
 Deprecated.
@@ -1265,12 +1270,13 @@ service.
 
 
 
-
+
 static Cell
-PrivateCellUtil.createCell(Cellcell,
+PrivateCellUtil.createCell(Cellcell,
+  

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

2018-02-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/828486ae/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
index 08aeced..0c3406e 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
@@ -242,27 +242,27 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncAdmin.getClusterMetrics()
+AsyncHBaseAdmin.getClusterMetrics()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-RawAsyncHBaseAdmin.getClusterMetrics()
+AsyncAdmin.getClusterMetrics()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncHBaseAdmin.getClusterMetrics()
+RawAsyncHBaseAdmin.getClusterMetrics()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+AsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-RawAsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+AsyncAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+RawAsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
 
 
 
@@ -408,11 +408,11 @@
 
 
 void
-RegionLocationFinder.setClusterMetrics(ClusterMetricsstatus)
+BaseLoadBalancer.setClusterMetrics(ClusterMetricsst)
 
 
 void
-BaseLoadBalancer.setClusterMetrics(ClusterMetricsst)
+RegionLocationFinder.setClusterMetrics(ClusterMetricsstatus)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/828486ae/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
index f686104..31595fa 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
@@ -186,94 +186,94 @@ the order they are declared.
 
 
 boolean
-HTable.checkAndDelete(byte[]row,
+Table.checkAndDelete(byte[]row,
   byte[]family,
   byte[]qualifier,
   CompareOperatorop,
   byte[]value,
   Deletedelete)
-Deprecated.
+Deprecated.
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
+
 
 
 
 boolean
-Table.checkAndDelete(byte[]row,
+HTable.checkAndDelete(byte[]row,
   byte[]family,
   byte[]qualifier,
   CompareOperatorop,
   byte[]value,
   Deletedelete)
-Deprecated.
-Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
-
+Deprecated.
 
 
 
 boolean
-HTable.checkAndMutate(byte[]row,
+Table.checkAndMutate(byte[]row,
   byte[]family,
   byte[]qualifier,
   CompareOperatorop,
   byte[]value,
-  RowMutationsrm)
-Deprecated.
+  RowMutationsmutation)
+Deprecated.
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 

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

2018-02-13 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f272b0e8/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 05fe63e..329aeae 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -17309,19 +17309,6 @@
 
 coord 
- Variable in class org.apache.hadoop.hbase.procedure.Procedure
 
-CoordinatedStateException - Exception in org.apache.hadoop.hbase
-
-Thrown by operations requiring coordination state access or 
manipulation
- when internal error within coordination engine (or other internal 
implementation) occurs.
-
-CoordinatedStateException()
 - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
-CoordinatedStateException(String)
 - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
-CoordinatedStateException(String,
 Throwable) - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
-CoordinatedStateException(Throwable)
 - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
 CoordinatedStateManager - Interface in org.apache.hadoop.hbase
 
 Implementations of this interface will keep and return to 
clients
@@ -24408,6 +24395,12 @@
 
 DeleteVersionVisibilityExpressionFilter(ListTag,
 Byte) - Constructor for class 
org.apache.hadoop.hbase.security.visibility.VisibilityController.DeleteVersionVisibilityExpressionFilter
 
+deleteZooKeeper(TableName)
 - Method in class org.apache.hadoop.hbase.master.TableStateManager
+
+Deprecated.
+Since 2.0.0. To be removed 
in hbase-3.0.0.
+
+
 DeletionListener - Class in org.apache.hadoop.hbase.zookeeper
 
 A ZooKeeper watcher meant to detect deletions of 
ZNodes.
@@ -31402,7 +31395,15 @@
 
 fixTableOrphans
 - Variable in class org.apache.hadoop.hbase.util.HBaseFsck
 
-fixTableStates(TableDescriptors,
 Connection) - Static method in class 
org.apache.hadoop.hbase.master.TableStateManager
+fixTableState(TableState)
 - Method in class org.apache.hadoop.hbase.master.MirroringTableStateManager
+
+Deprecated.
+
+fixTableState(TableState)
 - Method in class org.apache.hadoop.hbase.master.TableStateManager
+
+For subclasses in case they want to do fixup post 
hbase:meta.
+
+fixTableStates(TableDescriptors,
 Connection) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
 fixUnassigned(Admin,
 RegionInfo) - Static method in class 
org.apache.hadoop.hbase.util.HBaseFsckRepair
 
@@ -50408,7 +50409,9 @@
 
 getTableState(ZKWatcher,
 TableName) - Static method in class org.apache.hadoop.hbase.util.ZKDataMigrator
 
-Deprecated.
+Deprecated.
+Since 2.0.0. To be removed 
in hbase-3.0.0.
+
 
 getTableStateColumn()
 - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
 
@@ -66552,6 +66555,10 @@
 
 LOG - 
Static variable in class org.apache.hadoop.hbase.master.MetricsMaster
 
+LOG
 - Static variable in class org.apache.hadoop.hbase.master.MirroringTableStateManager
+
+Deprecated.
+
 LOG
 - Static variable in class org.apache.hadoop.hbase.master.MobCompactionChore
 
 LOG
 - Static variable in class org.apache.hadoop.hbase.master.normalizer.MergeNormalizationPlan
@@ -67301,7 +67308,9 @@
 LOG - 
Static variable in class org.apache.hadoop.hbase.util.VersionInfo
 
 LOG - 
Static variable in class org.apache.hadoop.hbase.util.ZKDataMigrator
-
+
+Deprecated.
+
 LOG
 - Static variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
 LOG - 
Static variable in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
@@ -72242,6 +72251,17 @@
 
 midLeafBlockOnDiskSize
 - Variable in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader
 
+MIGRATE_TABLE_STATE_FROM_ZK_KEY
 - Static variable in class org.apache.hadoop.hbase.master.TableStateManager
+
+Set this key to false in Configuration to disable migrating 
table state from zookeeper
+ so hbase:meta table.
+
+migrateZooKeeper()
 - Method in class org.apache.hadoop.hbase.master.TableStateManager
+
+Deprecated.
+Since 2.0.0. Remove in 
hbase-3.0.0.
+
+
 MIGRATION_NAME
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 Any artifacts left from migration can be moved here
@@ -72525,6 +72545,22 @@
 
 minVersions
 - Variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
+MIRROR_TABLE_STATE_TO_ZK_KEY
 - Static variable in class org.apache.hadoop.hbase.master.MirroringTableStateManager
+
+Deprecated.
+Set this key to true in Configuration to enable mirroring 
of table state out to zookeeper
+ so hbase-1.x clients can pick-up table state.
+
+MirroringTableStateManager - Class in org.apache.hadoop.hbase.master
+
+Deprecated.
+Since 2.0.0. To be removed 
in 3.0.0.
+
+
+MirroringTableStateManager(MasterServices)
 - Constructor for class org.apache.hadoop.hbase.master.MirroringTableStateManager
+
+Deprecated.
+
 MISC_INVOATION_COUNT
 - Static variable in interface org.apache.hadoop.hbase.master.balancer.MetricsBalancerSource
 
 miscCount
 

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

2018-02-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c83a37c8/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
index 08aeced..0c3406e 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
@@ -242,27 +242,27 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncAdmin.getClusterMetrics()
+AsyncHBaseAdmin.getClusterMetrics()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-RawAsyncHBaseAdmin.getClusterMetrics()
+AsyncAdmin.getClusterMetrics()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncHBaseAdmin.getClusterMetrics()
+RawAsyncHBaseAdmin.getClusterMetrics()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+AsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-RawAsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+AsyncAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
-AsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+RawAsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
 
 
 
@@ -408,11 +408,11 @@
 
 
 void
-RegionLocationFinder.setClusterMetrics(ClusterMetricsstatus)
+BaseLoadBalancer.setClusterMetrics(ClusterMetricsst)
 
 
 void
-BaseLoadBalancer.setClusterMetrics(ClusterMetricsst)
+RegionLocationFinder.setClusterMetrics(ClusterMetricsstatus)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c83a37c8/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
index f686104..31595fa 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
@@ -186,94 +186,94 @@ the order they are declared.
 
 
 boolean
-HTable.checkAndDelete(byte[]row,
+Table.checkAndDelete(byte[]row,
   byte[]family,
   byte[]qualifier,
   CompareOperatorop,
   byte[]value,
   Deletedelete)
-Deprecated.
+Deprecated.
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
+
 
 
 
 boolean
-Table.checkAndDelete(byte[]row,
+HTable.checkAndDelete(byte[]row,
   byte[]family,
   byte[]qualifier,
   CompareOperatorop,
   byte[]value,
   Deletedelete)
-Deprecated.
-Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
-
+Deprecated.
 
 
 
 boolean
-HTable.checkAndMutate(byte[]row,
+Table.checkAndMutate(byte[]row,
   byte[]family,
   byte[]qualifier,
   CompareOperatorop,
   byte[]value,
-  RowMutationsrm)
-Deprecated.
+  RowMutationsmutation)
+Deprecated.
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 

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

2018-02-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
index b05384b..f9cacbc 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
@@ -270,32 +270,32 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
-AsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
 AsyncAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Get a namespace descriptor by name
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
 RawAsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 
-
-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">ListNamespaceDescriptor
-AsyncHBaseAdmin.listNamespaceDescriptors()
-
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureNamespaceDescriptor
+AsyncHBaseAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+
+
 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">ListNamespaceDescriptor
 AsyncAdmin.listNamespaceDescriptors()
 List available namespace descriptors
 
 
-
+
 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">ListNamespaceDescriptor
 RawAsyncHBaseAdmin.listNamespaceDescriptors()
 
+
+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">ListNamespaceDescriptor
+AsyncHBaseAdmin.listNamespaceDescriptors()
+
 
 
 
@@ -307,7 +307,9 @@
 
 
 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
-AsyncHBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
+AsyncAdmin.createNamespace(NamespaceDescriptordescriptor)
+Create a new namespace.
+
 
 
 void
@@ -316,18 +318,16 @@
 
 
 
-void
-HBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
+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
+RawAsyncHBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
 
 
-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.createNamespace(NamespaceDescriptordescriptor)
-Create a new namespace.
-
+void
+HBaseAdmin.createNamespace(NamespaceDescriptordescriptor)
 
 
 

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

2018-02-04 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6674e3ab/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
index 082a2a2..6cba39a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private final class ProcedureExecutor.WorkerThread
+private final class ProcedureExecutor.WorkerThread
 extends ProcedureExecutor.StoppableThread
 
 
@@ -271,7 +271,7 @@ extends 
 
 executionStartTime
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in java.util.concurrent.atomic">AtomicLong executionStartTime
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in java.util.concurrent.atomic">AtomicLong executionStartTime
 
 
 
@@ -280,7 +280,7 @@ extends 
 
 activeProcedure
-privateProcedure activeProcedure
+privateProcedure activeProcedure
 
 
 
@@ -297,7 +297,7 @@ extends 
 
 WorkerThread
-publicWorkerThread(http://docs.oracle.com/javase/8/docs/api/java/lang/ThreadGroup.html?is-external=true;
 title="class or interface in java.lang">ThreadGroupgroup)
+publicWorkerThread(http://docs.oracle.com/javase/8/docs/api/java/lang/ThreadGroup.html?is-external=true;
 title="class or interface in java.lang">ThreadGroupgroup)
 
 
 
@@ -314,7 +314,7 @@ extends 
 
 sendStopSignal
-publicvoidsendStopSignal()
+publicvoidsendStopSignal()
 
 Specified by:
 sendStopSignalin
 classProcedureExecutor.StoppableThread
@@ -327,7 +327,7 @@ extends 
 
 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
@@ -342,7 +342,7 @@ extends 
 
 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/Thread.html?is-external=true#toString--;
 title="class or interface in java.lang">toStringin 
classhttp://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true;
 title="class or interface in java.lang">Thread
@@ -355,7 +355,7 @@ extends 
 
 getCurrentRunTime
-publiclonggetCurrentRunTime()
+publiclonggetCurrentRunTime()
 
 Returns:
 the time since the current procedure is running
@@ -368,7 +368,7 @@ extends 
 
 keepAlive
-privatebooleankeepAlive(longlastUpdate)
+privatebooleankeepAlive(longlastUpdate)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6674e3ab/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
index 07a08b8..f9f5705 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
@@ -753,7 +753,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 completed
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentHashMaphttp://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long,ProcedureExecutor.CompletedProcedureRetainer
 completed
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentHashMaphttp://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long,ProcedureExecutor.CompletedProcedureRetainer
 completed
 Map the the procId returned by submitProcedure(), the 
Root-ProcID, to the Procedure.
  Once a Root-Procedure completes (success or failure), the result will be 
added to this map.
  The user of ProcedureExecutor should call getResult(procId) to get the 
result.
@@ -765,7 +765,7 @@ extends 

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

2018-02-02 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1f2eeb22/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
index 871d0b4..47b96f1 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-class HRegion.RegionScannerImpl
+class HRegion.RegionScannerImpl
 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 RegionScanner, Shipper, RpcCallback
 RegionScannerImpl is used to combine scanners from multiple 
Stores (aka column families).
@@ -425,7 +425,7 @@ implements 
 
 storeHeap
-KeyValueHeap storeHeap
+KeyValueHeap storeHeap
 
 
 
@@ -434,7 +434,7 @@ implements 
 
 joinedHeap
-KeyValueHeap joinedHeap
+KeyValueHeap joinedHeap
 Heap of key-values that are not essential for the provided 
filters and are thus read
  on demand, if on-demand column family loading is enabled.
 
@@ -445,7 +445,7 @@ implements 
 
 joinedContinuationRow
-protectedCell joinedContinuationRow
+protectedCell joinedContinuationRow
 If the joined heap data gathering is interrupted due to 
scan limits, this will
  contain the row for which we are populating the values.
 
@@ -456,7 +456,7 @@ implements 
 
 filterClosed
-privateboolean filterClosed
+privateboolean filterClosed
 
 
 
@@ -465,7 +465,7 @@ implements 
 
 stopRow
-protected finalbyte[] stopRow
+protected finalbyte[] stopRow
 
 
 
@@ -474,7 +474,7 @@ implements 
 
 includeStopRow
-protected finalboolean includeStopRow
+protected finalboolean includeStopRow
 
 
 
@@ -483,7 +483,7 @@ implements 
 
 region
-protected finalHRegion region
+protected finalHRegion region
 
 
 
@@ -492,7 +492,7 @@ implements 
 
 comparator
-protected finalCellComparator comparator
+protected finalCellComparator comparator
 
 
 
@@ -501,7 +501,7 @@ implements 
 
 readPt
-private finallong readPt
+private finallong readPt
 
 
 
@@ -510,7 +510,7 @@ implements 
 
 maxResultSize
-private finallong maxResultSize
+private finallong maxResultSize
 
 
 
@@ -519,7 +519,7 @@ implements 
 
 defaultScannerContext
-private finalScannerContext defaultScannerContext
+private finalScannerContext defaultScannerContext
 
 
 
@@ -528,7 +528,7 @@ implements 
 
 filter
-private finalFilterWrapper filter
+private finalFilterWrapper filter
 
 
 
@@ -545,7 +545,7 @@ implements 
 
 RegionScannerImpl
-RegionScannerImpl(Scanscan,
+RegionScannerImpl(Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanneradditionalScanners,
   HRegionregion)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -561,7 +561,7 @@ implements 
 
 RegionScannerImpl
-RegionScannerImpl(Scanscan,
+RegionScannerImpl(Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanneradditionalScanners,
   HRegionregion,
   longnonceGroup,
@@ -587,7 +587,7 @@ implements 
 
 getRegionInfo
-publicRegionInfogetRegionInfo()
+publicRegionInfogetRegionInfo()
 
 Specified by:
 getRegionInfoin
 interfaceRegionScanner
@@ -602,7 +602,7 @@ implements 
 
 initializeScanners
-protectedvoidinitializeScanners(Scanscan,
+protectedvoidinitializeScanners(Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanneradditionalScanners)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
@@ -617,7 +617,7 @@ implements 
 
 initializeKVHeap
-protectedvoidinitializeKVHeap(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerscanners,
+protectedvoidinitializeKVHeap(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerscanners,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerjoinedScanners,
 HRegionregion)
  throws 

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

2018-01-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cc6597ec/testdevapidocs/org/apache/hadoop/hbase/TestByteBufferKeyValue.html
--
diff --git a/testdevapidocs/org/apache/hadoop/hbase/TestByteBufferKeyValue.html 
b/testdevapidocs/org/apache/hadoop/hbase/TestByteBufferKeyValue.html
index 88043d4..ab90f46 100644
--- a/testdevapidocs/org/apache/hadoop/hbase/TestByteBufferKeyValue.html
+++ b/testdevapidocs/org/apache/hadoop/hbase/TestByteBufferKeyValue.html
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class TestByteBufferKeyValue
+public class TestByteBufferKeyValue
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -130,54 +130,58 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 Field and Description
 
 
+static HBaseClassTestRule
+CLASS_RULE
+
+
 private static byte[]
 fam1
 
-
+
 private static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 FAM1
 
-
+
 private static byte[]
 fam2
 
-
+
 private static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 FAM2
 
-
+
 private static byte[]
 qual1
 
-
+
 private static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 QUAL1
 
-
+
 private static byte[]
 qual2
 
-
+
 private static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 QUAL2
 
-
+
 private static byte[]
 row1
 
-
+
 private static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 ROW1
 
-
+
 private static 
org.apache.hadoop.hbase.Tag
 t1
 
-
+
 private static 
org.apache.hadoop.hbase.Tag
 t2
 
-
+
 private static http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListorg.apache.hadoop.hbase.Tag
 tags
 
@@ -247,13 +251,22 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 Field Detail
+
+
+
+
+
+CLASS_RULE
+public static finalHBaseClassTestRule CLASS_RULE
+
+
 
 
 
 
 
 QUAL2
-private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String QUAL2
+private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String QUAL2
 
 See Also:
 Constant
 Field Values
@@ -266,7 +279,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 FAM2
-private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FAM2
+private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FAM2
 
 See Also:
 Constant
 Field Values
@@ -279,7 +292,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 QUAL1
-private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String QUAL1
+private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String QUAL1
 
 See Also:
 Constant
 Field Values
@@ -292,7 +305,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 FAM1
-private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FAM1
+private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FAM1
 
 See Also:
 Constant
 Field Values
@@ -305,7 +318,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 ROW1
-private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ROW1
+private static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ROW1
 
 See Also:
 Constant
 Field Values
@@ -318,7 +331,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 row1
-private static finalbyte[] row1
+private static finalbyte[] row1
 
 
 
@@ -327,7 +340,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 fam1
-private static finalbyte[] fam1
+private static finalbyte[] fam1
 
 
 
@@ -336,7 +349,7 @@ extends 

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

2018-01-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aa7ffc92/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupInfo.BackupPhase.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupInfo.BackupPhase.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupInfo.BackupPhase.html
index af3aeef..ce38532 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupInfo.BackupPhase.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupInfo.BackupPhase.html
@@ -40,14 +40,14 @@
 032import 
org.apache.commons.lang3.StringUtils;
 033import 
org.apache.hadoop.hbase.TableName;
 034import 
org.apache.hadoop.hbase.backup.util.BackupUtils;
-035import 
org.apache.yetus.audience.InterfaceAudience;
-036import org.slf4j.Logger;
-037import org.slf4j.LoggerFactory;
-038import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
-039import 
org.apache.hadoop.hbase.shaded.protobuf.generated.BackupProtos;
-040import 
org.apache.hadoop.hbase.shaded.protobuf.generated.BackupProtos.BackupInfo.Builder;
-041import 
org.apache.hadoop.hbase.util.Bytes;
-042
+035import 
org.apache.hadoop.hbase.util.Bytes;
+036import 
org.apache.yetus.audience.InterfaceAudience;
+037import org.slf4j.Logger;
+038import org.slf4j.LoggerFactory;
+039
+040import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
+041import 
org.apache.hadoop.hbase.shaded.protobuf.generated.BackupProtos;
+042import 
org.apache.hadoop.hbase.shaded.protobuf.generated.BackupProtos.BackupInfo.Builder;
 043
 044/**
 045 * An object to encapsulate the 
information for each backup session
@@ -56,506 +56,503 @@
 048public class BackupInfo implements 
ComparableBackupInfo {
 049  private static final Logger LOG = 
LoggerFactory.getLogger(BackupInfo.class);
 050
-051  public static interface Filter {
-052
-053/**
-054 * Filter interface
-055 * @param info backup info
-056 * @return true if info passes 
filter, false otherwise
-057 */
-058public boolean apply(BackupInfo 
info);
-059  }
-060
-061  /**
-062   * Backup session states
-063   */
-064  public static enum BackupState {
-065RUNNING, COMPLETE, FAILED, ANY
-066  }
-067
-068  /**
-069   * BackupPhase - phases of an ACTIVE 
backup session (running), when state of a backup session is
-070   * BackupState.RUNNING
-071   */
-072  public static enum BackupPhase {
-073REQUEST, SNAPSHOT, 
PREPARE_INCREMENTAL, SNAPSHOTCOPY, INCREMENTAL_COPY, STORE_MANIFEST
-074  }
-075
-076  /**
-077   * Backup id
-078   */
-079  private String backupId;
-080
-081  /**
-082   * Backup type, full or incremental
-083   */
-084  private BackupType type;
-085
-086  /**
-087   * Target root directory for storing 
the backup files
-088   */
-089  private String backupRootDir;
-090
-091  /**
-092   * Backup state
-093   */
-094  private BackupState state;
-095
-096  /**
-097   * Backup phase
-098   */
-099  private BackupPhase phase = 
BackupPhase.REQUEST;
-100
-101  /**
-102   * Backup failure message
-103   */
-104  private String failedMsg;
-105
-106  /**
-107   * Backup status map for all tables
-108   */
-109  private MapTableName, 
BackupTableInfo backupTableInfoMap;
-110
-111  /**
-112   * Actual start timestamp of a backup 
process
-113   */
-114  private long startTs;
-115
-116  /**
-117   * Actual end timestamp of the backup 
process
-118   */
-119  private long completeTs;
-120
-121  /**
-122   * Total bytes of incremental logs 
copied
-123   */
-124  private long totalBytesCopied;
-125
-126  /**
-127   * For incremental backup, a location 
of a backed-up hlogs
-128   */
-129  private String hlogTargetDir = null;
-130
-131  /**
-132   * Incremental backup file list
-133   */
-134  private ListString 
incrBackupFileList;
-135
-136  /**
-137   * New region server log timestamps for 
table set after distributed log roll key - table name,
-138   * value - map of RegionServer hostname 
- last log rolled timestamp
-139   */
-140  private HashMapTableName, 
HashMapString, Long tableSetTimestampMap;
-141
-142  /**
-143   * Backup progress in %% (0-100)
-144   */
-145  private int progress;
-146
-147  /**
-148   * Number of parallel workers. -1 - 
system defined
-149   */
-150  private int workers = -1;
-151
-152  /**
-153   * Bandwidth per worker in MB per sec. 
-1 - unlimited
-154   */
-155  private long bandwidth = -1;
-156
-157  public BackupInfo() {
-158backupTableInfoMap = new 
HashMapTableName, BackupTableInfo();
-159  }
-160
-161  public BackupInfo(String backupId, 
BackupType type, TableName[] tables, String targetRootDir) {
-162this();
-163this.backupId = backupId;
-164this.type = type;
-165this.backupRootDir = targetRootDir;
-166this.addTables(tables);
-167if (type == BackupType.INCREMENTAL) 
{
-168  
setHLogTargetDir(BackupUtils.getLogBackupDir(targetRootDir, backupId));
-169}
-170this.startTs = 0;
-171this.completeTs = 0;
-172  }

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

2018-01-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/96e5e102/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegion.FlushResultImpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegion.FlushResultImpl.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegion.FlushResultImpl.html
index ca8be5e..b8e6dfa 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegion.FlushResultImpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegion.FlushResultImpl.html
@@ -6398,514 +6398,514 @@
 6390  int initialBatchProgress = 
scannerContext.getBatchProgress();
 6391  long initialSizeProgress = 
scannerContext.getDataSizeProgress();
 6392  long initialHeapSizeProgress = 
scannerContext.getHeapSizeProgress();
-6393  long initialTimeProgress = 
scannerContext.getTimeProgress();
-6394
-6395  // The loop here is used only when 
at some point during the next we determine
-6396  // that due to effects of filters 
or otherwise, we have an empty row in the result.
-6397  // Then we loop and try again. 
Otherwise, we must get out on the first iteration via return,
-6398  // "true" if there's more data to 
read, "false" if there isn't (storeHeap is at a stop row,
-6399  // and joinedHeap has no more data 
to read for the last row (if set, joinedContinuationRow).
-6400  while (true) {
-6401// Starting to scan a new row. 
Reset the scanner progress according to whether or not
-6402// progress should be kept.
-6403if 
(scannerContext.getKeepProgress()) {
-6404  // Progress should be kept. 
Reset to initial values seen at start of method invocation.
-6405  
scannerContext.setProgress(initialBatchProgress, initialSizeProgress,
-6406  initialHeapSizeProgress, 
initialTimeProgress);
-6407} else {
-6408  
scannerContext.clearProgress();
-6409}
-6410if (rpcCall.isPresent()) {
-6411  // If a user specifies a 
too-restrictive or too-slow scanner, the
-6412  // client might time out and 
disconnect while the server side
-6413  // is still processing the 
request. We should abort aggressively
-6414  // in that case.
-6415  long afterTime = 
rpcCall.get().disconnectSince();
-6416  if (afterTime = 0) {
-6417throw new 
CallerDisconnectedException(
-6418"Aborting on region " + 
getRegionInfo().getRegionNameAsString() + ", call " +
-6419this + " after " + 
afterTime + " ms, since " +
-6420"caller 
disconnected");
-6421  }
-6422}
-6423
-6424// Let's see what we have in the 
storeHeap.
-6425Cell current = 
this.storeHeap.peek();
-6426
-6427boolean shouldStop = 
shouldStop(current);
-6428// When has filter row is true 
it means that the all the cells for a particular row must be
-6429// read before a filtering 
decision can be made. This means that filters where hasFilterRow
-6430// run the risk of 
enLongAddering out of memory errors in the case that they are applied to a
-6431// table that has very large 
rows.
-6432boolean hasFilterRow = 
this.filter != null  this.filter.hasFilterRow();
-6433
-6434// If filter#hasFilterRow is 
true, partial results are not allowed since allowing them
-6435// would prevent the filters 
from being evaluated. Thus, if it is true, change the
-6436// scope of any limits that 
could potentially create partial results to
-6437// LimitScope.BETWEEN_ROWS so 
that those limits are not reached mid-row
-6438if (hasFilterRow) {
-6439  if (LOG.isTraceEnabled()) {
-6440
LOG.trace("filter#hasFilterRow is true which prevents partial results from 
being "
-6441+ " formed. Changing 
scope of limits that may create partials");
-6442  }
-6443  
scannerContext.setSizeLimitScope(LimitScope.BETWEEN_ROWS);
-6444  
scannerContext.setTimeLimitScope(LimitScope.BETWEEN_ROWS);
-6445}
-6446
-6447// Check if we were getting data 
from the joinedHeap and hit the limit.
-6448// If not, then it's main path - 
getting results from storeHeap.
-6449if (joinedContinuationRow == 
null) {
-6450  // First, check if we are at a 
stop row. If so, there are no more results.
-6451  if (shouldStop) {
-6452if (hasFilterRow) {
-6453  
filter.filterRowCells(results);
-6454}
-6455return 
scannerContext.setScannerState(NextState.NO_MORE_VALUES).hasMoreValues();
-6456  }
-6457
-6458  // Check if rowkey filter 
wants to exclude this row. If so, loop to next.
-6459  // Technically, if we hit 
limits before on this row, we don't need this call.
-6460  if 

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

2018-01-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8118541f/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
 
b/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
index 3f4880f..5b38a30 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class ConnectionImplementation.MasterServiceState
+static class ConnectionImplementation.MasterServiceState
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 State of the MasterService connection/setup.
 
@@ -222,7 +222,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 connection
-Connection connection
+Connection connection
 
 
 
@@ -231,7 +231,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 stub
-org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface
 stub
+org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface
 stub
 
 
 
@@ -240,7 +240,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 userCount
-int userCount
+int userCount
 
 
 
@@ -257,7 +257,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 MasterServiceState
-MasterServiceState(Connectionconnection)
+MasterServiceState(Connectionconnection)
 
 
 
@@ -274,7 +274,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 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
@@ -287,7 +287,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getStub
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">ObjectgetStub()
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">ObjectgetStub()
 
 
 
@@ -296,7 +296,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 clearStub
-voidclearStub()
+voidclearStub()
 
 
 
@@ -305,7 +305,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 isMasterRunning
-booleanisMasterRunning()
+booleanisMasterRunning()
  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:

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8118541f/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html
 
b/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html
index f5fdc63..c3447c5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private final class ConnectionImplementation.MasterServiceStubMaker
+private final class ConnectionImplementation.MasterServiceStubMaker
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Class to make a MasterServiceStubMaker stub.
 
@@ -197,7 +197,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 MasterServiceStubMaker
-privateMasterServiceStubMaker()
+privateMasterServiceStubMaker()
 
 
 
@@ -214,7 +214,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 isMasterRunning
-privatevoidisMasterRunning(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterfacestub)

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

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/14db89d7/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.InlineChore.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.InlineChore.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.InlineChore.html
index b50a65f..7271567 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.InlineChore.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.InlineChore.html
@@ -1718,312 +1718,314 @@
 1710
 1711public WorkerThread(final 
ThreadGroup group) {
 1712  super(group, "ProcExecWrkr-" + 
workerId.incrementAndGet());
-1713}
-1714
-1715@Override
-1716public void sendStopSignal() {
-1717  scheduler.signalAll();
-1718}
-1719
-1720@Override
-1721public void run() {
-1722  long lastUpdate = 
EnvironmentEdgeManager.currentTime();
-1723  try {
-1724while (isRunning()  
keepAlive(lastUpdate)) {
-1725  this.activeProcedure = 
scheduler.poll(keepAliveTime, TimeUnit.MILLISECONDS);
-1726  if (this.activeProcedure == 
null) continue;
-1727  int activeCount = 
activeExecutorCount.incrementAndGet();
-1728  int runningCount = 
store.setRunningProcedureCount(activeCount);
-1729  if (LOG.isTraceEnabled()) {
-1730LOG.trace("Execute pid=" + 
this.activeProcedure.getProcId() +
-1731" runningCount=" + 
runningCount + ", activeCount=" + activeCount);
-1732  }
-1733  
executionStartTime.set(EnvironmentEdgeManager.currentTime());
-1734  try {
-1735
executeProcedure(this.activeProcedure);
-1736  } catch (AssertionError e) {
-1737LOG.info("ASSERT pid=" + 
this.activeProcedure.getProcId(), e);
-1738throw e;
-1739  } finally {
-1740activeCount = 
activeExecutorCount.decrementAndGet();
-1741runningCount = 
store.setRunningProcedureCount(activeCount);
-1742if (LOG.isTraceEnabled()) 
{
-1743  LOG.trace("Halt pid=" + 
this.activeProcedure.getProcId() +
-1744  " runningCount=" + 
runningCount + ", activeCount=" + activeCount);
-1745}
-1746this.activeProcedure = 
null;
-1747lastUpdate = 
EnvironmentEdgeManager.currentTime();
-1748
executionStartTime.set(Long.MAX_VALUE);
-1749  }
-1750}
-1751  } catch (Throwable t) {
-1752LOG.warn("Worker terminating 
UNNATURALLY " + this.activeProcedure, t);
-1753  } finally {
-1754LOG.debug("Worker 
terminated.");
-1755  }
-1756  workerThreads.remove(this);
-1757}
-1758
-1759@Override
-1760public String toString() {
-1761  Procedure? p = 
this.activeProcedure;
-1762  return getName() + "(pid=" + (p == 
null? Procedure.NO_PROC_ID: p.getProcId() + ")");
-1763}
-1764
-1765/**
-1766 * @return the time since the 
current procedure is running
-1767 */
-1768public long getCurrentRunTime() {
-1769  return 
EnvironmentEdgeManager.currentTime() - executionStartTime.get();
-1770}
-1771
-1772private boolean keepAlive(final long 
lastUpdate) {
-1773  if (workerThreads.size() = 
corePoolSize) return true;
-1774  return 
(EnvironmentEdgeManager.currentTime() - lastUpdate)  keepAliveTime;
-1775}
-1776  }
-1777
-1778  /**
-1779   * Runs task on a period such as check 
for stuck workers.
-1780   * @see InlineChore
-1781   */
-1782  private final class 
TimeoutExecutorThread extends StoppableThread {
-1783private final 
DelayQueueDelayedWithTimeout queue = new DelayQueue();
-1784
-1785public TimeoutExecutorThread(final 
ThreadGroup group) {
-1786  super(group, "ProcExecTimeout");
-1787}
-1788
-1789@Override
-1790public void sendStopSignal() {
-1791  
queue.add(DelayedUtil.DELAYED_POISON);
-1792}
-1793
-1794@Override
-1795public void run() {
-1796  final boolean traceEnabled = 
LOG.isTraceEnabled();
-1797  while (isRunning()) {
-1798final DelayedWithTimeout task = 
DelayedUtil.takeWithoutInterrupt(queue);
-1799if (task == null || task == 
DelayedUtil.DELAYED_POISON) {
-1800  // the executor may be 
shutting down,
-1801  // and the task is just the 
shutdown request
-1802  continue;
-1803}
-1804
-1805if (traceEnabled) {
-1806  LOG.trace("Executing " + 
task);
-1807}
-1808
-1809// execute the task
-1810if (task instanceof InlineChore) 
{
-1811  
execInlineChore((InlineChore)task);
-1812} else if (task instanceof 
DelayedProcedure) {
-1813  
execDelayedProcedure((DelayedProcedure)task);
-1814} else {
-1815  LOG.error("CODE-BUG unknown 
timeout task type " + task);
-1816   

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

2018-01-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0b638133/devapidocs/src-html/org/apache/hadoop/hbase/master/replication/ReplicationPeerManager.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/replication/ReplicationPeerManager.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/replication/ReplicationPeerManager.html
index 928cae1..0dbf815 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/master/replication/ReplicationPeerManager.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/replication/ReplicationPeerManager.html
@@ -140,216 +140,226 @@
 132checkPeerConfig(peerConfig);
 133ReplicationPeerDescription desc = 
checkPeerExists(peerId);
 134ReplicationPeerConfig oldPeerConfig = 
desc.getPeerConfig();
-135if 
(!StringUtils.isBlank(peerConfig.getClusterKey()) 
-136  
!peerConfig.getClusterKey().equals(oldPeerConfig.getClusterKey())) {
-137  throw new DoNotRetryIOException(
-138  "Changing the cluster key on an 
existing peer is not allowed. Existing key '" +
-139oldPeerConfig.getClusterKey() 
+ "' for peer " + peerId + " does not match new key '" +
-140peerConfig.getClusterKey() + 
"'");
-141}
-142
-143if 
(!StringUtils.isBlank(peerConfig.getReplicationEndpointImpl()) 
-144  
!peerConfig.getReplicationEndpointImpl().equals(oldPeerConfig.getReplicationEndpointImpl()))
 {
-145  throw new 
DoNotRetryIOException("Changing the replication endpoint implementation class " 
+
-146"on an existing peer is not 
allowed. Existing class '" +
-147
oldPeerConfig.getReplicationEndpointImpl() + "' for peer " + peerId +
-148" does not match new class '" + 
peerConfig.getReplicationEndpointImpl() + "'");
-149}
-150  }
-151
-152  public void addPeer(String peerId, 
ReplicationPeerConfig peerConfig, boolean enabled)
-153  throws ReplicationException {
-154if (peers.containsKey(peerId)) {
-155  // this should be a retry, just 
return
-156  return;
-157}
-158ReplicationPeerConfig 
copiedPeerConfig = ReplicationPeerConfig.newBuilder(peerConfig).build();
-159peerStorage.addPeer(peerId, 
copiedPeerConfig, enabled);
-160peers.put(peerId, new 
ReplicationPeerDescription(peerId, enabled, copiedPeerConfig));
-161  }
-162
-163  public void removePeer(String peerId) 
throws ReplicationException {
-164if (!peers.containsKey(peerId)) {
-165  // this should be a retry, just 
return
-166  return;
-167}
-168peerStorage.removePeer(peerId);
-169peers.remove(peerId);
-170  }
-171
-172  private void setPeerState(String 
peerId, boolean enabled) throws ReplicationException {
-173ReplicationPeerDescription desc = 
peers.get(peerId);
-174if (desc.isEnabled() == enabled) {
-175  // this should be a retry, just 
return
-176  return;
-177}
-178peerStorage.setPeerState(peerId, 
enabled);
-179peers.put(peerId, new 
ReplicationPeerDescription(peerId, enabled, desc.getPeerConfig()));
-180  }
-181
-182  public void enablePeer(String peerId) 
throws ReplicationException {
-183setPeerState(peerId, true);
-184  }
-185
-186  public void disablePeer(String peerId) 
throws ReplicationException {
-187setPeerState(peerId, false);
-188  }
-189
-190  public void updatePeerConfig(String 
peerId, ReplicationPeerConfig peerConfig)
-191  throws ReplicationException {
-192// the checking rules are too 
complicated here so we give up checking whether this is a retry.
-193ReplicationPeerDescription desc = 
peers.get(peerId);
-194ReplicationPeerConfig oldPeerConfig = 
desc.getPeerConfig();
-195ReplicationPeerConfigBuilder 
newPeerConfigBuilder =
-196
ReplicationPeerConfig.newBuilder(peerConfig);
-197// we need to use the new conf to 
overwrite the old one.
-198
newPeerConfigBuilder.putAllConfiguration(oldPeerConfig.getConfiguration());
-199
newPeerConfigBuilder.putAllConfiguration(peerConfig.getConfiguration());
-200
newPeerConfigBuilder.putAllConfiguration(oldPeerConfig.getConfiguration());
-201
newPeerConfigBuilder.putAllConfiguration(peerConfig.getConfiguration());
-202ReplicationPeerConfig newPeerConfig = 
newPeerConfigBuilder.build();
-203peerStorage.updatePeerConfig(peerId, 
newPeerConfig);
-204peers.put(peerId, new 
ReplicationPeerDescription(peerId, desc.isEnabled(), newPeerConfig));
-205  }
-206
-207  public 
ListReplicationPeerDescription listPeers(Pattern pattern) {
-208if (pattern == null) {
-209  return new 
ArrayList(peers.values());
-210}
-211return 
peers.values().stream().filter(r - 
pattern.matcher(r.getPeerId()).matches())
-212.collect(Collectors.toList());
-213  }
-214
-215  public 
OptionalReplicationPeerConfig getPeerConfig(String peerId) {
-216ReplicationPeerDescription desc = 
peers.get(peerId);
-217return desc != null ? 

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

2018-01-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f183e80f/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
index e743560..163ade0 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
@@ -2124,1654 +2124,1642 @@
 2116return healthy;
 2117  }
 2118
-2119  private static final byte[] 
UNSPECIFIED_REGION = new byte[]{};
-2120
-2121  @Override
-2122  public ListWAL getWALs() 
throws IOException {
-2123return walFactory.getWALs();
-2124  }
-2125
-2126  @Override
-2127  public WAL getWAL(RegionInfo 
regionInfo) throws IOException {
-2128WAL wal;
-2129// _ROOT_ and hbase:meta regions 
have separate WAL.
-2130if (regionInfo != null  
regionInfo.isMetaRegion()
-2131 
regionInfo.getReplicaId() == RegionInfo.DEFAULT_REPLICA_ID) {
-2132  wal = 
walFactory.getMetaWAL(regionInfo.getEncodedNameAsBytes());
-2133} else if (regionInfo == null) {
-2134  wal = 
walFactory.getWAL(UNSPECIFIED_REGION, null);
-2135} else {
-2136  byte[] namespace = 
regionInfo.getTable().getNamespace();
-2137  wal = 
walFactory.getWAL(regionInfo.getEncodedNameAsBytes(), namespace);
-2138}
-2139if (this.walRoller != null) {
-2140  this.walRoller.addWAL(wal);
-2141}
-2142return wal;
-2143  }
-2144
-2145  public LogRoller getWalRoller() {
-2146return walRoller;
-2147  }
-2148
-2149  @Override
-2150  public Connection getConnection() {
-2151return getClusterConnection();
-2152  }
-2153
-2154  @Override
-2155  public ClusterConnection 
getClusterConnection() {
-2156return this.clusterConnection;
-2157  }
-2158
-2159  @Override
-2160  public MetaTableLocator 
getMetaTableLocator() {
-2161return this.metaTableLocator;
-2162  }
-2163
-2164  @Override
-2165  public void stop(final String msg) {
-2166stop(msg, false, 
RpcServer.getRequestUser().orElse(null));
-2167  }
-2168
-2169  /**
-2170   * Stops the regionserver.
-2171   * @param msg Status message
-2172   * @param force True if this is a 
regionserver abort
-2173   * @param user The user executing the 
stop request, or null if no user is associated
-2174   */
-2175  public void stop(final String msg, 
final boolean force, final User user) {
-2176if (!this.stopped) {
-2177  LOG.info("* STOPPING region 
server '" + this + "' *");
-2178  if (this.rsHost != null) {
-2179// when forced via abort don't 
allow CPs to override
-2180try {
-2181  this.rsHost.preStop(msg, 
user);
-2182} catch (IOException ioe) {
-2183  if (!force) {
-2184LOG.warn("The region server 
did not stop", ioe);
-2185return;
-2186  }
-2187  LOG.warn("Skipping coprocessor 
exception on preStop() due to forced shutdown", ioe);
-2188}
-2189  }
-2190  this.stopped = true;
-2191  LOG.info("STOPPED: " + msg);
-2192  // Wakes run() if it is sleeping
-2193  sleeper.skipSleepCycle();
-2194}
-2195  }
-2196
-2197  public void waitForServerOnline(){
-2198while (!isStopped()  
!isOnline()) {
-2199  synchronized (online) {
-2200try {
-2201  online.wait(msgInterval);
-2202} catch (InterruptedException 
ie) {
-2203  
Thread.currentThread().interrupt();
-2204  break;
-2205}
-2206  }
-2207}
-2208  }
-2209
-2210  @Override
-2211  public void postOpenDeployTasks(final 
PostOpenDeployContext context)
-2212  throws KeeperException, 
IOException {
-2213HRegion r = context.getRegion();
-2214long masterSystemTime = 
context.getMasterSystemTime();
-2215rpcServices.checkOpen();
-2216LOG.info("Post open deploy tasks for 
" + r.getRegionInfo().getRegionNameAsString());
-2217// Do checks to see if we need to 
compact (references or too many files)
-2218for (HStore s : r.stores.values()) 
{
-2219  if (s.hasReferences() || 
s.needsCompaction()) {
-2220
this.compactSplitThread.requestSystemCompaction(r, s, "Opening Region");
-2221  }
-}
-2223long openSeqNum = 
r.getOpenSeqNum();
-2224if (openSeqNum == 
HConstants.NO_SEQNUM) {
-2225  // If we opened a region, we 
should have read some sequence number from it.
-2226  LOG.error("No sequence number 
found when opening " +
-2227
r.getRegionInfo().getRegionNameAsString());
-2228  openSeqNum = 0;
-2229}
+2119  @Override
+2120  public ListWAL getWALs() 
throws IOException {
+2121return walFactory.getWALs();
+2122  }
+2123
+2124  @Override
+2125  public WAL getWAL(RegionInfo 

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

2018-01-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/49431b18/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 3893be3..a2a09ab 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -112,6 +112,8 @@
 
 abort(MasterProcedureEnv)
 - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
+abort(MasterProcedureEnv)
 - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
+
 abort(String)
 - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
 abort(String)
 - Method in class org.apache.hadoop.hbase.monitoring.MonitoredTaskImpl
@@ -164,18 +166,10 @@
 
 abort(String,
 Throwable) - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
-abort(String,
 Throwable) - Method in class 
org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner.WarnOnlyAbortable
-
-abort(String,
 Throwable) - Method in class 
org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner.WarnOnlyAbortable
-
 abort(String,
 Throwable) - Method in class 
org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues.WarnOnlyAbortable
 
 abort(String,
 Throwable) - Method in class 
org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp.DummyServer
 
-abort(String,
 Throwable) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
-
-abort
 - Variable in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
-
 abort(String,
 Throwable) - Method in class org.apache.hadoop.hbase.SharedConnection
 
 abort(String,
 Throwable) - Method in class org.apache.hadoop.hbase.zookeeper.ZKWatcher
@@ -204,11 +198,7 @@
 
 abortable
 - Variable in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
-abortable
 - Variable in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
-
-abortable
 - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
-
-abortable
 - Variable in class org.apache.hadoop.hbase.replication.ReplicationTableBase
+abortable
 - Variable in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
 
 abortable
 - Variable in class org.apache.hadoop.hbase.zookeeper.ZKClusterId
 
@@ -218,6 +208,8 @@
 
 abortable
 - Variable in class org.apache.hadoop.hbase.zookeeper.ZKWatcher
 
+abortAndThrowIOExceptionWhenFail(ReplicationSourceManager.ReplicationQueueOperation)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
+
 abortCacheFlush(byte[])
 - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
 abortCacheFlush(byte[])
 - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceIdAccounting
@@ -300,6 +292,8 @@
 
 abortTask(TaskAttemptContext)
 - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
+abortWhenFail(ReplicationSourceManager.ReplicationQueueOperation)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
+
 abortWriter(T)
 - Method in class org.apache.hadoop.hbase.regionserver.compactions.AbstractMultiOutputCompactor
 
 abortWriter(T)
 - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
@@ -567,6 +561,16 @@
 
 access(long)
 - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
 
+accessChecker
 - Variable in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint
+
+AccessChecker - Class in org.apache.hadoop.hbase.security.access
+
+AccessChecker(Configuration,
 ZKWatcher) - Constructor for class 
org.apache.hadoop.hbase.security.access.AccessChecker
+
+Constructor with existing configuration
+
+accessChecker
 - Variable in class org.apache.hadoop.hbase.security.access.AccessController
+
 AccessControlClient - Class in org.apache.hadoop.hbase.security.access
 
 Utility client for doing access control admin 
operations.
@@ -764,6 +768,8 @@
 
 acquireLock(MasterProcedureEnv)
 - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
+acquireLock(MasterProcedureEnv)
 - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
+
 acquireLock(TEnvironment)
 - Method in class org.apache.hadoop.hbase.procedure2.Procedure
 
 The user should override this method if they need a lock on 
an Entity.
@@ -860,6 +866,8 @@
 
 activeExecutorCount
 - Variable in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor
 
+activeFailoverTaskCount()
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
+
 activeHandlerCount
 - Variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
 activeHandlerCount
 - Variable in class org.apache.hadoop.hbase.ipc.RpcExecutor.Handler
@@ -1620,10 +1628,6 @@
 
 addException(byte[],
 Throwable) - Method in class org.apache.hadoop.hbase.client.MultiResponse
 
-addExistingPeers()
 - Method in class 

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

2018-01-04 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7c40c62/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
index e5d9324..0c3406e 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterMetrics.html
@@ -86,6 +86,34 @@
 org.apache.hadoop.hbase
 
 
+
+org.apache.hadoop.hbase.client
+
+Provides HBase Client
+
+
+
+org.apache.hadoop.hbase.coprocessor
+
+Table of Contents
+
+
+
+org.apache.hadoop.hbase.master
+
+
+
+org.apache.hadoop.hbase.master.balancer
+
+
+
+org.apache.hadoop.hbase.rsgroup
+
+
+
+org.apache.hadoop.hbase.util
+
+
 
 
 
@@ -176,6 +204,268 @@
 
 
 
+
+
+
+Uses of ClusterMetrics in org.apache.hadoop.hbase.client
+
+Methods in org.apache.hadoop.hbase.client
 that return ClusterMetrics
+
+Modifier and Type
+Method and Description
+
+
+
+default ClusterMetrics
+Admin.getClusterMetrics()
+Get whole cluster metrics, containing status about:
+
+
+
+ClusterMetrics
+Admin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+Get cluster status with a set of ClusterMetrics.Option 
to get desired status.
+
+
+
+ClusterMetrics
+HBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+
+
+
+
+Methods in org.apache.hadoop.hbase.client
 that return types with arguments of type ClusterMetrics
+
+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">CompletableFutureClusterMetrics
+AsyncHBaseAdmin.getClusterMetrics()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
+AsyncAdmin.getClusterMetrics()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
+RawAsyncHBaseAdmin.getClusterMetrics()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
+AsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
+AsyncAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureClusterMetrics
+RawAsyncHBaseAdmin.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+
+
+
+
+Methods in org.apache.hadoop.hbase.client
 with parameters of type ClusterMetrics
+
+Modifier and Type
+Method and Description
+
+
+
+void
+ClusterStatusListener.receive(ClusterMetricsncs)
+Acts upon the reception of a new cluster status.
+
+
+
+
+
+
+
+
+Uses of ClusterMetrics in org.apache.hadoop.hbase.coprocessor
+
+Methods in org.apache.hadoop.hbase.coprocessor
 with parameters of type ClusterMetrics
+
+Modifier and Type
+Method and Description
+
+
+
+default void
+MasterObserver.postGetClusterMetrics(ObserverContextMasterCoprocessorEnvironmentctx,
+ ClusterMetricsstatus)
+Called after get cluster status.
+
+
+
+
+
+
+
+
+Uses of ClusterMetrics in org.apache.hadoop.hbase.master
+
+Methods in org.apache.hadoop.hbase.master
 that return ClusterMetrics
+
+Modifier and Type
+Method and Description
+
+
+
+ClusterMetrics
+HMaster.getClusterMetrics()
+
+
+ClusterMetrics
+HMaster.getClusterMetrics(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in java.util">EnumSetClusterMetrics.Optionoptions)
+
+
+ClusterMetrics
+HMaster.getClusterMetricsWithoutCoprocessor()
+
+
+ClusterMetrics
+HMaster.getClusterMetricsWithoutCoprocessor(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 

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

2018-01-03 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bb398572/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.SinkWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.SinkWriter.html 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.SinkWriter.html
index f226743..9c1d927 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.SinkWriter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.SinkWriter.html
@@ -141,7 +141,7 @@
 
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],WALSplitter.SinkWriter
+protected http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentHashMaphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,WALSplitter.SinkWriter
 WALSplitter.OutputSink.writers
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bb398572/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.WriterAndPath.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.WriterAndPath.html
 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.WriterAndPath.html
index cd738c2..c0385a7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.WriterAndPath.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALSplitter.WriterAndPath.html
@@ -103,14 +103,20 @@
 
 
 
-private WALSplitter.WriterAndPath
+(package private) WALSplitter.WriterAndPath
+WALSplitter.LogRecoveredEditsOutputSink.appendBuffer(WALSplitter.RegionEntryBufferbuffer,
+booleanreusable)
+
+
+(package private) WALSplitter.WriterAndPath
 WALSplitter.LogRecoveredEditsOutputSink.createWAP(byte[]region,
  WAL.Entryentry,
  org.apache.hadoop.fs.Pathrootdir)
 
-
-private WALSplitter.WriterAndPath
-WALSplitter.LogRecoveredEditsOutputSink.getWriterAndPath(WAL.Entryentry)
+
+(package private) WALSplitter.WriterAndPath
+WALSplitter.LogRecoveredEditsOutputSink.getWriterAndPath(WAL.Entryentry,
+booleanreusable)
 Get a writer and path for a log starting at the given 
entry.
 
 
@@ -124,6 +130,12 @@
 
 
 
+(package private) 
org.apache.hadoop.fs.Path
+WALSplitter.LogRecoveredEditsOutputSink.closeWriter(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringencodedRegionName,
+   WALSplitter.WriterAndPathwap,
+   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/io/IOException.html?is-external=true;
 title="class or interface in 
java.io">IOExceptionthrown)
+
+
 private void
 WALSplitter.LogRecoveredEditsOutputSink.deleteOneWithFewerEntries(WALSplitter.WriterAndPathwap,
  org.apache.hadoop.fs.Pathdst)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bb398572/devapidocs/org/apache/hadoop/hbase/wal/package-summary.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/package-summary.html 
b/devapidocs/org/apache/hadoop/hbase/wal/package-summary.html
index bcbea52..fda71b7 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/package-summary.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/package-summary.html
@@ -246,52 +246,52 @@
  recovering data on startup.
 
 
-
+
 WALSplitter.EntryBuffers
 
 Class which accumulates edits and separates them into a 
buffer per region
  while simultaneously accounting RAM usage.
 
 
-
+
 WALSplitter.MutationReplay
 
 A struct used by getMutationsFromWALEntry
 
 
-
+
 WALSplitter.OutputSink
 
 The following class is an abstraction class to provide a 
common interface to support
  different ways of consuming recovered edits.
 
 
-
+
 WALSplitter.PipelineController
 
 Contains some methods to control WAL-entries producer / 
consumer interactions
 
 
-
+
 WALSplitter.RegionEntryBuffer
 
 A buffer of some number of edits for a given region.
 
 
-
+
 WALSplitter.SinkWriter
 
 Class wraps the actual writer which writes data out and 
related statistics
 
 
-
+
 WALSplitter.WriterAndPath
 
 Private data structure that wraps a Writer and its Path, 
also collecting statistics about the
  data written to this output.
 
 
-
+
 WALSplitter.WriterThread
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bb398572/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html 

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

2018-01-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index f08f50d..5d8d7b3 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -23,10 +23,10 @@ under the License.
 http://hbase.apache.org
 Apache HBase - Checkstyle report
 en-us
-2007 - 2017 The Apache Software Foundation
+2007 - 2018 The Apache Software Foundation
 
   File: 3468,
- Errors: 19100,
+ Errors: 19099,
  Warnings: 0,
  Infos: 0
   
@@ -14993,7 +14993,7 @@ under the License.
   0
 
 
-  1
+  0
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/coc.html
--
diff --git a/coc.html b/coc.html
index 1f1f84a..4875e25 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -376,11 +376,11 @@ email to mailto:priv...@hbase.apache.org;>the priv
 
 
   
-  Copyright 
20072017
+  Copyright 
20072018
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-31
+  Last Published: 
2018-01-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 2f1b428..171814f 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -675,11 +675,11 @@ Now your HBase server is running, start 
coding and build that next
 
 
   
-  Copyright 
20072017
+  Copyright 
20072018
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-31
+  Last Published: 
2018-01-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index e5f0bef..c79caef 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -441,11 +441,11 @@
 
 
   
-  Copyright 
20072017
+  Copyright 
20072018
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-31
+  Last Published: 
2018-01-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index a726ecb..8761173 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -1078,11 +1078,11 @@
 
 
   
-  Copyright 
20072017
+  Copyright 
20072018
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-31
+  Last Published: 
2018-01-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 42a8c7e..66304fe 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -314,11 +314,11 @@
 
 
   
-  Copyright 

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

2017-12-30 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/83bf6175/devapidocs/src-html/org/apache/hadoop/hbase/client/BufferedMutator.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/client/BufferedMutator.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/client/BufferedMutator.html
index b21bf57..de73f47 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/client/BufferedMutator.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/client/BufferedMutator.html
@@ -26,129 +26,184 @@
 018 */
 019package org.apache.hadoop.hbase.client;
 020
-021import 
org.apache.hadoop.conf.Configuration;
-022import 
org.apache.hadoop.hbase.TableName;
-023import 
org.apache.yetus.audience.InterfaceAudience;
-024
-025import java.io.Closeable;
-026import java.io.IOException;
-027import java.util.List;
-028
-029/**
-030 * pUsed to communicate with a 
single HBase table similar to {@link Table} but meant for
-031 * batched, asynchronous puts. Obtain an 
instance from a {@link Connection} and call
-032 * {@link #close()} afterwards. 
Customizations can be applied to the {@code BufferedMutator} via
-033 * the {@link BufferedMutatorParams}.
-034 * /p
-035 *
-036 * pException handling with 
asynchronously via the {@link BufferedMutator.ExceptionListener}.
-037 * The default implementation is to throw 
the exception upon receipt. This behavior can be
-038 * overridden with a custom 
implementation, provided as a parameter with
-039 * {@link 
BufferedMutatorParams#listener(BufferedMutator.ExceptionListener)}./p
-040 *
-041 * pMap/Reduce jobs are good use 
cases for using {@code BufferedMutator}. Map/reduce jobs
-042 * benefit from batching, but have no 
natural flush point. {@code BufferedMutator} receives the
-043 * puts from the M/R job and will batch 
puts based on some heuristic, such as the accumulated size
-044 * of the puts, and submit batches of 
puts asynchronously so that the M/R logic can continue
-045 * without interruption.
-046 * /p
-047 *
-048 * p{@code BufferedMutator} can 
also be used on more exotic circumstances. Map/Reduce batch jobs
-049 * will have a single {@code 
BufferedMutator} per thread. A single {@code BufferedMutator} can
-050 * also be effectively used in high 
volume online systems to batch puts, with the caveat that
-051 * extreme circumstances, such as JVM or 
machine failure, may cause some data loss./p
-052 *
-053 * pNOTE: This class replaces the 
functionality that used to be available via
-054 * HTable#setAutoFlush(boolean) set to 
{@code false}.
-055 * /p
-056 *
-057 * pSee also the {@code 
BufferedMutatorExample} in the hbase-examples module./p
-058 * @see ConnectionFactory
-059 * @see Connection
-060 * @since 1.0.0
-061 */
-062@InterfaceAudience.Public
-063public interface BufferedMutator extends 
Closeable {
-064  /**
-065   * Key to use setting non-default 
BufferedMutator implementation in Configuration.
-066   */
-067  public static final String 
CLASSNAME_KEY = "hbase.client.bufferedmutator.classname";
-068
-069  /**
-070   * Gets the fully qualified table name 
instance of the table that this BufferedMutator writes to.
+021import java.io.Closeable;
+022import java.io.IOException;
+023import java.util.List;
+024import 
org.apache.hadoop.conf.Configuration;
+025import 
org.apache.hadoop.hbase.TableName;
+026import 
org.apache.yetus.audience.InterfaceAudience;
+027
+028/**
+029 * pUsed to communicate with a 
single HBase table similar to {@link Table} but meant for
+030 * batched, asynchronous puts. Obtain an 
instance from a {@link Connection} and call
+031 * {@link #close()} afterwards. 
Customizations can be applied to the {@code BufferedMutator} via
+032 * the {@link BufferedMutatorParams}.
+033 * /p
+034 *
+035 * pException handling with 
asynchronously via the {@link BufferedMutator.ExceptionListener}.
+036 * The default implementation is to throw 
the exception upon receipt. This behavior can be
+037 * overridden with a custom 
implementation, provided as a parameter with
+038 * {@link 
BufferedMutatorParams#listener(BufferedMutator.ExceptionListener)}./p
+039 *
+040 * pMap/Reduce jobs are good use 
cases for using {@code BufferedMutator}. Map/reduce jobs
+041 * benefit from batching, but have no 
natural flush point. {@code BufferedMutator} receives the
+042 * puts from the M/R job and will batch 
puts based on some heuristic, such as the accumulated size
+043 * of the puts, and submit batches of 
puts asynchronously so that the M/R logic can continue
+044 * without interruption.
+045 * /p
+046 *
+047 * p{@code BufferedMutator} can 
also be used on more exotic circumstances. Map/Reduce batch jobs
+048 * will have a single {@code 
BufferedMutator} per thread. A single {@code BufferedMutator} can
+049 * also be effectively used in high 
volume online systems to batch puts, with the caveat that
+050 * extreme circumstances, such as JVM or 
machine failure, may cause some data loss./p
+051 *
+052 * 

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

2017-12-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/63d6f712/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index de2f257..3b7d051 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -262,11 +262,11 @@
 
 abortProcedure(long,
 boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
 
-abortProcedure(RpcController,
 MasterProtos.AbortProcedureRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
+abortProcedure(RpcController,
 MasterProtos.AbortProcedureRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
 
 abortProcedure(long,
 boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
-abortProcedure(RpcController,
 MasterProtos.AbortProcedureRequest) - Method in class 
org.apache.hadoop.hbase.master.MasterRpcServices
+abortProcedure(RpcController,
 MasterProtos.AbortProcedureRequest) - Method in class 
org.apache.hadoop.hbase.master.MasterRpcServices
 
 abortProcedure(long,
 boolean) - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
@@ -1390,7 +1390,7 @@
 
 Get the column from the specified family with the specified 
qualifier.
 
-addColumn(RpcController,
 MasterProtos.AddColumnRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
+addColumn(RpcController,
 MasterProtos.AddColumnRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
 
 addColumn(Scan,
 byte[]) - Static method in class 
org.apache.hadoop.hbase.mapreduce.TableInputFormat
 
@@ -1399,7 +1399,7 @@
 
 addColumn(TableName,
 ColumnFamilyDescriptor, long, long) - Method in class 
org.apache.hadoop.hbase.master.HMaster
 
-addColumn(RpcController,
 MasterProtos.AddColumnRequest) - Method in class 
org.apache.hadoop.hbase.master.MasterRpcServices
+addColumn(RpcController,
 MasterProtos.AddColumnRequest) - Method in class 
org.apache.hadoop.hbase.master.MasterRpcServices
 
 addColumn(TableName,
 ColumnFamilyDescriptor, long, long) - Method in interface 
org.apache.hadoop.hbase.master.MasterServices
 
@@ -2090,7 +2090,7 @@
 
 addRegionInTransition(RegionStates.RegionStateNode,
 RegionTransitionProcedure) - Method in class 
org.apache.hadoop.hbase.master.assignment.RegionStates
 
-addRegionPlan(MinMaxPriorityQueueRegionPlan,
 boolean, ServerName, ListRegionPlan) - Method in class 
org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
+addRegionPlan(MinMaxPriorityQueueRegionPlan,
 boolean, ServerName, ListRegionPlan) - Method in class 
org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
 
 Add a region from the head or tail to the List of regions 
to return.
 
@@ -2179,11 +2179,11 @@
 
 addReplicationPeer(String,
 ReplicationPeerConfig, boolean) - Method in class 
org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
 
-addReplicationPeer(RpcController,
 ReplicationProtos.AddReplicationPeerRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
+addReplicationPeer(RpcController,
 ReplicationProtos.AddReplicationPeerRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
 
 addReplicationPeer(String,
 ReplicationPeerConfig, boolean) - Method in class 
org.apache.hadoop.hbase.master.HMaster
 
-addReplicationPeer(RpcController,
 ReplicationProtos.AddReplicationPeerRequest) - Method in class 
org.apache.hadoop.hbase.master.MasterRpcServices
+addReplicationPeer(RpcController,
 ReplicationProtos.AddReplicationPeerRequest) - Method in class 
org.apache.hadoop.hbase.master.MasterRpcServices
 
 addReplicationPeer(String,
 ReplicationPeerConfig, boolean) - Method in interface 
org.apache.hadoop.hbase.master.MasterServices
 
@@ -2220,7 +2220,7 @@
  resolve -- we do NOT want a resolve happening every time we want
  to hold a hostname and port combo).
 
-Address(HostAndPort)
 - Constructor for class org.apache.hadoop.hbase.net.Address
+Address(HostAndPort)
 - Constructor for class org.apache.hadoop.hbase.net.Address
 
 address - 
Variable in class org.apache.hadoop.hbase.ServerName
 
@@ -2808,7 +2808,7 @@
 
 Find a bucket to allocate a block
 
-allocateBuffer(ChannelHandlerContext,
 ByteBuf, boolean) - Method in class 
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputSaslHelper.EncryptHandler
+allocateBuffer(ChannelHandlerContext,
 ByteBuf, boolean) - Method in class 
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputSaslHelper.EncryptHandler
 
 allocateBuffer()
 - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
@@ -3724,9 +3724,9 @@
 
 assignQueueSignal()
 - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
-assignRegion(RpcController,
 MasterProtos.AssignRegionRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
+assignRegion(RpcController,
 

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

2017-12-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html 
b/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html
index 1165e75..dd93fe7 100644
--- a/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Known Implementing Classes:
-BufferedDataBlockEncoder.OffheapDecodedCell,
 BufferedDataBlockEncoder.OnheapDecodedCell,
 ByteBufferChunkCell, 
ByteBufferKeyValue, IndividualBytesFieldCell, KeyValue, KeyValue.KeyOnlyKeyValue, MapReduceCell, Mutation.CellWrapper, NoTagByteBufferChunkCell, NoTagsByteBufferKeyValue, NoTagsKeyValue, Priv
 ateCellUtil.EmptyByteBufferCell, PrivateCellUtil.EmptyCell, PrivateCellUtil.FirstOnRowByteBufferCell, PrivateCellUtil.FirstOnRowCell, PrivateCellUtil.FirstOnRowColByteBufferCell, PrivateCellUtil.FirstOnRowColCell, PrivateCellUtil.FirstOnRowColTSByteBufferCell, PrivateCellUtil.FirstOnRowColTSCell, PrivateCellUtil.FirstOnRowDeleteFamilyCell, PrivateCellUtil.LastOnRowByteBufferCell, PrivateCellUtil.LastOnRowCell, PrivateCellUtil.LastOnRowColByteBufferCell, PrivateCellUtil.LastOnRowColCell, PrivateCellUtil.TagRewriteByteBufferCell, PrivateCellUtil.TagRewriteCell, PrivateCellUtil.ValueAndTagRewriteByteBufferCell, 
PrivateCellUtil.ValueAndTagRewriteCell, SizeCachedKeyValue, SizeCachedNoTagsKeyValue
+BufferedDataBlockEncoder.OffheapDecodedExtendedCell,
 BufferedDataBlockEncoder.OnheapDecodedCell,
 ByteBufferChunkKeyValue, ByteBufferExtendedCell, ByteBufferKeyOnlyKeyValue, ByteBufferKeyValue, IndividualBytesFieldCell, KeyOnlyFilter.KeyOnlyByteBufferExtendedCell,
 KeyValue, KeyValue.KeyOnlyKeyValue, MapReduceExtendedCell, Mutation.CellWrapper, NoTagByteBufferChunkKeyValue, NoTagsByteBufferKeyValue, NoTagsKeyValue, PrivateCellUtil.EmptyByteBufferExtendedCell, PrivateCellUtil.EmptyCell, PrivateCellUtil.FirstOnRowByteBufferExtendedCell, 
PrivateCellUtil.FirstOnRowCell, PrivateCellUtil.FirstOnRowColByteBufferExtendedCell,
 PrivateCellUtil.FirstOnRowColCell, PrivateCellUtil.FirstOnRowColTSByteBufferExtendedCell,
 PrivateCellUtil.FirstOnRowColTSCell, PrivateCellUtil.FirstOnR
 owDeleteFamilyCell, PrivateCellUtil.LastOnRowByteBufferExtendedCell, 
PrivateCellUtil.LastOnRowCell, PrivateCellUtil.LastOnRowColByteBufferExtendedCell,
 PrivateCellUtil.LastOnRowColCell, 
PrivateCellUtil.TagRewriteByteBufferExtendedCell, 
PrivateCellUtil.TagRewriteCell, PrivateCellUtil.ValueAndTagRewriteByteBufferExtendedCell,
 PrivateCellUtil.ValueAndTagRewriteCell, SizeCachedKeyValue, SizeCachedNoTagsKeyValue
 
 
 
@@ -131,7 +131,7 @@ extends Cell
-Cell.DataType
+Cell.Type
 
 
 
@@ -213,9 +213,9 @@ extends getTagsOffset()
 
 
-default Cell.DataType
+default Cell.Type
 getType()
-Returns the type of cell in a human readable format using 
Cell.DataType
+Returns the type of cell in a human readable format using 
Cell.Type
 
 
 
@@ -529,8 +529,8 @@ extends 
 
 getType
-defaultCell.DataTypegetType()
-Returns the type of cell in a human readable format using 
Cell.DataType
+defaultCell.TypegetType()
+Returns the type of cell in a human readable format using 
Cell.Type
  
  Note : This does not expose the internal types of Cells like KeyValue.Type.Maximum
 and
  KeyValue.Type.Minimum

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html 
b/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
index 6ecb159..433a93a 100644
--- a/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
+++ b/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
@@ -116,7 +116,7 @@ extends Tag and memstoreTS/mvcc are internal 
implementation detail
   that should not be exposed publicly.
  Use ExtendedCellBuilderFactory to get 
ExtendedCellBuilder instance.
- TODO: ditto for ByteBufferCell?
+ TODO: ditto for ByteBufferExtendedCell?
 
 
 
@@ -205,7 +205,7 @@ extends 
 
 ExtendedCellBuilder
-setType(Cell.DataTypetype)
+setType(Cell.Typetype)
 
 
 ExtendedCellBuilder
@@ -343,18 +343,18 @@ extends 
 
 
-
+
 
 
 
 
 setType
-ExtendedCellBuildersetType(Cell.DataTypetype)
+ExtendedCellBuildersetType(Cell.Typetype)
 
 Specified by:
-setTypein
 interfaceCellBuilder
+setTypein
 interfaceCellBuilder
 Specified by:
-setTypein
 interfaceRawCellBuilder
+setTypein
 interfaceRawCellBuilder
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html 

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html
 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html
index 0b00de1..8ff25d5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class PrivateCellUtil.FirstOnRowDeleteFamilyCell
+private static class PrivateCellUtil.FirstOnRowDeleteFamilyCell
 extends PrivateCellUtil.EmptyCell
 
 
@@ -261,7 +261,7 @@ extends PrivateCellUtil.EmptyCell
-getFamilyOffset,
 getQualifierArray,
 getQualifierLength,
 getQualifierOffset,
 getRowOffset,
 getSequenceId,
 getTag,
 getTags,
 getTagsArray, getTagsLength,
 getTagsOffset,
 getValueArray,
 getValueLength,
 getValueOffset,
 setSequenceId,
 setTimestamp,
 setTimestamp
+getFamilyOffset,
 getQualifierArray,
 getQualifierLength,
 getQualifierOffset,
 getRowOffset,
 getSequenceId,
 getTagsArray,
 getTagsLength,
 getTagsOffset, getValueArray,
 getValueLength,
 getValueOffset,
 setSequenceId,
 setTimestamp,
 setTimestamp
 
 
 
@@ -282,7 +282,7 @@ extends RawCell
-checkForTagsLength,
 cloneTags
+checkForTagsLength,
 cloneTags,
 getTag,
 getTags
 
 
 
@@ -304,7 +304,7 @@ extends 
 
 FIXED_OVERHEAD
-private static finalint FIXED_OVERHEAD
+private static finalint FIXED_OVERHEAD
 
 
 
@@ -313,7 +313,7 @@ extends 
 
 row
-private finalbyte[] row
+private finalbyte[] row
 
 
 
@@ -322,7 +322,7 @@ extends 
 
 fam
-private finalbyte[] fam
+private finalbyte[] fam
 
 
 
@@ -339,7 +339,7 @@ extends 
 
 FirstOnRowDeleteFamilyCell
-publicFirstOnRowDeleteFamilyCell(byte[]row,
+publicFirstOnRowDeleteFamilyCell(byte[]row,
   byte[]fam)
 
 
@@ -357,7 +357,7 @@ extends 
 
 heapSize
-publiclongheapSize()
+publiclongheapSize()
 
 Returns:
 Approximate 'exclusive deep size' of implementing object.  Includes
@@ -371,7 +371,7 @@ extends 
 
 getRowArray
-publicbyte[]getRowArray()
+publicbyte[]getRowArray()
 Description copied from 
interface:Cell
 Contiguous raw bytes that may start at any index in the 
containing array. Max length is
  Short.MAX_VALUE which is 32,767 bytes.
@@ -391,7 +391,7 @@ extends 
 
 getRowLength
-publicshortgetRowLength()
+publicshortgetRowLength()
 
 Specified by:
 getRowLengthin
 interfaceCell
@@ -408,7 +408,7 @@ extends 
 
 getFamilyArray
-publicbyte[]getFamilyArray()
+publicbyte[]getFamilyArray()
 Description copied from 
interface:Cell
 Contiguous bytes composed of legal HDFS filename characters 
which may start at any index in the
  containing array. Max length is Byte.MAX_VALUE, which is 127 bytes.
@@ -428,7 +428,7 @@ extends 
 
 getFamilyLength
-publicbytegetFamilyLength()
+publicbytegetFamilyLength()
 
 Specified by:
 getFamilyLengthin
 interfaceCell
@@ -445,7 +445,7 @@ extends 
 
 getTimestamp
-publiclonggetTimestamp()
+publiclonggetTimestamp()
 
 Returns:
 Long value representing time at which this cell was "Put" into the row.  
Typically
@@ -459,7 +459,7 @@ extends 
 
 getTypeByte
-publicbytegetTypeByte()
+publicbytegetTypeByte()
 
 Returns:
 The byte representation of the KeyValue.TYPE of this cell: one of Put, 
Delete, etc
@@ -472,7 +472,7 @@ extends 
 
 getType
-publicCell.DataTypegetType()
+publicCell.DataTypegetType()
 Description copied from 
interface:ExtendedCell
 Returns the type of cell in a human readable format using 
Cell.DataType
  

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferCell.html
 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferCell.html
index ec7b862..83b13ff 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferCell.html
@@ -131,7 +131,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class PrivateCellUtil.LastOnRowByteBufferCell
+private static class PrivateCellUtil.LastOnRowByteBufferCell
 extends PrivateCellUtil.EmptyByteBufferCell
 
 
@@ -266,7 +266,7 @@ extends PrivateCellUtil.EmptyByteBufferCell
-getFamilyArray,
 getFamilyByteBuffer,
 getFamilyLength,
 getFamilyOffset,
 getFamilyPosition,
 getQualifierArray,
 getQualifierByteBuffer,
 getQualifierLength, getQualifierOffset,
 getQualifierPosition,
 getRowArray,
 getRowOffset,
 getSequenceId,
 getTag,
 getTags,
 getTagsArray, getTagsByteBuffer,
 getTagsLength,
 getTagsOffset,
 getTagsPosition,
 

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

2017-12-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b618ac40/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 7185dea..2ecc07f 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -286,10 +286,10 @@
 Warnings
 Errors
 
-3471
+3466
 0
 0
-19198
+19162
 
 Files
 
@@ -1717,7 +1717,7 @@
 org/apache/hadoop/hbase/client/Mutation.java
 0
 0
-23
+24
 
 org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.java
 0
@@ -9129,16 +9129,6 @@
 0
 1
 
-org/apache/hadoop/hbase/replication/TableBasedReplicationQueuesClientImpl.java
-0
-0
-2
-
-org/apache/hadoop/hbase/replication/TableBasedReplicationQueuesImpl.java
-0
-0
-7
-
 org/apache/hadoop/hbase/replication/TestMasterReplication.java
 0
 0
@@ -9204,25 +9194,15 @@
 0
 2
 
-org/apache/hadoop/hbase/replication/TestReplicationStateHBaseImpl.java
-0
-0
-25
-
 org/apache/hadoop/hbase/replication/TestReplicationSyncUpTool.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/replication/TestReplicationSyncUpToolWithBulkLoadedData.java
 0
 0
 1
-
-org/apache/hadoop/hbase/replication/TestReplicationTableBase.java
-0
-0
-2
 
 org/apache/hadoop/hbase/replication/TestReplicationWALEntryFilters.java
 0
@@ -11124,746 +11104,741 @@
 0
 6
 
-org/apache/hadoop/hbase/util/IterableUtils.java
-0
-0
-1
-
 org/apache/hadoop/hbase/util/JRubyFormat.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/JSONBean.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/util/JSONMetricUtil.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/JVM.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/util/JVMClusterUtil.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/util/JenkinsHash.java
 0
 0
 39
-
+
 org/apache/hadoop/hbase/util/JsonMapper.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/JvmPauseMonitor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/KeyLocker.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/util/LoadTestDataGeneratorWithMOB.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/LoadTestDataGeneratorWithTags.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/LoadTestTool.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/util/MD5Hash.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/util/ManualEnvironmentEdge.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/MapreduceDependencyClasspathTool.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/Methods.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/MockServer.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/ModifyRegionUtils.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/util/MultiHConnection.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/MultiThreadedAction.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/util/MultiThreadedReader.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/MultiThreadedReaderWithACL.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/MultiThreadedUpdater.java
 0
 0
 19
-
+
 org/apache/hadoop/hbase/util/MultiThreadedWriter.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/MultiThreadedWriterBase.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/MunkresAssignment.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/MurmurHash3.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/util/NettyEventLoopGroupConfig.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/Order.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/util/OrderedBytes.java
 0
 0
 44
-
+
 org/apache/hadoop/hbase/util/Pair.java
 0
 0
 16
-
+
 org/apache/hadoop/hbase/util/PairOfSameType.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/util/PoolMap.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/util/PositionedByteRange.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/PrettyPrinter.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/util/ProcessBasedLocalHBaseCluster.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/ProtoUtil.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/util/RedundantKVGenerator.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/ReflectionUtils.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/RegionMover.java
 0
 0
 35
-
+
 org/apache/hadoop/hbase/util/RegionSplitCalculator.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/util/RegionSplitter.java
 0
 0
 13
-
+
 org/apache/hadoop/hbase/util/RetryCounter.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/RollingStatCalculator.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/util/RowBloomContext.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/ServerCommandLine.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/ServerRegionReplicaUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/util/ShutdownHookManager.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/SimpleByteRange.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/SimpleMutableByteRange.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/SimplePositionedByteRange.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/util/SimplePositionedMutableByteRange.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/util/Sleeper.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/StealJobQueue.java
 0
 0
 2
-
+

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

2017-12-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7c0589c0/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html
 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html
index a51eb0c..79c899d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HBaseAdmin.RestoreSnapshotFuture
+private static class HBaseAdmin.RestoreSnapshotFuture
 extends HBaseAdmin.TableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 
 
@@ -240,7 +240,7 @@ extends 
 
 RestoreSnapshotFuture
-publicRestoreSnapshotFuture(HBaseAdminadmin,
+publicRestoreSnapshotFuture(HBaseAdminadmin,
  
org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescriptionsnapshot,
  TableNametableName,
  
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.RestoreSnapshotResponseresponse)
@@ -252,7 +252,7 @@ extends 
 
 RestoreSnapshotFuture
-publicRestoreSnapshotFuture(HBaseAdminadmin,
+publicRestoreSnapshotFuture(HBaseAdminadmin,
  TableNametableName,
  http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">LongprocId)
 
@@ -271,7 +271,7 @@ extends 
 
 getOperationType
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
+publichttp://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
 classHBaseAdmin.TableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7c0589c0/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html
 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html
index 6c69df4..3fd2e20 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HBaseAdmin.SplitTableRegionFuture
+private static class HBaseAdmin.SplitTableRegionFuture
 extends HBaseAdmin.TableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 
 
@@ -239,7 +239,7 @@ extends 
 
 SplitTableRegionFuture
-publicSplitTableRegionFuture(HBaseAdminadmin,
+publicSplitTableRegionFuture(HBaseAdminadmin,
   TableNametableName,
   
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SplitTableRegionResponseresponse)
 
@@ -250,7 +250,7 @@ extends 
 
 SplitTableRegionFuture
-publicSplitTableRegionFuture(HBaseAdminadmin,
+publicSplitTableRegionFuture(HBaseAdminadmin,
   TableNametableName,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">LongprocId)
 
@@ -269,7 +269,7 @@ extends 
 
 getOperationType
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetOperationType()
+publichttp://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
 classHBaseAdmin.TableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7c0589c0/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html
 
b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html
index 0650ae3..c9aa5fa 100644
--- 

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

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/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 8f33987..d512202 100644
--- a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -102,7 +102,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
-public interface AsyncAdmin
+public interface AsyncAdmin
 The asynchronous administrative API for HBase.
 
 Since:
@@ -439,7 +439,7 @@ 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">CompletableFutureClusterStatus
-getClusterStatus(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in 
java.util">EnumSetorg.apache.hadoop.hbase.ClusterStatus.Optionoptions)
+getClusterStatus(http://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html?is-external=true;
 title="class or interface in 
java.util">EnumSetorg.apache.hadoop.hbase.ClusterMetrics.Optionoptions)
 
 
 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">CompletableFutureCompactionState
@@ -1041,7 +1041,7 @@ public interface 
 
 tableExists
-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">BooleantableExists(TableNametableName)
+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">BooleantableExists(TableNametableName)
 
 Parameters:
 tableName - Table to check.
@@ -1057,7 +1057,7 @@ public interface 
 
 listTableDescriptors
-defaulthttp://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">ListTableDescriptorlistTableDescriptors()
+defaulthttp://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">ListTableDescriptorlistTableDescriptors()
 List all the userspace tables.
 
 Returns:
@@ -1071,7 +1071,7 @@ public interface 
 
 listTableDescriptors
-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">ListTableDescriptorlistTableDescriptors(booleanincludeSysTables)
+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">ListTableDescriptorlistTableDescriptors(booleanincludeSysTables)
 List all the tables.
 
 Parameters:
@@ -1087,7 +1087,7 @@ public interface 
 
 listTableDescriptors
-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">ListTableDescriptorlistTableDescriptors(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,
+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">ListTableDescriptorlistTableDescriptors(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,
   

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

2017-12-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/505bbb2e/apidocs/src-html/org/apache/hadoop/hbase/filter/RegexStringComparator.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/filter/RegexStringComparator.html 
b/apidocs/src-html/org/apache/hadoop/hbase/filter/RegexStringComparator.html
index 84b747e..fe5233e 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/filter/RegexStringComparator.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/filter/RegexStringComparator.html
@@ -31,400 +31,399 @@
 023import java.util.Arrays;
 024import java.util.regex.Pattern;
 025
-026import org.apache.commons.logging.Log;
-027import 
org.apache.commons.logging.LogFactory;
-028import 
org.apache.yetus.audience.InterfaceAudience;
-029import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
-030import 
org.apache.hadoop.hbase.shaded.protobuf.generated.ComparatorProtos;
-031import 
org.apache.hadoop.hbase.util.Bytes;
-032import org.jcodings.Encoding;
-033import org.jcodings.EncodingDB;
-034import 
org.jcodings.specific.UTF8Encoding;
-035import org.joni.Matcher;
-036import org.joni.Option;
-037import org.joni.Regex;
-038import org.joni.Syntax;
-039
-040import 
org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException;
-041
-042/**
-043 * This comparator is for use with {@link 
CompareFilter} implementations, such
-044 * as {@link RowFilter}, {@link 
QualifierFilter}, and {@link ValueFilter}, for
-045 * filtering based on the value of a 
given column. Use it to test if a given
-046 * regular expression matches a cell 
value in the column.
-047 * p
-048 * Only EQUAL or NOT_EQUAL comparisons 
are valid with this comparator.
-049 * p
-050 * For example:
-051 * p
-052 * pre
-053 * ValueFilter vf = new 
ValueFilter(CompareOp.EQUAL,
-054 * new RegexStringComparator(
-055 *   // v4 IP address
-056 *   
"(((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3,3}" +
-057 * 
"(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))(\\/[0-9]+)?" +
-058 * "|" +
-059 *   // v6 IP address
-060 *   
"((([\\dA-Fa-f]{1,4}:){7}[\\dA-Fa-f]{1,4})(:([\\d]{1,3}.)" +
-061 * 
"{3}[\\d]{1,3})?)(\\/[0-9]+)?"));
-062 * /pre
-063 * p
-064 * Supports {@link 
java.util.regex.Pattern} flags as well:
-065 * p
-066 * pre
-067 * ValueFilter vf = new 
ValueFilter(CompareOp.EQUAL,
-068 * new RegexStringComparator("regex", 
Pattern.CASE_INSENSITIVE | Pattern.DOTALL));
-069 * /pre
-070 * @see java.util.regex.Pattern
-071 */
-072@InterfaceAudience.Public
-073public class RegexStringComparator 
extends ByteArrayComparable {
-074
-075  private static final Log LOG = 
LogFactory.getLog(RegexStringComparator.class);
-076
-077  private Engine engine;
-078
-079  /** Engine implementation type 
(default=JAVA) */
-080  @InterfaceAudience.Public
-081  public enum EngineType {
-082JAVA,
-083JONI
-084  }
-085
-086  /**
-087   * Constructor
-088   * Adds Pattern.DOTALL to the 
underlying Pattern
-089   * @param expr a valid regular 
expression
-090   */
-091  public RegexStringComparator(String 
expr) {
-092this(expr, Pattern.DOTALL);
-093  }
-094
-095  /**
-096   * Constructor
-097   * Adds Pattern.DOTALL to the 
underlying Pattern
-098   * @param expr a valid regular 
expression
-099   * @param engine engine implementation 
type
-100   */
-101  public RegexStringComparator(String 
expr, EngineType engine) {
-102this(expr, Pattern.DOTALL, engine);
-103  }
-104
-105  /**
-106   * Constructor
-107   * @param expr a valid regular 
expression
-108   * @param flags java.util.regex.Pattern 
flags
-109   */
-110  public RegexStringComparator(String 
expr, int flags) {
-111this(expr, flags, EngineType.JAVA);
-112  }
-113
-114  /**
-115   * Constructor
-116   * @param expr a valid regular 
expression
-117   * @param flags java.util.regex.Pattern 
flags
-118   * @param engine engine implementation 
type
-119   */
-120  public RegexStringComparator(String 
expr, int flags, EngineType engine) {
-121super(Bytes.toBytes(expr));
-122switch (engine) {
-123  case JAVA:
-124this.engine = new 
JavaRegexEngine(expr, flags);
-125break;
-126  case JONI:
-127this.engine = new 
JoniRegexEngine(expr, flags);
-128break;
-129}
-130  }
-131
-132  /**
-133   * Specifies the {@link Charset} to use 
to convert the row key to a String.
-134   * p
-135   * The row key needs to be converted to 
a String in order to be matched
-136   * against the regular expression.  
This method controls which charset is
-137   * used to do this conversion.
-138   * p
-139   * If the row key is made of arbitrary 
bytes, the charset {@code ISO-8859-1}
-140   * is recommended.
-141   * @param charset The charset to use.
-142   */
-143  public void setCharset(final Charset 
charset) {
-144engine.setCharset(charset.name());
-145  }
-146
-147  @Override
-148  public int compareTo(byte[] value, int 
offset, int 

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

2017-12-16 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/serialized-form.html
--
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index 3ef9b9a..503ab76 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -125,7 +125,7 @@
 Class org.apache.hadoop.hbase.InvalidFamilyOperationException
 extends DoNotRetryIOException implements 
Serializable
 
 serialVersionUID:
-2097152L
+4194303L
 
 
 
@@ -134,7 +134,7 @@
 Class org.apache.hadoop.hbase.MasterNotRunningException 
extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException implements 
Serializable
 
 serialVersionUID:
-4194304L
+8388607L
 
 
 
@@ -175,7 +175,7 @@
 Class org.apache.hadoop.hbase.NotServingRegionException 
extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException implements 
Serializable
 
 serialVersionUID:
-65536L
+131071L
 
 
 
@@ -254,7 +254,7 @@
 Class org.apache.hadoop.hbase.TableExistsException 
extends DoNotRetryIOException implements 
Serializable
 
 serialVersionUID:
-64L
+127L
 
 
 
@@ -268,7 +268,7 @@
 Class org.apache.hadoop.hbase.TableNotDisabledException 
extends DoNotRetryIOException implements 
Serializable
 
 serialVersionUID:
-262144L
+524287L
 
 
 
@@ -313,7 +313,7 @@
 Class org.apache.hadoop.hbase.ZooKeeperConnectionException
 extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException implements 
Serializable
 
 serialVersionUID:
-4194304L
+8388607L
 
 
 
@@ -336,7 +336,7 @@
 Class org.apache.hadoop.hbase.client.NoServerForRegionException
 extends DoNotRetryRegionException 
implements Serializable
 
 serialVersionUID:
-1024L
+2047L
 
 
 
@@ -784,7 +784,7 @@
 Class org.apache.hadoop.hbase.regionserver.RegionServerRunningException
 extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException implements 
Serializable
 
 serialVersionUID:
-1073741824L
+2147483647L
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/src-html/org/apache/hadoop/hbase/AuthUtil.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/AuthUtil.html 
b/apidocs/src-html/org/apache/hadoop/hbase/AuthUtil.html
index a04266a..6708bca 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/AuthUtil.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/AuthUtil.html
@@ -32,11 +32,11 @@
 024import org.apache.commons.logging.Log;
 025import 
org.apache.commons.logging.LogFactory;
 026import 
org.apache.hadoop.conf.Configuration;
-027import 
org.apache.yetus.audience.InterfaceAudience;
-028import 
org.apache.hadoop.hbase.security.UserProvider;
-029import 
org.apache.hadoop.hbase.util.DNS;
-030import 
org.apache.hadoop.hbase.util.Strings;
-031import 
org.apache.hadoop.security.UserGroupInformation;
+027import 
org.apache.hadoop.hbase.security.UserProvider;
+028import 
org.apache.hadoop.hbase.util.DNS;
+029import 
org.apache.hadoop.hbase.util.Strings;
+030import 
org.apache.hadoop.security.UserGroupInformation;
+031import 
org.apache.yetus.audience.InterfaceAudience;
 032
 033/**
 034 * Utility methods for helping with 
security tasks. Downstream users

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/src-html/org/apache/hadoop/hbase/CellScanner.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/CellScanner.html 
b/apidocs/src-html/org/apache/hadoop/hbase/CellScanner.html
index 2f4a7c8..eb96280 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/CellScanner.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/CellScanner.html
@@ -29,46 +29,45 @@
 021import java.io.IOException;
 022
 023import 
org.apache.yetus.audience.InterfaceAudience;
-024import 
org.apache.yetus.audience.InterfaceStability;
-025
-026/**
-027 * An interface for iterating through a 
sequence of cells. Similar to Java's Iterator, but without
-028 * the hasNext() or remove() methods. The 
hasNext() method is problematic because it may require
-029 * actually loading the next object, 
which in turn requires storing the previous object somewhere.
-030 *
-031 * pThe core data block decoder 
should be as fast as possible, so we push the complexity and
-032 * performance expense of concurrently 
tracking multiple cells to layers above the CellScanner.
-033 * p
-034 * The {@link #current()} method will 
return a reference to a Cell implementation. This reference
-035 * may or may not point to a reusable 
cell implementation, so users of the CellScanner should not,
-036 * for example, accumulate a List of 
Cells. All of the references may point to 

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

2017-12-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
index 0c2f6ad..873f5d0 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/package-tree.html
@@ -332,11 +332,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.master.MasterRpcServices.BalanceSwitchMode
-org.apache.hadoop.hbase.master.SplitLogManager.ResubmitDirective
-org.apache.hadoop.hbase.master.MetricsMasterSourceFactoryImpl.FactoryStorage
 org.apache.hadoop.hbase.master.RegionState.State
+org.apache.hadoop.hbase.master.MetricsMasterSourceFactoryImpl.FactoryStorage
 org.apache.hadoop.hbase.master.SplitLogManager.TerminationStatus
+org.apache.hadoop.hbase.master.MasterRpcServices.BalanceSwitchMode
+org.apache.hadoop.hbase.master.SplitLogManager.ResubmitDirective
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/master/procedure/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/package-tree.html
index d075171..20eb5a8 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/procedure/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/procedure/package-tree.html
@@ -208,8 +208,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.master.procedure.TableProcedureInterface.TableOperationType
 org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface.ServerOperationType
+org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc4e5c85/devapidocs/org/apache/hadoop/hbase/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/package-tree.html
index c231e82..e6a2b2b 100644
--- a/devapidocs/org/apache/hadoop/hbase/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/package-tree.html
@@ -429,19 +429,19 @@
 
 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.KeyValue.Type
-org.apache.hadoop.hbase.MetaTableAccessor.QueryType
-org.apache.hadoop.hbase.CompatibilitySingletonFactory.SingletonStorage
-org.apache.hadoop.hbase.HealthChecker.HealthCheckerExitStatus
 org.apache.hadoop.hbase.ClusterStatus.Option
-org.apache.hadoop.hbase.CompareOperator
-org.apache.hadoop.hbase.HConstants.OperationStatusCode
 org.apache.hadoop.hbase.Coprocessor.State
-org.apache.hadoop.hbase.CellBuilder.DataType
+org.apache.hadoop.hbase.HealthChecker.HealthCheckerExitStatus
+org.apache.hadoop.hbase.HConstants.OperationStatusCode
+org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.MemoryCompactionPolicy
-org.apache.hadoop.hbase.ProcedureState
+org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.CellBuilderType
-org.apache.hadoop.hbase.KeepDeletedCells
+org.apache.hadoop.hbase.CompatibilitySingletonFactory.SingletonStorage
+org.apache.hadoop.hbase.ProcedureState
+org.apache.hadoop.hbase.KeyValue.Type
+org.apache.hadoop.hbase.MetaTableAccessor.QueryType
+org.apache.hadoop.hbase.CellBuilder.DataType
 
 
 

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

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

2017-12-13 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html
index b283abc..f296102 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html
@@ -146,208 +146,210 @@
 138   * periods of time (ie. counters that 
are partitioned by time).  By setting
 139   * the range of valid times for this 
increment, you can potentially gain
 140   * some performance with a more optimal 
Get operation.
-141   * p
-142   * This range is used as [minStamp, 
maxStamp).
-143   * @param minStamp minimum timestamp 
value, inclusive
-144   * @param maxStamp maximum timestamp 
value, exclusive
-145   * @throws IOException if invalid time 
range
-146   * @return this
-147   */
-148  public Increment setTimeRange(long 
minStamp, long maxStamp)
-149  throws IOException {
-150tr = new TimeRange(minStamp, 
maxStamp);
-151return this;
-152  }
-153
-154  @Override
-155  public Increment setTimestamp(long 
timestamp) {
-156super.setTimestamp(timestamp);
-157return this;
-158  }
-159
-160  /**
-161   * @param returnResults True (default) 
if the increment operation should return the results. A
-162   *  client that is not 
interested in the result can save network bandwidth setting this
-163   *  to false.
-164   */
-165  public Increment 
setReturnResults(boolean returnResults) {
-166
super.setReturnResults(returnResults);
-167return this;
-168  }
-169
-170  /**
-171   * @return current setting for 
returnResults
-172   */
-173  // This method makes public the 
superclasses's protected method.
-174  public boolean isReturnResults() {
-175return super.isReturnResults();
-176  }
-177
-178  /**
-179   * Method for retrieving the number of 
families to increment from
-180   * @return number of families
-181   */
-182  @Override
-183  public int numFamilies() {
-184return this.familyMap.size();
-185  }
-186
-187  /**
-188   * Method for checking if any families 
have been inserted into this Increment
-189   * @return true if familyMap is non 
empty false otherwise
-190   */
-191  public boolean hasFamilies() {
-192return !this.familyMap.isEmpty();
-193  }
-194
-195  /**
-196   * Before 0.95, when you called 
Increment#getFamilyMap(), you got back
-197   * a map of families to a list of 
Longs.  Now, {@link #getFamilyCellMap()} returns
-198   * families by list of Cells.  This 
method has been added so you can have the
-199   * old behavior.
-200   * @return Map of families to a Map of 
qualifiers and their Long increments.
-201   * @since 0.95.0
-202   */
-203  public Mapbyte[], 
NavigableMapbyte [], Long getFamilyMapOfLongs() {
-204NavigableMapbyte[], 
ListCell map = super.getFamilyCellMap();
-205Mapbyte [], 
NavigableMapbyte[], Long results = new 
TreeMap(Bytes.BYTES_COMPARATOR);
-206for (Map.Entrybyte [], 
ListCell entry: map.entrySet()) {
-207  NavigableMapbyte [], Long 
longs = new TreeMap(Bytes.BYTES_COMPARATOR);
-208  for (Cell cell: entry.getValue()) 
{
-209
longs.put(CellUtil.cloneQualifier(cell),
-210
Bytes.toLong(cell.getValueArray(), cell.getValueOffset(), 
cell.getValueLength()));
-211  }
-212  results.put(entry.getKey(), 
longs);
-213}
-214return results;
-215  }
-216
-217  /**
-218   * @return String
-219   */
-220  @Override
-221  public String toString() {
-222StringBuilder sb = new 
StringBuilder();
-223sb.append("row=");
-224
sb.append(Bytes.toStringBinary(this.row));
-225if(this.familyMap.isEmpty()) {
-226  sb.append(", no columns set to be 
incremented");
-227  return sb.toString();
-228}
-229sb.append(", families=");
-230boolean moreThanOne = false;
-231for(Map.Entrybyte [], 
ListCell entry: this.familyMap.entrySet()) {
-232  if(moreThanOne) {
-233sb.append("), ");
-234  } else {
-235moreThanOne = true;
-236sb.append("{");
-237  }
-238  sb.append("(family=");
-239  
sb.append(Bytes.toString(entry.getKey()));
-240  sb.append(", columns=");
-241  if(entry.getValue() == null) {
-242sb.append("NONE");
-243  } else {
-244sb.append("{");
-245boolean moreThanOneB = false;
-246for(Cell cell : entry.getValue()) 
{
-247  if(moreThanOneB) {
-248sb.append(", ");
-249  } else {
-250moreThanOneB = true;
-251  }
-252  
sb.append(CellUtil.getCellKeyAsString(cell) + "+=" +
-253  
Bytes.toLong(cell.getValueArray(), cell.getValueOffset(), 
cell.getValueLength()));
-254}
-255sb.append("}");
-256  }
-257}
-258sb.append("}");
-259return sb.toString();

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

2017-12-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e23b49ba/apidocs/src-html/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
 
b/apidocs/src-html/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
deleted file mode 100644
index fea1e14..000
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
+++ /dev/null
@@ -1,713 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-Source code
-
-
-
-
-001/**
-002 * Licensed to the Apache Software 
Foundation (ASF) under one
-003 * or more contributor license 
agreements.  See the NOTICE file
-004 * distributed with this work for 
additional information
-005 * regarding copyright ownership.  The 
ASF licenses this file
-006 * to you under the Apache License, 
Version 2.0 (the
-007 * "License"); you may not use this file 
except in compliance
-008 * with the License.  You may obtain a 
copy of the License at
-009 *
-010 * 
http://www.apache.org/licenses/LICENSE-2.0
-011 *
-012 * Unless required by applicable law or 
agreed to in writing, software
-013 * distributed under the License is 
distributed on an "AS IS" BASIS,
-014 * WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.
-015 * See the License for the specific 
language governing permissions and
-016 * limitations under the License.
-017 */
-018package org.apache.hadoop.hbase.client;
-019
-020import 
org.apache.yetus.audience.InterfaceAudience;
-021import 
org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController;
-022import 
org.apache.hadoop.hbase.shaded.com.google.protobuf.ServiceException;
-023import 
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CoprocessorServiceRequest;
-024import 
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CoprocessorServiceResponse;
-025import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureRequest;
-026import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureResponse;
-027import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AddColumnRequest;
-028import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AddColumnResponse;
-029import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AssignRegionRequest;
-030import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AssignRegionResponse;
-031import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalanceRequest;
-032import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalanceResponse;
-033import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ClearDeadServersRequest;
-034import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ClearDeadServersResponse;
-035import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateNamespaceRequest;
-036import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateNamespaceResponse;
-037import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateTableRequest;
-038import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateTableResponse;
-039import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DecommissionRegionServersRequest;
-040import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DecommissionRegionServersResponse;
-041import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnRequest;
-042import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnResponse;
-043import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteNamespaceRequest;
-044import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteNamespaceResponse;
-045import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteSnapshotRequest;
-046import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteSnapshotResponse;
-047import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteTableRequest;
-048import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteTableResponse;
-049import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DisableTableRequest;
-050import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DisableTableResponse;
-051import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.EnableCatalogJanitorRequest;
-052import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.EnableCatalogJanitorResponse;
-053import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.EnableTableRequest;
-054import 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.EnableTableResponse;
-055import 

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

2017-12-06 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d171b896/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 3985a62..25e8044 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -658,22 +658,22 @@
 3.4.10
 
 
-org.apache.hbase:hbase-assembly:pom:3.0.0-SNAPSHOT+-org.apache.hbase:hbase-server:jar:3.0.0-SNAPSHOT:compile|+-org.apache.hbase:hbase-client:jar:3.0.0-SNAPSHOT:compile||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)|+-org.apache.zookeeper:zookeeper:jar:3.4.10:compile|+-org.apache.hadoop:hadoop-common:jar:2.7.4:compile||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)|+-org.apache.hadoop:hadoop-auth:jar:2.7.4:compile||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)|\-org.apache.hadoop:hadoop-client:jar:2.7.4:compile|\-org.apache.had
 oop:hadoop-mapreduce-client-app:jar:2.7.4:compile|\-org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.4:compile|\-org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.4:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-mapreduce:jar:3.0.0-SNAPSHOT:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-mapreduce:test-jar:tests:3.0.0-SNAPSHOT:test|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:test - 
version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-testing-util:jar:3.0.0-SNAP
 SHOT:test|+-org.apache.hbase:hbase-server:test-jar:tests:3.0.0-SNAPSHOT:test||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:test
 - version managed from 3.4.6; omitted for duplicate)|\-org.apache.hadoop:hadoop-minicluster:jar:2.7.4:test|+-org.apache.hadoop:hadoop-common:test-jar:tests:2.7.4:test||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:test
 - version managed from 3.4.6; omitted for duplicate)|\-org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:2.7.4:test|\-org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.7.4:test|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:test
 - version managed from 3.4.6; omitted for dupli
 cate)+-org.apache.hbase:hbase-backup:jar:3.0.0-SNAPSHOT:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-replication:jar:3.0.0-SNAPSHOT:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-examples:jar:3.0.0-SNAPSHOT:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-zookeeper:jar:3.0.0-SNAPSHOT:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)\-org.apache.hbase:hbase-rsgroup:jar:3.0.0-SNAPSHOT:compile\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile 
- version managed from 3.4.6
 ; omitted for duplicate)
-org.apache.hbase:hbase-backup:jar:3.0.0-SNAPSHOT+-org.apache.hbase:hbase-client:jar:3.0.0-SNAPSHOT:compile|+-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)|\-org.apache.hadoop:hadoop-auth:jar:2.7.4:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-server:jar:3.0.0-SNAPSHOT:compile|+-org.apache.hbase:hbase-zookeeper:jar:3.0.0-SNAPSHOT:compile||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)|+-org.apache.hbase:hbase-replication:jar:3.0.0-SNAPSHOT:compile||\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for dup
 licate)|+-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile - 
version managed from 3.4.6; omitted for duplicate)|\-org.apache.hadoop:hadoop-client:jar:2.7.4:compile|\-org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.4:compile|\-org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.4:compile|\-org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.4:compile|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:compile
 - version managed from 3.4.6; omitted for duplicate)+-org.apache.hbase:hbase-server:test-jar:tests:3.0.0-SNAPSHOT:test|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:test - 
version managed from 3.4.6; omitted for duplicat
 e)+-org.apache.hbase:hbase-mapreduce:test-jar:tests:3.0.0-SNAPSHOT:test|\-(org.apache.zookeeper:zookeeper:jar:3.4.10:test - 
version managed from 3.4.6; omitted for 

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

2017-12-03 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c54c242b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALEdit.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALEdit.html 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALEdit.html
index 3d0518e..4d2b81e 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALEdit.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALEdit.html
@@ -612,7 +612,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-void
+default void
 WALActionsListener.postAppend(longentryLen,
   longelapsedTimeMillis,
   WALKeylogKey,
@@ -622,19 +622,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-WALActionsListener.Base.postAppend(longentryLen,
-  longelapsedTimeMillis,
-  WALKeylogKey,
-  WALEditlogEdit)
-
-
-void
 MetricsWAL.postAppend(longsize,
   longtime,
   WALKeylogkey,
   WALEditlogEdit)
 
-
+
 void
 WALCoprocessorHost.postWALWrite(RegionInfoinfo,
 WALKeylogKey,
@@ -645,7 +638,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 void
 WALCoprocessorHost.preWALWrite(RegionInfoinfo,
WALKeylogKey,
@@ -656,7 +649,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 protected long
 AbstractFSWAL.stampSequenceIdAndPublishToRingBuffer(RegionInfohri,
  WALKeykey,
@@ -664,31 +657,20 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
  booleaninMemstore,
  com.lmax.disruptor.RingBufferRingBufferTruckringBuffer)
 
-
-void
-WALActionsListener.visitLogEntryBeforeWrite(HRegionInfoinfo,
+
+default void
+WALActionsListener.visitLogEntryBeforeWrite(RegionInfoinfo,
 WALKeylogKey,
 WALEditlogEdit)
 Called before each write.
 
 
-
-void
-WALActionsListener.Base.visitLogEntryBeforeWrite(HRegionInfoinfo,
-WALKeylogKey,
-WALEditlogEdit)
-
 
-void
+default void
 WALActionsListener.visitLogEntryBeforeWrite(WALKeylogKey,
 WALEditlogEdit)
 
 
-void
-WALActionsListener.Base.visitLogEntryBeforeWrite(WALKeylogKey,
-WALEditlogEdit)
-
-
 private static WALKey
 WALUtil.writeMarker(WALwal,
http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">IntegerreplicationScope,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c54c242b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALKey.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALKey.html 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALKey.html
index 6543f83..f50776a 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALKey.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WALKey.html
@@ -388,7 +388,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-void
+default void
 WALActionsListener.postAppend(longentryLen,
   longelapsedTimeMillis,
   WALKeylogKey,
@@ -398,19 +398,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-WALActionsListener.Base.postAppend(longentryLen,
-  longelapsedTimeMillis,
-  WALKeylogKey,
-  WALEditlogEdit)
-
-
-void
 MetricsWAL.postAppend(longsize,
   longtime,
   WALKeylogkey,
   WALEditlogEdit)
 
-
+
 void
 WALCoprocessorHost.postWALWrite(RegionInfoinfo,
 WALKeylogKey,
@@ -421,7 +414,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 void
 WALCoprocessorHost.preWALWrite(RegionInfoinfo,
WALKeylogKey,
@@ -432,7 +425,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 protected long
 AbstractFSWAL.stampSequenceIdAndPublishToRingBuffer(RegionInfohri,
  WALKeykey,
@@ -440,30 +433,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
  booleaninMemstore,
  com.lmax.disruptor.RingBufferRingBufferTruckringBuffer)
 
-
-void
-WALActionsListener.visitLogEntryBeforeWrite(HRegionInfoinfo,
+
+default void
+WALActionsListener.visitLogEntryBeforeWrite(RegionInfoinfo,
 WALKeylogKey,
 WALEditlogEdit)
 Called before each write.
 
 
-
-void

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

2017-11-30 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/713d773f/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/FanOutOneBlockAsyncDFSOutput.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/FanOutOneBlockAsyncDFSOutput.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/FanOutOneBlockAsyncDFSOutput.html
index d9e4e55..7ad1b14 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/FanOutOneBlockAsyncDFSOutput.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/FanOutOneBlockAsyncDFSOutput.html
@@ -104,26 +104,26 @@
 
 
 static FanOutOneBlockAsyncDFSOutput
-FanOutOneBlockAsyncDFSOutputHelper.createOutput(org.apache.hadoop.hdfs.DistributedFileSystemdfs,
+FanOutOneBlockAsyncDFSOutputHelper.createOutput(org.apache.hadoop.hdfs.DistributedFileSystemdfs,
 org.apache.hadoop.fs.Pathf,
 booleanoverwrite,
 booleancreateParent,
 shortreplication,
 longblockSize,
-
org.apache.hadoop.hbase.shaded.io.netty.channel.EventLoopeventLoop,
+
org.apache.hadoop.hbase.shaded.io.netty.channel.EventLoopGroupeventLoopGroup,
 http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends 
org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelchannelClass)
 Create a FanOutOneBlockAsyncDFSOutput.
 
 
 
 private static FanOutOneBlockAsyncDFSOutput
-FanOutOneBlockAsyncDFSOutputHelper.createOutput(org.apache.hadoop.hdfs.DistributedFileSystemdfs,
+FanOutOneBlockAsyncDFSOutputHelper.createOutput(org.apache.hadoop.hdfs.DistributedFileSystemdfs,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringsrc,
 booleanoverwrite,
 booleancreateParent,
 shortreplication,
 longblockSize,
-
org.apache.hadoop.hbase.shaded.io.netty.channel.EventLoopeventLoop,
+
org.apache.hadoop.hbase.shaded.io.netty.channel.EventLoopGroupeventLoopGroup,
 http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends 
org.apache.hadoop.hbase.shaded.io.netty.channel.ChannelchannelClass)
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/713d773f/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/SendBufSizePredictor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/SendBufSizePredictor.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/SendBufSizePredictor.html
new file mode 100644
index 000..cd30820
--- /dev/null
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/class-use/SendBufSizePredictor.html
@@ -0,0 +1,165 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.hadoop.hbase.io.asyncfs.SendBufSizePredictor 
(Apache HBase 3.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
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.hadoop.hbase.io.asyncfs.SendBufSizePredictor
+
+
+
+
+
+Packages that use SendBufSizePredictor
+
+Package
+Description
+
+
+
+org.apache.hadoop.hbase.io.asyncfs
+
+
+
+
+
+
+
+
+
+
+Uses of SendBufSizePredictor 
in org.apache.hadoop.hbase.io.asyncfs
+
+Fields in org.apache.hadoop.hbase.io.asyncfs
 declared as SendBufSizePredictor
+
+Modifier and Type
+Field and Description
+
+
+
+private SendBufSizePredictor
+FanOutOneBlockAsyncDFSOutput.sendBufSizePRedictor
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/713d773f/devapidocs/org/apache/hadoop/hbase/io/asyncfs/package-frame.html

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

2017-11-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd365a2b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
index b34f1b9..6d59a2e 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -2710,62 +2710,44 @@ service.
   TableNametableName)
 
 
-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
-AsyncHBaseAdmin.compact(TableNametableName)
-
-
 void
 Admin.compact(TableNametableName)
 Compact a table.
 
 
-
+
 void
 HBaseAdmin.compact(TableNametableName)
 Compact 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
+
+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/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 AsyncAdmin.compact(TableNametableName)
 Compact 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
-RawAsyncHBaseAdmin.compact(TableNametableName)
-
 
-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
-AsyncHBaseAdmin.compact(TableNametableName,
-   byte[]columnFamily)
-
-
 void
 Admin.compact(TableNametableName,
byte[]columnFamily)
 Compact a column family within a table.
 
 
-
+
 void
 HBaseAdmin.compact(TableNametableName,
byte[]columnFamily)
 Compact a column family within 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
+
+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/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 AsyncAdmin.compact(TableNametableName,
byte[]columnFamily)
 Compact a column family within 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
-RawAsyncHBaseAdmin.compact(TableNametableName,
-   byte[]columnFamily)
-
 
 private void
 HBaseAdmin.compact(TableNametableName,
@@ -2785,6 +2767,12 @@ service.
 
 
 
+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
+AsyncHBaseAdmin.compact(TableNametableName,
+   byte[]columnFamily,
+   CompactTypecompactType)
+
+
 void
 Admin.compact(TableNametableName,
byte[]columnFamily,
@@ -2792,7 +2780,7 @@ service.
 Compact a column family within a table.
 
 
-
+
 void
 HBaseAdmin.compact(TableNametableName,
byte[]columnFamily,
@@ -2800,6 +2788,25 @@ service.
 Compact a column family within 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
+AsyncAdmin.compact(TableNametableName,
+   byte[]columnFamily,
+   CompactTypecompactType)
+Compact a 

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

2017-11-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b9722a17/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
index 803bf5d..7359555 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RegionScannerImpl.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-class HRegion.RegionScannerImpl
+class HRegion.RegionScannerImpl
 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 RegionScanner, Shipper, RpcCallback
 RegionScannerImpl is used to combine scanners from multiple 
Stores (aka column families).
@@ -425,7 +425,7 @@ implements 
 
 storeHeap
-KeyValueHeap storeHeap
+KeyValueHeap storeHeap
 
 
 
@@ -434,7 +434,7 @@ implements 
 
 joinedHeap
-KeyValueHeap joinedHeap
+KeyValueHeap joinedHeap
 Heap of key-values that are not essential for the provided 
filters and are thus read
  on demand, if on-demand column family loading is enabled.
 
@@ -445,7 +445,7 @@ implements 
 
 joinedContinuationRow
-protectedCell joinedContinuationRow
+protectedCell joinedContinuationRow
 If the joined heap data gathering is interrupted due to 
scan limits, this will
  contain the row for which we are populating the values.
 
@@ -456,7 +456,7 @@ implements 
 
 filterClosed
-privateboolean filterClosed
+privateboolean filterClosed
 
 
 
@@ -465,7 +465,7 @@ implements 
 
 stopRow
-protected finalbyte[] stopRow
+protected finalbyte[] stopRow
 
 
 
@@ -474,7 +474,7 @@ implements 
 
 includeStopRow
-protected finalboolean includeStopRow
+protected finalboolean includeStopRow
 
 
 
@@ -483,7 +483,7 @@ implements 
 
 region
-protected finalHRegion region
+protected finalHRegion region
 
 
 
@@ -492,7 +492,7 @@ implements 
 
 comparator
-protected finalCellComparator comparator
+protected finalCellComparator comparator
 
 
 
@@ -501,7 +501,7 @@ implements 
 
 readPt
-private finallong readPt
+private finallong readPt
 
 
 
@@ -510,7 +510,7 @@ implements 
 
 maxResultSize
-private finallong maxResultSize
+private finallong maxResultSize
 
 
 
@@ -519,7 +519,7 @@ implements 
 
 defaultScannerContext
-private finalScannerContext defaultScannerContext
+private finalScannerContext defaultScannerContext
 
 
 
@@ -528,7 +528,7 @@ implements 
 
 filter
-private finalFilterWrapper filter
+private finalFilterWrapper filter
 
 
 
@@ -545,7 +545,7 @@ implements 
 
 RegionScannerImpl
-RegionScannerImpl(Scanscan,
+RegionScannerImpl(Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanneradditionalScanners,
   HRegionregion)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -561,7 +561,7 @@ implements 
 
 RegionScannerImpl
-RegionScannerImpl(Scanscan,
+RegionScannerImpl(Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanneradditionalScanners,
   HRegionregion,
   longnonceGroup,
@@ -587,7 +587,7 @@ implements 
 
 getRegionInfo
-publicRegionInfogetRegionInfo()
+publicRegionInfogetRegionInfo()
 
 Specified by:
 getRegionInfoin
 interfaceRegionScanner
@@ -602,7 +602,7 @@ implements 
 
 initializeScanners
-protectedvoidinitializeScanners(Scanscan,
+protectedvoidinitializeScanners(Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanneradditionalScanners)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
@@ -617,7 +617,7 @@ implements 
 
 initializeKVHeap
-protectedvoidinitializeKVHeap(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerscanners,
+protectedvoidinitializeKVHeap(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerscanners,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScannerjoinedScanners,
 HRegionregion)
  throws 

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

2017-11-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
index c5a5ae5..80fb229 100644
--- a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, Cell, ExtendedCell, HeapSize, SettableSequenceId, SettableTimestamp
+http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, Cell, ExtendedCell, HeapSize, RawCell, SettableSequenceId, SettableTimestamp
 
 
 Enclosing class:
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public static class KeyValue.KeyOnlyKeyValue
+public static class KeyValue.KeyOnlyKeyValue
 extends KeyValue
 A simple form of KeyValue that creates a keyvalue with only 
the key part of the byte[]
  Mainly used in places where we need to compare two cells.  Avoids copying of 
bytes
@@ -180,6 +180,13 @@ extends ExtendedCell
 CELL_NOT_BASED_ON_CHUNK
 
+
+
+
+
+Fields inherited from interfaceorg.apache.hadoop.hbase.RawCell
+MAX_TAGS_LENGTH
+
 
 
 
@@ -396,6 +403,13 @@ extends ExtendedCell
 getChunkId
 
+
+
+
+
+Methods inherited from interfaceorg.apache.hadoop.hbase.RawCell
+checkForTagsLength,
 cloneTags,
 getTag
+
 
 
 
@@ -416,7 +430,7 @@ extends 
 
 rowLen
-privateshort rowLen
+privateshort rowLen
 
 
 
@@ -433,7 +447,7 @@ extends 
 
 KeyOnlyKeyValue
-publicKeyOnlyKeyValue()
+publicKeyOnlyKeyValue()
 
 
 
@@ -442,7 +456,7 @@ extends 
 
 KeyOnlyKeyValue
-publicKeyOnlyKeyValue(byte[]b)
+publicKeyOnlyKeyValue(byte[]b)
 
 
 
@@ -451,7 +465,7 @@ extends 
 
 KeyOnlyKeyValue
-publicKeyOnlyKeyValue(byte[]b,
+publicKeyOnlyKeyValue(byte[]b,
intoffset,
intlength)
 
@@ -470,7 +484,7 @@ extends 
 
 set
-publicvoidset(KeyValue.KeyOnlyKeyValuekeyOnlyKeyValue)
+publicvoidset(KeyValue.KeyOnlyKeyValuekeyOnlyKeyValue)
 
 
 
@@ -479,7 +493,7 @@ extends 
 
 clear
-publicvoidclear()
+publicvoidclear()
 
 
 
@@ -488,7 +502,7 @@ extends 
 
 getKeyOffset
-publicintgetKeyOffset()
+publicintgetKeyOffset()
 
 Overrides:
 getKeyOffsetin
 classKeyValue
@@ -503,7 +517,7 @@ extends 
 
 setKey
-publicvoidsetKey(byte[]key,
+publicvoidsetKey(byte[]key,
intoffset,
intlength)
 A setter that helps to avoid object creation every time and 
whenever
@@ -522,7 +536,7 @@ extends 
 
 getKey
-publicbyte[]getKey()
+publicbyte[]getKey()
 Description copied from 
class:KeyValue
 Do not use unless you have to. Used internally for 
compacting and testing. Use
  KeyValue.getRowArray(),
 KeyValue.getFamilyArray(),
 KeyValue.getQualifierArray(),
 and
@@ -541,7 +555,7 @@ extends 
 
 getRowArray
-publicbyte[]getRowArray()
+publicbyte[]getRowArray()
 Description copied from 
interface:Cell
 Contiguous raw bytes that may start at any index in the 
containing array. Max length is
  Short.MAX_VALUE which is 32,767 bytes.
@@ -561,7 +575,7 @@ extends 
 
 getRowOffset
-publicintgetRowOffset()
+publicintgetRowOffset()
 
 Specified by:
 getRowOffsetin
 interfaceCell
@@ -578,7 +592,7 @@ extends 
 
 getFamilyArray
-publicbyte[]getFamilyArray()
+publicbyte[]getFamilyArray()
 Description copied from 
interface:Cell
 Contiguous bytes composed of legal HDFS filename characters 
which may start at any index in the
  containing array. Max length is Byte.MAX_VALUE, which is 127 bytes.
@@ -598,7 +612,7 @@ extends 
 
 getFamilyLength
-publicbytegetFamilyLength()
+publicbytegetFamilyLength()
 
 Specified by:
 getFamilyLengthin
 interfaceCell
@@ -615,7 +629,7 @@ extends 
 
 getFamilyOffset
-publicintgetFamilyOffset()
+publicintgetFamilyOffset()
 
 Specified by:
 getFamilyOffsetin
 interfaceCell
@@ -632,7 +646,7 @@ extends 
 
 getQualifierArray
-publicbyte[]getQualifierArray()
+publicbyte[]getQualifierArray()
 Description copied from 
interface:Cell
 Contiguous raw bytes that may start at any index in the 
containing array.
 
@@ -651,7 +665,7 @@ extends 
 
 getQualifierLength
-publicintgetQualifierLength()
+publicintgetQualifierLength()
 
 Specified by:
 getQualifierLengthin
 interfaceCell
@@ -668,7 +682,7 @@ extends 
 
 getQualifierOffset
-publicintgetQualifierOffset()
+publicintgetQualifierOffset()
 
 Specified by:
 getQualifierOffsetin
 interfaceCell
@@ -685,7 +699,7 @@ extends 
 
 getKeyLength
-publicintgetKeyLength()
+publicintgetKeyLength()
 
 Overrides:
 getKeyLengthin
 classKeyValue
@@ -700,7 +714,7 @@ extends 
 
 getRowLength
-publicshortgetRowLength()
+publicshortgetRowLength()
 
 

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

2017-11-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9118853f/devapidocs/overview-tree.html
--
diff --git a/devapidocs/overview-tree.html b/devapidocs/overview-tree.html
index b65b675..9804046 100644
--- a/devapidocs/overview-tree.html
+++ b/devapidocs/overview-tree.html
@@ -1619,6 +1619,15 @@
 org.apache.hadoop.hbase.regionserver.throttle.FlushThroughputControllerFactory
 org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher (implements 
org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener, 
org.apache.hadoop.hbase.errorhandling.ForeignExceptionSnare)
 org.apache.hadoop.hbase.util.ForeignExceptionUtil
+java.util.concurrent.http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ForkJoinTask.html?is-external=true;
 title="class or interface in java.util.concurrent">ForkJoinTaskV (implements 
java.util.concurrent.http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true;
 title="class or interface in java.util.concurrent">FutureV, 
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)
+
+java.util.concurrent.http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/RecursiveTask.html?is-external=true;
 title="class or interface in java.util.concurrent">RecursiveTaskV
+
+org.apache.hadoop.hbase.master.cleaner.CleanerChore.CleanerTask
+
+
+
+
 org.apache.hadoop.hbase.io.FSDataInputStreamWrapper (implements java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable)
 org.apache.hadoop.hbase.security.token.FsDelegationToken
 org.apache.hadoop.hbase.regionserver.wal.FSHLog.RingBufferEventHandler (implements 
com.lmax.disruptor.EventHandlerT, 
com.lmax.disruptor.LifecycleAware)
@@ -2067,6 +2076,7 @@
 org.apache.hadoop.hbase.master.locking.LockProcedure.TableExclusiveLock (implements 
org.apache.hadoop.hbase.master.locking.LockProcedure.LockInterface)
 org.apache.hadoop.hbase.master.locking.LockProcedure.TableSharedLock (implements 
org.apache.hadoop.hbase.master.locking.LockProcedure.LockInterface)
 org.apache.hadoop.hbase.client.locking.LockServiceClient
+org.apache.hadoop.hbase.master.cleaner.LogCleaner.CleanerContext
 org.apache.hadoop.hbase.http.log.LogLevel
 org.apache.hadoop.hbase.monitoring.LogMonitoring
 org.apache.hadoop.hbase.backup.regionserver.LogRollBackupSubprocedure.RSRollLogTask 
(implements java.util.concurrent.http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true;
 title="class or interface in java.util.concurrent">CallableV)
@@ -2997,13 +3007,13 @@
 org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader.WALEntryBatch
 org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
+org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl (implements 
org.apache.hadoop.hbase.replication.ReplicationPeers)
 org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl (implements 
org.apache.hadoop.hbase.Abortable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable, 
org.apache.hadoop.hbase.replication.ReplicationPeer)
 org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl (implements 
org.apache.hadoop.hbase.replication.ReplicationQueuesClient)
 org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl (implements 
org.apache.hadoop.hbase.replication.ReplicationQueues)
 org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl (implements 
org.apache.hadoop.hbase.replication.ReplicationTracker)
 org.apache.hadoop.hbase.master.cleaner.ReplicationZKNodeCleaner.ReplicationQueueDeletor
-org.apache.hadoop.hbase.replication.master.TableCFsUpdater
 
 
 org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp.DummyServer (implements 
org.apache.hadoop.hbase.Server)
@@ -3231,9 +3241,9 @@
 
 org.apache.hadoop.hbase.master.balancer.BalancerChore
 org.apache.hadoop.hbase.master.CatalogJanitor
-org.apache.hadoop.hbase.master.cleaner.CleanerChoreT
+org.apache.hadoop.hbase.master.cleaner.CleanerChoreT (implements 
org.apache.hadoop.hbase.conf.ConfigurationObserver)
 
-org.apache.hadoop.hbase.master.cleaner.HFileCleaner (implements 
org.apache.hadoop.hbase.conf.ConfigurationObserver)
+org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
 
@@ -4495,6 +4505,7 @@
 
 
 org.apache.hadoop.hbase.regionserver.ChangedReadersObserver
+org.apache.hadoop.hbase.master.cleaner.CleanerChore.ActionT
 org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicy
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable
 


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

2017-11-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1a616706/devapidocs/org/apache/hadoop/hbase/client/Admin.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/Admin.html 
b/devapidocs/org/apache/hadoop/hbase/client/Admin.html
index c3b029a..9e4fb11 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/Admin.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/Admin.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":50,"i4":6,"i5":6,"i6":18,"i7":18,"i8":6,"i9":6,"i10":6,"i11":50,"i12":50,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":38,"i25":38,"i26":38,"i27":38,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":50,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":38,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":38,"i54":6,"i55":6,"i56":38,"i57":38,"i58":6,"i59":38,"i60":18,"i61":6,"i62":6,"i63":6,"i64":38,"i65":38,"i66":50,"i67":18,"i68":6,"i69":6,"i70":6,"i71":38,"i72":38,"i73":6,"i74":50,"i75":6,"i76":6,"i77":6,"i78":38,"i79":38,"i80":18,"i81":6,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6,"i88":6,"i89":6,"i90":6,"i91":6,"i92":18,"i93":6,"i94":18,"i95":6,"i96":38,"i97":6,"i98":6,"i99":6,"i100":38,"i101":50,"i102":50,"i103":18,"i104":6,"i105":6,"i106":6,"i107":18,"i108":18,"i109":6,"i110":38,"i111":38,"i112":38,"i113":38,"i114":6,"i115":6,"i116":6,
 
"i117":6,"i118":6,"i119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":50,"i125":6,"i126":38,"i127":6,"i128":6,"i129":18,"i130":6,"i131":6,"i132":6,"i133":18,"i134":18,"i135":50,"i136":6,"i137":6,"i138":38,"i139":6,"i140":6,"i141":6,"i142":6,"i143":6,"i144":38,"i145":6,"i146":6,"i147":6,"i148":38,"i149":38,"i150":6,"i151":38,"i152":38,"i153":38,"i154":38,"i155":38,"i156":6,"i157":38,"i158":6,"i159":6,"i160":6,"i161":6,"i162":6,"i163":6,"i164":6,"i165":38,"i166":6,"i167":6,"i168":6,"i169":50,"i170":6,"i171":6,"i172":6,"i173":6,"i174":6,"i175":38,"i176":6,"i177":38,"i178":6,"i179":6,"i180":6,"i181":6,"i182":6,"i183":18,"i184":18,"i185":6,"i186":6,"i187":6,"i188":6,"i189":6,"i190":6,"i191":6,"i192":6,"i193":50,"i194":6,"i195":50,"i196":50,"i197":50,"i198":6,"i199":50,"i200":6,"i201":6,"i202":6,"i203":6,"i204":6,"i205":6,"i206":6,"i207":6,"i208":38,"i209":38,"i210":6,"i211":6,"i212":6,"i213":6,"i214":6,"i215":50,"i216":6,"i217":6,"i218":6,"i219":6,"i220":6,"i221":18};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":50,"i4":6,"i5":6,"i6":18,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":50,"i13":50,"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":38,"i27":38,"i28":38,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":50,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":38,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":38,"i55":6,"i56":6,"i57":38,"i58":38,"i59":6,"i60":38,"i61":6,"i62":6,"i63":6,"i64":6,"i65":38,"i66":38,"i67":50,"i68":6,"i69":6,"i70":6,"i71":6,"i72":38,"i73":38,"i74":6,"i75":50,"i76":6,"i77":6,"i78":6,"i79":38,"i80":38,"i81":18,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6,"i88":6,"i89":6,"i90":6,"i91":6,"i92":6,"i93":18,"i94":6,"i95":18,"i96":6,"i97":38,"i98":6,"i99":6,"i100":6,"i101":38,"i102":50,"i103":50,"i104":18,"i105":6,"i106":6,"i107":6,"i108":18,"i109":6,"i110":6,"i111":38,"i112":38,"i113":38,"i114":38,"i115":6,"i116":6,"i11
 
7":6,"i118":6,"i119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":50,"i126":6,"i127":38,"i128":6,"i129":6,"i130":18,"i131":6,"i132":6,"i133":6,"i134":6,"i135":6,"i136":6,"i137":6,"i138":38,"i139":6,"i140":6,"i141":6,"i142":6,"i143":6,"i144":38,"i145":6,"i146":6,"i147":6,"i148":38,"i149":38,"i150":6,"i151":38,"i152":38,"i153":38,"i154":38,"i155":38,"i156":6,"i157":38,"i158":6,"i159":6,"i160":6,"i161":6,"i162":6,"i163":6,"i164":6,"i165":38,"i166":6,"i167":6,"i168":6,"i169":50,"i170":6,"i171":6,"i172":6,"i173":6,"i174":6,"i175":38,"i176":6,"i177":38,"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":50,"i194":6,"i195":50,"i196":50,"i197":50,"i198":6,"i199":50,"i200":6,"i201":6,"i202":6,"i203":6,"i204":6,"i205":6,"i206":6,"i207":6,"i208":38,"i209":38,"i210":6,"i211":6,"i212":6,"i213":6,"i214":6,"i215":50,"i216":6,"i217":6,"i218":6,"i219":6,"i220":6,"i221":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";
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
-public interface Admin
+public interface Admin
 extends Abortable, http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable
 The administrative API for HBase. 

  1   2   3   >