[43/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/client/Table.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/Table.html 
b/devapidocs/org/apache/hadoop/hbase/client/Table.html
index 3d5818a..ac48a91 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/Table.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/Table.html
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Known Implementing Classes:
-HTable, RemoteHTable
+HTable, RemoteHTable, ThriftTable
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aa3fb87f/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html
index 87f7b02..221575e 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html
@@ -141,18 +141,22 @@ service.
 
 
 
-org.apache.hadoop.hbase.tool
+org.apache.hadoop.hbase.thrift2.client
 
 
 
-org.apache.hadoop.hbase.tool.coprocessor
+org.apache.hadoop.hbase.tool
 
 
 
-org.apache.hadoop.hbase.util
+org.apache.hadoop.hbase.tool.coprocessor
 
 
 
+org.apache.hadoop.hbase.util
+
+
+
 org.apache.hbase.archetypes.exemplars.client
 
 This package provides fully-functional exemplar Java code 
demonstrating
@@ -160,7 +164,7 @@ service.
  archetype with hbase-client dependency.
 
 
-
+
 org.apache.hbase.archetypes.exemplars.shaded_client
 
 This package provides fully-functional exemplar Java code 
demonstrating
@@ -553,6 +557,39 @@ service.
 
 
 
+
+
+
+Uses of Admin in org.apache.hadoop.hbase.thrift2.client
+
+Classes in org.apache.hadoop.hbase.thrift2.client
 that implement Admin
+
+Modifier and Type
+Class and Description
+
+
+
+class
+ThriftAdmin
+
+
+
+
+Methods in org.apache.hadoop.hbase.thrift2.client
 that return Admin
+
+Modifier and Type
+Method and Description
+
+
+
+Admin
+ThriftConnection.getAdmin()
+Get a ThriftAdmin, ThriftAdmin is NOT thread safe
+
+
+
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aa3fb87f/devapidocs/org/apache/hadoop/hbase/client/class-use/Append.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Append.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Append.html
index 56ec5be..f24c834 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Append.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Append.html
@@ -124,6 +124,10 @@ service.
 service.
 
 
+
+org.apache.hadoop.hbase.thrift2.client
+
+
 
 
 
@@ -457,6 +461,37 @@ service.
 
 
 
+
+Methods in org.apache.hadoop.hbase.thrift2
 with parameters of type Append
+
+Modifier and Type
+Method and Description
+
+
+
+static 
org.apache.hadoop.hbase.thrift2.generated.TAppend
+ThriftUtilities.appendFromHBase(Appendin)
+
+
+
+
+
+
+
+Uses of Append in org.apache.hadoop.hbase.thrift2.client
+
+Methods in org.apache.hadoop.hbase.thrift2.client
 with parameters of type Append
+
+Modifier and Type
+Method and Description
+
+
+
+Result
+ThriftTable.append(Appendappend)
+
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aa3fb87f/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutator.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutator.html
index 23cd6c5..5094e62 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutator.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutator.html
@@ -106,6 +106,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Input/OutputFormats, a table indexing MapReduce job, and utility methods.
 
 
+
+org.apache.hadoop.hbase.thrift2.client
+
+
 
 
 
@@ -277,6 +281,28 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+
+
+
+Uses of BufferedMutator in org.apache.hadoop.hbase.thrift2.client
+
+Methods in org.apache.hadoop.hbase.thrift2.client
 that return BufferedMutator
+
+Modifier and Type
+Method and Description
+
+
+
+BufferedMutator
+ThriftConnection.getBufferedMutator(BufferedMutatorParamsparams)
+
+
+BufferedMutator
+ThriftConnection.getBufferedMutator(TableNametableName)
+
+
+
+
 
 
 

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

[43/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/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index 1b1831e..8f391f5 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -3193,95 +3193,99 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
+SplitWALManager.SplitWorkerAssigner.currentWorkers
+
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
 DeadServer.deadServers
 Set of known dead servers.
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 SplitLogManager.deadWorkers
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListServerName
 ServerManager.drainingServers
 List of region servers that should not get any more new 
regions.
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/NavigableSet.html?is-external=true;
 title="class or interface in java.util">NavigableSetServerName
 DrainingServerTracker.drainingServers
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentMapServerName,https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
 ClusterStatusPublisher.lastSent
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 AssignmentVerificationReport.leastLoadedRSSet
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 AssignmentVerificationReport.maxDispersionNumServerSet
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 AssignmentVerificationReport.maxDispersionScoreServerSet
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 AssignmentVerificationReport.minDispersionNumServerSet
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 AssignmentVerificationReport.minDispersionScoreServerSet
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 AssignmentVerificationReport.mostLoadedRSSet
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentNavigableMap.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ConcurrentNavigableMapServerName,ServerMetrics
 ServerManager.onlineServers
 Map of registered servers to their current load
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
 SnapshotOfRegionAssignmentFromMeta.primaryRSToRegionMap
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 DeadServer.processingServers
 Set of dead servers currently being processed
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 RegionServerTracker.regionServers
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapRegionInfo,ServerName
 SnapshotOfRegionAssignmentFromMeta.regionToRegionServerMap
 the region to region server map
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in 

[43/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/AsyncMetaRegionLocator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.html 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.html
index 0c27135..6fef27f 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-class AsyncMetaRegionLocator
+class AsyncMetaRegionLocator
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 The asynchronous locator for meta region.
 
@@ -136,11 +136,11 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 LOG
 
 
-private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferenceHRegionLocation
-metaRegionLocation
+private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferenceRegionLocations
+metaRegionLocations
 
 
-private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferencehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureHRegionLocation
+private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferencehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureRegionLocations
 metaRelocateFuture
 
 
@@ -180,17 +180,32 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 Method and Description
 
 
-(package private) void
-clearCache()
+private void
+addLocationToCache(HRegionLocationloc)
 
 
-(package private) https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureHRegionLocation
-getRegionLocation(booleanreload)
+(package private) void
+clearCache()
 
 
+private HRegionLocation
+getCacheLocation(HRegionLocationloc)
+
+
+(package private) https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFutureRegionLocations
+getRegionLocations(intreplicaId,
+  booleanreload)
+Get the region locations for meta region.
+
+
+
+private void
+removeLocationFromCache(HRegionLocationloc)
+
+
 (package private) void
-updateCachedLocation(HRegionLocationloc,
-https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 
java.lang">Throwableexception)
+updateCachedLocationOnError(HRegionLocationloc,
+   https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 
java.lang">Throwableexception)
 
 
 
@@ -220,7 +235,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
 
 
 
@@ -229,16 +244,16 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 registry
-private finalAsyncRegistry registry
+private finalAsyncRegistry registry
 
 
-
+
 
 
 
 
-metaRegionLocation
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferenceHRegionLocation metaRegionLocation
+metaRegionLocations
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicReferenceRegionLocations metaRegionLocations
 
 
 
@@ -247,7 +262,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 metaRelocateFuture
-private 

[43/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/Constants.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/thrift/Constants.html 
b/devapidocs/org/apache/hadoop/hbase/thrift/Constants.html
new file mode 100644
index 000..2b9a917
--- /dev/null
+++ b/devapidocs/org/apache/hadoop/hbase/thrift/Constants.html
@@ -0,0 +1,1334 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Constants (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+
+
+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 Constants
+
+
+
+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.thrift.Constants
+
+
+
+
+
+
+
+
+@InterfaceAudience.Private
+public final class Constants
+extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+Thrift related constants
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static int
+BACKLOG_CONF_DEAFULT
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+BACKLOG_CONF_KEY
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+BIND_CONF_KEY
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+BIND_OPTION
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+COALESCE_INC_KEY
+
+
+static boolean
+COMPACT_CONF_DEFAULT
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+COMPACT_CONF_KEY
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+COMPACT_OPTION
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+DEFAULT_BIND_ADDR
+
+
+static int
+DEFAULT_HTTP_MAX_HEADER_SIZE
+
+
+static int
+DEFAULT_LISTEN_PORT
+
+
+static boolean
+FRAMED_CONF_DEFAULT
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+FRAMED_CONF_KEY
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+FRAMED_OPTION
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+HTTP_MAX_THREADS_KEY
+
+
+static int
+HTTP_MAX_THREADS_KEY_DEFAULT
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+HTTP_MIN_THREADS_KEY
+
+
+static int
+HTTP_MIN_THREADS_KEY_DEFAULT
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+INFOPORT_OPTION
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+KEEP_ALIVE_SEC_OPTION
+
+
+static int
+MAX_FRAME_SIZE_CONF_DEFAULT
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+MAX_FRAME_SIZE_CONF_KEY
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+MAX_QUEUE_SIZE_OPTION
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+MAX_WORKERS_OPTION
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+MIN_WORKERS_OPTION
+
+
+static 

[43/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/apidocs/org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.html
index de90a33..a0392e2 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.html
@@ -542,6 +542,6 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 
-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/apidocs/org/apache/hadoop/hbase/mapreduce/TableReducer.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/TableReducer.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TableReducer.html
index 866e173..442e537 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TableReducer.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TableReducer.html
@@ -270,6 +270,6 @@ extends 
org.apache.hadoop.mapreduce.ReducerKEYIN,VALUEIN,KEYOUT,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/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
index 7ed7d0c..67f829b 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
@@ -416,6 +416,6 @@ extends org.apache.hadoop.mapreduce.InputFormatCopyright  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/apidocs/org/apache/hadoop/hbase/mapreduce/TableSplit.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/TableSplit.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TableSplit.html
index 7283fb6..cb3eb8b 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TableSplit.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TableSplit.html
@@ -809,6 +809,6 @@ public static finalorg.slf4j.Logger 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/apidocs/org/apache/hadoop/hbase/mapreduce/TextSortReducer.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/TextSortReducer.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TextSortReducer.html
index 068d260..ec0bbe4 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TextSortReducer.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TextSortReducer.html
@@ -400,6 +400,6 @@ extends org.apache.hadoop.mapreduce.ReducerCopyright  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/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.html
index 2950fc7..44945c0 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.html
@@ -522,6 +522,6 @@ extends 
org.apache.hadoop.mapreduce.Mapperorg.apache.hadoop.io.LongWritable,
 
 
 
-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/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.html
--

[43/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/class-use/KeepDeletedCells.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html
index da3ba1c..90eb537 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html
@@ -100,6 +100,13 @@
 org.apache.hadoop.hbase.regionserver.querymatcher
 
 
+
+org.apache.hadoop.hbase.thrift2
+
+Provides an HBase http://thrift.apache.org/;>Thrift
+service.
+
+
 
 
 
@@ -349,6 +356,37 @@ the order they are declared.
 
 
 
+
+
+
+Uses of KeepDeletedCells in org.apache.hadoop.hbase.thrift2
+
+Methods in org.apache.hadoop.hbase.thrift2
 that return KeepDeletedCells
+
+Modifier and Type
+Method and Description
+
+
+
+static KeepDeletedCells
+ThriftUtilities.keepDeletedCellsFromThrift(org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCellsin)
+
+
+
+
+Methods in org.apache.hadoop.hbase.thrift2
 with parameters of type KeepDeletedCells
+
+Modifier and Type
+Method and Description
+
+
+
+static 
org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells
+ThriftUtilities.keepDeletedCellsFromHBase(KeepDeletedCellsin)
+
+
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09ea0d5f/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 9152aab..79a02ff 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
@@ -122,6 +122,13 @@
 org.apache.hadoop.hbase.security.access
 
 
+
+org.apache.hadoop.hbase.thrift2
+
+Provides an HBase http://thrift.apache.org/;>Thrift
+service.
+
+
 
 
 
@@ -833,6 +840,41 @@
 
 
 
+
+
+
+Uses of NamespaceDescriptor in org.apache.hadoop.hbase.thrift2
+
+Methods in org.apache.hadoop.hbase.thrift2
 that return NamespaceDescriptor
+
+Modifier and Type
+Method and Description
+
+
+
+static NamespaceDescriptor
+ThriftUtilities.namespaceDescriptorFromThrift(org.apache.hadoop.hbase.thrift2.generated.TNamespaceDescriptorin)
+
+
+
+
+Methods in org.apache.hadoop.hbase.thrift2
 with parameters of type NamespaceDescriptor
+
+Modifier and Type
+Method and Description
+
+
+
+static 
org.apache.hadoop.hbase.thrift2.generated.TNamespaceDescriptor
+ThriftUtilities.namespaceDescriptorFromHBase(NamespaceDescriptorin)
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.hbase.thrift2.generated.TNamespaceDescriptor
+ThriftUtilities.namespaceDescriptorsFromHBase(NamespaceDescriptor[]in)
+
+
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09ea0d5f/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 a47dc09..f8de2f9 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -280,22 +280,29 @@ service.
 
 
 
+org.apache.hadoop.hbase.thrift2
+
+Provides an HBase http://thrift.apache.org/;>Thrift
+service.
+
+
+
 org.apache.hadoop.hbase.tool
 
 
-
+
 org.apache.hadoop.hbase.util
 
 
-
+
 org.apache.hadoop.hbase.util.compaction
 
 
-
+
 org.apache.hadoop.hbase.wal
 
 
-
+
 org.apache.hbase.archetypes.exemplars.client
 
 This package provides fully-functional exemplar Java code 
demonstrating
@@ -303,7 +310,7 @@ service.
  archetype with hbase-client dependency.
 
 
-
+
 org.apache.hbase.archetypes.exemplars.shaded_client
 
 This package provides fully-functional exemplar Java code 
demonstrating
@@ -10827,6 +10834,54 @@ service.
 
 
 
+
+
+
+Uses of TableName in org.apache.hadoop.hbase.thrift2
+
+Methods in org.apache.hadoop.hbase.thrift2
 that return TableName
+
+Modifier and Type
+Method and Description
+
+
+
+static TableName
+ThriftUtilities.tableNameFromThrift(org.apache.hadoop.hbase.thrift2.generated.TTableNametableName)
+
+
+
+
+Methods in org.apache.hadoop.hbase.thrift2
 that return types with arguments of type TableName
+
+Modifier and Type
+Method and Description
+
+
+
+static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTableName
+ThriftUtilities.tableNamesFromThrift(https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 

[43/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/io/hfile/HFileBlockIndex.BlockIndexWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.BlockIndexWriter.html
 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.BlockIndexWriter.html
index a489bf0..4ec6398 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.BlockIndexWriter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.BlockIndexWriter.html
@@ -627,7 +627,7 @@ implements 
 
 writeSingleLevelIndex
-publicvoidwriteSingleLevelIndex(https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout,
+publicvoidwriteSingleLevelIndex(https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout,
   https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringdescription)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Writes the block index data as a single level only. Does 
not do any
@@ -649,7 +649,7 @@ implements 
 
 writeIntermediateLevel
-privateHFileBlockIndex.BlockIndexChunkwriteIntermediateLevel(org.apache.hadoop.fs.FSDataOutputStreamout,
+privateHFileBlockIndex.BlockIndexChunkwriteIntermediateLevel(org.apache.hadoop.fs.FSDataOutputStreamout,
HFileBlockIndex.BlockIndexChunkcurrentLevel)
 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Split the current level of the block index into 
intermediate index
@@ -674,7 +674,7 @@ implements 
 
 writeIntermediateBlock
-privatevoidwriteIntermediateBlock(org.apache.hadoop.fs.FSDataOutputStreamout,
+privatevoidwriteIntermediateBlock(org.apache.hadoop.fs.FSDataOutputStreamout,
 HFileBlockIndex.BlockIndexChunkparent,
 HFileBlockIndex.BlockIndexChunkcurChunk)
  throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -690,7 +690,7 @@ implements 
 
 getNumRootEntries
-public finalintgetNumRootEntries()
+public finalintgetNumRootEntries()
 
 Returns:
 how many block index entries there are in the root level
@@ -703,7 +703,7 @@ implements 
 
 getNumLevels
-publicintgetNumLevels()
+publicintgetNumLevels()
 
 Returns:
 the number of levels in this block index.
@@ -716,7 +716,7 @@ implements 
 
 expectNumLevels
-privatevoidexpectNumLevels(intexpectedNumLevels)
+privatevoidexpectNumLevels(intexpectedNumLevels)
 
 
 
@@ -725,7 +725,7 @@ implements 
 
 shouldWriteBlock
-publicbooleanshouldWriteBlock(booleanclosing)
+publicbooleanshouldWriteBlock(booleanclosing)
 Whether there is an inline block ready to be written. In 
general, we
  write an leaf-level index block as an inline block as soon as its size
  as serialized in the non-root format reaches a certain threshold.
@@ -744,7 +744,7 @@ implements 
 
 writeInlineBlock
-publicvoidwriteInlineBlock(https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
+publicvoidwriteInlineBlock(https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Write out the current inline index block. Inline blocks are 
non-root
  blocks, so the non-root index format is used.
@@ -764,7 +764,7 @@ implements 
 
 blockWritten
-publicvoidblockWritten(longoffset,
+publicvoidblockWritten(longoffset,
  intonDiskSize,
  intuncompressedSize)
 Called after an inline block has been written so that we 
can add an
@@ -785,7 +785,7 @@ implements 
 
 getInlineBlockType
-publicBlockTypegetInlineBlockType()
+publicBlockTypegetInlineBlockType()
 Description copied from 
interface:InlineBlockWriter
 The type of blocks this block writer produces.
 
@@ -800,7 +800,7 @@ implements 
 
 addEntry
-publicvoidaddEntry(byte[]firstKey,
+publicvoidaddEntry(byte[]firstKey,
  longblockOffset,
  intblockDataSize)
 Add one index entry to the current leaf-level block. When 
the leaf-level
@@ -821,7 +821,7 @@ implements 
 
 ensureSingleLevel

[43/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/regionserver/HRegionServer.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
index 8d1bfab..cd14215 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.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":9,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":9,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":10,"i93":10,"i94":10,"i95":10,"i96":10,"i97":10,"i98":10,"i99":10,"i100":10,"i101":10,"i102":10,"i103":10,"i104":10,"i105":10,"i106":10,"i107":10,"i108":10,"i109
 
":10,"i110":10,"i111":10,"i112":10,"i113":10,"i114":10,"i115":10,"i116":10,"i117":10,"i118":10,"i119":10,"i120":10,"i121":10,"i122":10,"i123":10,"i124":10,"i125":10,"i126":10,"i127":10,"i128":10,"i129":10,"i130":10,"i131":9,"i132":10,"i133":9,"i134":10,"i135":10,"i136":10,"i137":10,"i138":10,"i139":10,"i140":10,"i141":10,"i142":10,"i143":10,"i144":10,"i145":10,"i146":10,"i147":10,"i148":10,"i149":10,"i150":10,"i151":10,"i152":9,"i153":10,"i154":9,"i155":10,"i156":10,"i157":10,"i158":10,"i159":10,"i160":10,"i161":10,"i162":10,"i163":10,"i164":10,"i165":10,"i166":10,"i167":10,"i168":10,"i169":10,"i170":10,"i171":10,"i172":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":9,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":9,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":10,"i93":10,"i94":10,"i95":10,"i96":10,"i97":10,"i98":10,"i99":10,"i100":10,"i101":10,"i102":10,"i103":10,"i104":10,"i105":10,"i106":10,"i107":10,"i108":10,"i109
 
":10,"i110":10,"i111":10,"i112":10,"i113":10,"i114":10,"i115":10,"i116":10,"i117":10,"i118":10,"i119":10,"i120":10,"i121":10,"i122":10,"i123":10,"i124":10,"i125":10,"i126":10,"i127":10,"i128":10,"i129":10,"i130":9,"i131":10,"i132":9,"i133":10,"i134":10,"i135":10,"i136":10,"i137":10,"i138":10,"i139":10,"i140":10,"i141":10,"i142":10,"i143":10,"i144":10,"i145":10,"i146":10,"i147":10,"i148":10,"i149":10,"i150":10,"i151":9,"i152":10,"i153":9,"i154":10,"i155":10,"i156":10,"i157":10,"i158":10,"i159":10,"i160":10,"i161":10,"i162":10,"i163":10,"i164":10,"i165":10,"i166":10,"i167":10,"i168":10,"i169":10,"i170":10,"i171":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";
@@ -351,82 +351,78 @@ implements MASTERLESS_CONFIG_NAME
 
 
-protected MetaTableLocator
-metaTableLocator
-
-
 (package private) MetricsRegionServer
 metricsRegionServer
 
-
+
 (package private) MetricsTable
 metricsTable
 
-
+
 (package private) MobCacheConfig
 mobCacheConfig
 
-
+
 protected 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,HRegionServer.MovedRegionInfo
 movedRegions
 
-
+
 private HRegionServer.MovedRegionsCleaner
 movedRegionsCleaner
 Chore to clean periodically the moved region list
 
 
-
+
 protected int
 msgInterval
 
-
+
 (package private) ServerNonceManager
 nonceManager
 Nonce manager.
 
 
-
+
 private ScheduledChore
 nonceManagerChore
 The nonce manager chore.
 
 
-
+
 protected int
 numRegionsToReport
 
-
+
 (package private) int
 

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

2018-11-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5299e667/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 540a373..5e3e983 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -291,10 +291,10 @@
 Warnings
 Errors
 
-3814
+3815
 0
 0
-14984
+14837
 
 Files
 
@@ -904,3795 +904,3785 @@
 0
 2
 
-org/apache/hadoop/hbase/ZKNamespaceManager.java
-0
-0
-1
-
 org/apache/hadoop/hbase/ZNodeClearer.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/backup/BackupDriver.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/FailedArchiveException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HFileArchiver.java
 0
 0
 13
-
+
 org/apache/hadoop/hbase/backup/TestBackupMerge.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
 0
 0
 7
-
+
 org/apache/hadoop/hbase/backup/example/TestZooKeeperTableArchiveClient.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/backup/impl/BackupCommands.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/impl/BackupManager.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/Action.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/chaos/actions/ChangeCompressionAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/ChangeEncodingAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/ChangeSplitPolicyAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/ChangeVersionsAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/FlushRandomRegionOfTableAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/RestartRandomDataNodeAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/RollingBatchRestartRsAction.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/chaos/actions/SplitAllRegionOfTableAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/actions/TruncateTableAction.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/factories/MasterKillingMonkeyFactory.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/chaos/factories/MobNoKillMonkeyFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/factories/MobSlowDeterministicMonkeyFactory.java
 0
 0
 24
-
+
 org/apache/hadoop/hbase/chaos/factories/MonkeyConstants.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/factories/NoKillMonkeyFactory.java
 0
 0
 18
-
+
 org/apache/hadoop/hbase/chaos/factories/ServerKillingMonkeyFactory.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java
 0
 0
 42
-
+
 org/apache/hadoop/hbase/chaos/factories/StressAssignmentManagerMonkeyFactory.java
 0
 0
 19
-
+
 org/apache/hadoop/hbase/chaos/monkies/PolicyBasedChaosMonkey.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/chaos/policies/PeriodicPolicy.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/chaos/policies/TwoConcurrentActionPolicy.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AbstractClientScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AbstractResponse.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/Action.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/Admin.java
 0
 0
 107
-
+
 org/apache/hadoop/hbase/client/Append.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/client/AsyncAdmin.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/client/AsyncAdminRequestRetryingCaller.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/AsyncBatchRpcRetryingCaller.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/client/AsyncClientScanner.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/client/AsyncConnectionConfiguration.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncConnectionImpl.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncMasterRequestRpcRetryingCaller.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/client/AsyncProcess.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/client/AsyncProcessTask.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/AsyncRegionLocator.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/client/AsyncRegistryFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncRequestFuture.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java
 0
 0
 21
-
+
 org/apache/hadoop/hbase/client/AsyncRpcRetryingCaller.java
 0
 0
 3
-
+
 

[43/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/AccessControlLists.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/security/access/AccessControlLists.html 
b/devapidocs/org/apache/hadoop/hbase/security/access/AccessControlLists.html
index 2e59d6f..22cd830 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/access/AccessControlLists.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/access/AccessControlLists.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9};
+var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -266,12 +266,12 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
  Cellcell)
 
 
-static 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,TablePermission
+static 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,UserPermission
 getNamespacePermissions(org.apache.hadoop.conf.Configurationconf,
https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringnamespace)
 
 
-(package private) static 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,TablePermission
+(package private) static 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,UserPermission
 getPermissions(org.apache.hadoop.conf.Configurationconf,
   byte[]entryName,
   Tablet,
@@ -284,7 +284,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 
-static 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,TablePermission
+static 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,UserPermission
 getTablePermissions(org.apache.hadoop.conf.Configurationconf,
TableNametableName)
 
@@ -337,28 +337,32 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 static boolean
-isNamespaceEntry(byte[]entryName)
+isGlobalEntry(byte[]entryName)
 
 
 static boolean
-isNamespaceEntry(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringentryName)
+isNamespaceEntry(byte[]entryName)
 
 
-(package private) static https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in 
java.util">Mapbyte[],org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,TablePermission
+static boolean
+isNamespaceEntry(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringentryName)
+
+
+(package private) static https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in 
java.util">Mapbyte[],org.apache.hbase.thirdparty.com.google.common.collect.ListMultimaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,UserPermission
 loadAll(org.apache.hadoop.conf.Configurationconf)
 Load all permissions from the region server holding 
_acl_,
  primarily intended for testing purposes.
 
 
-
-(package private) static https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or 

[43/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/procedure2/ProcedureExecutor.WorkerMonitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerMonitor.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerMonitor.html
index 605d2b0..37a7d5c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerMonitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerMonitor.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private final class ProcedureExecutor.WorkerMonitor
+private final class ProcedureExecutor.WorkerMonitor
 extends InlineChore
 
 
@@ -277,7 +277,7 @@ extends 
 
 WORKER_MONITOR_INTERVAL_CONF_KEY
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String WORKER_MONITOR_INTERVAL_CONF_KEY
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String WORKER_MONITOR_INTERVAL_CONF_KEY
 
 See Also:
 Constant
 Field Values
@@ -290,7 +290,7 @@ extends 
 
 DEFAULT_WORKER_MONITOR_INTERVAL
-private static finalint DEFAULT_WORKER_MONITOR_INTERVAL
+private static finalint DEFAULT_WORKER_MONITOR_INTERVAL
 
 See Also:
 Constant
 Field Values
@@ -303,7 +303,7 @@ extends 
 
 WORKER_STUCK_THRESHOLD_CONF_KEY
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String WORKER_STUCK_THRESHOLD_CONF_KEY
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String WORKER_STUCK_THRESHOLD_CONF_KEY
 
 See Also:
 Constant
 Field Values
@@ -316,7 +316,7 @@ extends 
 
 DEFAULT_WORKER_STUCK_THRESHOLD
-private static finalint DEFAULT_WORKER_STUCK_THRESHOLD
+private static finalint DEFAULT_WORKER_STUCK_THRESHOLD
 
 See Also:
 Constant
 Field Values
@@ -329,7 +329,7 @@ extends 
 
 WORKER_ADD_STUCK_PERCENTAGE_CONF_KEY
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String WORKER_ADD_STUCK_PERCENTAGE_CONF_KEY
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String WORKER_ADD_STUCK_PERCENTAGE_CONF_KEY
 
 See Also:
 Constant
 Field Values
@@ -342,7 +342,7 @@ extends 
 
 DEFAULT_WORKER_ADD_STUCK_PERCENTAGE
-private static finalfloat DEFAULT_WORKER_ADD_STUCK_PERCENTAGE
+private static finalfloat DEFAULT_WORKER_ADD_STUCK_PERCENTAGE
 
 See Also:
 Constant
 Field Values
@@ -355,7 +355,7 @@ extends 
 
 addWorkerStuckPercentage
-privatefloat addWorkerStuckPercentage
+privatefloat addWorkerStuckPercentage
 
 
 
@@ -364,7 +364,7 @@ extends 
 
 timeoutInterval
-privateint timeoutInterval
+privateint timeoutInterval
 
 
 
@@ -373,7 +373,7 @@ extends 
 
 stuckThreshold
-privateint stuckThreshold
+privateint stuckThreshold
 
 
 
@@ -390,7 +390,7 @@ extends 
 
 WorkerMonitor
-publicWorkerMonitor()
+publicWorkerMonitor()
 
 
 
@@ -407,7 +407,7 @@ extends 
 
 run
-publicvoidrun()
+publicvoidrun()
 
 
 
@@ -416,7 +416,7 @@ extends 
 
 checkForStuckWorkers
-privateintcheckForStuckWorkers()
+privateintcheckForStuckWorkers()
 
 
 
@@ -425,7 +425,7 @@ extends 
 
 checkThreadCount
-privatevoidcheckThreadCount(intstuckCount)
+privatevoidcheckThreadCount(intstuckCount)
 
 
 
@@ -434,7 +434,7 @@ extends 
 
 refreshConfig
-privatevoidrefreshConfig()
+privatevoidrefreshConfig()
 
 
 
@@ -443,7 +443,7 @@ extends 
 
 getTimeoutInterval
-publicintgetTimeoutInterval()
+publicintgetTimeoutInterval()
 
 Specified by:
 getTimeoutIntervalin
 classInlineChore

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b5e107c3/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 eb58240..3026c71 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.WorkerThread.html
@@ -131,7 +131,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class ProcedureExecutor.WorkerThread
+private class ProcedureExecutor.WorkerThread
 extends StoppableThread
 
 
@@ -282,7 +282,7 @@ extends 
 
 executionStartTime
-private finalhttps://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 

[43/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/org/apache/hadoop/hbase/security/access/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html
index f594c43..8a2815f 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html
@@ -142,9 +142,9 @@
 
 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.security.access.Permission.Action
 org.apache.hadoop.hbase.security.access.AccessControlFilter.Strategy
 org.apache.hadoop.hbase.security.access.AccessController.OpType
+org.apache.hadoop.hbase.security.access.Permission.Action
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8f09a71d/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
index 29d7634..67b7e3a 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
@@ -191,9 +191,9 @@
 
 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.security.SaslStatus
-org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
 org.apache.hadoop.hbase.security.AuthMethod
+org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
+org.apache.hadoop.hbase.security.SaslStatus
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8f09a71d/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
index 2923faf..81a90a9 100644
--- a/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
@@ -199,8 +199,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.thrift.ThriftServerRunner.ImplType
 org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactoryImpl.FactoryStorage
+org.apache.hadoop.hbase.thrift.ThriftServerRunner.ImplType
 org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8f09a71d/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 ef4add7..0e11c6c 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.ChecksumType
+org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.PureJavaComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
 org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements 

[43/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/org/apache/hadoop/hbase/procedure2/store/wal/class-use/WALProcedureMap.Entry.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/class-use/WALProcedureMap.Entry.html
 
b/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/class-use/WALProcedureMap.Entry.html
deleted file mode 100644
index 2c7fa3d..000
--- 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/wal/class-use/WALProcedureMap.Entry.html
+++ /dev/null
@@ -1,307 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 
org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap.Entry (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.procedure2.store.wal.WALProcedureMap.Entry
-
-
-
-
-
-Packages that use WALProcedureMap.Entry
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase.procedure2.store.wal
-
-
-
-
-
-
-
-
-
-
-Uses of WALProcedureMap.Entry in org.apache.hadoop.hbase.procedure2.store.wal
-
-Fields in org.apache.hadoop.hbase.procedure2.store.wal
 declared as WALProcedureMap.Entry
-
-Modifier and Type
-Field and Description
-
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.Entry.childHead
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.childUnlinkedHead
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.EntryIterator.current
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.Entry.hashNext
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.Entry.linkNext
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.Entry.linkPrev
-
-
-private WALProcedureMap.Entry[]
-WALProcedureMap.procedureMap
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.EntryIterator.replayHead
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.Entry.replayNext
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.replayOrderHead
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.replayOrderTail
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.Entry.replayPrev
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.rootHead
-
-
-
-
-Methods in org.apache.hadoop.hbase.procedure2.store.wal
 that return WALProcedureMap.Entry
-
-Modifier and Type
-Method and Description
-
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.addToLinkList(WALProcedureMap.Entryentry,
- WALProcedureMap.EntrylinkHead)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.addToMap(longprocId,
-booleanhasParent)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.findLinkListTail(WALProcedureMap.EntrylinkHead)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.getProcedure(intslotIndex,
-longprocId)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.getProcedure(longprocId)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.getRootProcedure(WALProcedureMap.Entryentry)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.removeFromMap(longprocId)
-
-
-
-
-Methods in org.apache.hadoop.hbase.procedure2.store.wal
 with parameters of type WALProcedureMap.Entry
-
-Modifier and Type
-Method and Description
-
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.addToLinkList(WALProcedureMap.Entryentry,
- WALProcedureMap.EntrylinkHead)
-
-
-private void
-WALProcedureMap.addToReplayList(WALProcedureMap.Entryentry)
-
-
-private boolean
-WALProcedureMap.checkReadyToRun(WALProcedureMap.EntryrootEntry)
-(see the comprehensive explanation in the beginning of ProcedureWALFormatReader).
-
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.findLinkListTail(WALProcedureMap.EntrylinkHead)
-
-
-private WALProcedureMap.Entry
-WALProcedureMap.getRootProcedure(WALProcedureMap.Entryentry)
-
-
-private void
-WALProcedureMap.unlinkFromLinkList(WALProcedureMap.Entryentry)
-
-
-private void
-WALProcedureMap.unlinkFromReplayList(WALProcedureMap.Entryentry)
-
-
-
-
-Constructors in org.apache.hadoop.hbase.procedure2.store.wal
 with parameters of type WALProcedureMap.Entry
-
-Constructor and Description
-
-
-
-Entry(WALProcedureMap.EntryhashNext)
-
-
-EntryIterator(WALProcedureMap.EntryreplayHead)
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames

[43/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/book.html
--
diff --git a/book.html b/book.html
index 00f72be..7a3f350 100644
--- a/book.html
+++ b/book.html
@@ -41302,7 +41302,7 @@ 
org/apache/hadoop/hbase/security/access/AccessControlClient.revoke:(Lorg/apache/
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-10-17 14:33:27 UTC
+Last updated 2018-10-18 14:33:07 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c9ebe686/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index c80fccc..15bb3bf 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -316,7 +316,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-10-17
+  Last Published: 
2018-10-18
 
 
 



[43/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/master/DeadServer.html
--
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/DeadServer.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/master/DeadServer.html
index 905ad99..da85524 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/master/DeadServer.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/master/DeadServer.html
@@ -33,198 +33,241 @@
 025import 
org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
 026import 
org.apache.hadoop.hbase.util.Pair;
 027
-028import java.util.ArrayList;
-029import java.util.Collections;
-030import java.util.Comparator;
-031import java.util.Date;
-032import java.util.HashMap;
-033import java.util.HashSet;
-034import java.util.Iterator;
-035import java.util.List;
-036import java.util.Map;
-037import java.util.Set;
-038
-039/**
-040 * Class to hold dead servers list and 
utility querying dead server list.
-041 * On znode expiration, servers are added 
here.
-042 */
-043@InterfaceAudience.Private
-044public class DeadServer {
-045  private static final Logger LOG = 
LoggerFactory.getLogger(DeadServer.class);
-046
-047  /**
-048   * Set of known dead servers.  On znode 
expiration, servers are added here.
-049   * This is needed in case of a network 
partitioning where the server's lease
-050   * expires, but the server is still 
running. After the network is healed,
-051   * and it's server logs are recovered, 
it will be told to call server startup
-052   * because by then, its regions have 
probably been reassigned.
-053   */
-054  private final MapServerName, 
Long deadServers = new HashMap();
-055
-056  /**
-057   * Number of dead servers currently 
being processed
-058   */
-059  private int numProcessing = 0;
-060
-061  /**
-062   * Whether a dead server is being 
processed currently.
-063   */
-064  private volatile boolean processing = 
false;
-065
-066  /**
-067   * A dead server that comes back alive 
has a different start code. The new start code should be
-068   *  greater than the old one, but we 
don't take this into account in this method.
-069   *
-070   * @param newServerName Servername as 
either codehost:port/code or
-071   *  
codehost,port,startcode/code.
-072   * @return true if this server was dead 
before and coming back alive again
-073   */
-074  public synchronized boolean 
cleanPreviousInstance(final ServerName newServerName) {
-075IteratorServerName it = 
deadServers.keySet().iterator();
-076while (it.hasNext()) {
-077  ServerName sn = it.next();
-078  if (ServerName.isSameAddress(sn, 
newServerName)) {
-079it.remove();
-080return true;
-081  }
-082}
-083
-084return false;
-085  }
-086
-087  /**
-088   * @param serverName server name.
-089   * @return true if this server is on 
the dead servers list false otherwise
-090   */
-091  public synchronized boolean 
isDeadServer(final ServerName serverName) {
-092return 
deadServers.containsKey(serverName);
-093  }
-094
-095  /**
-096   * Checks if there are currently any 
dead servers being processed by the
-097   * master.  Returns true if at least 
one region server is currently being
-098   * processed as dead.
-099   *
-100   * @return true if any RS are being 
processed as dead
-101   */
-102  public synchronized boolean 
areDeadServersInProgress() { return processing; }
-103
-104  public synchronized 
SetServerName copyServerNames() {
-105SetServerName clone = new 
HashSet(deadServers.size());
-106clone.addAll(deadServers.keySet());
-107return clone;
-108  }
-109
-110  /**
-111   * Adds the server to the dead server 
list if it's not there already.
-112   * @param sn the server name
+028import 
com.google.common.base.Preconditions;
+029
+030import java.util.ArrayList;
+031import java.util.Collections;
+032import java.util.Comparator;
+033import java.util.Date;
+034import java.util.HashMap;
+035import java.util.HashSet;
+036import java.util.Iterator;
+037import java.util.List;
+038import java.util.Map;
+039import java.util.Set;
+040
+041
+042/**
+043 * Class to hold dead servers list and 
utility querying dead server list.
+044 * On znode expiration, servers are added 
here.
+045 */
+046@InterfaceAudience.Private
+047public class DeadServer {
+048  private static final Logger LOG = 
LoggerFactory.getLogger(DeadServer.class);
+049
+050  /**
+051   * Set of known dead servers.  On znode 
expiration, servers are added here.
+052   * This is needed in case of a network 
partitioning where the server's lease
+053   * expires, but the server is still 
running. After the network is healed,
+054   * and it's server logs are recovered, 
it will be told to call server startup
+055   * because by then, its regions have 
probably been reassigned.
+056   */
+057  private final MapServerName, 
Long deadServers = new HashMap();

[43/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/org/apache/hadoop/hbase/procedure2/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html
index 325652f..fc48127 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html
@@ -217,10 +217,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.procedure2.LockType
-org.apache.hadoop.hbase.procedure2.StateMachineProcedure.Flow
-org.apache.hadoop.hbase.procedure2.LockedResourceType
-org.apache.hadoop.hbase.procedure2.RootProcedureState.State
 org.apache.hadoop.hbase.procedure2.Procedure.LockState
+org.apache.hadoop.hbase.procedure2.RootProcedureState.State
+org.apache.hadoop.hbase.procedure2.LockedResourceType
+org.apache.hadoop.hbase.procedure2.StateMachineProcedure.Flow
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d1341859/devapidocs/org/apache/hadoop/hbase/procedure2/store/BitSetNode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/store/BitSetNode.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/store/BitSetNode.html
index 6a58652..40697d7 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/store/BitSetNode.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/store/BitSetNode.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":9,"i1":9,"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":9,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-class BitSetNode
+class BitSetNode
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 A bitmap which can grow/merge with other BitSetNode (if 
certain conditions are met).
  Boundaries of bitmap are aligned to multiples of BITS_PER_WORD.
 So the range
@@ -279,58 +279,62 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 getActiveMinProcId()
 
 
+long[]
+getActiveProcIds()
+
+
 private int
 getBitmapIndex(longprocId)
 
-
+
 long
 getEnd()
 
-
+
 long
 getStart()
 
-
+
 void
 grow(longprocId)
 
-
+
 void
 insertOrUpdate(longprocId)
 
-
+
 boolean
 isAllModified()
 
-
+
 ProcedureStoreTracker.DeleteState
 isDeleted(longprocId)
 
-
+
 boolean
 isEmpty()
 
-
+
 boolean
 isModified(longprocId)
 
-
+
 void
 merge(BitSetNoderightNode)
 
-
+
 void
 resetModified()
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 toString()
 
-
+
 void
 unsetPartialFlag()
 
-
+
 (package private) void
 updateState(longprocId,
booleanisDeleted)
@@ -363,7 +367,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 WORD_MASK
-private static finallong WORD_MASK
+private static finallong WORD_MASK
 
 See Also:
 Constant
 Field Values
@@ -376,7 +380,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ADDRESS_BITS_PER_WORD
-private static finalint ADDRESS_BITS_PER_WORD
+private static finalint ADDRESS_BITS_PER_WORD
 
 See Also:
 Constant
 Field Values
@@ -389,7 +393,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 BITS_PER_WORD
-private static finalint BITS_PER_WORD
+private static finalint BITS_PER_WORD
 
 See Also:
 Constant
 Field Values
@@ -402,7 +406,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 MAX_NODE_SIZE
-private static finalint MAX_NODE_SIZE
+private static finalint MAX_NODE_SIZE
 
 See Also:
 Constant
 Field Values
@@ -415,7 +419,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 partial
-privateboolean partial
+privateboolean partial
 Mimics 

[43/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/procedure/DisableTableProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
index b2bcb82..9023fea 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.html
@@ -381,7 +381,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,
 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,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish, updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/419d0338/devapidocs/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.html
index 0bb6280..c7c174f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.html
@@ -396,7 +396,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,
 holdLock, 
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,
 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,
 holdLock, 
incChildrenLatch,
 isBypass,
 isFailed,
 isFinished,
 

[43/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/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 9541318..a5b0c13 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2018 The Apache Software Foundation
 
-  File: 3746,
- Errors: 15210,
+  File: 3747,
+ Errors: 15202,
  Warnings: 0,
  Infos: 0
   
@@ -10219,7 +10219,7 @@ under the License.
   0
 
 
-  3
+  2
 
   
   
@@ -17742,6 +17742,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.handler.HandlerUtil.java;>org/apache/hadoop/hbase/regionserver/handler/HandlerUtil.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer.java;>org/apache/hadoop/hbase/master/balancer/TestRSGroupBasedLoadBalancer.java
 
 
@@ -44589,7 +44603,7 @@ under the License.
   0
 
 
-  2
+  1
 
   
   
@@ -49517,7 +49531,7 @@ under the License.
   0
 
 
-  213
+  212
 
   
   
@@ -50217,7 +50231,7 @@ under the License.
   0
 
 
-  40
+  36
 
   
   
@@ -51785,7 +51799,7 @@ under the License.
   0
 
 
-  21
+  20
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/37cf49a6/coc.html
--
diff --git a/coc.html b/coc.html
index a9a898a..53b21bb 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -375,7 +375,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-09-25
+  Last Published: 
2018-09-26
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/37cf49a6/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 5847017..13a894e 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -440,7 +440,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-09-25
+  Last Published: 
2018-09-26
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/37cf49a6/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 8918464..01acbf2 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -879,7 +879,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-09-25
+  Last Published: 
2018-09-26
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/37cf49a6/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index a2414b0..e9a6ad1 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -313,7 +313,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-   

[43/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/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 5c2b197..f372fa9 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -163,6 +163,8 @@
 
 abort
 - Variable in class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
+abort
 - Variable in class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
+
 abort(String,
 Throwable) - Method in class 
org.apache.hadoop.hbase.regionserver.HRegionServer
 
 Cause the server to exit without closing the regions it is 
serving, the log
@@ -3882,6 +3884,12 @@
 
 AssignRegionAction(int,
 int) - Constructor for class 
org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.AssignRegionAction
 
+AssignRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
+
+Handles opening of a region on a region server.
+
+AssignRegionHandler(RegionServerServices,
 RegionInfo, TableDescriptor, long, EventType) - Constructor for 
class org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
+
 assignRegions(MasterProcedureEnv,
 ListRegionInfo) - Method in class 
org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
 Assign the regions on the crashed RS to other Rses.
@@ -11734,6 +11742,8 @@
 
 CLEANUP_INTERVAL
 - Static variable in class org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler
 
+cleanUpAndReportFailure(IOException)
 - Method in class org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
+
 cleanupAndRestoreBackupSystem(Connection,
 BackupInfo, Configuration) - Static method in class 
org.apache.hadoop.hbase.backup.impl.TableBackupClient
 
 cleanupAnySplitDetritus()
 - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
@@ -11788,7 +11798,9 @@
  snapshots.
 
 cleanupFailedOpen(HRegion)
 - Method in class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
-
+
+Deprecated.
+
 cleanupHbckZnode()
 - Method in class org.apache.hadoop.hbase.util.HBaseFsck
 
 cleanUpHFileRefs(String,
 ListString) - Method in class 
org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
@@ -18975,6 +18987,10 @@
 
 Create the FlushPolicy configured for the given table.
 
+create(RegionServerServices,
 RegionInfo, TableDescriptor, long) - Static method in class 
org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
+
+create(RegionServerServices,
 String, boolean, ServerName) - Static method in class 
org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
+
 create(Configuration,
 FlushRequester, Server, RegionServerAccounting) - Static method in 
class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
 create(HRegionServer)
 - Static method in class org.apache.hadoop.hbase.regionserver.HRegionServer.MovedRegionsCleaner
@@ -19116,6 +19132,8 @@
 
 Creates another similar Bloom filter.
 
+createAssignmentManager(MasterServices)
 - Method in class org.apache.hadoop.hbase.master.HMaster
+
 createAssignProcedure(RegionStateNode,
 ServerName) - Method in class 
org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
 createAssignProcedures(ListRegionInfo)
 - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
@@ -24226,6 +24244,10 @@
 
 delayedSeekKV
 - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
+delayedSubmit(EventHandler,
 long, TimeUnit) - Method in class 
org.apache.hadoop.hbase.executor.ExecutorService
+
+delayedSubmitTimer
 - Variable in class org.apache.hadoop.hbase.executor.ExecutorService
+
 DelayedTask(FutureTaskVoid,
 long, TimeUnit) - Constructor for class 
org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.DelayedTask
 
 DelayedUtil - Class in org.apache.hadoop.hbase.procedure2.util
@@ -25641,6 +25663,8 @@
 
 destination
 - Variable in class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
+destination
 - Variable in class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
+
 destinationServer
 - Variable in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
 
 Deprecated.
@@ -26270,7 +26294,9 @@
 doCleanupBulkLoad(ClientProtos.CleanupBulkLoadRequest)
 - Method in class org.apache.hadoop.hbase.client.CancellableRegionServerCallable
 
 doCleanUpOnFailedOpen(HRegion)
 - Method in class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
-
+
+Deprecated.
+
 doClient(FileSystem,
 SetPath, boolean, boolean) - Method in class 
org.apache.hadoop.hbase.regionserver.CompactionTool
 
 Execute compaction, from this client, one path at the 
time.
@@ -27774,6 +27800,8 @@
 
 Deprecated.
 
+encodedName
 - Variable in class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
+
 encodedName2HighestSequenceId
 - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL.WalProps
 
 Map the 

[43/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/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
index 2c79bef..8eb7b8b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
@@ -356,11 +356,11 @@ implements https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionRegionInfopendingRegions)
 
 
-void
+long
 assign(RegionInforegionInfo)
 
 
-void
+long
 assign(RegionInforegionInfo,
   ServerNamesn)
 
@@ -772,7 +772,7 @@ implements RegionState.State...expectedStates)
 
 
-void
+long
 unassign(RegionInforegionInfo)
 
 
@@ -1155,7 +1155,7 @@ implements 
 
 STATES_EXPECTED_ON_OPEN
-private static finalRegionState.State[] STATES_EXPECTED_ON_OPEN
+private static finalRegionState.State[] STATES_EXPECTED_ON_OPEN
 
 
 
@@ -1164,7 +1164,7 @@ implements 
 
 STATES_EXPECTED_ON_CLOSING
-private static finalRegionState.State[] STATES_EXPECTED_ON_CLOSING
+private static finalRegionState.State[] STATES_EXPECTED_ON_CLOSING
 
 
 
@@ -1173,7 +1173,7 @@ implements 
 
 STATES_EXPECTED_ON_CLOSED
-private static finalRegionState.State[] STATES_EXPECTED_ON_CLOSED
+private static finalRegionState.State[] STATES_EXPECTED_ON_CLOSED
 
 
 
@@ -1182,7 +1182,7 @@ implements 
 
 STATES_EXPECTED_ON_ASSIGN
-private static finalRegionState.State[] STATES_EXPECTED_ON_ASSIGN
+private static finalRegionState.State[] STATES_EXPECTED_ON_ASSIGN
 
 
 
@@ -1191,7 +1191,7 @@ implements 
 
 STATES_EXPECTED_ON_UNASSIGN_OR_MOVE
-private static finalRegionState.State[] STATES_EXPECTED_ON_UNASSIGN_OR_MOVE
+private static finalRegionState.State[] STATES_EXPECTED_ON_UNASSIGN_OR_MOVE
 
 
 
@@ -1200,7 +1200,7 @@ implements 
 
 pendingAssignQueue
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListRegionStateNode pendingAssignQueue
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListRegionStateNode pendingAssignQueue
 
 
 
@@ -1209,7 +1209,7 @@ implements 
 
 assignQueueLock
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">ReentrantLock assignQueueLock
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">ReentrantLock assignQueueLock
 
 
 
@@ -1218,7 +1218,7 @@ implements 
 
 assignQueueFullCond
-private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Condition.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">Condition assignQueueFullCond
+private finalhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Condition.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">Condition assignQueueFullCond
 
 
 
@@ -1621,7 +1621,7 @@ implements 
 
 assign
-publicvoidassign(RegionInforegionInfo,
+publiclongassign(RegionInforegionInfo,
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
 
@@ -1636,7 +1636,7 @@ implements 
 
 assign
-publicvoidassign(RegionInforegionInfo)
+publiclongassign(RegionInforegionInfo)
 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:
@@ -1650,7 +1650,7 @@ implements 
 
 unassign
-publicvoidunassign(RegionInforegionInfo)
+publiclongunassign(RegionInforegionInfo)
   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:
@@ -1664,7 +1664,7 @@ implements 
 
 createMoveRegionProcedure
-privateTransitRegionStateProcedurecreateMoveRegionProcedure(RegionInforegionInfo,
+privateTransitRegionStateProcedurecreateMoveRegionProcedure(RegionInforegionInfo,
   ServerNametargetServer)
throws HBaseIOException
 
@@ -1679,7 +1679,7 @@ implements 
 
 move
-publicvoidmove(RegionInforegionInfo)
+publicvoidmove(RegionInforegionInfo)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in 

[43/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/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 264e107..b7e0239 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -281,10 +281,10 @@
 Warnings
 Errors
 
-3720
+3721
 0
 0
-15326
+15335
 
 Files
 
@@ -447,7 +447,7 @@
 org/apache/hadoop/hbase/HBaseTestingUtility.java
 0
 0
-228
+227
 
 org/apache/hadoop/hbase/HColumnDescriptor.java
 0
@@ -4817,7 +4817,7 @@
 org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
 0
 0
-13
+12
 
 org/apache/hadoop/hbase/master/assignment/GCMergedRegionsProcedure.java
 0
@@ -4859,4856 +4859,4861 @@
 0
 1
 
+org/apache/hadoop/hbase/master/assignment/TestRegionReplicaSplit.java
+0
+0
+3
+
 org/apache/hadoop/hbase/master/assignment/TestRegionStates.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/assignment/TestSplitTableRegionProcedure.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/balancer/BalancerChore.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/BalancerTestBase.java
 0
 0
 74
-
+
 org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java
 0
 0
 60
-
+
 org/apache/hadoop/hbase/master/balancer/ClusterLoadState.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/ClusterStatusChore.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/FavoredStochasticBalancer.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/balancer/LoadBalancerFactory.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/master/balancer/LoadBalancerPerformanceEvaluation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/RegionInfoComparator.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/balancer/RegionLocationFinder.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/master/balancer/ServerAndLoad.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/SimpleLoadBalancer.java
 0
 0
 33
-
+
 org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java
 0
 0
 32
-
+
 org/apache/hadoop/hbase/master/balancer/TestBaseLoadBalancer.java
 0
 0
 16
-
+
 org/apache/hadoop/hbase/master/balancer/TestDefaultLoadBalancer.java
 0
 0
 48
-
+
 org/apache/hadoop/hbase/master/balancer/TestFavoredNodeTableImport.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/TestFavoredStochasticBalancerPickers.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/balancer/TestRegionsOnMasterOptions.java
 0
 0
 13
-
+
 org/apache/hadoop/hbase/master/balancer/TestServerAndLoad.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
 0
 0
 33
-
+
 org/apache/hadoop/hbase/master/cleaner/BaseFileCleanerDelegate.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/cleaner/BaseLogCleanerDelegate.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/cleaner/CleanerChore.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/master/cleaner/FileCleanerDelegate.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/cleaner/HFileLinkCleaner.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/master/cleaner/TestCleanerChore.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/cleaner/TestHFileCleaner.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/master/cleaner/TestHFileLinkCleaner.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/cleaner/TestSnapshotFromMaster.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/cleaner/TimeToLiveHFileCleaner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/cleaner/TimeToLiveLogCleaner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/locking/LockManager.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/master/locking/LockProcedure.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/master/normalizer/EmptyNormalizationPlan.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/normalizer/NormalizationPlan.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/normalizer/RegionNormalizerChore.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/normalizer/RegionNormalizerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/master/procedure/AbstractStateMachineNamespaceProcedure.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/procedure/AbstractStateMachineRegionProcedure.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/procedure/AbstractStateMachineTableProcedure.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/procedure/CloneSnapshotProcedure.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/master/procedure/CreateNamespaceProcedure.java
 0
 0
 31
-
+
 org/apache/hadoop/hbase/master/procedure/DeleteNamespaceProcedure.java
 0
 0
 34
-
+
 org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/master/procedure/MasterProcedureScheduler.java
 0
 0
 5
-
+
 

[43/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/assignment/RegionRemoteProcedureBase.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionRemoteProcedureBase.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionRemoteProcedureBase.html
index 6bf3871..6a24523 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionRemoteProcedureBase.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionRemoteProcedureBase.html
@@ -309,7 +309,7 @@ implements Procedure
-acquireLock,
 addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollba
 ck, elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId, getProcIdHashCode,
 getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedT
 ime, getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 holdLock,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 isYieldAfterExecutionStep,
 releaseLock,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate, setNonceKey,
 setOwner,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes, setState,
 setSubmittedTime,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 toStringState,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 
 waitInitialized, wasExecuted
+acquireLock,
 addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollba
 ck, elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcedureMetrics,
 getProcId, getProcIdHashCode,
 getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedT
 ime, getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 holdLock,
 incChildrenLatch,
 isBypass,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting, isYieldAfterExecutionStep,
 releaseLock,
 removeStackIndex,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure, setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setRootProcId, setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass, toStringClassDetails,
 toStringDetails,
 toStringSimpleSB,
 toStringState,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 waitInitialized,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/74f60271/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionTransitionProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionTransitionProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionTransitionProcedure.html
index b1fbd27..492603a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionTransitionProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/RegionTransitionProcedure.html
@@ -420,7 +420,7 @@ implements Procedure
-acquireLock,
 addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 deserializeStateData,
 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,
 holdLock,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess, isWaiting,
 isYieldAfterExecutionStep,
 releaseLock,
 removeStackIndex,
 serializeStateData,
 setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner,
 setParentProcId,
 setProcId, setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout,
 setTimeoutFailure,
 shouldWaitClientAck,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 waitInitialized,
 wasExecuted
+acquireLock,
 addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 deserializeStateData,
 doExecute, doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 

[43/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/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 eaeb725..eddc34e 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":9,"i1":10,"i2":42,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":10,"i9":10,"i10":10};
+var methods = 
{"i0":9,"i1":10,"i2":10,"i3":42,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":9,"i10":10,"i11":10,"i12":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -120,7 +120,7 @@ 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).
@@ -210,56 +210,64 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 createFilterFromArguments(https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
+boolean
+equals(https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectobj)
+
+
 Filter.ReturnCode
 filterCell(Cellc)
 A way to filter based on the column family, column 
qualifier and/or the column value.
 
 
-
+
 Filter.ReturnCode
 filterKeyValue(Cellc)
 Deprecated.
 
 
-
+
 boolean
 filterRowKey(Cellcell)
 Filters a row based on the row key.
 
 
-
+
 long
 getMin()
 Gets the minimum timestamp requested by filter.
 
 
-
+
 Cell
 getNextCellHint(CellcurrentCell)
 Pick the next cell that the scanner should seek to.
 
 
-
+
 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">Long
 getTimestamps()
 
-
+
+int
+hashCode()
+
+
 static TimestampsFilter
 parseFrom(byte[]pbBytes)
 
-
+
 byte[]
 toByteArray()
 Return length 0 byte array for Filters that don't require 
special serialization
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 toString()
 Return filter's info for debugging and logging 
purpose.
 
 
-
+
 protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 toString(intmaxTimestamps)
 
@@ -283,7 +291,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase
 
 
 Methods inherited from classjava.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.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/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, https://docs.oracle.com/javase/8/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-;
 title="class or interface in java.lang">wait, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
+https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, 

[43/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/HRegion.ReplayBatchOperation.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ReplayBatchOperation.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ReplayBatchOperation.html
index b62cd5a..d358bb7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ReplayBatchOperation.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ReplayBatchOperation.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class HRegion.ReplayBatchOperation
+static class HRegion.ReplayBatchOperation
 extends HRegion.BatchOperationWALSplitter.MutationReplay
 Batch of mutations for replay. Base class is shared with HRegion.MutationBatchOperation
 as most
  of the logic is same.
@@ -306,7 +306,7 @@ extends 
 
 origLogSeqNum
-privatelong origLogSeqNum
+privatelong origLogSeqNum
 
 
 
@@ -323,7 +323,7 @@ extends 
 
 ReplayBatchOperation
-publicReplayBatchOperation(HRegionregion,
+publicReplayBatchOperation(HRegionregion,
 WALSplitter.MutationReplay[]operations,
 longorigLogSeqNum)
 
@@ -342,7 +342,7 @@ extends 
 
 getMutation
-publicMutationgetMutation(intindex)
+publicMutationgetMutation(intindex)
 
 Specified by:
 getMutationin
 classHRegion.BatchOperationWALSplitter.MutationReplay
@@ -355,7 +355,7 @@ extends 
 
 getNonceGroup
-publiclonggetNonceGroup(intindex)
+publiclonggetNonceGroup(intindex)
 
 Specified by:
 getNonceGroupin
 classHRegion.BatchOperationWALSplitter.MutationReplay
@@ -368,7 +368,7 @@ extends 
 
 getNonce
-publiclonggetNonce(intindex)
+publiclonggetNonce(intindex)
 
 Specified by:
 getNoncein
 classHRegion.BatchOperationWALSplitter.MutationReplay
@@ -381,7 +381,7 @@ extends 
 
 getMutationsForCoprocs
-publicMutation[]getMutationsForCoprocs()
+publicMutation[]getMutationsForCoprocs()
 Description copied from 
class:HRegion.BatchOperation
 This method is potentially expensive and useful mostly for 
non-replay CP path.
 
@@ -396,7 +396,7 @@ extends 
 
 isInReplay
-publicbooleanisInReplay()
+publicbooleanisInReplay()
 
 Specified by:
 isInReplayin
 classHRegion.BatchOperationWALSplitter.MutationReplay
@@ -409,7 +409,7 @@ extends 
 
 getOrigLogSeqNum
-publiclonggetOrigLogSeqNum()
+publiclonggetOrigLogSeqNum()
 
 Specified by:
 getOrigLogSeqNumin
 classHRegion.BatchOperationWALSplitter.MutationReplay
@@ -422,7 +422,7 @@ extends 
 
 startRegionOperation
-publicvoidstartRegionOperation()
+publicvoidstartRegionOperation()
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Specified by:
@@ -438,7 +438,7 @@ extends 
 
 closeRegionOperation
-publicvoidcloseRegionOperation()
+publicvoidcloseRegionOperation()
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Specified by:
@@ -454,7 +454,7 @@ extends 
 
 checkAndPreparePut
-protectedvoidcheckAndPreparePut(Putp)
+protectedvoidcheckAndPreparePut(Putp)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 During replay, there could exist column families which are 
removed between region server
  failure and replay
@@ -472,7 +472,7 @@ extends 
 
 checkAndPrepare
-publicvoidcheckAndPrepare()
+publicvoidcheckAndPrepare()
  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:HRegion.BatchOperation
 Validates each mutation and prepares a batch for write. If 
necessary (non-replay case), runs
@@ -494,7 +494,7 @@ extends 
 
 prepareMiniBatchOperations
-publicvoidprepareMiniBatchOperations(MiniBatchOperationInProgressMutationminiBatchOp,
+publicvoidprepareMiniBatchOperations(MiniBatchOperationInProgressMutationminiBatchOp,
longtimestamp,
https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegion.RowLockacquiredRowLocks)
 throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -515,7 +515,7 @@ extends 
 
 writeMiniBatchOperationsToMemStore
-publicMultiVersionConcurrencyControl.WriteEntrywriteMiniBatchOperationsToMemStore(MiniBatchOperationInProgressMutationminiBatchOp,
+publicMultiVersionConcurrencyControl.WriteEntrywriteMiniBatchOperationsToMemStore(MiniBatchOperationInProgressMutationminiBatchOp,

[43/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/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 3905110..8657ae9 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -6965,23 +6965,31 @@ service.
 
 
 TableName
-RegionStates.RegionStateNode.getTable()
+RegionStateNode.getTable()
 
 
 TableName
-MoveRegionProcedure.getTableName()
+MoveRegionProcedure.getTableName()
+Deprecated.
+
 
 
 TableName
-MergeTableRegionsProcedure.getTableName()
+RegionRemoteProcedureBase.getTableName()
 
 
 TableName
-GCMergedRegionsProcedure.getTableName()
+MergeTableRegionsProcedure.getTableName()
 
 
 TableName
-RegionTransitionProcedure.getTableName()
+GCMergedRegionsProcedure.getTableName()
+
+
+TableName
+RegionTransitionProcedure.getTableName()
+Deprecated.
+
 
 
 
@@ -7012,10 +7020,9 @@ service.
 
 
 
-UnassignProcedure[]
-AssignmentManager.createUnassignProcedures(TableNametableName)
-Called by things like DisableTableProcedure to get a list 
of UnassignProcedure
- to unassign the regions of the table.
+TransitRegionStateProcedure[]
+AssignmentManager.createUnassignProceduresForDisabling(TableNametableName)
+Called by DisableTableProcedure to unassign all the regions 
for a table.
 
 
 
@@ -7040,7 +7047,7 @@ service.
 
 private https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
 RegionStates.getRegionsOfTable(TableNametable,
- https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true;
 title="class or interface in java.util.function">PredicateRegionStates.RegionStateNodefilter)
+ https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true;
 title="class or interface in java.util.function">PredicateRegionStateNodefilter)
 
 
 https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionLocation
@@ -7063,7 +7070,7 @@ service.
 RegionStates.getTableRegionsInfo(TableNametableName)
 
 
-(package private) https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListRegionStates.RegionStateNode
+(package private) https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListRegionStateNode
 RegionStates.getTableRegionStateNodes(TableNametableName)
 
 
@@ -7492,7 +7499,7 @@ service.
 
 
 
-protected static void
+private static void
 DisableTableProcedure.setTableStateToDisabling(MasterProcedureEnvenv,
 TableNametableName)
 Mark table state to Disabling

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ae6a80c/devapidocs/org/apache/hadoop/hbase/class-use/YouAreDeadException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/YouAreDeadException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/YouAreDeadException.html
index 9c172fe..944c9c9 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/YouAreDeadException.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/YouAreDeadException.html
@@ -134,7 +134,7 @@
 
 
 (package private) void
-AssignmentManager.checkOnlineRegionsReport(RegionStates.ServerStateNodeserverNode,
+AssignmentManager.checkOnlineRegionsReport(ServerStateNodeserverNode,
 https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in 
java.util">Setbyte[]regionNames)
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ae6a80c/devapidocs/org/apache/hadoop/hbase/client/class-use/DoNotRetryRegionException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/DoNotRetryRegionException.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/DoNotRetryRegionException.html
index 302e519..53e01f4 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/DoNotRetryRegionException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/DoNotRetryRegionException.html
@@ -97,6 +97,10 @@
 
 
 
+org.apache.hadoop.hbase.master.assignment
+
+
+
 org.apache.hadoop.hbase.master.procedure
 
 
@@ -173,6 +177,24 @@
 
 
 
+
+
+
+Uses of DoNotRetryRegionException 
in org.apache.hadoop.hbase.master.assignment
+
+Methods in org.apache.hadoop.hbase.master.assignment
 that throw DoNotRetryRegionException
+
+Modifier and Type
+Method and Description
+
+
+
+void
+RegionStateNode.checkOnline()
+
+
+
+
 
 
 



[43/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/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index cdd3551..8b77c1f 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -284,7 +284,7 @@
 3703
 0
 0
-15559
+15546
 
 Files
 
@@ -4517,12 +4517,12 @@
 org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
 0
 0
-7
+5
 
 org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.java
 0
 0
-7
+5
 
 org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.java
 0
@@ -8797,7 +8797,7 @@
 org/apache/hadoop/hbase/thrift/DemoClient.java
 0
 0
-250
+242
 
 org/apache/hadoop/hbase/thrift/HttpDoAsClient.java
 0
@@ -9742,7 +9742,7 @@
 org/apache/hadoop/hbase/wal/WALSplitter.java
 0
 0
-41
+40
 
 org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.java
 0
@@ -9789,7 +9789,7 @@
 
 
 http://checkstyle.sourceforge.net/config_blocks.html#LeftCurly;>LeftCurly
-194
+192
 Error
 
 
@@ -9876,19 +9876,19 @@
 caseIndent: 2
 basicOffset: 2
 lineWrappingIndentation: 2
-4965
+4954
 Error
 
 javadoc
 http://checkstyle.sourceforge.net/config_javadoc.html#JavadocTagContinuationIndentation;>JavadocTagContinuationIndentation
 
 offset: 2
-770
+771
 Error
 
 
 http://checkstyle.sourceforge.net/config_javadoc.html#NonEmptyAtclauseDescription;>NonEmptyAtclauseDescription
-3619
+3618
 Error
 
 misc
@@ -16025,31 +16025,31 @@
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-340
+341
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-341
+342
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 104).
-428
+431
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-434
+437
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-435
+438
 
 org/apache/hadoop/hbase/MetaMockingUtil.java
 
@@ -19524,7 +19524,7 @@
 
 Error
 javadoc
-NonEmptyAtclauseDescription
+JavadocTagContinuationIndentation
 Javadoc comment at column 0 has parse error. Details: no viable 
alternative at input '   *' while parsing JAVADOC_TAG
 117
 
@@ -40103,241 +40103,241 @@
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-276
+277
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-304
+305
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-392
+393
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-487
+488
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-525
+526
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-551
+552
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-578
+579
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-608
+609
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-638
+639
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-659
+660
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-681
+682
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-704
+705
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-747
+748
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-777
+778
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-779
+780
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-781
+782
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-783
+784
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-785
+786
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-787
+788
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-789
+790
 
 Error
 blocks
 NeedBraces
 'else' construct must use '{}'s.
-791
+792
 
 Error
 annotation
 MissingDeprecated
 Duplicate @deprecated tag.
-801
+802
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-804
+805
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-806
+807
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-808
+809
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-810
+811
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-812
+813
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-814
+815
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-816
+817
 
 Error
 blocks
 NeedBraces
 'else' construct must use '{}'s.
-818
+819
 
 Error
 whitespace
 MethodParamPad
 '(' is preceded with whitespace.
-828
+829
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-829
+830
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-836
+837
 
 Error
 blocks
 NeedBraces
 'if' 

[43/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/io/hfile/HFileBlock.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
index 2f0eda0..10fd671 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames
@@ -186,40 +186,44 @@ implements Class and Description
 
 
+static class
+HFileBlock.BlockDeserializer
+
+
 (package private) static interface
 HFileBlock.BlockIterator
 Iterator for HFileBlocks.
 
 
-
+
 (package private) static interface
 HFileBlock.BlockWritable
 Something that can be written into a block.
 
 
-
+
 (package private) static interface
 HFileBlock.FSReader
 An HFile block reader with iteration ability.
 
 
-
+
 (package private) static class
 HFileBlock.FSReaderImpl
 Reads version 2 HFile blocks from the filesystem.
 
 
-
+
 (package private) static class
 HFileBlock.Header
 
-
+
 private static class
 HFileBlock.PrefetchedHeader
 Data-structure to use caching the header of the NEXT 
block.
 
 
-
+
 (package private) static class
 HFileBlock.Writer
 Unified version 2 HFile block 
writer.
@@ -248,7 +252,7 @@ implements Field and Description
 
 
-(package private) static CacheableDeserializerCacheable
+static CacheableDeserializerCacheable
 BLOCK_DESERIALIZER
 Used deserializing blocks from Cache.
 
@@ -968,7 +972,7 @@ implements 
 
 BLOCK_DESERIALIZER
-static finalCacheableDeserializerCacheable BLOCK_DESERIALIZER
+public static finalCacheableDeserializerCacheable BLOCK_DESERIALIZER
 Used deserializing blocks from Cache.
 
  
@@ -982,7 +986,7 @@ implements See Also:
-#serialize(ByteBuffer)
+serialize(ByteBuffer,
 boolean)
 
 
 
@@ -992,7 +996,7 @@ implements 
 
 DESERIALIZER_IDENTIFIER
-private static finalint DESERIALIZER_IDENTIFIER
+private static finalint DESERIALIZER_IDENTIFIER
 
 
 
@@ -1009,7 +1013,7 @@ implements 
 
 HFileBlock
-privateHFileBlock(HFileBlockthat)
+privateHFileBlock(HFileBlockthat)
 Copy constructor. Creates a shallow copy of 
that's buffer.
 
 
@@ -1019,7 +1023,7 @@ implements 
 
 HFileBlock
-privateHFileBlock(HFileBlockthat,
+privateHFileBlock(HFileBlockthat,
booleanbufCopy)
 Copy constructor. Creates a shallow/deep copy of 
that's buffer as per the boolean
  param.
@@ -1031,7 +1035,7 @@ implements 
 
 HFileBlock
-publicHFileBlock(BlockTypeblockType,
+publicHFileBlock(BlockTypeblockType,
   intonDiskSizeWithoutHeader,
   intuncompressedSizeWithoutHeader,
   longprevBlockOffset,
@@ -1068,7 +1072,7 @@ implements 
 
 HFileBlock
-HFileBlock(ByteBuffbuf,
+HFileBlock(ByteBuffbuf,
booleanusesHBaseChecksum,
Cacheable.MemoryTypememType,
longoffset,
@@ -1101,7 +1105,7 @@ implements 
 
 init
-privatevoidinit(BlockTypeblockType,
+privatevoidinit(BlockTypeblockType,
   intonDiskSizeWithoutHeader,
   intuncompressedSizeWithoutHeader,
   longprevBlockOffset,
@@ -1118,7 +1122,7 @@ implements 
 
 getOnDiskSizeWithHeader
-private staticintgetOnDiskSizeWithHeader(https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferheaderBuf,
+private staticintgetOnDiskSizeWithHeader(https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferheaderBuf,
booleanverifyChecksum)
 Parse total on disk size including header and 
checksum.
 
@@ -1136,7 +1140,7 @@ implements 
 
 getNextBlockOnDiskSize
-intgetNextBlockOnDiskSize()
+intgetNextBlockOnDiskSize()
 
 Returns:
 the on-disk size of the next block (including the header size and any 
checksums if
@@ -1151,7 +1155,7 @@ implements 
 
 getBlockType
-publicBlockTypegetBlockType()
+publicBlockTypegetBlockType()
 
 Specified by:
 getBlockTypein
 interfaceCacheable
@@ -1166,7 +1170,7 @@ implements 
 
 getDataBlockEncodingId
-shortgetDataBlockEncodingId()
+shortgetDataBlockEncodingId()
 
 Returns:
 get data block encoding id that was used to encode this block
@@ -1179,7 +1183,7 @@ implements 
 
 getOnDiskSizeWithHeader
-publicintgetOnDiskSizeWithHeader()
+publicintgetOnDiskSizeWithHeader()
 
 Returns:
 the on-disk size of header + data part + checksum.
@@ -1192,7 +1196,7 @@ implements 
 
 getOnDiskSizeWithoutHeader
-intgetOnDiskSizeWithoutHeader()
+intgetOnDiskSizeWithoutHeader()
 
 Returns:
 the on-disk size of the data part + checksum (header excluded).
@@ -1205,7 +1209,7 @@ implements 
 
 getUncompressedSizeWithoutHeader
-intgetUncompressedSizeWithoutHeader()
+intgetUncompressedSizeWithoutHeader()
 
 Returns:
 the 

[43/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/assignment/AssignProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignProcedure.html 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignProcedure.html
index ee66fc3..3be8992 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignProcedure.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignProcedure.html
@@ -376,14 +376,14 @@ extends RegionTransitionProcedure
-abort,
 acquireLock,
 addToRemoteDispatcher,
 execute,
 getAttempt,
 getRegionInfo, getRegionState,
 getTableName,
 getTransitionState,
 hasLock,
 holdLock,
 isMeta, isServerOnline,
 isServerOnline,
 releaseLock,
 remoteCallFailed,
 remoteOperationCompleted,
 remoteOperationFailed,
 reportTransition,
 rollback, setAttempt,
 setRegionInfo,
 setTimeoutFailure,
 setTransitionState,
 shouldWaitClientAck,
 toStringState
+abort,
 acquireLock,
 addToRemoteDispatcher,
 execute,
 getAttempt,
 getRegionInfo, getRegionState,
 getTableName,
 getTransitionState,
 holdLock,
 isMeta,
 isServerOnline,
 isServerOnline,
 releaseLock,
 remoteCallFailed,
 re
 moteOperationCompleted, remoteOperationFailed,
 reportTransition,
 rollback,
 setAttempt,
 setRegionInfo,
 setTimeoutFailure,
 setTransitionState,
 shouldWaitClientAck,
 toStringState,
 waitInitialized
 
 
 
 
 
 Methods inherited from classorg.apache.hadoop.hbase.procedure2.Procedure
-addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doAcquireLock,
 doExecute,
 d
 oReleaseLock, doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId, getProcIdHashCode,
 getProcName,
 getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
  getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 isYieldAfterExecutionStep,
 removeStackInde
 x, setAbortFailure,
 setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmitte
 dTime, setTimeout,
 toString,
 toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
+addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doExecute,
 doRollback,
 elapsedTime,
 getChildrenLatch,
 getException,
 getLastUpdate,
 getNonceKey,
 getOwner,
 getParentProcId,
 getProcId,
 getProcIdHashCode,
 getProc
 Name, getResult,
 getRootProcedureId,
 getRootProcId,
 getStackIndexes,
 getState,
 getSubmittedTime,
 getTimeout,
 getTimeoutTimestamp,
 hasChildren,
 hasException,
 hasLock,
 hasOwner,
 hasParent,
 hasTimeout,
 haveSameParent,
 incChildrenLatch,
 isFailed, isFinished,
 isInitializing,
 isRunnable,
 isSuccess,
 isWaiting,
 isYieldAfterExecutionStep,
 removeStackIndex,
 setAbortFailu
 re, setChildrenLatch,
 setFailure,
 setFailure,
 setLastUpdate,
 setNonceKey,
 setOwner,
 setOwner,
 setParentProcId,
 setProcId,
 setResult,
 setRootProcId,
 setStackIndexes,
 setState,
 setSubmittedTime,
 setTimeout,
 toString, toStringClass,
 toStringDetails,
 toStringSimpleSB,
 updateMetricsOnFinish,
 updateMetricsOnSubmit,
 updateTimestamp,
 wasExecuted
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/804782f0/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 ab375f4..0ad4476 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html
@@ -211,7 +211,7 @@ extends Procedure
-acquireLock,
 addStackIndex,
 afterReplay,
 beforeReplay,
 compareTo,
 completionCleanup,
 doAcquireLock,
 d
 oExecute, doReleaseLock,
 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,
 holdLock,
 incChildrenLatch,
 isFailed,
 isFinished,
 isInitializing,
 i
 sRunnable, isSuccess,
 isWaiting,
 

[43/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/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction.html
 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction.html
index 386162a..6e644bf 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction
+static class StochasticLoadBalancer.PrimaryRegionCountSkewCostFunction
 extends StochasticLoadBalancer.CostFunction
 Compute the cost of a potential cluster state from skew in 
number of
  primary regions on a cluster.
@@ -230,7 +230,7 @@ extends 
 
 PRIMARY_REGION_COUNT_SKEW_COST_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 PRIMARY_REGION_COUNT_SKEW_COST_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 PRIMARY_REGION_COUNT_SKEW_COST_KEY
 
 See Also:
 Constant
 Field Values
@@ -243,7 +243,7 @@ extends 
 
 DEFAULT_PRIMARY_REGION_COUNT_SKEW_COST
-private static finalfloat DEFAULT_PRIMARY_REGION_COUNT_SKEW_COST
+private static finalfloat DEFAULT_PRIMARY_REGION_COUNT_SKEW_COST
 
 See Also:
 Constant
 Field Values
@@ -256,7 +256,7 @@ extends 
 
 stats
-privatedouble[] stats
+privatedouble[] stats
 
 
 
@@ -273,7 +273,7 @@ extends 
 
 PrimaryRegionCountSkewCostFunction
-PrimaryRegionCountSkewCostFunction(org.apache.hadoop.conf.Configurationconf)
+PrimaryRegionCountSkewCostFunction(org.apache.hadoop.conf.Configurationconf)
 
 
 
@@ -290,7 +290,7 @@ extends 
 
 cost
-doublecost()
+doublecost()
 
 Specified by:
 costin
 classStochasticLoadBalancer.CostFunction

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/df8fd1d3/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RackLocalityCostFunction.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RackLocalityCostFunction.html
 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RackLocalityCostFunction.html
index 1030aa6..cd4a941 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RackLocalityCostFunction.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RackLocalityCostFunction.html
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class StochasticLoadBalancer.RackLocalityCostFunction
+static class StochasticLoadBalancer.RackLocalityCostFunction
 extends StochasticLoadBalancer.LocalityBasedCostFunction
 
 
@@ -239,7 +239,7 @@ extends 
 
 RACK_LOCALITY_COST_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 RACK_LOCALITY_COST_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 RACK_LOCALITY_COST_KEY
 
 See Also:
 Constant
 Field Values
@@ -252,7 +252,7 @@ extends 
 
 DEFAULT_RACK_LOCALITY_COST
-private static finalfloat DEFAULT_RACK_LOCALITY_COST
+private static finalfloat DEFAULT_RACK_LOCALITY_COST
 
 See Also:
 Constant
 Field Values
@@ -273,7 +273,7 @@ extends 
 
 RackLocalityCostFunction
-publicRackLocalityCostFunction(org.apache.hadoop.conf.Configurationconf,
+publicRackLocalityCostFunction(org.apache.hadoop.conf.Configurationconf,
 MasterServicesservices)
 
 
@@ -291,7 +291,7 @@ extends 
 
 regionIndexToEntityIndex
-intregionIndexToEntityIndex(intregion)
+intregionIndexToEntityIndex(intregion)
 Description copied from 
class:StochasticLoadBalancer.LocalityBasedCostFunction
 Maps region to the current entity (server or rack) on which 
it is stored
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/df8fd1d3/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RandomCandidateGenerator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RandomCandidateGenerator.html
 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RandomCandidateGenerator.html
index 5b1d26a..aedf61e 100644
--- 

[43/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/index.html
--
diff --git a/apidocs/index.html b/apidocs/index.html
index bc6cc62..35f78d4 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -1,6 +1,6 @@
 http://www.w3.org/TR/html4/frameset.dtd;>
 
-
+
 
 
 
@@ -61,16 +61,16 @@
 
 
 
-
-
+
+
 
-
+
 
 
-您的浏览器已禁用 JavaScript。
+JavaScript is disabled on your browser.
 
-框架预警
-请使用框架功能查看此文档。如果看到此消息, 
则表明您使用的是不支持框架的 Web 客户机。链接到非框架版本。
+Frame Alert
+This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to Non-frame version.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0c6f447e/apidocs/org/apache/hadoop/hbase/AuthUtil.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/AuthUtil.html 
b/apidocs/org/apache/hadoop/hbase/AuthUtil.html
index 6a42536..58f6135 100644
--- a/apidocs/org/apache/hadoop/hbase/AuthUtil.html
+++ b/apidocs/org/apache/hadoop/hbase/AuthUtil.html
@@ -1,6 +1,6 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
 
@@ -19,45 +19,45 @@
 }
 //-->
 var methods = {"i0":9};
-var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","å…
·ä½“方法"]};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
 var activeTableTab = "activeTableTab";
 
 
-您的浏览器已禁用 JavaScript。
+JavaScript is disabled on your browser.
 
 
 
 
 
-跳过导航链接
+Skip navigation links
 
 
 
-
-概览
-程序包
-ç±»
-使用
-树
-已过时
-索引
-帮助
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
 
 
 
 
-上一个类
-下一个类
+PrevClass
+NextClass
 
 
-框架
-无框架
+Frames
+NoFrames
 
 
-所有类
+AllClasses
 
 
 
 
org.apache.hadoop.hbase
-

ç±» AuthUtil

+

Class AuthUtil

Utility methods for helping with security tasks. Downstream users may rely on this class to handle authenticating via keytab where long running services need access to a secure HBase cluster. @@ -157,15 +157,15 @@ extends

[43/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/index-all.html
--
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index c239a59..0d29995 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -1,10 +1,10 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
 
-Index (Apache HBase 3.0.0-SNAPSHOT API)
+索引 (Apache HBase 3.0.0-SNAPSHOT API)
 
 
 
@@ -12,7 +12,7 @@
 
 
 
-JavaScript is disabled on your browser.
+您的浏览器已禁用 JavaScript。
 
 
 
 
 
-Skip navigation links
+跳过导航链接
 
 
 
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
+
+概览
+程序包
+ç±»
+使用
+树
+已过时
+索引
+帮助
 
 
 
 
-Prev
-Next
+上一个
+下一个
 
 
-Frames
-NoFrames
+框架
+无框架
 
 
-AllClasses
+所有类
 
 
 

[43/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/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.html
index 162b207..d3df994 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9};
+var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public final class FanOutOneBlockAsyncDFSOutputSaslHelper
+public final class FanOutOneBlockAsyncDFSOutputSaslHelper
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Helper class for adding sasl support for FanOutOneBlockAsyncDFSOutput.
 
@@ -285,6 +285,14 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 createTransparentCryptoHelper()
 
 
+private static FanOutOneBlockAsyncDFSOutputSaslHelper.TransparentCryptoHelper
+createTransparentCryptoHelper27()
+
+
+private static FanOutOneBlockAsyncDFSOutputSaslHelper.TransparentCryptoHelper
+createTransparentCryptoHelper28()
+
+
 private static void
 doSaslNegotiation(org.apache.hadoop.conf.Configurationconf,
  
org.apache.hbase.thirdparty.io.netty.channel.Channelchannel,
@@ -294,15 +302,15 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
  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/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringsaslProps,
  
org.apache.hbase.thirdparty.io.netty.util.concurrent.Promisehttps://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in 
java.lang">VoidsaslPromise)
 
-
+
 private static char[]
 encryptionKeyToPassword(byte[]encryptionKey)
 
-
+
 private static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getUserNameFromEncryptionKey(org.apache.hadoop.hdfs.security.token.block.DataEncryptionKeyencryptionKey)
 
-
+
 (package private) static void
 trySaslNegotiate(org.apache.hadoop.conf.Configurationconf,
 
org.apache.hbase.thirdparty.io.netty.channel.Channelchannel,
@@ -340,7 +348,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
 
 
 
@@ -349,7 +357,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 SERVER_NAME
-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 SERVER_NAME
+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 SERVER_NAME
 
 See Also:
 Constant
 Field Values
@@ -362,7 +370,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 PROTOCOL
-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 PROTOCOL
+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 PROTOCOL
 
 See Also:
 Constant
 Field Values
@@ -375,7 +383,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 MECHANISM
-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 MECHANISM
+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 MECHANISM
 
 See Also:
 Constant
 Field Values
@@ -388,7 +396,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 SASL_TRANSFER_MAGIC_NUMBER
-private static finalint 

[43/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.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/Coprocessor.html 
b/devapidocs/org/apache/hadoop/hbase/Coprocessor.html
index 8d5d908..0c83982 100644
--- a/devapidocs/org/apache/hadoop/hbase/Coprocessor.html
+++ b/devapidocs/org/apache/hadoop/hbase/Coprocessor.html
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Known Implementing Classes:
-AccessController, 
AggregateImplementation, BackupObserver, BaseRowProcessorEndpoint, BulkDeleteEndpoint, ConstraintProcessor, CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService,
 CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService,
 CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService,
 CoprocessorWhitelistMasterObserver,
 ExampleMasterObserverWithMetrics,
 ExampleRegionObserverWithMetrics,
 ExampleRegionObserverWithMetrics.ExampleRegionObserver,
 Export, JMXListener, MasterSpace
 QuotaObserver, MultiRowMutationEndpoint, RefreshHFilesEndpoint, ReplicationObserver, RowCountEndpoint, RSGroupAdminEndpoint, ScanModifyingObserver, SecureBulkLoadEndpoint, TokenProvider, ValueRewritingObserver, VisibilityController, VisibilityReplication, WriteHeavyIncrementObserver, 
WriteSinkCoprocessor, ZooKeeperScanPolicyObserver
+AccessController, 
AggregateImplementation, BackupObserver, BaseRowProcessorEndpoint, BulkDeleteEndpoint, ConstraintProcessor, CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService,
 CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService,
 CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService,
 CoprocessorWhitelistMasterObserver,
 ExampleMasterObserverWithMetrics,
 ExampleRegionObserverWithMetrics,
 ExampleRegionObserverWithMetrics.ExampleRegionObserver,
 Export, JMXListener, MasterSpace
 QuotaObserver, MetaTableMetrics, MetaTableMetrics.ExampleRegionObserverMeta,
 MultiRowMutationEndpoint, RefreshHFilesEndpoint, ReplicationObserver, RowCountEndpoint, RSGroupAdminEndpoint, ScanModifyingObserver, SecureBulkLoadEndpoint, TokenProvider, ValueRewritingObserver, VisibilityController, VisibilityReplication, WriteHeavyIncrementObserver, 
WriteSinkCoprocessor, ZooKeeperScanPolicyObserver
 
 
 



[43/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/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 27eb0b0..3f8c13d 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -27,1228 +27,1259 @@
 019
 020import com.google.protobuf.RpcChannel;
 021
-022import java.util.Collection;
-023import java.util.EnumSet;
-024import java.util.List;
-025import java.util.Map;
-026import java.util.Optional;
-027import java.util.Set;
-028import 
java.util.concurrent.CompletableFuture;
-029import java.util.function.Function;
-030import java.util.regex.Pattern;
-031
-032import 
org.apache.hadoop.hbase.CacheEvictionStats;
-033import 
org.apache.hadoop.hbase.ClusterMetrics;
-034import 
org.apache.hadoop.hbase.ClusterMetrics.Option;
-035import 
org.apache.hadoop.hbase.NamespaceDescriptor;
-036import 
org.apache.hadoop.hbase.RegionMetrics;
-037import 
org.apache.hadoop.hbase.ServerName;
-038import 
org.apache.hadoop.hbase.TableName;
-039import 
org.apache.hadoop.hbase.client.replication.TableCFs;
-040import 
org.apache.hadoop.hbase.client.security.SecurityCapability;
-041import 
org.apache.hadoop.hbase.quotas.QuotaFilter;
-042import 
org.apache.hadoop.hbase.quotas.QuotaSettings;
-043import 
org.apache.hadoop.hbase.replication.ReplicationPeerConfig;
-044import 
org.apache.hadoop.hbase.replication.ReplicationPeerDescription;
-045import 
org.apache.yetus.audience.InterfaceAudience;
-046
-047/**
-048 * The asynchronous administrative API 
for HBase.
-049 * @since 2.0.0
-050 */
-051@InterfaceAudience.Public
-052public interface AsyncAdmin {
-053
-054  /**
-055   * @param tableName Table to check.
-056   * @return True if table exists 
already. The return value will be wrapped by a
-057   * {@link CompletableFuture}.
-058   */
-059  CompletableFutureBoolean 
tableExists(TableName tableName);
-060
-061  /**
-062   * List all the userspace tables.
-063   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-064   */
-065  default 
CompletableFutureListTableDescriptor listTableDescriptors() {
-066return listTableDescriptors(false);
-067  }
-068
-069  /**
-070   * List all the tables.
-071   * @param includeSysTables False to 
match only against userspace tables
-072   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-073   */
-074  
CompletableFutureListTableDescriptor 
listTableDescriptors(boolean includeSysTables);
-075
-076  /**
-077   * List all the tables matching the 
given pattern.
-078   * @param pattern The compiled regular 
expression to match against
-079   * @param includeSysTables False to 
match only against userspace tables
-080   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-081   */
-082  
CompletableFutureListTableDescriptor 
listTableDescriptors(Pattern pattern,
-083  boolean includeSysTables);
-084
-085  /**
-086   * Get list of table descriptors by 
namespace.
-087   * @param name namespace name
-088   * @return returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-089   */
-090  
CompletableFutureListTableDescriptor 
listTableDescriptorsByNamespace(String name);
-091
-092  /**
-093   * List all of the names of userspace 
tables.
-094   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-095   * @see #listTableNames(Pattern, 
boolean)
-096   */
-097  default 
CompletableFutureListTableName listTableNames() {
-098return listTableNames(false);
-099  }
-100
-101  /**
-102   * List all of the names of tables.
-103   * @param includeSysTables False to 
match only against userspace tables
-104   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-105   */
-106  
CompletableFutureListTableName listTableNames(boolean 
includeSysTables);
-107
-108  /**
-109   * List all of the names of userspace 
tables.
-110   * @param pattern The regular 
expression to match against
-111   * @param includeSysTables False to 
match only against userspace tables
-112   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-113   */
-114  
CompletableFutureListTableName listTableNames(Pattern pattern, 
boolean includeSysTables);
-115
-116  /**
-117   * Get list of table names by 
namespace.
-118   * @param name namespace name
-119   * @return The list of table names in 
the namespace wrapped by a {@link CompletableFuture}.
-120   */
-121  
CompletableFutureListTableName listTableNamesByNamespace(String 
name);
-122
-123  /**
-124   * Method for getting the 
tableDescriptor
-125   * @param tableName as a {@link 
TableName}
-126   * @return the read-only 
tableDescriptor wrapped by a {@link 

[43/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/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 9bb0439..90f4c3b 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2018 The Apache Software Foundation
 
-  File: 3642,
- Errors: 16154,
+  File: 3643,
+ Errors: 16102,
  Warnings: 0,
  Infos: 0
   
@@ -1796,6 +1796,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.TestAsyncTableLocatePrefetch.java;>org/apache/hadoop/hbase/client/TestAsyncTableLocatePrefetch.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop.java;>org/apache/hadoop/hbase/coprocessor/TestCoprocessorStop.java
 
 
@@ -14937,7 +14951,7 @@ under the License.
   0
 
 
-  1
+  0
 
   
   
@@ -17709,7 +17723,7 @@ under the License.
   0
 
 
-  31
+  30
 
   
   
@@ -24513,7 +24527,7 @@ under the License.
   0
 
 
-  8
+  7
 
   
   
@@ -24737,7 +24751,7 @@ under the License.
   0
 
 
-  4
+  3
 
   
   
@@ -33403,7 +33417,7 @@ under the License.
   0
 
 
-  20
+  7
 
   
   
@@ -43161,7 +43175,7 @@ under the License.
   0
 
 
-  47
+  12
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/55ce8d97/coc.html
--
diff --git a/coc.html b/coc.html
index 0dacfd0..2513097 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -375,7 +375,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-06-22
+  Last Published: 
2018-06-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/55ce8d97/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index a40b450..19ed958 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -440,7 +440,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-06-22
+  Last Published: 
2018-06-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/55ce8d97/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 3a370d8..b73770c 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -905,7 +905,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-06-22
+  Last Published: 
2018-06-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/55ce8d97/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 4231d18..be64972 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 

[43/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/client/RetriesExhaustedWithDetailsException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html
 
b/devapidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html
index aecb193..c09ca5b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html
@@ -474,7 +474,7 @@ extends 
 
 getExhaustiveDescription
-publichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetExhaustiveDescription()
+publichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetExhaustiveDescription()
 
 
 
@@ -483,7 +483,7 @@ extends 
 
 classifyExs
-public statichttps://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/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">IntegerclassifyExs(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/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwableths)
+public statichttps://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/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">IntegerclassifyExs(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/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwableths)
 
 
 
@@ -492,7 +492,7 @@ extends 
 
 getDesc
-public statichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetDesc(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/lang/Integer.html?is-external=true;
 title="class or interface in 
java.lang">Integerclassificaton)
+public statichttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetDesc(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/lang/Integer.html?is-external=true;
 title="class or interface in 
java.lang">Integerclassificaton)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2b11656f/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
index 41db305..6cc6d96 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
@@ -2857,26 +2857,35 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 AssignmentManager.getMetaRegionSet()
 
 
+https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
+RegionStates.getOpenRegionsOfTable(TableNametable)
+
+
 https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapRegionInfo,ServerName
 RegionStates.getRegionAssignments()
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapRegionState.State,https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfo
 RegionStates.getRegionByStateOfTable(TableNametableName)
 
-
+
 

[43/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/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index 97d7f19..844e600 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -3195,27 +3195,14 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
-ServerManager.queuedDeadServers
-Set of region servers which are dead but not processed 
immediately.
-
-
-
-private https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 RegionServerTracker.regionServers
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapRegionInfo,ServerName
 SnapshotOfRegionAssignmentFromMeta.regionToRegionServerMap
 the region to region server map
 
 
-
-private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
-ServerManager.requeuedDeadServers
-Set of region servers which are dead and submitted to 
ServerShutdownHandler to process but not
- fully processed immediately.
-
-
 
 private https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 ServerManager.rsAdmins
@@ -3335,29 +3322,34 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 HMaster.getBackupMasters()
 
 
-(package private) https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
-ServerManager.getDeadNotExpiredServers()
-
-
 protected https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPairServerName,https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
 ClusterStatusPublisher.getDeadServers(longsince)
 Get the servers which died since a given timestamp.
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
 ServerManager.getDrainingServersList()
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
 MasterWalManager.getFailedServersFromLogFolders()
-Inspect the log directory to find dead servers which need 
recovery work
+Deprecated.
+With proc-v2, we can 
record the crash server with procedure store, so do not need
+ to scan the wal directory to find out the splitting wal directory 
any more. Leave
+ it here only because RecoverMetaProcedure(which is 
also deprecated) uses
+ it.
+
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
 RegionPlacementMaintainer.getFavoredNodeList(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringfavoredNodesStr)
 
+
+https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName
+MasterWalManager.getLiveServersFromWALDir()
+
 
 https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,ServerMetrics
 ServerManager.getOnlineServers()
@@ -3518,7 +3510,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 boolean
-ServerManager.expireServer(ServerNameserverName)
+ServerManager.expireServer(ServerNameserverName)
+Expire the passed server.
+
 
 
 private ServerName
@@ -3683,93 +3677,88 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-ServerManager.processDeadServer(ServerNameserverName,
- booleanshouldSplitWal)
-
-
-void
 HMaster.recommissionRegionServer(ServerNameserver,
 https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listbyte[]encodedRegionNames)
 Remove decommission marker (previously called 'draining') 
from a region server to allow regions
  assignments.
 
 
-

[43/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/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 100d999..2d56475 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html
@@ -191,7 +191,7 @@ extends 
 
 Fields inherited from classorg.apache.hadoop.hbase.master.HMaster
-catalogJanitorChore,
 coprocessorServiceHandlers,
 cpHost,
 DEFAULT_HBASE_MASTER_WAIT_ON_SERVICE_IN_SECONDS,
 HBASE_MASTER_WAIT_ON_SERVICE_IN_SECONDS,
 loadBalancerTracker,
 MASTER,
 masterAddressSyncer,
 metaLocationSyncer,
 metricsMaster,
 regionServerTracker,
 rsFatals,
 serviceStarted,
 snapshotManager
+catalogJanitorChore,
 coprocessorServiceHandlers,
 cpHost,
 DEFAULT_HBASE_MASTER_WAIT_ON_SERVICE_IN_SECONDS,
 HBASE_MASTER_WAIT_ON_SERVICE_IN_SECONDS,
 loadBalancerTracker,
 MASTER,
 masterAddressSyncer,
 metaLocationSyncer,
 metricsMaster,
 rsFatals,
 serviceStarted,
 snapshotManager
 
 
 
@@ -247,7 +247,7 @@ extends 
 
 Methods inherited from classorg.apache.hadoop.hbase.master.HMaster
-abort,
 abortProcedure,
 addColumn,
 addReplicationPeer,
 balance,
 balance,
 balanceSwitch,
 canCreateBaseZNode, canUpdateTableDescriptor,
 checkIfShouldMoveSystemRegionAsync,
 checkInitialized,
 checkServiceStarted,
 checkTableModifiable,
 configureInfoServer,
 constructMaster,
 createMetaBootstrap,
 createNamespace,
 createQuotaSnapshotNotifier,
 createRpcServices,
 createServerManager,
 createSystemTable,
 createTable,
 decommissionRegionServers,
 decorateMasterConfiguration,
 deleteColumn,
 deleteNamespace,
 deleteTable,
 disableReplicationPeer,
 disableTable, enableReplicationPeer,
 enableTable,
 getAssignmentManager,
 getAverageLoad,
 getCatalogJanitor,
 getClientIdAuditPrefix,
 getClusterMetrics,
 getClusterMetrics
 , getClusterMetricsWithoutCoprocessor,
 getClusterMetricsWithoutCoprocessor,
 getClusterSchema,
 getDumpServlet,
 getFavoredNodesManager,
 getHFileCleaner,
 getInitializedEvent,
 getLastMajorCompactionTimestamp, getLastMajorCompactionTimestampForRegion,
 getLoadBalancer,
 getLoadBalancerClassName,
 getLoadedCoprocessors,
 getLockManager,
 getLocks,
 getLogCleaner,
 getMasterActiveTime,
 getMasterCoprocessorHost,
 getMasterCoprocessors,
 getMasterFileSystem,
 getMasterFinishedInitializationTime,
 getMasterMetrics,
 getMasterProcedureExecutor,
 getMasterProcedureManagerHost,
 getMasterQuotaManage
 r, getMasterRpcServices,
 getMasterStartTime,
 getMasterWalManager,
 getMergePlanCount,
 getMetaTableObserver,
 getMobCompactionState,
 getNamespace,
 getNamespaces,
 getNumWALFiles, getProcedures,
 getProcessName,
 getQuotaObserverChore,
 getRegionNormalizer,
 getRegionNormalizerTracker,
 getRegionServerFatalLogBuffer,
 getRegionServerInfoPort,
 getRegionServerVersion,
 getRemoteInetAddress,
 getReplicationPeerConfig,
 getReplicationPeerManager,
 getServerCrashProcessingEnabledEvent,
 getServerManager,
 getServerName,
 getSnapshotManager,
 getSnapshotQuotaObserverChore,
 getSpaceQuotaSnapshotNotifier,
 getSplitOrMergeTracker,
 getSplitPlanCount,
 getTableDescriptors,
 getTableRegionForRow,
 getTableStateManager,
 getUseThisHostnameInstead, getWalProcedureStore,
 getZooKeeper,
 initClusterSchemaService,
 initializeZKBasedSystemTrackers,
 initQuotaManager,
 isActiveMaster,
 isBalancerOn,
 isCatalogJanitorEnabled,
 isCleanerChoreEnabled,
 isInitialized,
 isInMaintenanceMode,
 isNormalizerOn,
 isServerCrashProcessingEnabled,
 isSplitOrMergeEnabled,
 listDecommissionedRegionServers,
 listReplicationPeers,
 <
 a 
href="../../../../../org/apache/hadoop/hbase/master/HMaster.html#listTableDescriptors-java.lang.String-java.lang.String-java.util.List-boolean-">listTableDescriptors,
 listTableDescriptorsByNamespace,
 listTableNames,
 listTableNamesByNamespace,
 login,
 main,
 mergeRegions, modifyColumn,
 modifyNamespace,
 modifyTable,
 move,
 normalizeRegions,
 recommissionRegionServer,
 recoverMeta, 
registerService,
 remoteProcedureCompleted,
 remoteProcedureFailed,
 removeReplicationPeer,
 reportMobCompactionEnd,
 reportMobCompactionStart,
 requestMobCompaction,
 restoreSnapshot,
 setCatalogJanitorEnabled,
 setInitialized,
 setServerCrashProcessingEnabled,
 shutdown,
 splitR
 egion, stop,
 stopMaster,
 stopServiceThreads,
 truncateTable,
 updateConfigurationForSpaceQuotaObserver,
 updateReplicationPeerConfig,
 waitForMasterActive
+abort,
 abortProcedure,
 addColumn,
 addReplicationPeer,
 balance,
 balance,
 balanceSwitch,
 canCreateBaseZNode, canUpdateTableDescriptor,
 checkIfShouldMoveSystemRegionAsync,
 checkInitialized,
 checkServiceStarted,
 checkTableModifiable,
 configureInfoServer,
 constructMaster,
 createMetaBootstrap,
 

[43/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/MasterRpcServices.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html 
b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
index a7531a8..4e7ec73 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html
@@ -1963,7 +1963,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 unassignRegion
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.UnassignRegionResponseunassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.UnassignRegionResponseunassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllercontroller,

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

  throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
@@ -1980,7 +1980,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 reportRegionStateTransition
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.ReportRegionStateTransitionResponsereportRegionStateTransition(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllerc,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.ReportRegionStateTransitionResponsereportRegionStateTransition(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllerc,

   
org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.ReportRegionStateTransitionRequestreq)

throws 
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
@@ -1997,7 +1997,7 @@ implements 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.Master
 
 
 setQuota
-publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaResponsesetQuota(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllerc,
+publicorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaResponsesetQuota(org.apache.hbase.thirdparty.com.google.protobuf.RpcControllerc,

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

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


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

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

 

[43/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/coprocessor/class-use/ObserverContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
index eed5582..7865f25 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/ObserverContext.html
@@ -2551,33 +2551,23 @@
  ReplicationPeerConfigpeerConfig)
 
 
-void
-AccessController.preAddRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
- https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
-
-
 Result
 AccessController.preAppend(ObserverContextRegionCoprocessorEnvironmentc,
  Appendappend)
 
-
+
 Result
 AccessController.preAppendAfterRowLock(ObserverContextRegionCoprocessorEnvironmentc,
  Appendappend)
 
-
+
 void
 AccessController.preAssign(ObserverContextMasterCoprocessorEnvironmentc,
  RegionInforegionInfo)
 
-
-void
-AccessController.preBalance(ObserverContextMasterCoprocessorEnvironmentc)
-
 
 void
-AccessController.preBalanceRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
- https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringgroupName)
+AccessController.preBalance(ObserverContextMasterCoprocessorEnvironmentc)
 
 
 void
@@ -2861,72 +2851,43 @@
 
 
 void
-AccessController.preMoveServers(ObserverContextMasterCoprocessorEnvironmentctx,
-  https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetAddressservers,
-  https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringtargetGroup)
-
-
-void
-AccessController.preMoveServersAndTables(ObserverContextMasterCoprocessorEnvironmentctx,
-   https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetAddressservers,
-   https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetTableNametables,
-   https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringtargetGroup)
-
-
-void
-AccessController.preMoveTables(ObserverContextMasterCoprocessorEnvironmentctx,
- https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetTableNametables,
- https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringtargetGroup)
-
-
-void
 AccessController.preOpen(ObserverContextRegionCoprocessorEnvironmentc)
 
-
+
 void
 AccessController.prePrepareBulkLoad(ObserverContextRegionCoprocessorEnvironmentctx)
 Authorization check for
  SecureBulkLoadProtocol.prepareBulkLoad()
 
 
-
+
 void
 AccessController.prePut(ObserverContextRegionCoprocessorEnvironmentc,
   Putput,
   WALEditedit,
   Durabilitydurability)
 
-
+
 void
 AccessController.preRecommissionRegionServer(ObserverContextMasterCoprocessorEnvironmentctx,
ServerNameserver,
https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listbyte[]encodedRegionNames)
 
-
+
 void
 AccessController.preRegionOffline(ObserverContextMasterCoprocessorEnvironmentc,
 RegionInforegionInfo)
 
-
+
 void
 AccessController.preRemoveReplicationPeer(ObserverContextMasterCoprocessorEnvironmentctx,
 https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringpeerId)
 
-
-void
-AccessController.preRemoveRSGroup(ObserverContextMasterCoprocessorEnvironmentctx,
-https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
-
 
 void
-AccessController.preRemoveServers(ObserverContextMasterCoprocessorEnvironmentctx,
-https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetAddressservers)
-
-
-void
 AccessController.preReplicateLogEntries(ObserverContextRegionServerCoprocessorEnvironmentctx)
 
-
+
 void
 AccessController.preRequestLock(ObserverContextMasterCoprocessorEnvironmentctx,
   

[43/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/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html
 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html
index aa631c6..a498c48 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Implemented Interfaces:
-https://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
+Cell, ExtendedCell, HeapSize, RawCell
 
 
 Direct Known Subclasses:
@@ -280,7 +280,7 @@ extends ExtendedCell
-deepClone,
 getChunkId,
 getSerializedSize,
 write,
 write
+deepClone,
 getChunkId,
 getSerializedSize,
 getSerializedSize,
 write,
 write
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/883dde2f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowCell.html 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowCell.html
index 200d182..5689fb8 100644
--- a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowCell.html
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Implemented Interfaces:
-https://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
+Cell, ExtendedCell, HeapSize, RawCell
 
 
 Direct Known Subclasses:
@@ -277,7 +277,7 @@ extends ExtendedCell
-deepClone,
 getChunkId,
 getSerializedSize,
 write,
 write
+deepClone,
 getChunkId,
 getSerializedSize,
 getSerializedSize,
 write,
 write
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/883dde2f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColByteBufferExtendedCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColByteBufferExtendedCell.html
 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColByteBufferExtendedCell.html
index d35235b..3d6a018 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColByteBufferExtendedCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColByteBufferExtendedCell.html
@@ -124,7 +124,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Implemented Interfaces:
-https://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
+Cell, ExtendedCell, HeapSize, RawCell
 
 
 Direct Known Subclasses:
@@ -308,7 +308,7 @@ extends ExtendedCell
-deepClone,
 getChunkId,
 getSerializedSize,
 write,
 write
+deepClone,
 getChunkId,
 getSerializedSize,
 getSerializedSize,
 write,
 write
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/883dde2f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColCell.html 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColCell.html
index adb0bcd..3459151 100644
--- a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColCell.html
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 All Implemented Interfaces:
-https://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
+Cell, ExtendedCell, HeapSize, RawCell
 
 
 Direct Known Subclasses:
@@ -308,7 +308,7 @@ extends ExtendedCell
-deepClone,
 getChunkId,
 getSerializedSize,
 write,
 write
+deepClone,
 getChunkId,
 getSerializedSize,
 getSerializedSize,
 write,
 write
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/883dde2f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColTSByteBufferExtendedCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColTSByteBufferExtendedCell.html
 
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColTSByteBufferExtendedCell.html
index 4e8ee48..c88170e 100644
--- 

[43/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/mapreduce/HFileOutputFormat2.TableInfo.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.TableInfo.html
 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.TableInfo.html
index 6a10c31..3adb296 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.TableInfo.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.TableInfo.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class HFileOutputFormat2.TableInfo
+static class HFileOutputFormat2.TableInfo
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -218,7 +218,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 tableDesctiptor
-privateTableDescriptor tableDesctiptor
+privateTableDescriptor tableDesctiptor
 
 
 
@@ -227,7 +227,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 regionLocator
-privateRegionLocator regionLocator
+privateRegionLocator regionLocator
 
 
 
@@ -244,7 +244,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 TableInfo
-publicTableInfo(TableDescriptortableDesctiptor,
+publicTableInfo(TableDescriptortableDesctiptor,
  RegionLocatorregionLocator)
 
 
@@ -263,7 +263,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 getHTableDescriptor
 https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicHTableDescriptorgetHTableDescriptor()
+publicHTableDescriptorgetHTableDescriptor()
 Deprecated.use getTableDescriptor()
 The modification for the returned HTD doesn't affect the 
inner TD.
 
@@ -278,7 +278,7 @@ public
 
 getTableDescriptor
-publicTableDescriptorgetTableDescriptor()
+publicTableDescriptorgetTableDescriptor()
 
 
 
@@ -287,7 +287,7 @@ public
 
 getRegionLocator
-publicRegionLocatorgetRegionLocator()
+publicRegionLocatorgetRegionLocator()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7bcc960d/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html
 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html
index a558085..7d66d1c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html
@@ -107,7 +107,7 @@
 
 
 
-static class HFileOutputFormat2.WriterLength
+static class HFileOutputFormat2.WriterLength
 extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -188,7 +188,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 written
-long written
+long written
 
 
 
@@ -197,7 +197,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 writer
-StoreFileWriter writer
+StoreFileWriter writer
 
 
 
@@ -214,7 +214,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 WriterLength
-WriterLength()
+WriterLength()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7bcc960d/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html
index e793e5d..d234a60 100644
--- a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html
+++ b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html
@@ -124,7 +124,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
-public class HFileOutputFormat2
+public class HFileOutputFormat2
 extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormatImmutableBytesWritable,Cell
 Writes HFiles. Passed Cells must arrive in order.
  Writes current time as the sequence id for the file. Sets the major compacted
@@ -457,7 +457,7 @@ extends 
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -466,7 +466,7 @@ extends 
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
 
 tableSeparator
-protected static finalbyte[] tableSeparator
+protected static finalbyte[] tableSeparator
 
 
 
@@ -475,7 +475,7 @@ extends 
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
 
 COMPRESSION_FAMILIES_CONF_KEY
-static 

[43/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/HRegion.PrepareFlushResult.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.PrepareFlushResult.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.PrepareFlushResult.html
index 8eb6446..5499ca5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.PrepareFlushResult.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.PrepareFlushResult.html
@@ -163,7 +163,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 storeFlushCtxs
 
 
-(package private) MemStoreSizing
+(package private) MemStoreSizing
 totalFlushableSize
 
 
@@ -197,7 +197,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
   longstartTime,
   longflushSeqId,
   longflushedSeqId,
-  MemStoreSizingtotalFlushableSize)
+  MemStoreSizingtotalFlushableSize)
 
 
 (package private)
@@ -207,7 +207,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
   longstartTime,
   longflushSeqId,
   longflushedSeqId,
-  MemStoreSizingtotalFlushableSize)
+  MemStoreSizingtotalFlushableSize)
 Constructs a successful prepare flush result
 
 
@@ -321,7 +321,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 totalFlushableSize
-finalMemStoreSizing totalFlushableSize
+finalMemStoreSizing totalFlushableSize
 
 
 
@@ -355,7 +355,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
longstartTime,
longflushSeqId,
longflushedSeqId,
-   MemStoreSizingtotalFlushableSize)
+   MemStoreSizingtotalFlushableSize)
 Constructs a successful prepare flush result
 
 
@@ -372,7 +372,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
longstartTime,
longflushSeqId,
longflushedSeqId,
-   MemStoreSizingtotalFlushableSize)
+   MemStoreSizingtotalFlushableSize)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/92a26cfb/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 72c83ed..f668456 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 https://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 

[43/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/MetaTableAccessor.DefaultVisitorBase.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html
index cdd2f36..fea2b5a 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html
@@ -151,2029 +151,2019 @@
 143  private static final Logger LOG = 
LoggerFactory.getLogger(MetaTableAccessor.class);
 144  private static final Logger METALOG = 
LoggerFactory.getLogger("org.apache.hadoop.hbase.META");
 145
-146  private static final byte[] 
META_REGION_PREFIX;
-147  static {
-148// Copy the prefix from 
FIRST_META_REGIONINFO into META_REGION_PREFIX.
-149// FIRST_META_REGIONINFO == 
'hbase:meta,,1'.  META_REGION_PREFIX == 'hbase:meta,'
-150int len = 
RegionInfoBuilder.FIRST_META_REGIONINFO.getRegionName().length - 2;
-151META_REGION_PREFIX = new byte 
[len];
-152
System.arraycopy(RegionInfoBuilder.FIRST_META_REGIONINFO.getRegionName(), 0,
-153  META_REGION_PREFIX, 0, len);
-154  }
-155
-156  @VisibleForTesting
-157  public static final byte[] 
REPLICATION_PARENT_QUALIFIER = Bytes.toBytes("parent");
-158
-159  private static final byte ESCAPE_BYTE = 
(byte) 0xFF;
-160
-161  private static final byte 
SEPARATED_BYTE = 0x00;
-162
-163  /**
-164   * Lists all of the table regions 
currently in META.
-165   * Deprecated, keep there until some 
test use this.
-166   * @param connection what we will use
-167   * @param tableName table to list
-168   * @return Map of all user-space 
regions to servers
-169   * @deprecated use {@link 
#getTableRegionsAndLocations}, region can have multiple locations
-170   */
-171  @Deprecated
-172  public static 
NavigableMapRegionInfo, ServerName allTableRegions(
-173  Connection connection, final 
TableName tableName) throws IOException {
-174final NavigableMapRegionInfo, 
ServerName regions = new TreeMap();
-175Visitor visitor = new 
TableVisitorBase(tableName) {
-176  @Override
-177  public boolean visitInternal(Result 
result) throws IOException {
-178RegionLocations locations = 
getRegionLocations(result);
-179if (locations == null) return 
true;
-180for (HRegionLocation loc : 
locations.getRegionLocations()) {
-181  if (loc != null) {
-182RegionInfo regionInfo = 
loc.getRegionInfo();
-183regions.put(regionInfo, 
loc.getServerName());
-184  }
-185}
-186return true;
-187  }
-188};
-189scanMetaForTableRegions(connection, 
visitor, tableName);
-190return regions;
-191  }
-192
-193  @InterfaceAudience.Private
-194  public enum QueryType {
-195ALL(HConstants.TABLE_FAMILY, 
HConstants.CATALOG_FAMILY),
-196REGION(HConstants.CATALOG_FAMILY),
-197TABLE(HConstants.TABLE_FAMILY),
-198
REPLICATION(HConstants.REPLICATION_BARRIER_FAMILY);
-199
-200private final byte[][] families;
-201
-202QueryType(byte[]... families) {
-203  this.families = families;
-204}
-205
-206byte[][] getFamilies() {
-207  return this.families;
-208}
-209  }
-210
-211  /** The delimiter for meta columns for 
replicaIds gt; 0 */
-212  protected static final char 
META_REPLICA_ID_DELIMITER = '_';
-213
-214  /** A regex for parsing server columns 
from meta. See above javadoc for meta layout */
-215  private static final Pattern 
SERVER_COLUMN_PATTERN
-216= 
Pattern.compile("^server(_[0-9a-fA-F]{4})?$");
-217
-218  
-219  // Reading operations //
-220  
-221
-222  /**
-223   * Performs a full scan of 
codehbase:meta/code for regions.
-224   * @param connection connection we're 
using
-225   * @param visitor Visitor invoked 
against each row in regions family.
+146  @VisibleForTesting
+147  public static final byte[] 
REPLICATION_PARENT_QUALIFIER = Bytes.toBytes("parent");
+148
+149  private static final byte ESCAPE_BYTE = 
(byte) 0xFF;
+150
+151  private static final byte 
SEPARATED_BYTE = 0x00;
+152
+153  /**
+154   * Lists all of the table regions 
currently in META.
+155   * Deprecated, keep there until some 
test use this.
+156   * @param connection what we will use
+157   * @param tableName table to list
+158   * @return Map of all user-space 
regions to servers
+159   * @deprecated use {@link 
#getTableRegionsAndLocations}, region can have multiple locations
+160   */
+161  @Deprecated
+162  public static 
NavigableMapRegionInfo, ServerName allTableRegions(
+163  Connection connection, final 
TableName tableName) throws IOException {
+164final NavigableMapRegionInfo, 
ServerName regions = new TreeMap();
+165Visitor visitor = new 

[43/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/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.IntegrityFixSuggester.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.IntegrityFixSuggester.html
 
b/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.IntegrityFixSuggester.html
index 4836401..5929a03 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.IntegrityFixSuggester.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.IntegrityFixSuggester.html
@@ -126,7 +126,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class HBaseFsck.TableInfo.IntegrityFixSuggester
+private class HBaseFsck.TableInfo.IntegrityFixSuggester
 extends TableIntegrityErrorHandlerImpl
 
 
@@ -267,7 +267,7 @@ extends 
 
 errors
-HBaseFsck.ErrorReporter 
errors
+HBaseFsck.ErrorReporter 
errors
 
 
 
@@ -284,7 +284,7 @@ extends 
 
 IntegrityFixSuggester
-IntegrityFixSuggester(HBaseFsck.TableInfoti,
+IntegrityFixSuggester(HBaseFsck.TableInfoti,
   HBaseFsck.ErrorReportererrors)
 
 
@@ -302,7 +302,7 @@ extends 
 
 handleRegionStartKeyNotEmpty
-publicvoidhandleRegionStartKeyNotEmpty(HBaseFsck.HbckInfohi)
+publicvoidhandleRegionStartKeyNotEmpty(HBaseFsck.HbckInfohi)
   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:TableIntegrityErrorHandlerImpl
 Callback for handling case where a Table has a first region 
that does not
@@ -327,7 +327,7 @@ extends 
 
 handleRegionEndKeyNotEmpty
-publicvoidhandleRegionEndKeyNotEmpty(byte[]curEndKey)
+publicvoidhandleRegionEndKeyNotEmpty(byte[]curEndKey)
 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:TableIntegrityErrorHandlerImpl
 Callback for handling case where a Table has a last region 
that does not
@@ -351,7 +351,7 @@ extends 
 
 handleDegenerateRegion
-publicvoidhandleDegenerateRegion(HBaseFsck.HbckInfohi)
+publicvoidhandleDegenerateRegion(HBaseFsck.HbckInfohi)
 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:TableIntegrityErrorHandlerImpl
 Callback for handling a region that has the same start and 
end key.
@@ -373,7 +373,7 @@ extends 
 
 handleDuplicateStartKeys
-publicvoidhandleDuplicateStartKeys(HBaseFsck.HbckInfor1,
+publicvoidhandleDuplicateStartKeys(HBaseFsck.HbckInfor1,
  HBaseFsck.HbckInfor2)
   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:TableIntegrityErrorHandlerImpl
@@ -398,7 +398,7 @@ extends 
 
 handleSplit
-publicvoidhandleSplit(HBaseFsck.HbckInfor1,
+publicvoidhandleSplit(HBaseFsck.HbckInfor1,
 HBaseFsck.HbckInfor2)
  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:TableIntegrityErrorHandler
@@ -419,7 +419,7 @@ extends 
 
 handleOverlapInRegionChain
-publicvoidhandleOverlapInRegionChain(HBaseFsck.HbckInfohi1,
+publicvoidhandleOverlapInRegionChain(HBaseFsck.HbckInfohi1,
HBaseFsck.HbckInfohi2)
 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:TableIntegrityErrorHandlerImpl
@@ -446,7 +446,7 @@ extends 
 
 handleHoleInRegionChain
-publicvoidhandleHoleInRegionChain(byte[]holeStart,
+publicvoidhandleHoleInRegionChain(byte[]holeStart,
 byte[]holeStop)
  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:TableIntegrityErrorHandlerImpl

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/de18d468/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.html 
b/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.html
index 67a9310..52a06c6 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/HBaseFsck.TableInfo.html
@@ -113,7 +113,7 @@ var activeTableTab = 

[43/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/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 db470db..ee6c19d 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -2761,44 +2761,78 @@ service.
 
 
 void
+Admin.cloneTableSchema(TableNametableName,
+TableNamenewTableName,
+booleanpreserveSplits)
+Create a new table by cloning the existent table 
schema.
+
+
+
+https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+RawAsyncHBaseAdmin.cloneTableSchema(TableNametableName,
+TableNamenewTableName,
+booleanpreserveSplits)
+
+
+https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncHBaseAdmin.cloneTableSchema(TableNametableName,
+TableNamenewTableName,
+booleanpreserveSplits)
+
+
+void
+HBaseAdmin.cloneTableSchema(TableNametableName,
+TableNamenewTableName,
+booleanpreserveSplits)
+
+
+https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncAdmin.cloneTableSchema(TableNametableName,
+TableNamenewTableName,
+booleanpreserveSplits)
+Create a new table by cloning the existent table 
schema.
+
+
+
+void
 Admin.compact(TableNametableName)
 Compact a table.
 
 
-
+
 void
 HBaseAdmin.compact(TableNametableName)
 Compact a table.
 
 
-
+
 default https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://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.
 
 
-
+
 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.
 
 
-
+
 default https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://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.
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://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,
@@ -2807,7 +2841,7 @@ service.
 Compact column family of a table, Asynchronous operation 
even if CompletableFuture.get()
 
 
-
+
 private void
 HBaseAdmin.compact(TableNametableName,
byte[]columnFamily,
@@ -2816,7 +2850,7 @@ service.
 Compact a table.
 
 
-
+
 void
 Admin.compact(TableNametableName,
byte[]columnFamily,
@@ -2824,19 +2858,19 @@ service.
 Compact a column family within a table.
 
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://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,
CompactTypecompactType)
 
-
+
 https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttps://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,

[43/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/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 3df5466..35c8a90 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -1985,7 +1985,7 @@
 
 Add a remote rpc.
 
-addOption(Option)
 - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
+addOption(Option)
 - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
 addOptions()
 - Method in class org.apache.hadoop.hbase.backup.BackupDriver
 
@@ -2242,7 +2242,7 @@
 
 addReplicationPeerAsync(String,
 ReplicationPeerConfig, boolean) - Method in class 
org.apache.hadoop.hbase.client.HBaseAdmin
 
-addRequiredOption(Option)
 - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
+addRequiredOption(Option)
 - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
 addRequiredOptWithArg(String,
 String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
@@ -5046,7 +5046,7 @@
 
 BackupSet(String,
 ListTableName) - Constructor for class 
org.apache.hadoop.hbase.backup.util.BackupSet
 
-BackupSetCommand(Configuration,
 CommandLine) - Constructor for class 
org.apache.hadoop.hbase.backup.impl.BackupCommands.BackupSetCommand
+BackupSetCommand(Configuration,
 CommandLine) - Constructor for class 
org.apache.hadoop.hbase.backup.impl.BackupCommands.BackupSetCommand
 
 backupSetName
 - Variable in class org.apache.hadoop.hbase.backup.BackupRequest
 
@@ -9054,6 +9054,10 @@
 
 canUpdate(HRegionLocation,
 HRegionLocation) - Static method in class 
org.apache.hadoop.hbase.client.AsyncRegionLocator
 
+canUpdateImmediately(Configuration)
 - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore.DirScanPool
+
+Checks if pool can be updated immediately.
+
 canUpdateTableDescriptor()
 - Method in class org.apache.hadoop.hbase.master.HMaster
 
 canUpdateTableDescriptor()
 - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
@@ -10240,7 +10244,7 @@
 
 checkAnyLimitReached(ScannerContext.LimitScope)
 - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext
 
-checkArguments(CommandLine)
 - Method in class org.apache.hadoop.hbase.thrift2.ThriftServer
+checkArguments(CommandLine)
 - Method in class org.apache.hadoop.hbase.thrift2.ThriftServer
 
 checkArrayBounds(byte[],
 int, int) - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
@@ -11135,10 +11139,6 @@
 
 choreForTesting()
 - Method in class org.apache.hadoop.hbase.ScheduledChore
 
-CHOREPOOL
 - Static variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
-
-CHOREPOOLSIZE
 - Static variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
-
 ChoreService - 
Class in org.apache.hadoop.hbase
 
 ChoreService is a service that can be used to schedule 
instances of ScheduledChore to run
@@ -11398,6 +11398,8 @@
 
 CleanerChore.CleanerTask - Class in org.apache.hadoop.hbase.master.cleaner
 
+CleanerChore.DirScanPool - Class in org.apache.hadoop.hbase.master.cleaner
+
 cleanerChoreSwitch(boolean)
 - Method in interface org.apache.hadoop.hbase.client.Admin
 
 Enable/Disable the cleaner chore.
@@ -11414,6 +11416,8 @@
 
 CleanerContext(FileStatus)
 - Constructor for class org.apache.hadoop.hbase.master.cleaner.LogCleaner.CleanerContext
 
+cleanerLatch
 - Variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore.DirScanPool
+
 cleanersChain
 - Variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
 CleanerTask(FileStatus,
 boolean) - Constructor for class 
org.apache.hadoop.hbase.master.cleaner.CleanerChore.CleanerTask
@@ -14669,6 +14673,8 @@
 
 compare(RegionInfo,
 RegionInfo) - Method in class org.apache.hadoop.hbase.master.CatalogJanitor.SplitParentFirstComparator
 
+compare(NormalizationPlan,
 NormalizationPlan) - Method in class 
org.apache.hadoop.hbase.master.normalizer.SimpleRegionNormalizer.PlanComparator
+
 compare(RegionPlan,
 RegionPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlan.RegionPlanComparator
 
 compare(PartitionedMobCompactionRequest.CompactionDelPartition,
 PartitionedMobCompactionRequest.CompactionDelPartition) - Method in 
class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor.DelPartitionComparator
@@ -14694,7 +14700,7 @@
 
 compare(Path,
 Path) - Method in class 
org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.LogsComparator
 
-compare(Option,
 Option) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool.OptionsOrderComparator
+compare(Option,
 Option) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool.OptionsOrderComparator
 
 compare(byte[],
 byte[]) - Method in class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
@@ -18958,9 +18964,9 @@
 Create a 'smarter' Connection, one that is capable of 
by-passing RPC if the request is to
  the local server; i.e.
 

[43/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/client/Get.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Get.html 
b/apidocs/org/apache/hadoop/hbase/client/Get.html
index 44167fa..b3f7fcf 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Get.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Get.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":42,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":42,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":42,"i35":42,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":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":42,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":42,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":42,"i35":42,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":42,"i42":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -147,7 +147,7 @@ implements setTimeRange.
  
  To only retrieve columns with a specific timestamp, execute
- setTimestamp.
+ setTimestamp.
  
  To limit the number of versions of each column to be returned, execute
  setMaxVersions.
@@ -483,11 +483,20 @@ implements 
 
 Get
-setTimeStamp(longtimestamp)
+setTimestamp(longtimestamp)
 Get versions of columns with the specified timestamp.
 
 
 
+Get
+setTimeStamp(longtimestamp)
+Deprecated.
+As of release 2.0.0, this 
will be removed in HBase 3.0.0.
+ Use setTimestamp(long)
 instead
+
+
+
+
 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/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 toMap(intmaxCols)
 Compile the details beyond the scope of getFingerprint 
(row, columns,
@@ -717,8 +726,11 @@ public
 
 setTimeStamp
-publicGetsetTimeStamp(longtimestamp)
- throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
+publicGetsetTimeStamp(longtimestamp)
+ throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+Deprecated.As of release 2.0.0, this will be removed in HBase 
3.0.0.
+ Use setTimestamp(long)
 instead
 Get versions of columns with the specified timestamp.
 
 Parameters:
@@ -730,13 +742,29 @@ public
 
 
+
+
+
+
+
+setTimestamp
+publicGetsetTimestamp(longtimestamp)
+Get versions of columns with the specified timestamp.
+
+Parameters:
+timestamp - version timestamp
+Returns:
+this for invocation chaining
+
+
+
 
 
 
 
 
 setColumnFamilyTimeRange
-publicGetsetColumnFamilyTimeRange(byte[]cf,
+publicGetsetColumnFamilyTimeRange(byte[]cf,
 longminStamp,
 longmaxStamp)
 Description copied from 
class:Query
@@ -764,7 +792,7 @@ public
 setMaxVersions
 https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicGetsetMaxVersions()
+publicGetsetMaxVersions()
 Deprecated.It is easy to misunderstand with column family's max 
versions, so use
  readAllVersions()
 instead.
 Get all available versions.
@@ -781,7 +809,7 @@ public
 setMaxVersions
 https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicGetsetMaxVersions(intmaxVersions)
+publicGetsetMaxVersions(intmaxVersions)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Deprecated.It is easy to misunderstand with column family's max 
versions, so use
  readVersions(int)
 instead.
@@ -802,7 +830,7 @@ public
 
 readAllVersions
-publicGetreadAllVersions()
+publicGetreadAllVersions()
 Get all available versions.
 
 Returns:
@@ -816,7 +844,7 @@ public
 
 readVersions
-publicGetreadVersions(intversions)
+publicGetreadVersions(intversions)

[43/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/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
index 565b46c..5ade176 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
@@ -112,15 +112,15 @@
 
 
 protected Order
-RawBytes.order
+RawString.order
 
 
 protected Order
-OrderedBytesBase.order
+RawBytes.order
 
 
 protected Order
-RawString.order
+OrderedBytesBase.order
 
 
 
@@ -133,7 +133,7 @@
 
 
 Order
-RawBytes.getOrder()
+RawByte.getOrder()
 
 
 Order
@@ -141,66 +141,66 @@
 
 
 Order
-RawShort.getOrder()
+RawFloat.getOrder()
 
 
 Order
-TerminatedWrapper.getOrder()
+PBType.getOrder()
 
 
 Order
-OrderedBytesBase.getOrder()
+RawInteger.getOrder()
 
 
 Order
-RawFloat.getOrder()
+DataType.getOrder()
+Retrieve the sort Order imposed by this data type, 
or null when
+ natural ordering is not preserved.
+
 
 
 Order
-Union2.getOrder()
+RawLong.getOrder()
 
 
 Order
-Struct.getOrder()
+RawShort.getOrder()
 
 
 Order
-RawInteger.getOrder()
+RawString.getOrder()
 
 
 Order
-PBType.getOrder()
+RawBytes.getOrder()
 
 
 Order
-Union3.getOrder()
+Struct.getOrder()
 
 
 Order
-RawString.getOrder()
+Union3.getOrder()
 
 
 Order
-RawByte.getOrder()
+RawDouble.getOrder()
 
 
 Order
-Union4.getOrder()
+Union2.getOrder()
 
 
 Order
-DataType.getOrder()
-Retrieve the sort Order imposed by this data type, 
or null when
- natural ordering is not preserved.
-
+Union4.getOrder()
 
 
 Order
-RawLong.getOrder()
+OrderedBytesBase.getOrder()
 
 
 Order
-RawDouble.getOrder()
+TerminatedWrapper.getOrder()
 
 
 



[43/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/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
index 5ade176..565b46c 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
@@ -112,15 +112,15 @@
 
 
 protected Order
-RawString.order
+RawBytes.order
 
 
 protected Order
-RawBytes.order
+OrderedBytesBase.order
 
 
 protected Order
-OrderedBytesBase.order
+RawString.order
 
 
 
@@ -133,7 +133,7 @@
 
 
 Order
-RawByte.getOrder()
+RawBytes.getOrder()
 
 
 Order
@@ -141,66 +141,66 @@
 
 
 Order
-RawFloat.getOrder()
+RawShort.getOrder()
 
 
 Order
-PBType.getOrder()
+TerminatedWrapper.getOrder()
 
 
 Order
-RawInteger.getOrder()
+OrderedBytesBase.getOrder()
 
 
 Order
-DataType.getOrder()
-Retrieve the sort Order imposed by this data type, 
or null when
- natural ordering is not preserved.
-
+RawFloat.getOrder()
 
 
 Order
-RawLong.getOrder()
+Union2.getOrder()
 
 
 Order
-RawShort.getOrder()
+Struct.getOrder()
 
 
 Order
-RawString.getOrder()
+RawInteger.getOrder()
 
 
 Order
-RawBytes.getOrder()
+PBType.getOrder()
 
 
 Order
-Struct.getOrder()
+Union3.getOrder()
 
 
 Order
-Union3.getOrder()
+RawString.getOrder()
 
 
 Order
-RawDouble.getOrder()
+RawByte.getOrder()
 
 
 Order
-Union2.getOrder()
+Union4.getOrder()
 
 
 Order
-Union4.getOrder()
+DataType.getOrder()
+Retrieve the sort Order imposed by this data type, 
or null when
+ natural ordering is not preserved.
+
 
 
 Order
-OrderedBytesBase.getOrder()
+RawLong.getOrder()
 
 
 Order
-TerminatedWrapper.getOrder()
+RawDouble.getOrder()
 
 
 



[43/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/org/apache/hadoop/hbase/regionserver/HRegion.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
index b022e4a..02823a8 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
@@ -357,275 +357,283 @@ implements DEFAULT_ROWLOCK_WAIT_DURATION
 
 
+static boolean
+DEFAULT_WAL_HSYNC
+
+
 private byte[]
 explicitSplitPoint
 
-
+
 (package private) https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">LongAdder
 filteredReadRequestsCount
 
-
+
 static long
 FIXED_OVERHEAD
 
-
+
 private long
 flushCheckInterval
 
-
+
 (package private) https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">LongAdder
 flushesQueued
 
-
+
 private long
 flushPerChanges
 
-
+
 private FlushPolicy
 flushPolicy
 
-
+
 private static byte[]
 FOR_UNIT_TESTS_ONLY
 Row needed by below method.
 
 
-
+
 private HRegionFileSystem
 fs
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 HBASE_MAX_CELL_SIZE_KEY
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 HBASE_REGIONSERVER_MINIBATCH_SIZE
 
-
+
 private TableDescriptor
 htableDescriptor
 
-
+
 private boolean
 isLoadingCfsOnDemandDefault
 The default setting for whether to enable on-demand CF 
loading for
  scan requests to this region.
 
 
-
+
 private long
 lastFlushOpSeqId
 Record the sequence id of last flush operation.
 
 
-
+
 protected long
 lastReplayedCompactionSeqId
 
-
+
 protected long
 lastReplayedOpenRegionSeqId
 The sequence id of the last replayed open region event from 
the primary region.
 
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentMapHStore,https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
 lastStoreFlushTimeMap
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 LOAD_CFS_ON_DEMAND_CONFIG_KEY
 
-
+
 (package private) https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.html?is-external=true;
 title="class or interface in 
java.util.concurrent.locks">ReentrantReadWriteLock
 lock
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true;
 title="class or interface in java.util.concurrent">ConcurrentHashMapHashedBytes,HRegion.RowLockContext
 lockedRows
 
-
+
 private static org.slf4j.Logger
 LOG
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicInteger
 majorInProgress
 
-
+
 static long
 MAX_FLUSH_PER_CHANGES
 The following MAX_FLUSH_PER_CHANGES is large enough because 
each KeyValue has 20+ bytes
  overhead.
 
 
-
+
 (package private) long
 maxBusyWaitDuration
 
-
+
 (package private) int
 maxBusyWaitMultiplier
 
-
+
 (package private) long
 maxCellSize
 
-
+
 private long
 maxFlushedSeqId
 The max sequence id of flushed data on this region.
 
 
-
+
 (package private) https://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/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
 maxSeqIdInStores
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 MEMSTORE_FLUSH_PER_CHANGES
 Conf key to force a flush if there are already enough 
changes for one region in memstore
 
 
-
+
 static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 MEMSTORE_PERIODIC_FLUSH_INTERVAL
 Conf key for the periodic flush interval
 
 
-
+
 (package private) long
 memstoreFlushSize
 
-
+
 private MemStoreSizing
 memStoreSize
 
-
+
 private MetricsRegion
 metricsRegion
 
-
+
 private MetricsRegionWrapperImpl
 metricsRegionWrapper
 
-
+
 private int
 miniBatchSize
 
-
+
 private https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true;
 title="class or interface in 

[43/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/master/assignment/MergeTableRegionsProcedure.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.html
 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.html
index 2881954..e4cd8bf 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.html
@@ -129,7 +129,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class MergeTableRegionsProcedure
+public class MergeTableRegionsProcedure
 extends AbstractStateMachineTableProcedureorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.MergeTableRegionsState
 The procedure to Merge a region in a table.
  This procedure takes an exclusive table lock since it is working over 
multiple regions.
@@ -281,14 +281,18 @@ extends 
 private static void
-checkRegionsToMerge(RegionInfo[]regionsToMerge,
+checkRegionsToMerge(MasterProcedureEnvenv,
+   RegionInfo[]regionsToMerge,
booleanforcible)
 
 
 private static void
-checkRegionsToMerge(RegionInforegionToMergeA,
+checkRegionsToMerge(MasterProcedureEnvenv,
+   RegionInforegionToMergeA,
RegionInforegionToMergeB,
-   booleanforcible)
+   booleanforcible)
+One time checks.
+
 
 
 private void
@@ -522,7 +526,7 @@ extends AbstractStateMachineTableProcedure
-checkTableModifiable,
 getRegionDir,
 getUser,
 preflightChecks,
 releaseSyncLatch,
 setUser
+checkOnline,
 checkTableModifiable,
 getRegionDir,
 getUser,
 preflightChecks, releaseSyncLatch,
 setUser
 
 
 
@@ -565,7 +569,7 @@ extends 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -574,7 +578,7 @@ extends 
 
 traceEnabled
-privatehttps://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean traceEnabled
+privatehttps://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean traceEnabled
 
 
 
@@ -583,7 +587,7 @@ extends 
 
 lock
-private volatileboolean lock
+private volatileboolean lock
 
 
 
@@ -592,7 +596,7 @@ extends 
 
 regionLocation
-privateServerName regionLocation
+privateServerName regionLocation
 
 
 
@@ -601,7 +605,7 @@ extends 
 
 regionsToMerge
-privateRegionInfo[] regionsToMerge
+privateRegionInfo[] regionsToMerge
 
 
 
@@ -610,7 +614,7 @@ extends 
 
 mergedRegion
-privateRegionInfo mergedRegion
+privateRegionInfo mergedRegion
 
 
 
@@ -619,7 +623,7 @@ extends 
 
 forcible
-privateboolean forcible
+privateboolean forcible
 
 
 
@@ -636,7 +640,7 @@ extends 
 
 MergeTableRegionsProcedure
-publicMergeTableRegionsProcedure()
+publicMergeTableRegionsProcedure()
 
 
 
@@ -645,7 +649,7 @@ extends 
 
 MergeTableRegionsProcedure
-publicMergeTableRegionsProcedure(MasterProcedureEnvenv,
+publicMergeTableRegionsProcedure(MasterProcedureEnvenv,
   RegionInforegionToMergeA,
   RegionInforegionToMergeB)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -661,7 +665,7 @@ extends 
 
 MergeTableRegionsProcedure
-publicMergeTableRegionsProcedure(MasterProcedureEnvenv,
+publicMergeTableRegionsProcedure(MasterProcedureEnvenv,
   RegionInforegionToMergeA,
   RegionInforegionToMergeB,
   booleanforcible)
@@ -678,7 +682,7 @@ extends 
 
 MergeTableRegionsProcedure
-publicMergeTableRegionsProcedure(MasterProcedureEnvenv,
+publicMergeTableRegionsProcedure(MasterProcedureEnvenv,
   RegionInfo[]regionsToMerge,
   booleanforcible)
throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -696,13 +700,14 @@ extends 
+
 
 
 
 
 checkRegionsToMerge
-private staticvoidcheckRegionsToMerge(RegionInfo[]regionsToMerge,
+private staticvoidcheckRegionsToMerge(MasterProcedureEnvenv,
+RegionInfo[]regionsToMerge,
 booleanforcible)
  throws MergeRegionException
 
@@ -711,16 +716,18 @@ extends 
+
 
 
 
 
 checkRegionsToMerge
-private staticvoidcheckRegionsToMerge(RegionInforegionToMergeA,
+private staticvoidcheckRegionsToMerge(MasterProcedureEnvenv,
+RegionInforegionToMergeA,
   

[43/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/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html 
b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
index 26b9cc0..6fa64ff 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
@@ -949,394 +949,411 @@
 941*/
 942  public static final float 
HBASE_CLUSTER_MINIMUM_MEMORY_THRESHOLD = 0.2f;
 943
-944  public static final Pattern 
CP_HTD_ATTR_KEY_PATTERN =
-945  
Pattern.compile("^coprocessor\\$([0-9]+)$", Pattern.CASE_INSENSITIVE);
-946
-947  /**
-948   * pre
-949   * Pattern that matches a coprocessor 
specification. Form is:
-950   * {@code coprocessor jar file 
location '|' class name ['|' priority ['|' 
arguments]]}
-951   * where arguments are {@code 
KEY '=' VALUE [,...]}
-952   * For example: {@code 
hdfs:///foo.jar|com.foo.FooRegionObserver|1001|arg1=1,arg2=2}
-953   * /pre
-954   */
-955  public static final Pattern 
CP_HTD_ATTR_VALUE_PATTERN =
-956  
Pattern.compile("(^[^\\|]*)\\|([^\\|]+)\\|[\\s]*([\\d]*)[\\s]*(\\|.*)?$");
-957
-958  public static final String 
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN = "[^=,]+";
-959  public static final String 
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN = "[^,]+";
-960  public static final Pattern 
CP_HTD_ATTR_VALUE_PARAM_PATTERN = Pattern.compile(
-961  "(" + 
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN + ")=(" +
-962  
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN + "),?");
-963  public static final String 
CP_HTD_ATTR_INCLUSION_KEY =
-964  
"hbase.coprocessor.classloader.included.classes";
-965
-966  /** The delay when re-trying a socket 
operation in a loop (HBASE-4712) */
-967  public static final int 
SOCKET_RETRY_WAIT_MS = 200;
-968
-969  /** Host name of the local machine */
-970  public static final String LOCALHOST = 
"localhost";
-971
-972  /**
-973   * If this parameter is set to true, 
then hbase will read
-974   * data and then verify checksums. 
Checksum verification
-975   * inside hdfs will be switched off.  
However, if the hbase-checksum
-976   * verification fails, then it will 
switch back to using
-977   * hdfs checksums for verifiying data 
that is being read from storage.
-978   *
-979   * If this parameter is set to false, 
then hbase will not
-980   * verify any checksums, instead it 
will depend on checksum verification
-981   * being done in the hdfs client.
-982   */
-983  public static final String 
HBASE_CHECKSUM_VERIFICATION =
-984  
"hbase.regionserver.checksum.verify";
+944  /**
+945   * @deprecated  It is used internally. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
+946   */
+947  @Deprecated
+948  public static final Pattern 
CP_HTD_ATTR_KEY_PATTERN =
+949  
Pattern.compile("^coprocessor\\$([0-9]+)$", Pattern.CASE_INSENSITIVE);
+950
+951  /**
+952   * pre
+953   * Pattern that matches a coprocessor 
specification. Form is:
+954   * {@code coprocessor jar file 
location '|' class name ['|' priority ['|' 
arguments]]}
+955   * where arguments are {@code 
KEY '=' VALUE [,...]}
+956   * For example: {@code 
hdfs:///foo.jar|com.foo.FooRegionObserver|1001|arg1=1,arg2=2}
+957   * /pre
+958   * @deprecated  It is used internally. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
+959   */
+960  @Deprecated
+961  public static final Pattern 
CP_HTD_ATTR_VALUE_PATTERN =
+962  
Pattern.compile("(^[^\\|]*)\\|([^\\|]+)\\|[\\s]*([\\d]*)[\\s]*(\\|.*)?$");
+963  /**
+964   * @deprecated  It is used internally. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
+965   */
+966  @Deprecated
+967  public static final String 
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN = "[^=,]+";
+968  /**
+969   * @deprecated  It is used internally. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
+970   */
+971  @Deprecated
+972  public static final String 
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN = "[^,]+";
+973  /**
+974   * @deprecated  It is used internally. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
+975   */
+976  @Deprecated
+977  public static final Pattern 
CP_HTD_ATTR_VALUE_PARAM_PATTERN = Pattern.compile(
+978  "(" + 
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN + ")=(" +
+979  
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN + "),?");
+980  public static final String 
CP_HTD_ATTR_INCLUSION_KEY =
+981  
"hbase.coprocessor.classloader.included.classes";
+982
+983  /** The delay when re-trying a socket 
operation in a loop (HBASE-4712) */
+984  public static final int 
SOCKET_RETRY_WAIT_MS = 200;
 985
-986  public static final String LOCALHOST_IP 
= "127.0.0.1";
-987
-988  public static final String 
REGION_SERVER_HANDLER_COUNT = "hbase.regionserver.handler.count";
-989  public static final int 
DEFAULT_REGION_SERVER_HANDLER_COUNT = 30;
-990
-991  /*
-992   * 
REGION_SERVER_HANDLER_ABORT_ON_ERROR_PERCENT:

[43/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/HConstants.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/HConstants.html 
b/devapidocs/org/apache/hadoop/hbase/HConstants.html
index 95d3dbf..feefcbf 100644
--- a/devapidocs/org/apache/hadoop/hbase/HConstants.html
+++ b/devapidocs/org/apache/hadoop/hbase/HConstants.html
@@ -2089,7 +2089,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ZERO_L
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long ZERO_L
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long ZERO_L
 long constant for zero
 
 
@@ -2099,7 +2099,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 NINES
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NINES
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NINES
 
 See Also:
 Constant
 Field Values
@@ -2112,7 +2112,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 ZEROES
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ZEROES
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ZEROES
 
 See Also:
 Constant
 Field Values
@@ -2125,7 +2125,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 VERSION_FILE_NAME
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String VERSION_FILE_NAME
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String VERSION_FILE_NAME
 name of version file
 
 See Also:
@@ -2139,7 +2139,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 FILE_SYSTEM_VERSION
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FILE_SYSTEM_VERSION
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FILE_SYSTEM_VERSION
 Current version of file system.
  Version 4 supports only one kind of bloom filter.
  Version 5 changes versions in catalog table regions.
@@ -2158,7 +2158,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 CLUSTER_DISTRIBUTED
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CLUSTER_DISTRIBUTED
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CLUSTER_DISTRIBUTED
 Cluster is in distributed mode or not
 
 See Also:
@@ -2172,7 +2172,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 HBASE_MASTER_LOADBALANCER_CLASS
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HBASE_MASTER_LOADBALANCER_CLASS
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HBASE_MASTER_LOADBALANCER_CLASS
 Config for pluggable load balancers
 
 See Also:
@@ -2186,7 +2186,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 HBASE_MASTER_LOADBALANCE_BYTABLE
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HBASE_MASTER_LOADBALANCE_BYTABLE
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HBASE_MASTER_LOADBALANCE_BYTABLE
 Config for balancing the cluster by table
 
 See Also:
@@ -2200,7 +2200,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 HBASE_MASTER_BALANCER_MAX_RIT_PERCENT
-public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HBASE_MASTER_BALANCER_MAX_RIT_PERCENT
+public static finalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String 

[43/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/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
index 565b46c..5ade176 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
@@ -112,15 +112,15 @@
 
 
 protected Order
-RawBytes.order
+RawString.order
 
 
 protected Order
-OrderedBytesBase.order
+RawBytes.order
 
 
 protected Order
-RawString.order
+OrderedBytesBase.order
 
 
 
@@ -133,7 +133,7 @@
 
 
 Order
-RawBytes.getOrder()
+RawByte.getOrder()
 
 
 Order
@@ -141,66 +141,66 @@
 
 
 Order
-RawShort.getOrder()
+RawFloat.getOrder()
 
 
 Order
-TerminatedWrapper.getOrder()
+PBType.getOrder()
 
 
 Order
-OrderedBytesBase.getOrder()
+RawInteger.getOrder()
 
 
 Order
-RawFloat.getOrder()
+DataType.getOrder()
+Retrieve the sort Order imposed by this data type, 
or null when
+ natural ordering is not preserved.
+
 
 
 Order
-Union2.getOrder()
+RawLong.getOrder()
 
 
 Order
-Struct.getOrder()
+RawShort.getOrder()
 
 
 Order
-RawInteger.getOrder()
+RawString.getOrder()
 
 
 Order
-PBType.getOrder()
+RawBytes.getOrder()
 
 
 Order
-Union3.getOrder()
+Struct.getOrder()
 
 
 Order
-RawString.getOrder()
+Union3.getOrder()
 
 
 Order
-RawByte.getOrder()
+RawDouble.getOrder()
 
 
 Order
-Union4.getOrder()
+Union2.getOrder()
 
 
 Order
-DataType.getOrder()
-Retrieve the sort Order imposed by this data type, 
or null when
- natural ordering is not preserved.
-
+Union4.getOrder()
 
 
 Order
-RawLong.getOrder()
+OrderedBytesBase.getOrder()
 
 
 Order
-RawDouble.getOrder()
+TerminatedWrapper.getOrder()
 
 
 



[43/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/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 0e9aafb..030c910 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -889,33 +889,33 @@
 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.Order
-org.apache.hadoop.hbase.MemoryCompactionPolicy
 org.apache.hadoop.hbase.KeepDeletedCells
+org.apache.hadoop.hbase.MemoryCompactionPolicy
 org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.CellBuilderType
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.regionserver.BloomType
-org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.QuotaType
 org.apache.hadoop.hbase.quotas.ThrottleType
-org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.quotas.QuotaType
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
-org.apache.hadoop.hbase.client.Scan.ReadType
 org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.IsolationLevel
 org.apache.hadoop.hbase.client.Consistency
-org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d347bde8/book.html
--
diff --git a/book.html b/book.html
index 00af9c7..4ee0401 100644
--- a/book.html
+++ b/book.html
@@ -37267,7 +37267,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-03-05 14:29:50 UTC
+Last updated 2018-03-06 14:30:05 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d347bde8/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index b028800..7d61b14 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -299,7 +299,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-03-05
+  Last Published: 
2018-03-06
 
 
 



[43/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/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 8ea234b..ea6ab21 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2018 The Apache Software Foundation
 
-  File: 3570,
- Errors: 16212,
+  File: 3574,
+ Errors: 16184,
  Warnings: 0,
  Infos: 0
   
@@ -20556,6 +20556,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.WALEntryBatch.java;>org/apache/hadoop/hbase/replication/regionserver/WALEntryBatch.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient.java;>org/apache/hadoop/hbase/snapshot/TestMobFlushSnapshotFromClient.java
 
 
@@ -21951,7 +21965,7 @@ under the License.
   0
 
 
-  18
+  17
 
   
   
@@ -28181,7 +28195,7 @@ under the License.
   0
 
 
-  64
+  61
 
   
   
@@ -30127,7 +30141,7 @@ under the License.
   0
 
 
-  3
+  0
 
   
   
@@ -31471,7 +31485,7 @@ under the License.
   0
 
 
-  2
+  0
 
   
   
@@ -32073,7 +32087,7 @@ under the License.
   0
 
 
-  6
+  3
 
   
   
@@ -33585,7 +33599,7 @@ under the License.
   0
 
 
-  4
+  1
 
   
   
@@ -40002,6 +40016,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.TestSerialReplicationChecker.java;>org/apache/hadoop/hbase/replication/regionserver/TestSerialReplicationChecker.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.YouAreDeadException.java;>org/apache/hadoop/hbase/YouAreDeadException.java
 
 
@@ -42592,6 +42620,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.TestSerialReplication.java;>org/apache/hadoop/hbase/replication/TestSerialReplication.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost.java;>org/apache/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java
 
 
@@ -44127,7 +44169,7 @@ under the License.
   0
 
 
-  38
+  36
 
   
   
@@ -44692,6 +44734,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.SerialReplicationChecker.java;>org/apache/hadoop/hbase/replication/regionserver/SerialReplicationChecker.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   

[43/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/ClusterStatus.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html 
b/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
index b3e345b..1b657f2 100644
--- a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
+++ b/apidocs/org/apache/hadoop/hbase/ClusterStatus.html
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-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
 
 
 org.apache.hadoop.hbase.ClusterStatus
@@ -118,9 +118,9 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
+ https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
 public class ClusterStatus
-extends http://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 ClusterMetrics
 Status information on the HBase cluster.
  
@@ -180,15 +180,15 @@ implements 
 
 
-ClusterStatus(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringhbaseVersion,
- http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringclusterid,
- http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,ServerLoadservers,
- http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionServerNamedeadServers,
+ClusterStatus(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringhbaseVersion,
+ https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringclusterid,
+ https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,ServerLoadservers,
+ https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionServerNamedeadServers,
  ServerNamemaster,
- http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionServerNamebackupMasters,
- http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.hbase.master.RegionStaterit,
- http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]masterCoprocessors,
- http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">BooleanbalancerOn,
+ https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionServerNamebackupMasters,
+ https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.hbase.master.RegionStaterit,
+ https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]masterCoprocessors,
+ https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">BooleanbalancerOn,
  intmasterInfoPort)
 Deprecated.
 As of release 2.0.0, this 
will be removed in HBase 3.0.0
@@ -212,18 +212,18 @@ implements 
 
 boolean
-equals(http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objecto)
+equals(https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objecto)
 Deprecated.
 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
+https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 

[43/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/apidocs/src-html/org/apache/hadoop/hbase/filter/ParseFilter.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/filter/ParseFilter.html 
b/apidocs/src-html/org/apache/hadoop/hbase/filter/ParseFilter.html
index 49de9ff..d98b2a6 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/filter/ParseFilter.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/filter/ParseFilter.html
@@ -101,684 +101,684 @@
 093  
"SingleColumnValueExcludeFilter");
 094
filterHashMap.put("DependentColumnFilter", ParseConstants.FILTER_PACKAGE + "." 
+
 095  
"DependentColumnFilter");
-096
-097// Creates the 
operatorPrecedenceHashMap
-098operatorPrecedenceHashMap = new 
HashMap();
-099
operatorPrecedenceHashMap.put(ParseConstants.SKIP_BUFFER, 1);
-100
operatorPrecedenceHashMap.put(ParseConstants.WHILE_BUFFER, 1);
-101
operatorPrecedenceHashMap.put(ParseConstants.AND_BUFFER, 2);
-102
operatorPrecedenceHashMap.put(ParseConstants.OR_BUFFER, 3);
-103  }
-104
-105  /**
-106   * Parses the filterString and 
constructs a filter using it
-107   * p
-108   * @param filterString filter string 
given by the user
-109   * @return filter object we 
constructed
-110   */
-111  public Filter parseFilterString (String 
filterString)
-112throws CharacterCodingException {
-113return 
parseFilterString(Bytes.toBytes(filterString));
-114  }
-115
-116  /**
-117   * Parses the filterString and 
constructs a filter using it
-118   * p
-119   * @param filterStringAsByteArray 
filter string given by the user
-120   * @return filter object we 
constructed
-121   */
-122  public Filter parseFilterString (byte 
[] filterStringAsByteArray)
-123throws CharacterCodingException {
-124// stack for the operators and 
parenthesis
-125Stack ByteBuffer 
operatorStack = new Stack();
-126// stack for the filter objects
-127Stack Filter filterStack = 
new Stack();
-128
-129Filter filter = null;
-130for (int i=0; 
ifilterStringAsByteArray.length; i++) {
-131  if (filterStringAsByteArray[i] == 
ParseConstants.LPAREN) {
-132// LPAREN found
-133
operatorStack.push(ParseConstants.LPAREN_BUFFER);
-134  } else if 
(filterStringAsByteArray[i] == ParseConstants.WHITESPACE ||
-135 
filterStringAsByteArray[i] == ParseConstants.TAB) {
-136// WHITESPACE or TAB found
-137continue;
-138  } else if 
(checkForOr(filterStringAsByteArray, i)) {
-139// OR found
-140i += 
ParseConstants.OR_ARRAY.length - 1;
-141reduce(operatorStack, 
filterStack, ParseConstants.OR_BUFFER);
-142
operatorStack.push(ParseConstants.OR_BUFFER);
-143  } else if 
(checkForAnd(filterStringAsByteArray, i)) {
-144// AND found
-145i += 
ParseConstants.AND_ARRAY.length - 1;
-146reduce(operatorStack, 
filterStack, ParseConstants.AND_BUFFER);
-147
operatorStack.push(ParseConstants.AND_BUFFER);
-148  } else if 
(checkForSkip(filterStringAsByteArray, i)) {
-149// SKIP found
-150i += 
ParseConstants.SKIP_ARRAY.length - 1;
-151reduce(operatorStack, 
filterStack, ParseConstants.SKIP_BUFFER);
-152
operatorStack.push(ParseConstants.SKIP_BUFFER);
-153  } else if 
(checkForWhile(filterStringAsByteArray, i)) {
-154// WHILE found
-155i += 
ParseConstants.WHILE_ARRAY.length - 1;
-156reduce(operatorStack, 
filterStack, ParseConstants.WHILE_BUFFER);
-157
operatorStack.push(ParseConstants.WHILE_BUFFER);
-158  } else if 
(filterStringAsByteArray[i] == ParseConstants.RPAREN) {
-159// RPAREN found
-160if (operatorStack.empty()) {
-161  throw new 
IllegalArgumentException("Mismatched parenthesis");
-162}
-163ByteBuffer argumentOnTopOfStack = 
operatorStack.peek();
-164if 
(argumentOnTopOfStack.equals(ParseConstants.LPAREN_BUFFER)) {
-165  operatorStack.pop();
-166  continue;
-167}
-168while 
(!(argumentOnTopOfStack.equals(ParseConstants.LPAREN_BUFFER))) {
-169  
filterStack.push(popArguments(operatorStack, filterStack));
-170  if (operatorStack.empty()) {
-171throw new 
IllegalArgumentException("Mismatched parenthesis");
-172  }
-173  argumentOnTopOfStack = 
operatorStack.pop();
-174}
-175  } else {
-176// SimpleFilterExpression found
-177byte [] filterSimpleExpression = 
extractFilterSimpleExpression(filterStringAsByteArray, i);
-178i+= 
(filterSimpleExpression.length - 1);
-179filter = 
parseSimpleFilterExpression(filterSimpleExpression);
-180filterStack.push(filter);
-181  }
-182}
-183
-184// Finished parsing filterString
-185while (!operatorStack.empty()) {
-186  

[43/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/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 7c184cb..e614678 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 http://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
@@ -411,7 +411,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 operations
-protected finalT[] operations
+protected finalT[] operations
 
 
 
@@ -420,7 +420,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 retCodeDetails
-protected finalOperationStatus[] retCodeDetails
+protected finalOperationStatus[] retCodeDetails
 
 
 
@@ -429,7 +429,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 walEditsFromCoprocessors
-protected finalWALEdit[] walEditsFromCoprocessors
+protected finalWALEdit[] walEditsFromCoprocessors
 
 
 
@@ -438,7 +438,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 familyCellMaps
-protected finalhttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCell[] familyCellMaps
+protected finalhttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCell[] familyCellMaps
 
 
 
@@ -447,7 +447,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 region
-protected finalHRegion region
+protected finalHRegion region
 
 
 
@@ -456,7 +456,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 nextIndexToProcess
-protectedint nextIndexToProcess
+protectedint nextIndexToProcess
 
 
 
@@ -465,7 +465,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 observedExceptions
-protected finalHRegion.ObservedExceptionsInBatch observedExceptions
+protected finalHRegion.ObservedExceptionsInBatch observedExceptions
 
 
 
@@ -474,7 +474,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 durability
-protectedDurability durability
+protectedDurability durability
 
 
 
@@ -483,7 +483,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 atomic
-protectedboolean atomic
+protectedboolean atomic
 
 
 
@@ -502,7 +502,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 BatchOperation
-publicBatchOperation(HRegionregion,
+publicBatchOperation(HRegionregion,
   T[]operations)
 
 
@@ -520,7 +520,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 visitBatchOperations
-publicvoidvisitBatchOperations(booleanpendingOnly,
+publicvoidvisitBatchOperations(booleanpendingOnly,
  intlastIndexExclusive,
  HRegion.BatchOperation.Visitorvisitor)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -537,7 +537,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getMutation
-public abstractMutationgetMutation(intindex)
+public abstractMutationgetMutation(intindex)
 
 
 
@@ -546,7 +546,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getNonceGroup
-public abstractlonggetNonceGroup(intindex)
+public abstractlonggetNonceGroup(intindex)
 
 
 
@@ -555,7 +555,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getNonce
-public abstractlonggetNonce(intindex)
+public abstractlonggetNonce(intindex)
 
 
 
@@ -564,7 +564,7 @@ extends http://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 
non-replay 

[43/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/master/HMaster.InitializationMonitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
index 316105c..d2ffc46 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames
@@ -392,7 +392,7 @@ extends 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/193b4259/devapidocs/org/apache/hadoop/hbase/master/HMaster.MasterStoppedException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/HMaster.MasterStoppedException.html 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.MasterStoppedException.html
new file mode 100644
index 000..27a986c
--- /dev/null
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.MasterStoppedException.html
@@ -0,0 +1,282 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+HMaster.MasterStoppedException (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+
+
+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.master
+Class 
HMaster.MasterStoppedException
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/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
+
+
+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.DoNotRetryIOException
+
+
+org.apache.hadoop.hbase.master.HMaster.MasterStoppedException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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
+
+
+Enclosing class:
+HMaster
+
+
+
+public static class HMaster.MasterStoppedException
+extends DoNotRetryIOException
+
+See Also:
+Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+MasterStoppedException()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+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 

[43/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/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index d21d0ac..32feba1 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -889,33 +889,33 @@
 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.util.Order
-org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.MemoryCompactionPolicy
+org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.CellBuilderType
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaType
-org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.client.Durability
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.Scan.ReadType
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
 org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/94208cfe/book.html
--
diff --git a/book.html b/book.html
index 58ae79f..0ebc5b8 100644
--- a/book.html
+++ b/book.html
@@ -37303,7 +37303,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-02-15 14:29:38 UTC
+Last updated 2018-02-16 14:29:36 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/94208cfe/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index 7e3a68b..d2e7978 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-02-15
+  Last Published: 
2018-02-16
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/94208cfe/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index e2ca280..47fbe89 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -286,7 +286,7 @@
 Warnings
 Errors
 
-3540
+3543
 0
 0
 16555
@@ -68403,379 +68403,379 @@
 indentation
 Indentation
 'else' child have incorrect indentation level 10, expected level should be 
12.
-229
+228
 
 Error
 indentation
 Indentation
 'else rcurly' have incorrect indentation level 8, expected level should be 
10.
-230
+229
 
 Error
 indentation
 Indentation
 'case' child have incorrect indentation level 6, expected level should be 
8.
-231
+230
 
 Error
 indentation
 Indentation
 'block' child have incorrect indentation level 8, expected level should be 
10.
-232
+231
 
 Error
 indentation
 Indentation
 'block' child have incorrect indentation level 8, 

[43/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/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 32feba1..d21d0ac 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -889,33 +889,33 @@
 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.util.Order
-org.apache.hadoop.hbase.MemoryCompactionPolicy
 org.apache.hadoop.hbase.KeepDeletedCells
+org.apache.hadoop.hbase.MemoryCompactionPolicy
 org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.CellBuilderType
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.regionserver.BloomType
-org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.QuotaType
 org.apache.hadoop.hbase.quotas.ThrottleType
-org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.quotas.QuotaType
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
-org.apache.hadoop.hbase.client.Scan.ReadType
 org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.IsolationLevel
 org.apache.hadoop.hbase.client.Consistency
-org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0cd17dc5/book.html
--
diff --git a/book.html b/book.html
index 416..58ae79f 100644
--- a/book.html
+++ b/book.html
@@ -37303,7 +37303,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-02-14 14:29:42 UTC
+Last updated 2018-02-15 14:29:38 UTC
 
 
 

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



[43/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/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index d21d0ac..32feba1 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -889,33 +889,33 @@
 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.util.Order
-org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.MemoryCompactionPolicy
+org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.CellBuilderType
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaType
-org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.client.Durability
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.Scan.ReadType
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
 org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/828486ae/book.html
--
diff --git a/book.html b/book.html
index 96d4058..416 100644
--- a/book.html
+++ b/book.html
@@ -37303,7 +37303,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-02-13 14:29:54 UTC
+Last updated 2018-02-14 14:29:42 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/828486ae/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index f219a8a..83c7795 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-02-13
+  Last Published: 
2018-02-14
 
 
 



[43/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/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
index 23f3748..21f867f 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
@@ -129,13 +129,13 @@
 
 
 Bytes
-HTableDescriptor.getValue(Byteskey)
+HColumnDescriptor.getValue(Byteskey)
 Deprecated.
 
 
 
 Bytes
-HColumnDescriptor.getValue(Byteskey)
+HTableDescriptor.getValue(Byteskey)
 Deprecated.
 
 
@@ -150,25 +150,25 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HTableDescriptor.getValues()
+HColumnDescriptor.getValues()
 Deprecated.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HTableDescriptor.getValues()
+HColumnDescriptor.getValues()
 Deprecated.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HColumnDescriptor.getValues()
+HTableDescriptor.getValues()
 Deprecated.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HColumnDescriptor.getValues()
+HTableDescriptor.getValues()
 Deprecated.
 
 
@@ -183,13 +183,13 @@
 
 
 Bytes
-HTableDescriptor.getValue(Byteskey)
+HColumnDescriptor.getValue(Byteskey)
 Deprecated.
 
 
 
 Bytes
-HColumnDescriptor.getValue(Byteskey)
+HTableDescriptor.getValue(Byteskey)
 Deprecated.
 
 
@@ -240,14 +240,14 @@
 
 
 Bytes
-ColumnFamilyDescriptor.getValue(Byteskey)
-
-
-Bytes
 TableDescriptor.getValue(Byteskey)
 Getter for accessing the metadata associated with the 
key.
 
 
+
+Bytes
+ColumnFamilyDescriptor.getValue(Byteskey)
+
 
 
 
@@ -259,23 +259,23 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-ColumnFamilyDescriptor.getValues()
-It clone all bytes of all elements.
-
+TableDescriptor.getValues()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-ColumnFamilyDescriptor.getValues()
-It clone all bytes of all elements.
-
+TableDescriptor.getValues()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-TableDescriptor.getValues()
+ColumnFamilyDescriptor.getValues()
+It clone all bytes of all elements.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-TableDescriptor.getValues()
+ColumnFamilyDescriptor.getValues()
+It clone all bytes of all elements.
+
 
 
 
@@ -288,14 +288,14 @@
 
 
 Bytes
-ColumnFamilyDescriptor.getValue(Byteskey)
-
-
-Bytes
 TableDescriptor.getValue(Byteskey)
 Getter for accessing the metadata associated with the 
key.
 
 
+
+Bytes
+ColumnFamilyDescriptor.getValue(Byteskey)
+
 
 TableDescriptorBuilder
 TableDescriptorBuilder.removeValue(Byteskey)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f272b0e8/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
index 109b7e5..9142a21 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Order.html
@@ -112,15 +112,15 @@
 
 
 protected Order
-RawString.order
+RawBytes.order
 
 
 protected Order
-RawBytes.order
+OrderedBytesBase.order
 
 
 protected Order
-OrderedBytesBase.order
+RawString.order
 
 
 
@@ -133,7 +133,7 @@
 
 
 Order
-RawByte.getOrder()
+RawBytes.getOrder()
 
 
 Order
@@ -141,66 +141,66 @@
 
 
 Order
-RawFloat.getOrder()
+RawShort.getOrder()
 
 
 Order
-PBType.getOrder()
+TerminatedWrapper.getOrder()
 
 
 Order
-RawInteger.getOrder()
+OrderedBytesBase.getOrder()
 
 
 Order
-DataType.getOrder()
-Retrieve the sort Order imposed by this data type, 
or null when
- natural ordering is not preserved.
-
+RawFloat.getOrder()
 
 
 Order
-RawLong.getOrder()
+Union2.getOrder()
 
 
 Order
-RawShort.getOrder()
+Struct.getOrder()
 
 
 Order
-RawString.getOrder()
+RawInteger.getOrder()
 
 
 Order
-RawBytes.getOrder()
+PBType.getOrder()
 
 
 Order
-Struct.getOrder()
+Union3.getOrder()
 
 
 Order
-Union3.getOrder()
+RawString.getOrder()
 
 
 Order
-RawDouble.getOrder()
+RawByte.getOrder()
 
 
 Order
-Union2.getOrder()
+Union4.getOrder()
 
 
 Order
-Union4.getOrder()
+DataType.getOrder()
+Retrieve the sort Order 

[43/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/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index d21d0ac..32feba1 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -889,33 +889,33 @@
 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.util.Order
-org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.MemoryCompactionPolicy
+org.apache.hadoop.hbase.KeepDeletedCells
 org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.CellBuilderType
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaType
-org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.client.Durability
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.Scan.ReadType
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
 org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c83a37c8/book.html
--
diff --git a/book.html b/book.html
index 0c486e4..3980e26 100644
--- a/book.html
+++ b/book.html
@@ -37262,7 +37262,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-02-09 14:29:40 UTC
+Last updated 2018-02-10 14:29:46 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c83a37c8/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index 5c49bad..bb93be6 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-02-09
+  Last Published: 
2018-02-10
 
 
 



[43/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/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 32feba1..d21d0ac 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -889,33 +889,33 @@
 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.util.Order
-org.apache.hadoop.hbase.MemoryCompactionPolicy
 org.apache.hadoop.hbase.KeepDeletedCells
+org.apache.hadoop.hbase.MemoryCompactionPolicy
 org.apache.hadoop.hbase.CompareOperator
 org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.CellBuilderType
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.regionserver.BloomType
-org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.QuotaType
 org.apache.hadoop.hbase.quotas.ThrottleType
-org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.quotas.QuotaType
+org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
 org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.IsolationLevel
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
-org.apache.hadoop.hbase.client.Scan.ReadType
 org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.IsolationLevel
 org.apache.hadoop.hbase.client.Consistency
-org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html
index 126d625..494f193 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html
@@ -55,7 +55,7 @@
 047@InterfaceAudience.Public
 048public class Append extends Mutation {
 049  private static final Logger LOG = 
LoggerFactory.getLogger(Append.class);
-050  private static final long HEAP_OVERHEAD 
= ClassSize.REFERENCE + ClassSize.TIMERANGE;
+050  private static final long HEAP_OVERHEAD 
= (long)ClassSize.REFERENCE + ClassSize.TIMERANGE;
 051  private TimeRange tr = new 
TimeRange();
 052
 053  /**

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
index 3c7485f..18bd3f6 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
@@ -74,7 +74,7 @@
 066HeapSize {
 067  public static final long 
MUTATION_OVERHEAD = ClassSize.align(
 068  // This
-069  ClassSize.OBJECT +
+069  (long)ClassSize.OBJECT +
 070  // row + 
OperationWithAttributes.attributes
 071  2 * ClassSize.REFERENCE +
 072  // Timestamp
@@ -799,10 +799,10 @@
 791
 792  private static final class CellWrapper 
implements ExtendedCell {
 793private static final long 
FIXED_OVERHEAD = ClassSize.align(
-794  ClassSize.OBJECT  // 
object header
+794  (long)ClassSize.OBJECT  
// object header
 795+ KeyValue.TIMESTAMP_SIZE   
// timestamp
 796+ Bytes.SIZEOF_LONG 
// sequence id
-797+ 1 * ClassSize.REFERENCE); 
// references to cell
+797+ 1L * 

[43/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/coprocessor/CoprocessorHost.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.html 
b/devapidocs/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.html
index d56fed1..6cf5aef 100644
--- a/devapidocs/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.html
+++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.html
@@ -672,7 +672,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 legacyWarning
-private static finalhttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">Sethttp://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends Coprocessor legacyWarning
+private static finalhttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">Sethttp://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends Coprocessor legacyWarning
 Used to limit legacy handling to once per Coprocessor class 
per classloader.
 
 
@@ -742,7 +742,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 load
-publicEload(org.apache.hadoop.fs.Pathpath,
+publicEload(org.apache.hadoop.fs.Pathpath,
   http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringclassName,
   intpriority,
   org.apache.hadoop.conf.Configurationconf)
@@ -765,7 +765,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 load
-publicEload(org.apache.hadoop.fs.Pathpath,
+publicEload(org.apache.hadoop.fs.Pathpath,
   http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringclassName,
   intpriority,
   org.apache.hadoop.conf.Configurationconf,
@@ -790,7 +790,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 load
-publicvoidload(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends CimplClass,
+publicvoidload(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends CimplClass,
  intpriority,
  org.apache.hadoop.conf.Configurationconf)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -806,7 +806,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 checkAndLoadInstance
-publicEcheckAndLoadInstance(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?implClass,
+publicEcheckAndLoadInstance(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?implClass,
   intpriority,
   org.apache.hadoop.conf.Configurationconf)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -828,7 +828,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 createEnvironment
-public abstractEcreateEnvironment(Cinstance,
+public abstractEcreateEnvironment(Cinstance,
 intpriority,
 intsequence,
 
org.apache.hadoop.conf.Configurationconf)
@@ -841,7 +841,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 checkAndGetInstance
-public abstractCcheckAndGetInstance(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?implClass)
+public abstractCcheckAndGetInstance(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?implClass)
throws http://docs.oracle.com/javase/8/docs/api/java/lang/InstantiationException.html?is-external=true;
 title="class or interface in java.lang">InstantiationException,
   http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalAccessException.html?is-external=true;
 title="class or interface in java.lang">IllegalAccessException
 Called when a new Coprocessor class needs to be loaded. 
Checks if type of the given class
@@ -864,7 +864,7 @@ extends 

[43/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/ipc/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
index 5cdb5bc..0e04551 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/package-tree.html
@@ -348,8 +348,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.ipc.CallEvent.Type
 org.apache.hadoop.hbase.ipc.BufferCallBeforeInitHandler.BufferCallAction
+org.apache.hadoop.hbase.ipc.CallEvent.Type
 org.apache.hadoop.hbase.ipc.MetricsHBaseServerSourceFactoryImpl.SourceStorage
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1f2eeb22/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
index 97a8364..164c307 100644
--- a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html
@@ -293,10 +293,10 @@
 
 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.mapreduce.CellCounter.CellCounterMapper.Counters
+org.apache.hadoop.hbase.mapreduce.SyncTable.SyncMapper.Counter
 org.apache.hadoop.hbase.mapreduce.RowCounter.RowCounterMapper.Counters
 org.apache.hadoop.hbase.mapreduce.TableSplit.Version
-org.apache.hadoop.hbase.mapreduce.SyncTable.SyncMapper.Counter
+org.apache.hadoop.hbase.mapreduce.CellCounter.CellCounterMapper.Counters
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1f2eeb22/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
index 9614d85..ae83683 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HMaster.InitializationMonitor
+private static class HMaster.InitializationMonitor
 extends HasThread
 Protection against zombie master. Started once Master 
accepts active responsibility and
  starts taking over responsibilities. Allows a finite time window before 
giving up ownership.
@@ -250,7 +250,7 @@ extends 
 
 TIMEOUT_KEY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String TIMEOUT_KEY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String TIMEOUT_KEY
 The amount of time in milliseconds to sleep before checking 
initialization status.
 
 See Also:
@@ -264,7 +264,7 @@ extends 
 
 TIMEOUT_DEFAULT
-public static finallong TIMEOUT_DEFAULT
+public static finallong TIMEOUT_DEFAULT
 
 
 
@@ -273,7 +273,7 @@ extends 
 
 HALT_KEY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HALT_KEY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HALT_KEY
 When timeout expired and initialization has not complete, 
call http://docs.oracle.com/javase/8/docs/api/java/lang/System.html?is-external=true#exit-int-;
 title="class or interface in java.lang">System.exit(int) when
  true, do nothing otherwise.
 
@@ -288,7 +288,7 @@ extends 
 
 HALT_DEFAULT
-public static finalboolean HALT_DEFAULT
+public static finalboolean HALT_DEFAULT
 
 See Also:
 Constant
 Field Values
@@ -301,7 +301,7 @@ extends 
 
 master
-private finalHMaster master
+private finalHMaster 

[43/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/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.Task.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.Task.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.Task.html
index c8ecafc..130ebb3 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.Task.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.Task.html
@@ -319,46 +319,48 @@
 311  if (task == CLOSE) {
 312break;
 313  }
-314  if (task == null  
pendingRequests == 0) {
-315LOG.debug(
-316  "{} to {} no activities for {} 
ms, close active connection. " +
-317"Will reconnect next time 
when there are new requests",
-318  getId(), connectString, 
keepAliveTimeMs);
-319closeZk();
-320continue;
-321  }
-322  if (!task.needZk()) {
-323task.exec(null);
-324  } else {
-325ZooKeeper zk;
-326try {
-327  zk = getZk();
-328} catch (IOException e) {
-329  task.connectFailed(e);
-330  continue;
-331}
-332task.exec(zk);
-333  }
-334}
-335closeZk();
-336IOException error = new 
IOException("Client already closed");
-337Arrays.stream(tasks.toArray(new 
Task[0])).forEach(t - t.closed(error));
-338tasks.clear();
-339  }
-340
-341  @Override
-342  public void close() {
-343if (closed.compareAndSet(false, 
true)) {
-344  LOG.info("Close zookeeper 
connection {} to {}", getId(), connectString);
-345  tasks.add(CLOSE);
-346}
-347  }
-348
-349  @VisibleForTesting
-350  public String getConnectString() {
-351return connectString;
-352  }
-353}
+314  if (task == null) {
+315if (pendingRequests == 0) {
+316  LOG.debug(
+317"{} to {} no activities for 
{} ms, close active connection. " +
+318  "Will reconnect next time 
when there are new requests",
+319getId(), connectString, 
keepAliveTimeMs);
+320  closeZk();
+321}
+322continue;
+323  }
+324  if (!task.needZk()) {
+325task.exec(null);
+326  } else {
+327ZooKeeper zk;
+328try {
+329  zk = getZk();
+330} catch (IOException e) {
+331  task.connectFailed(e);
+332  continue;
+333}
+334task.exec(zk);
+335  }
+336}
+337closeZk();
+338IOException error = new 
IOException("Client already closed");
+339Arrays.stream(tasks.toArray(new 
Task[0])).forEach(t - t.closed(error));
+340tasks.clear();
+341  }
+342
+343  @Override
+344  public void close() {
+345if (closed.compareAndSet(false, 
true)) {
+346  LOG.info("Close zookeeper 
connection {} to {}", getId(), connectString);
+347  tasks.add(CLOSE);
+348}
+349  }
+350
+351  @VisibleForTesting
+352  public String getConnectString() {
+353return connectString;
+354  }
+355}
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cc6597ec/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.ZKTask.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.ZKTask.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.ZKTask.html
index c8ecafc..130ebb3 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.ZKTask.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ReadOnlyZKClient.ZKTask.html
@@ -319,46 +319,48 @@
 311  if (task == CLOSE) {
 312break;
 313  }
-314  if (task == null  
pendingRequests == 0) {
-315LOG.debug(
-316  "{} to {} no activities for {} 
ms, close active connection. " +
-317"Will reconnect next time 
when there are new requests",
-318  getId(), connectString, 
keepAliveTimeMs);
-319closeZk();
-320continue;
-321  }
-322  if (!task.needZk()) {
-323task.exec(null);
-324  } else {
-325ZooKeeper zk;
-326try {
-327  zk = getZk();
-328} catch (IOException e) {
-329  task.connectFailed(e);
-330  continue;
-331}
-332task.exec(zk);
-333  }
-334}
-335closeZk();
-336IOException error = new 
IOException("Client already closed");
-337Arrays.stream(tasks.toArray(new 
Task[0])).forEach(t - t.closed(error));
-338tasks.clear();
-339  }
-340
-341  @Override
-342  public void close() {
-343if (closed.compareAndSet(false, 
true)) {
-344  LOG.info("Close zookeeper 
connection {} to {}", getId(), connectString);
-345  tasks.add(CLOSE);
-346}
-347  }
-348
-349  @VisibleForTesting
-350  public String getConnectString() {
-351   

[43/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/org/apache/hadoop/hbase/backup/impl/BackupManifest.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupManifest.html 
b/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupManifest.html
index 0c0918e..484517d 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupManifest.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupManifest.html
@@ -328,7 +328,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -337,7 +337,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 MANIFEST_FILE_NAME
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MANIFEST_FILE_NAME
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MANIFEST_FILE_NAME
 
 See Also:
 Constant
 Field Values
@@ -390,7 +390,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 BackupManifest
-publicBackupManifest(BackupInfobackup,
+publicBackupManifest(BackupInfobackup,
   TableNametable)
 Construct a table level manifest for a backup of the named 
table.
 
@@ -405,7 +405,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 BackupManifest
-publicBackupManifest(org.apache.hadoop.conf.Configurationconf,
+publicBackupManifest(org.apache.hadoop.conf.Configurationconf,
   org.apache.hadoop.fs.PathbackupPath)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Construct manifest from a backup directory.
@@ -414,7 +414,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 conf - configuration
 backupPath - backup path
 Throws:
-http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException - if constructing 
the manifest from the backup directory fails
 
 
 
@@ -424,7 +424,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 BackupManifest
-publicBackupManifest(org.apache.hadoop.fs.FileSystemfs,
+publicBackupManifest(org.apache.hadoop.fs.FileSystemfs,
   org.apache.hadoop.fs.PathbackupPath)
throws BackupException
 Construct manifest from a backup directory.
@@ -451,7 +451,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getType
-publicBackupTypegetType()
+publicBackupTypegetType()
 
 
 
@@ -460,7 +460,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getTableList
-publichttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTableNamegetTableList()
+publichttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTableNamegetTableList()
 Get the table set of this image.
 
 Returns:
@@ -474,7 +474,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 store
-publicvoidstore(org.apache.hadoop.conf.Configurationconf)
+publicvoidstore(org.apache.hadoop.conf.Configurationconf)
throws BackupException
 TODO: fix it. Persist the manifest file.
 
@@ -490,7 +490,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getBackupImage
-publicBackupManifest.BackupImagegetBackupImage()
+publicBackupManifest.BackupImagegetBackupImage()
 Get this backup image.
 
 Returns:
@@ -504,7 +504,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 addDependentImage
-publicvoidaddDependentImage(BackupManifest.BackupImageimage)
+publicvoidaddDependentImage(BackupManifest.BackupImageimage)
 Add dependent backup image for this backup.
 
 Parameters:
@@ -518,7 +518,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 setIncrTimestampMap
-publicvoidsetIncrTimestampMap(http://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMapTableName,http://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or 

[43/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/org/apache/hadoop/hbase/rest/RowResultGenerator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/rest/RowResultGenerator.html 
b/devapidocs/org/apache/hadoop/hbase/rest/RowResultGenerator.html
index 5a7b5de..dbb7b0d 100644
--- a/devapidocs/org/apache/hadoop/hbase/rest/RowResultGenerator.html
+++ b/devapidocs/org/apache/hadoop/hbase/rest/RowResultGenerator.html
@@ -310,7 +310,7 @@ extends 
 
 close
-publicvoidclose()
+publicvoidclose()
 
 Specified by:
 closein
 classResultGenerator
@@ -323,7 +323,7 @@ extends 
 
 hasNext
-publicbooleanhasNext()
+publicbooleanhasNext()
 
 
 
@@ -332,7 +332,7 @@ extends 
 
 next
-publicCellnext()
+publicCellnext()
 
 
 
@@ -341,7 +341,7 @@ extends 
 
 putBack
-publicvoidputBack(Cellkv)
+publicvoidputBack(Cellkv)
 
 Specified by:
 putBackin
 classResultGenerator
@@ -354,7 +354,7 @@ extends 
 
 remove
-publicvoidremove()
+publicvoidremove()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/96e5e102/devapidocs/org/apache/hadoop/hbase/rest/RowSpec.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/rest/RowSpec.html 
b/devapidocs/org/apache/hadoop/hbase/rest/RowSpec.html
index 31dc130..b0829df 100644
--- a/devapidocs/org/apache/hadoop/hbase/rest/RowSpec.html
+++ b/devapidocs/org/apache/hadoop/hbase/rest/RowSpec.html
@@ -768,7 +768,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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/96e5e102/devapidocs/org/apache/hadoop/hbase/rest/ScannerResultGenerator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/rest/ScannerResultGenerator.html 
b/devapidocs/org/apache/hadoop/hbase/rest/ScannerResultGenerator.html
index 3c9d262..8bb3fb4 100644
--- a/devapidocs/org/apache/hadoop/hbase/rest/ScannerResultGenerator.html
+++ b/devapidocs/org/apache/hadoop/hbase/rest/ScannerResultGenerator.html
@@ -407,7 +407,7 @@ extends 
 
 close
-publicvoidclose()
+publicvoidclose()
 
 Specified by:
 closein
 classResultGenerator
@@ -420,7 +420,7 @@ extends 
 
 hasNext
-publicbooleanhasNext()
+publicbooleanhasNext()
 
 
 
@@ -429,7 +429,7 @@ extends 
 
 next
-publicCellnext()
+publicCellnext()
 
 
 
@@ -438,7 +438,7 @@ extends 
 
 putBack
-publicvoidputBack(Cellkv)
+publicvoidputBack(Cellkv)
 
 Specified by:
 putBackin
 classResultGenerator
@@ -451,7 +451,7 @@ extends 
 
 remove
-publicvoidremove()
+publicvoidremove()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/96e5e102/devapidocs/org/apache/hadoop/hbase/rest/model/RowModel.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/rest/model/RowModel.html 
b/devapidocs/org/apache/hadoop/hbase/rest/model/RowModel.html
index 91b4afb..9152853 100644
--- a/devapidocs/org/apache/hadoop/hbase/rest/model/RowModel.html
+++ b/devapidocs/org/apache/hadoop/hbase/rest/model/RowModel.html
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class RowModel
+public class RowModel
 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 ProtobufMessageHandler, 
http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
 Representation of a row. A row is a related set of cells, 
grouped by common
@@ -288,7 +288,7 @@ implements 
 
 serialVersionUID
-private static finallong serialVersionUID
+private static finallong serialVersionUID
 
 See Also:
 Constant
 Field Values
@@ -301,7 +301,7 @@ implements 
 
 key
-privatebyte[] key
+privatebyte[] key
 
 
 
@@ -310,7 +310,7 @@ implements 
 
 cells
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellModel cells
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellModel cells
 
 
 
@@ -327,7 +327,7 @@ implements 
 
 RowModel
-publicRowModel()
+publicRowModel()
 Default constructor
 
 
@@ -337,7 +337,7 @@ 

[43/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/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html 
b/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
index f999cbd..de398a3 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html
@@ -308,412 +308,414 @@
 300  boolean inArchive = false;
 301  long size = -1;
 302  try {
-303if ((inArchive = 
fs.exists(link.getArchivePath( {
-304  size = 
fs.getFileStatus(link.getArchivePath()).getLen();
-305  
hfilesArchiveSize.addAndGet(size);
-306  
hfilesArchiveCount.incrementAndGet();
-307
-308  // If store file is not shared 
with other snapshots and tables,
-309  // increase 
nonSharedHfilesArchiveSize
-310  if ((filesMap != null) 

-311  
!isArchivedFileStillReferenced(link.getArchivePath(), filesMap)) {
-312
nonSharedHfilesArchiveSize.addAndGet(size);
-313  }
-314} else if (inArchive = 
fs.exists(link.getMobPath())) {
-315  size = 
fs.getFileStatus(link.getMobPath()).getLen();
-316  
hfilesMobSize.addAndGet(size);
-317  
hfilesMobCount.incrementAndGet();
-318} else {
-319  size = 
link.getFileStatus(fs).getLen();
-320  hfilesSize.addAndGet(size);
-321  
hfilesCount.incrementAndGet();
-322}
-323isCorrupted = 
(storeFile.hasFileSize()  storeFile.getFileSize() != size);
-324if (isCorrupted) 
hfilesCorrupted.incrementAndGet();
-325  } catch (FileNotFoundException e) 
{
-326
hfilesMissing.incrementAndGet();
-327  }
-328  return new FileInfo(inArchive, 
size, isCorrupted);
-329}
-330
-331/**
-332 * Add the specified log file to the 
stats
-333 * @param server server name
-334 * @param logfile log file name
-335 * @return the log information
-336 */
-337FileInfo addLogFile(final String 
server, final String logfile) throws IOException {
-338  WALLink logLink = new WALLink(conf, 
server, logfile);
-339  long size = -1;
-340  try {
-341size = 
logLink.getFileStatus(fs).getLen();
-342logSize.addAndGet(size);
-343logsCount.incrementAndGet();
-344  } catch (FileNotFoundException e) 
{
-345logsMissing.incrementAndGet();
-346  }
-347  return new FileInfo(false, size, 
false);
-348}
-349  }
-350
-351  private FileSystem fs;
-352  private Path rootDir;
-353
-354  private SnapshotManifest 
snapshotManifest;
+303if 
(fs.exists(link.getArchivePath())) {
+304  inArchive = true;
+305  size = 
fs.getFileStatus(link.getArchivePath()).getLen();
+306  
hfilesArchiveSize.addAndGet(size);
+307  
hfilesArchiveCount.incrementAndGet();
+308
+309  // If store file is not shared 
with other snapshots and tables,
+310  // increase 
nonSharedHfilesArchiveSize
+311  if ((filesMap != null) 

+312  
!isArchivedFileStillReferenced(link.getArchivePath(), filesMap)) {
+313
nonSharedHfilesArchiveSize.addAndGet(size);
+314  }
+315} else if 
(fs.exists(link.getMobPath())) {
+316  inArchive = true;
+317  size = 
fs.getFileStatus(link.getMobPath()).getLen();
+318  
hfilesMobSize.addAndGet(size);
+319  
hfilesMobCount.incrementAndGet();
+320} else {
+321  size = 
link.getFileStatus(fs).getLen();
+322  hfilesSize.addAndGet(size);
+323  
hfilesCount.incrementAndGet();
+324}
+325isCorrupted = 
(storeFile.hasFileSize()  storeFile.getFileSize() != size);
+326if (isCorrupted) 
hfilesCorrupted.incrementAndGet();
+327  } catch (FileNotFoundException e) 
{
+328
hfilesMissing.incrementAndGet();
+329  }
+330  return new FileInfo(inArchive, 
size, isCorrupted);
+331}
+332
+333/**
+334 * Add the specified log file to the 
stats
+335 * @param server server name
+336 * @param logfile log file name
+337 * @return the log information
+338 */
+339FileInfo addLogFile(final String 
server, final String logfile) throws IOException {
+340  WALLink logLink = new WALLink(conf, 
server, logfile);
+341  long size = -1;
+342  try {
+343size = 
logLink.getFileStatus(fs).getLen();
+344logSize.addAndGet(size);
+345logsCount.incrementAndGet();
+346  } catch (FileNotFoundException e) 
{
+347logsMissing.incrementAndGet();
+348  }
+349  return new FileInfo(false, size, 
false);
+350}
+351  }
+352
+353  private FileSystem fs;
+354  private Path rootDir;
 355
-356  private boolean listSnapshots = 
false;
-357  private String snapshotName;
-358  

[43/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/org/apache/hadoop/hbase/tmpl/master/RSGroupListTmplImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/RSGroupListTmplImpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/RSGroupListTmplImpl.html
new file mode 100644
index 000..ca2daef
--- /dev/null
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/master/RSGroupListTmplImpl.html
@@ -0,0 +1,490 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+RSGroupListTmplImpl (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":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";
+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.tmpl.master
+Class 
RSGroupListTmplImpl
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.jamon.AbstractTemplateImpl
+
+
+org.apache.hadoop.hbase.tmpl.master.RSGroupListTmplImpl
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+RSGroupListTmpl.Intf, 
org.jamon.AbstractTemplateProxy.Intf
+
+
+
+public class RSGroupListTmplImpl
+extends org.jamon.AbstractTemplateImpl
+implements RSGroupListTmpl.Intf
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+private HMaster
+master
+
+
+private ServerManager
+serverManager
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+RSGroupListTmplImpl(org.jamon.TemplateManagerp_templateManager,
+   RSGroupListTmpl.ImplDatap_implData)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+private void
+__jamon_innerUnit__rsgroup_baseStats(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+RSGroupInfo[]rsGroupInfos,
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapAddress,ServerLoadcollectServers)
+
+
+private void
+__jamon_innerUnit__rsgroup_compactStats(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+   RSGroupInfo[]rsGroupInfos,
+   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapAddress,ServerLoadcollectServers)
+
+
+private void
+__jamon_innerUnit__rsgroup_memoryStats(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+  RSGroupInfo[]rsGroupInfos,
+  http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapAddress,ServerLoadcollectServers)
+
+
+private void
+__jamon_innerUnit__rsgroup_requestStats(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+   RSGroupInfo[]rsGroupInfos,
+   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapAddress,ServerLoadcollectServers)
+
+
+private void
+__jamon_innerUnit__rsgroup_storeStats(http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true;
 title="class or interface in java.io">WriterjamonWriter,
+ RSGroupInfo[]rsGroupInfos,
+ http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface 

[43/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/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 74904fa..613c5d7 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.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":9,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":9,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":10,"i93":10,"i94":10,"i95":10,"i96":10,"i97":10,"i98":10,"i99":10,"i100":10,"i101":10,"i102":10,"i103":10,"i104":10,"i105":10,"i106":10,"i107":10,"i108":10,"i109
 
":10,"i110":10,"i111":10,"i112":10,"i113":10,"i114":10,"i115":10,"i116":10,"i117":10,"i118":10,"i119":10,"i120":10,"i121":10,"i122":10,"i123":10,"i124":10,"i125":10,"i126":9,"i127":10,"i128":9,"i129":10,"i130":10,"i131":10,"i132":10,"i133":10,"i134":10,"i135":10,"i136":10,"i137":10,"i138":10,"i139":10,"i140":10,"i141":10,"i142":10,"i143":10,"i144":10,"i145":10,"i146":10,"i147":9,"i148":10,"i149":9,"i150":10,"i151":10,"i152":10,"i153":10,"i154":10,"i155":10,"i156":10,"i157":10,"i158":10,"i159":10,"i160":10,"i161":10,"i162":10,"i163":10,"i164":10,"i165":10,"i166":10,"i167":10,"i168":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":9,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":9,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":10,"i93":10,"i94":10,"i95":10,"i96":10,"i97":10,"i98":10,"i99":10,"i100":10,"i101":10,"i102":10,"i103":10,"i104":10,"i105":10,"i106":10,"i107":10,"i108":10,"i109
 
":10,"i110":10,"i111":10,"i112":10,"i113":10,"i114":10,"i115":10,"i116":10,"i117":10,"i118":10,"i119":10,"i120":10,"i121":10,"i122":10,"i123":10,"i124":10,"i125":10,"i126":9,"i127":10,"i128":9,"i129":10,"i130":10,"i131":10,"i132":10,"i133":10,"i134":10,"i135":10,"i136":10,"i137":10,"i138":10,"i139":10,"i140":10,"i141":10,"i142":10,"i143":10,"i144":10,"i145":10,"i146":9,"i147":10,"i148":9,"i149":10,"i150":10,"i151":10,"i152":10,"i153":10,"i154":10,"i155":10,"i156":10,"i157":10,"i158":10,"i159":10,"i160":10,"i161":10,"i162":10,"i163":10,"i164":10,"i165":10,"i166":10,"i167":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";
@@ -294,131 +294,127 @@ implements INIT_PAUSE_TIME_MS
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CountDownLatch.html?is-external=true;
 title="class or interface in 
java.util.concurrent">CountDownLatch
-initLatch
-
-
 (package private) boolean
 killed
 
-
+
 protected Leases
 leases
 
-
+
 protected http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.html?is-external=true;
 title="class or interface in 
java.util.concurrent.locks">ReentrantReadWriteLock
 lock
 
-
+
 private 
org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockService.BlockingInterface
 lockStub
 
-
+
 private static org.slf4j.Logger
 LOG
 
-
+
 protected static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 MASTER_HOSTNAME_KEY
 
-
+
 private MasterAddressTracker
 masterAddressTracker
 
-
+
 private boolean
 masterless
 True if this RegionServer is coming up in a cluster where 
there is no Master;
  

[43/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/org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.html 
b/devapidocs/org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.html
index 2ddc94a..fd2c290 100644
--- a/devapidocs/org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.html
+++ b/devapidocs/org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.html
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
-public class LoadIncrementalHFiles
+public class LoadIncrementalHFiles
 extends org.apache.hadoop.conf.Configured
 implements org.apache.hadoop.util.Tool
 Tool to load the output of HFileOutputFormat into an 
existing table.
@@ -605,7 +605,7 @@ implements org.apache.hadoop.util.Tool
 
 
 LOG
-private static finalorg.slf4j.Logger LOG
+private static finalorg.slf4j.Logger LOG
 
 
 
@@ -614,7 +614,7 @@ implements org.apache.hadoop.util.Tool
 
 
 NAME
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NAME
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NAME
 
 See Also:
 Constant
 Field Values
@@ -627,7 +627,7 @@ implements org.apache.hadoop.util.Tool
 
 
 RETRY_ON_IO_EXCEPTION
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String RETRY_ON_IO_EXCEPTION
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String RETRY_ON_IO_EXCEPTION
 
 See Also:
 Constant
 Field Values
@@ -640,7 +640,7 @@ implements org.apache.hadoop.util.Tool
 
 
 MAX_FILES_PER_REGION_PER_FAMILY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MAX_FILES_PER_REGION_PER_FAMILY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MAX_FILES_PER_REGION_PER_FAMILY
 
 See Also:
 Constant
 Field Values
@@ -653,7 +653,7 @@ implements org.apache.hadoop.util.Tool
 
 
 ASSIGN_SEQ_IDS
-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 ASSIGN_SEQ_IDS
+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 ASSIGN_SEQ_IDS
 
 See Also:
 Constant
 Field Values
@@ -666,7 +666,7 @@ implements org.apache.hadoop.util.Tool
 
 
 CREATE_TABLE_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CREATE_TABLE_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CREATE_TABLE_CONF_KEY
 
 See Also:
 Constant
 Field Values
@@ -679,7 +679,7 @@ implements org.apache.hadoop.util.Tool
 
 
 IGNORE_UNMATCHED_CF_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String IGNORE_UNMATCHED_CF_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String IGNORE_UNMATCHED_CF_CONF_KEY
 
 See Also:
 Constant
 Field Values
@@ -692,7 +692,7 @@ implements org.apache.hadoop.util.Tool
 
 
 ALWAYS_COPY_FILES
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ALWAYS_COPY_FILES
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ALWAYS_COPY_FILES
 
 See Also:
 Constant
 Field Values
@@ -705,7 +705,7 @@ implements org.apache.hadoop.util.Tool
 
 
 TMP_DIR
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String TMP_DIR
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String TMP_DIR
 
 See Also:
 Constant
 Field Values
@@ -718,7 +718,7 @@ implements org.apache.hadoop.util.Tool
 
 
 maxFilesPerRegionPerFamily
-private finalint maxFilesPerRegionPerFamily
+private finalint maxFilesPerRegionPerFamily
 
 
 
@@ -727,7 +727,7 @@ implements org.apache.hadoop.util.Tool
 
 
 assignSeqIds
-private finalboolean assignSeqIds
+private finalboolean assignSeqIds
 
 
 
@@ -736,7 +736,7 @@ implements 

[43/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/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 8663b8c..f331c7a 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -26,1200 +26,1213 @@
 018package org.apache.hadoop.hbase.client;
 019
 020import com.google.protobuf.RpcChannel;
-021import java.util.Collection;
-022import java.util.EnumSet;
-023import java.util.List;
-024import java.util.Map;
-025import java.util.Optional;
-026import java.util.Set;
-027import 
java.util.concurrent.CompletableFuture;
-028import java.util.function.Function;
-029import java.util.regex.Pattern;
-030import 
org.apache.hadoop.hbase.ClusterMetrics;
-031import 
org.apache.hadoop.hbase.ClusterMetrics.Option;
-032import 
org.apache.hadoop.hbase.NamespaceDescriptor;
-033import 
org.apache.hadoop.hbase.RegionMetrics;
-034import 
org.apache.hadoop.hbase.ServerName;
-035import 
org.apache.hadoop.hbase.TableName;
-036import 
org.apache.hadoop.hbase.client.replication.TableCFs;
-037import 
org.apache.hadoop.hbase.client.security.SecurityCapability;
-038import 
org.apache.hadoop.hbase.quotas.QuotaFilter;
-039import 
org.apache.hadoop.hbase.quotas.QuotaSettings;
-040import 
org.apache.hadoop.hbase.replication.ReplicationPeerConfig;
-041import 
org.apache.hadoop.hbase.replication.ReplicationPeerDescription;
-042import 
org.apache.yetus.audience.InterfaceAudience;
-043
-044/**
-045 * The asynchronous administrative API 
for HBase.
-046 * @since 2.0.0
-047 */
-048@InterfaceAudience.Public
-049public interface AsyncAdmin {
-050
-051  /**
-052   * @param tableName Table to check.
-053   * @return True if table exists 
already. The return value will be wrapped by a
-054   * {@link CompletableFuture}.
-055   */
-056  CompletableFutureBoolean 
tableExists(TableName tableName);
-057
-058  /**
-059   * List all the userspace tables.
-060   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-061   */
-062  default 
CompletableFutureListTableDescriptor listTableDescriptors() {
-063return listTableDescriptors(false);
-064  }
-065
-066  /**
-067   * List all the tables.
-068   * @param includeSysTables False to 
match only against userspace tables
-069   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-070   */
-071  
CompletableFutureListTableDescriptor 
listTableDescriptors(boolean includeSysTables);
-072
-073  /**
-074   * List all the tables matching the 
given pattern.
-075   * @param pattern The compiled regular 
expression to match against
-076   * @param includeSysTables False to 
match only against userspace tables
-077   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-078   */
-079  
CompletableFutureListTableDescriptor 
listTableDescriptors(Pattern pattern,
-080  boolean includeSysTables);
-081
-082  /**
-083   * Get list of table descriptors by 
namespace.
-084   * @param name namespace name
-085   * @return returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-086   */
-087  
CompletableFutureListTableDescriptor 
listTableDescriptorsByNamespace(String name);
-088
-089  /**
-090   * List all of the names of userspace 
tables.
-091   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-092   * @see #listTableNames(Pattern, 
boolean)
-093   */
-094  default 
CompletableFutureListTableName listTableNames() {
-095return listTableNames(false);
-096  }
-097
-098  /**
-099   * List all of the names of tables.
-100   * @param includeSysTables False to 
match only against userspace tables
-101   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-102   */
-103  
CompletableFutureListTableName listTableNames(boolean 
includeSysTables);
-104
-105  /**
-106   * List all of the names of userspace 
tables.
-107   * @param pattern The regular 
expression to match against
-108   * @param includeSysTables False to 
match only against userspace tables
-109   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-110   */
-111  
CompletableFutureListTableName listTableNames(Pattern pattern, 
boolean includeSysTables);
-112
-113  /**
-114   * Get list of table names by 
namespace.
-115   * @param name namespace name
-116   * @return The list of table names in 
the namespace wrapped by a {@link CompletableFuture}.
-117   */
-118  
CompletableFutureListTableName listTableNamesByNamespace(String 
name);
-119
-120  /**
-121   * Method for getting the 
tableDescriptor
-122   * @param tableName as a {@link 
TableName}
-123   * @return the read-only 
tableDescriptor wrapped by a {@link CompletableFuture}.

[43/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/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html 
b/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
index 5fc1559..c57c5df 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
@@ -353,714 +353,712 @@
 345  }
 346
 347  /**
-348   * Sets up the job for reading from a 
table snapshot. It bypasses hbase servers
-349   * and read directly from snapshot 
files.
-350   *
-351   * @param snapshotName The name of the 
snapshot (of a table) to read from.
-352   * @param scan  The scan instance with 
the columns, time range etc.
-353   * @param mapper  The mapper class to 
use.
-354   * @param outputKeyClass  The class of 
the output key.
-355   * @param outputValueClass  The class 
of the output value.
-356   * @param job  The current job to 
adjust.  Make sure the passed job is
-357   * carrying all necessary HBase 
configuration.
-358   * @param addDependencyJars upload 
HBase jars and jars for any of the configured
-359   *   job classes via the 
distributed cache (tmpjars).
-360   *
-361   * @param tmpRestoreDir a temporary 
directory to copy the snapshot files into. Current user should
-362   * have write permissions to this 
directory, and this should not be a subdirectory of rootdir.
-363   * After the job is finished, restore 
directory can be deleted.
-364   * @throws IOException When setting up 
the details fails.
-365   * @see TableSnapshotInputFormat
-366   */
-367  public static void 
initTableSnapshotMapperJob(String snapshotName, Scan scan,
-368  Class? extends TableMapper 
mapper,
-369  Class? outputKeyClass,
-370  Class? outputValueClass, 
Job job,
-371  boolean addDependencyJars, Path 
tmpRestoreDir)
-372  throws IOException {
-373
TableSnapshotInputFormat.setInput(job, snapshotName, tmpRestoreDir);
-374initTableMapperJob(snapshotName, 
scan, mapper, outputKeyClass,
-375outputValueClass, job, 
addDependencyJars, false, TableSnapshotInputFormat.class);
-376
resetCacheConfig(job.getConfiguration());
-377  }
-378
-379  /**
-380   * Sets up the job for reading from a 
table snapshot. It bypasses hbase servers
-381   * and read directly from snapshot 
files.
-382   *
-383   * @param snapshotName The name of the 
snapshot (of a table) to read from.
-384   * @param scan  The scan instance with 
the columns, time range etc.
-385   * @param mapper  The mapper class to 
use.
-386   * @param outputKeyClass  The class of 
the output key.
-387   * @param outputValueClass  The class 
of the output value.
-388   * @param job  The current job to 
adjust.  Make sure the passed job is
-389   * carrying all necessary HBase 
configuration.
-390   * @param addDependencyJars upload 
HBase jars and jars for any of the configured
-391   *   job classes via the 
distributed cache (tmpjars).
-392   *
-393   * @param tmpRestoreDir a temporary 
directory to copy the snapshot files into. Current user should
-394   * have write permissions to this 
directory, and this should not be a subdirectory of rootdir.
-395   * After the job is finished, restore 
directory can be deleted.
-396   * @param splitAlgo algorithm to 
split
-397   * @param numSplitsPerRegion how many 
input splits to generate per one region
-398   * @throws IOException When setting up 
the details fails.
-399   * @see TableSnapshotInputFormat
-400   */
-401  public static void 
initTableSnapshotMapperJob(String snapshotName, Scan scan,
-402  
  Class? extends TableMapper mapper,
-403  
  Class? outputKeyClass,
-404  
  Class? outputValueClass, Job job,
-405  
  boolean addDependencyJars, Path tmpRestoreDir,
-406  
  RegionSplitter.SplitAlgorithm splitAlgo,
-407  
  int numSplitsPerRegion)
-408  throws IOException {
-409
TableSnapshotInputFormat.setInput(job, snapshotName, tmpRestoreDir, 
splitAlgo,
-410numSplitsPerRegion);
-411initTableMapperJob(snapshotName, 
scan, mapper, outputKeyClass,
-412outputValueClass, job, 
addDependencyJars, false, TableSnapshotInputFormat.class);
-413
resetCacheConfig(job.getConfiguration());
-414  }
-415
-416  /**
-417   * Use this before submitting a Multi 
TableMap job. It will appropriately set
-418   * up the job.
-419   *
-420   * @param scans The list of {@link 
Scan} objects to read from.
-421   * @param mapper The mapper class to 
use.
-422   * @param outputKeyClass The class of 
the 

[43/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/master/MetricsAssignmentManagerSource.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/MetricsAssignmentManagerSource.html 
b/devapidocs/org/apache/hadoop/hbase/master/MetricsAssignmentManagerSource.html
index 4456d5b..eeb235f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/MetricsAssignmentManagerSource.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/MetricsAssignmentManagerSource.html
@@ -446,7 +446,7 @@ extends 
 
 RIT_DURATION_DESC
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String RIT_DURATION_DESC
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String RIT_DURATION_DESC
 
 See Also:
 Constant
 Field Values
@@ -459,7 +459,7 @@ extends 
 
 ASSIGN_METRIC_PREFIX
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ASSIGN_METRIC_PREFIX
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ASSIGN_METRIC_PREFIX
 
 See Also:
 Constant
 Field Values
@@ -472,7 +472,7 @@ extends 
 
 UNASSIGN_METRIC_PREFIX
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String UNASSIGN_METRIC_PREFIX
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String UNASSIGN_METRIC_PREFIX
 
 See Also:
 Constant
 Field Values
@@ -485,7 +485,7 @@ extends 
 
 SPLIT_METRIC_PREFIX
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SPLIT_METRIC_PREFIX
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SPLIT_METRIC_PREFIX
 
 See Also:
 Constant
 Field Values
@@ -498,7 +498,7 @@ extends 
 
 MERGE_METRIC_PREFIX
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MERGE_METRIC_PREFIX
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MERGE_METRIC_PREFIX
 
 See Also:
 Constant
 Field Values
@@ -511,7 +511,7 @@ extends 
 
 OPERATION_COUNT_NAME
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String OPERATION_COUNT_NAME
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String OPERATION_COUNT_NAME
 
 See Also:
 Constant
 Field Values
@@ -532,7 +532,7 @@ extends 
 
 setRIT
-voidsetRIT(intritCount)
+voidsetRIT(intritCount)
 Set the number of regions in transition.
 
 Parameters:
@@ -546,7 +546,7 @@ extends 
 
 setRITCountOverThreshold
-voidsetRITCountOverThreshold(intritCountOverThreshold)
+voidsetRITCountOverThreshold(intritCountOverThreshold)
 Set the count of the number of regions that have been in 
transition over the threshold time.
 
 Parameters:
@@ -560,7 +560,7 @@ extends 
 
 setRITOldestAge
-voidsetRITOldestAge(longage)
+voidsetRITOldestAge(longage)
 Set the oldest region in transition.
 
 Parameters:
@@ -574,7 +574,7 @@ extends 
 
 updateRitDuration
-voidupdateRitDuration(longduration)
+voidupdateRitDuration(longduration)
 
 
 
@@ -583,7 +583,7 @@ extends 
 
 incrementOperationCounter
-voidincrementOperationCounter()
+voidincrementOperationCounter()
 TODO: Remove. This may not be needed now as assign and 
unassign counts are tracked separately
  Increment the count of operations (assign/unassign).
 
@@ -594,7 +594,7 @@ extends 
 
 getAssignMetrics
-OperationMetricsgetAssignMetrics()
+OperationMetricsgetAssignMetrics()
 
 Returns:
 OperationMetrics containing 
common metrics for assign operation
@@ -607,7 +607,7 @@ extends 
 
 getUnassignMetrics
-OperationMetricsgetUnassignMetrics()
+OperationMetricsgetUnassignMetrics()
 
 Returns:
 OperationMetrics containing 
common metrics for unassign operation
@@ -620,7 +620,7 @@ extends 
 
 getSplitMetrics
-OperationMetricsgetSplitMetrics()
+OperationMetricsgetSplitMetrics()
 
 Returns:
 OperationMetrics containing 
common metrics for split operation
@@ -633,7 +633,7 @@ extends 
 
 getMergeMetrics
-OperationMetricsgetMergeMetrics()
+OperationMetricsgetMergeMetrics()
 
 Returns:
 OperationMetrics containing 
common metrics for merge operation

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bb398572/devapidocs/org/apache/hadoop/hbase/master/MetricsMasterSource.html

[43/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/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.html
index 40ddef4..1469040 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.html
@@ -379,6 +379,6 @@ extends 
org.apache.hadoop.mapreduce.Mapperorg.apache.hadoop.io.LongWritable,
 
 
 
-Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/apidocs/org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.html
index a1f1b8b..64edfb4 100644
--- 
a/apidocs/org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.html
+++ 
b/apidocs/org/apache/hadoop/hbase/mapreduce/VisibilityExpressionResolver.html
@@ -260,6 +260,6 @@ extends org.apache.hadoop.conf.Configurable
 
 
 
-Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/apidocs/org/apache/hadoop/hbase/mapreduce/WALInputFormat.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/WALInputFormat.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/WALInputFormat.html
index c69c50c..f90a77c 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/WALInputFormat.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/WALInputFormat.html
@@ -364,6 +364,6 @@ extends 
org.apache.hadoop.mapreduce.InputFormatorg.apache.hadoop.hbase.wal.W
 
 
 
-Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/apidocs/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/WALPlayer.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
index 7796dc8..3bb11e9 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
@@ -478,6 +478,6 @@ implements org.apache.hadoop.util.Tool
 
 
 
-Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCounter.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCounter.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCounter.html
index d30126e..65ec592 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCounter.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCounter.html
@@ -120,6 +120,6 @@
 
 
 
-Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/69506d41/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCreator.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCreator.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCreator.html
index ba53f91..af45397 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCreator.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/CellCreator.html
@@ -163,6 +163,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 


[43/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/org/apache/hadoop/hbase/client/class-use/BufferedMutatorParams.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutatorParams.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutatorParams.html
index 9e02ec1..14b3d13 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutatorParams.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/BufferedMutatorParams.html
@@ -167,6 +167,18 @@
 
 
 BufferedMutatorParams
+BufferedMutatorParams.setWriteBufferPeriodicFlushTimeoutMs(longtimeoutMs)
+Set the max timeout before the buffer is automatically 
flushed.
+
+
+
+BufferedMutatorParams
+BufferedMutatorParams.setWriteBufferPeriodicFlushTimerTickMs(longtimerTickMs)
+Set the TimerTick how often the buffer timeout if 
checked.
+
+
+
+BufferedMutatorParams
 BufferedMutatorParams.writeBufferSize(longwriteBufferSize)
 Override the write buffer size specified by the provided Connection's
  Configuration instance, via the configuration key

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

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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/83bf6175/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html

[43/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/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
index 1b7a148..3c7485f 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
@@ -62,12 +62,12 @@
 054import 
org.apache.hadoop.hbase.util.ClassSize;
 055import 
org.apache.yetus.audience.InterfaceAudience;
 056
-057import 
org.apache.hadoop.hbase.shaded.com.google.common.base.Preconditions;
-058import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ArrayListMultimap;
-059import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ListMultimap;
-060import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataInput;
-061import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataOutput;
-062import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteStreams;
+057import 
org.apache.hbase.thirdparty.com.google.common.base.Preconditions;
+058import 
org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap;
+059import 
org.apache.hbase.thirdparty.com.google.common.collect.ListMultimap;
+060import 
org.apache.hbase.thirdparty.com.google.common.io.ByteArrayDataInput;
+061import 
org.apache.hbase.thirdparty.com.google.common.io.ByteArrayDataOutput;
+062import 
org.apache.hbase.thirdparty.com.google.common.io.ByteStreams;
 063
 064@InterfaceAudience.Public
 065public abstract class Mutation extends 
OperationWithAttributes implements Row, CellScannable,
@@ -339,625 +339,630 @@
 331return this.row;
 332  }
 333
-334  @Override
-335  public int compareTo(final Row d) {
-336return Bytes.compareTo(this.getRow(), 
d.getRow());
-337  }
-338
-339  /**
-340   * Method for retrieving the 
timestamp
-341   * @return timestamp
-342   */
-343  public long getTimeStamp() {
-344return this.ts;
-345  }
-346
-347  /**
-348   * Marks that the clusters with the 
given clusterIds have consumed the mutation
-349   * @param clusterIds of the clusters 
that have consumed the mutation
-350   */
-351  public Mutation 
setClusterIds(ListUUID clusterIds) {
-352ByteArrayDataOutput out = 
ByteStreams.newDataOutput();
-353out.writeInt(clusterIds.size());
-354for (UUID clusterId : clusterIds) {
-355  
out.writeLong(clusterId.getMostSignificantBits());
-356  
out.writeLong(clusterId.getLeastSignificantBits());
-357}
-358setAttribute(CONSUMED_CLUSTER_IDS, 
out.toByteArray());
-359return this;
-360  }
-361
-362  /**
-363   * @return the set of clusterIds that 
have consumed the mutation
-364   */
-365  public ListUUID getClusterIds() 
{
-366ListUUID clusterIds = new 
ArrayList();
-367byte[] bytes = 
getAttribute(CONSUMED_CLUSTER_IDS);
-368if(bytes != null) {
-369  ByteArrayDataInput in = 
ByteStreams.newDataInput(bytes);
-370  int numClusters = in.readInt();
-371  for(int i=0; inumClusters; 
i++){
-372clusterIds.add(new 
UUID(in.readLong(), in.readLong()));
-373  }
-374}
-375return clusterIds;
-376  }
-377
-378  /**
-379   * Sets the visibility expression 
associated with cells in this Mutation.
-380   * @param expression
-381   */
-382  public Mutation 
setCellVisibility(CellVisibility expression) {
-383
this.setAttribute(VisibilityConstants.VISIBILITY_LABELS_ATTR_KEY,
-384
toCellVisibility(expression).toByteArray());
-385return this;
-386  }
-387
-388  /**
-389   * @return CellVisibility associated 
with cells in this Mutation.
-390   * @throws DeserializationException
-391   */
-392  public CellVisibility 
getCellVisibility() throws DeserializationException {
-393byte[] cellVisibilityBytes = 
this.getAttribute(VisibilityConstants.VISIBILITY_LABELS_ATTR_KEY);
-394if (cellVisibilityBytes == null) 
return null;
-395return 
toCellVisibility(cellVisibilityBytes);
-396  }
-397
-398  /**
-399   * Create a protocol buffer 
CellVisibility based on a client CellVisibility.
-400   *
-401   * @param cellVisibility
-402   * @return a protocol buffer 
CellVisibility
-403   */
-404  static ClientProtos.CellVisibility 
toCellVisibility(CellVisibility cellVisibility) {
-405ClientProtos.CellVisibility.Builder 
builder = ClientProtos.CellVisibility.newBuilder();
-406
builder.setExpression(cellVisibility.getExpression());
-407return builder.build();
-408  }
-409
-410  /**
-411   * Convert a protocol buffer 
CellVisibility to a client CellVisibility
-412   *
-413   * @param proto
-414   * @return the converted client 
CellVisibility
-415   */
-416  private static CellVisibility 
toCellVisibility(ClientProtos.CellVisibility proto) {
-417if (proto == null) return null;
-418return new 
CellVisibility(proto.getExpression());
-419  }
-420
-421  /**
-422   * 

[43/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/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 1b69262..de2f257 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -6790,7 +6790,7 @@
 
 BufferedDataBlockEncoder.BufferedEncodedSeekerSTATE extends BufferedDataBlockEncoder.SeekerState
 - Class in org.apache.hadoop.hbase.io.encoding
 
-BufferedDataBlockEncoder.OffheapDecodedCell - 
Class in org.apache.hadoop.hbase.io.encoding
+BufferedDataBlockEncoder.OffheapDecodedExtendedCell
 - Class in org.apache.hadoop.hbase.io.encoding
 
 BufferedDataBlockEncoder.OnheapDecodedCell - 
Class in org.apache.hadoop.hbase.io.encoding
 
@@ -7414,19 +7414,19 @@
 
 ByteBufferBackedNode()
 - Constructor for class org.apache.hadoop.hbase.io.util.LRUDictionary.BidirectionalLRUMap.ByteBufferBackedNode
 
-ByteBufferCell - 
Class in org.apache.hadoop.hbase
+ByteBufferChunkKeyValue - Class in org.apache.hadoop.hbase.regionserver
 
-This class is a server side extension to the Cell interface.
+ByteBuffer based cell which has the chunkid at the 0th 
offset
 
-ByteBufferCell()
 - Constructor for class org.apache.hadoop.hbase.ByteBufferCell
+ByteBufferChunkKeyValue(ByteBuffer,
 int, int) - Constructor for class 
org.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValue
+
+ByteBufferChunkKeyValue(ByteBuffer,
 int, int, long) - Constructor for class 
org.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValue
 
-ByteBufferChunkCell - Class in org.apache.hadoop.hbase.regionserver
+ByteBufferExtendedCell - Class in org.apache.hadoop.hbase
 
-ByteBuffer based cell which has the chunkid at the 0th 
offset
+This class is a server side extension to the Cell interface.
 
-ByteBufferChunkCell(ByteBuffer,
 int, int) - Constructor for class 
org.apache.hadoop.hbase.regionserver.ByteBufferChunkCell
-
-ByteBufferChunkCell(ByteBuffer,
 int, int, long) - Constructor for class 
org.apache.hadoop.hbase.regionserver.ByteBufferChunkCell
+ByteBufferExtendedCell()
 - Constructor for class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
 ByteBufferInputStream - Class in org.apache.hadoop.hbase.io
 
@@ -7458,7 +7458,7 @@
 
 ByteBufferKeyValue - Class in org.apache.hadoop.hbase
 
-This Cell is an implementation of ByteBufferCell where the data resides 
in
+This Cell is an implementation of ByteBufferExtendedCell where the data 
resides in
  off heap/ on heap ByteBuffer
 
 ByteBufferKeyValue(ByteBuffer,
 int, int, long) - Constructor for class org.apache.hadoop.hbase.ByteBufferKeyValue
@@ -8126,7 +8126,7 @@
 
 Calculates the back-off time for a retrying request to a 
particular server.
 
-calculateHashForKey(ByteBufferCell)
 - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
+calculateHashForKey(ByteBufferExtendedCell)
 - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
 calculateHashForKey(Cell)
 - Method in class org.apache.hadoop.hbase.KeyValue
 
@@ -9049,11 +9049,11 @@
 
 cell
 - Variable in class org.apache.hadoop.hbase.client.Mutation.CellWrapper
 
-cell
 - Variable in class org.apache.hadoop.hbase.filter.KeyOnlyFilter.KeyOnlyByteBufferCell
+cell
 - Variable in class org.apache.hadoop.hbase.filter.KeyOnlyFilter.KeyOnlyByteBufferExtendedCell
 
 cell
 - Variable in class org.apache.hadoop.hbase.filter.KeyOnlyFilter.KeyOnlyCell
 
-cell
 - Variable in class org.apache.hadoop.hbase.PrivateCellUtil.TagRewriteByteBufferCell
+cell
 - Variable in class org.apache.hadoop.hbase.PrivateCellUtil.TagRewriteByteBufferExtendedCell
 
 cell
 - Variable in class org.apache.hadoop.hbase.PrivateCellUtil.TagRewriteCell
 
@@ -9067,9 +9067,9 @@
 
 Deprecated.
 
-cell - 
Variable in class org.apache.hadoop.hbase.util.MapReduceCell
+cell
 - Variable in class org.apache.hadoop.hbase.util.MapReduceExtendedCell
 
-Cell.DataType - 
Enum in org.apache.hadoop.hbase
+Cell.Type - Enum 
in org.apache.hadoop.hbase
 
 The valid types for user to build the cell.
 
@@ -13219,7 +13219,7 @@
 
 coalescer
 - Variable in class org.apache.hadoop.hbase.thrift.ThriftServerRunner.HBaseHandler
 
-code - 
Variable in enum org.apache.hadoop.hbase.Cell.DataType
+code - Variable 
in enum org.apache.hadoop.hbase.Cell.Type
 
 code - 
Variable in enum org.apache.hadoop.hbase.executor.EventType
 
@@ -13300,7 +13300,7 @@
 
 colAdjust
 - Variable in class org.apache.hadoop.hbase.util.MunkresAssignment
 
-colBuff
 - Variable in class org.apache.hadoop.hbase.PrivateCellUtil.FirstOnRowColByteBufferCell
+colBuff
 - Variable in class org.apache.hadoop.hbase.PrivateCellUtil.FirstOnRowColByteBufferExtendedCell
 
 colDescFromHbase(HColumnDescriptor)
 - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
 
@@ -13350,9 +13350,9 @@
 
 collectRow()
 - Method in class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter.KeyValueStatsCollector
 
-colLength
 - Variable in class 

[43/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/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 19938d7..9e2fae0 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 2007 - 2017 The Apache Software Foundation
 
   File: 3466,
- Errors: 19162,
+ Errors: 19152,
  Warnings: 0,
  Infos: 0
   
@@ -1105,7 +1105,7 @@ under the License.
   0
 
 
-  24
+  23
 
   
   
@@ -5459,7 +5459,7 @@ under the License.
   0
 
 
-  12
+  11
 
   
   
@@ -21265,7 +21265,7 @@ under the License.
   0
 
 
-  2
+  1
 
   
   
@@ -23589,7 +23589,7 @@ under the License.
   0
 
 
-  1
+  0
 
   
   
@@ -24499,7 +24499,7 @@ under the License.
   0
 
 
-  15
+  14
 
   
   
@@ -32423,7 +32423,7 @@ under the License.
   0
 
 
-  20
+  18
 
   
   
@@ -33655,7 +33655,7 @@ under the License.
   0
 
 
-  39
+  38
 
   
   
@@ -46129,7 +46129,7 @@ under the License.
   0
 
 
-  2
+  0
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/coc.html
--
diff --git a/coc.html b/coc.html
index 2394f04..18b4ceb 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-26
+  Last Published: 
2017-12-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 626f3f8..b2f9a42 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-26
+  Last Published: 
2017-12-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index cfd8a6d..a689320 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -445,7 +445,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-26
+  Last Published: 
2017-12-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 85b9dfa..6026938 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -1082,7 +1082,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-12-26
+  Last Published: 
2017-12-27
 
 
 


[43/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/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
index 38865a3..8b6f080 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
@@ -26,746 +26,954 @@
 018
 019package org.apache.hadoop.hbase.client;
 020
-021import java.io.IOException;
-022import java.nio.ByteBuffer;
-023import java.util.ArrayList;
-024import java.util.Arrays;
-025import java.util.HashMap;
-026import java.util.List;
-027import java.util.Map;
-028import java.util.NavigableMap;
-029import java.util.TreeMap;
-030import java.util.UUID;
-031import java.util.stream.Collectors;
-032import org.apache.hadoop.hbase.Cell;
-033import 
org.apache.hadoop.hbase.CellScannable;
-034import 
org.apache.hadoop.hbase.CellScanner;
-035import 
org.apache.hadoop.hbase.CellUtil;
-036import 
org.apache.hadoop.hbase.HConstants;
-037import 
org.apache.hadoop.hbase.KeyValue;
-038import 
org.apache.hadoop.hbase.PrivateCellUtil;
-039import org.apache.hadoop.hbase.Tag;
-040import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
-041import 
org.apache.hadoop.hbase.io.HeapSize;
-042import 
org.apache.hadoop.hbase.protobuf.ProtobufUtil;
-043import 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
-044import 
org.apache.hadoop.hbase.security.access.AccessControlConstants;
-045import 
org.apache.hadoop.hbase.security.access.AccessControlUtil;
-046import 
org.apache.hadoop.hbase.security.access.Permission;
-047import 
org.apache.hadoop.hbase.security.visibility.CellVisibility;
-048import 
org.apache.hadoop.hbase.security.visibility.VisibilityConstants;
-049import 
org.apache.hadoop.hbase.util.Bytes;
-050import 
org.apache.hadoop.hbase.util.ClassSize;
-051import 
org.apache.yetus.audience.InterfaceAudience;
-052
-053import 
org.apache.hadoop.hbase.shaded.com.google.common.base.Preconditions;
-054import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ArrayListMultimap;
-055import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ListMultimap;
-056import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataInput;
-057import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataOutput;
-058import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteStreams;
+021import static 
org.apache.hadoop.hbase.Tag.TAG_LENGTH_SIZE;
+022
+023import java.io.IOException;
+024import java.nio.ByteBuffer;
+025import java.util.ArrayList;
+026import java.util.Arrays;
+027import java.util.HashMap;
+028import java.util.Iterator;
+029import java.util.List;
+030import java.util.Map;
+031import java.util.NavigableMap;
+032import java.util.Optional;
+033import java.util.TreeMap;
+034import java.util.UUID;
+035import java.util.stream.Collectors;
+036import 
org.apache.hadoop.hbase.ArrayBackedTag;
+037import org.apache.hadoop.hbase.Cell;
+038import 
org.apache.hadoop.hbase.CellScannable;
+039import 
org.apache.hadoop.hbase.CellScanner;
+040import 
org.apache.hadoop.hbase.CellUtil;
+041import 
org.apache.hadoop.hbase.ExtendedCell;
+042import 
org.apache.hadoop.hbase.HConstants;
+043import 
org.apache.hadoop.hbase.KeyValue;
+044import 
org.apache.hadoop.hbase.PrivateCellUtil;
+045import org.apache.hadoop.hbase.RawCell;
+046import org.apache.hadoop.hbase.Tag;
+047import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
+048import 
org.apache.hadoop.hbase.io.HeapSize;
+049import 
org.apache.hadoop.hbase.protobuf.ProtobufUtil;
+050import 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
+051import 
org.apache.hadoop.hbase.security.access.AccessControlConstants;
+052import 
org.apache.hadoop.hbase.security.access.AccessControlUtil;
+053import 
org.apache.hadoop.hbase.security.access.Permission;
+054import 
org.apache.hadoop.hbase.security.visibility.CellVisibility;
+055import 
org.apache.hadoop.hbase.security.visibility.VisibilityConstants;
+056import 
org.apache.hadoop.hbase.util.Bytes;
+057import 
org.apache.hadoop.hbase.util.ClassSize;
+058import 
org.apache.yetus.audience.InterfaceAudience;
 059
-060@InterfaceAudience.Public
-061public abstract class Mutation extends 
OperationWithAttributes implements Row, CellScannable,
-062HeapSize {
-063  public static final long 
MUTATION_OVERHEAD = ClassSize.align(
-064  // This
-065  ClassSize.OBJECT +
-066  // row + 
OperationWithAttributes.attributes
-067  2 * ClassSize.REFERENCE +
-068  // Timestamp
-069  1 * Bytes.SIZEOF_LONG +
-070  // durability
-071  ClassSize.REFERENCE +
-072  // familyMap
-073  ClassSize.REFERENCE +
-074  // familyMap
-075  ClassSize.TREEMAP +
-076  // priority
-077  ClassSize.INTEGER
-078  );
-079
-080  /**
-081   * The attribute 

[43/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/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index d5a2af9..3136aa9 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -286,10 +286,10 @@
 Warnings
 Errors
 
-3470
+3471
 0
 0
-19312
+19269
 
 Files
 
@@ -10624,1351 +10624,1326 @@
 0
 1
 
-org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java
-0
-0
-5
-
-org/apache/hadoop/hbase/spark/TestJavaHBaseContext.java
-0
-0
-14
-
-org/apache/hadoop/hbase/spark/example/hbasecontext/JavaHBaseBulkDeleteExample.java
-0
-0
-1
-
-org/apache/hadoop/hbase/spark/example/hbasecontext/JavaHBaseBulkLoadExample.java
-0
-0
-8
-
-org/apache/hadoop/hbase/spark/example/hbasecontext/JavaHBaseMapGetPutExample.java
-0
-0
-15
-
 org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
 0
 0
 33
-
+
 org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/test/IntegrationTestLoadAndVerify.java
 0
 0
 76
-
+
 org/apache/hadoop/hbase/test/IntegrationTestReplication.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedRequestsWithRegionReplicas.java
 0
 0
 7
-
+
 org/apache/hadoop/hbase/test/IntegrationTestWithCellVisibilityLoadAndVerify.java
 0
 0
 14
-
+
 org/apache/hadoop/hbase/test/IntegrationTestZKAndFSPermissions.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/test/MetricsAssertHelperImpl.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/thrift/DemoClient.java
 0
 0
 250
-
+
 org/apache/hadoop/hbase/thrift/HbaseHandlerMetricsProxy.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/thrift/HttpDoAsClient.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/thrift/IncrementCoalescer.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceImpl.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/thrift/TBoundedThreadPoolServer.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/thrift/TestCallQueue.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/thrift/TestMetricsThriftServerSourceFactory.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/thrift/TestMetricsThriftServerSourceFactoryImpl.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/thrift/TestThriftHttpServer.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/thrift/TestThriftServer.java
 0
 0
 34
-
+
 org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/thrift/ThriftMetrics.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/thrift/ThriftServer.java
 0
 0
 15
-
+
 org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/thrift/ThriftUtilities.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/thrift2/DemoClient.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandler.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithLabels.java
 0
 0
 283
-
+
 org/apache/hadoop/hbase/thrift2/ThriftServer.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
 0
 0
 33
-
+
 org/apache/hadoop/hbase/tool/Canary.java
 0
 0
 44
-
+
 org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/tool/MapreduceTestingShim.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/tool/TestCanaryTool.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/tool/TestLoadIncrementalHFiles.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/tool/TestLoadIncrementalHFilesSplitRecovery.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/tool/WriteSinkCoprocessor.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/trace/IntegrationTestSendTraceRequests.java
 0
 0
 7
-
+
 org/apache/hadoop/hbase/trace/SpanReceiverHost.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/trace/TestHTraceHooks.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/trace/TraceTree.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/trace/TraceUtil.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/types/PBCell.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/types/TestCopyOnWriteMaps.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/types/TestOrderedBlob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/types/TestOrderedString.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/types/TestPBCell.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/types/TestStruct.java
 0
 0
 21
-
+
 org/apache/hadoop/hbase/types/TestTerminatedWrapper.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/types/TestUnion2.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/AbstractByteRange.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/util/AbstractFileStatusFilter.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/util/AbstractHBaseTool.java
 0
 0
 1
-
+
 

[43/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/RegionMetrics.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/RegionMetrics.html 
b/apidocs/org/apache/hadoop/hbase/RegionMetrics.html
new file mode 100644
index 000..d85465f
--- /dev/null
+++ b/apidocs/org/apache/hadoop/hbase/RegionMetrics.html
@@ -0,0 +1,582 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+RegionMetrics (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":18,"i9":6,"i10":6,"i11":18,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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
+Interface RegionMetrics
+
+
+
+
+
+
+All Known Implementing Classes:
+RegionLoad
+
+
+
+@InterfaceAudience.Public
+public interface RegionMetrics
+Encapsulates per-region load metrics.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract MethodsDefault Methods
+
+Modifier and Type
+Method and Description
+
+
+Size
+getBloomFilterSize()
+
+
+long
+getCompactedCellCount()
+
+
+long
+getCompactingCellCount()
+
+
+long
+getCompletedSequenceId()
+This does not really belong inside RegionLoad but its being 
done in the name of expediency.
+
+
+
+float
+getDataLocality()
+
+
+long
+getFilteredReadRequestCount()
+
+
+long
+getLastMajorCompactionTimestamp()
+
+
+Size
+getMemStoreSize()
+
+
+default http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getNameAsString()
+
+
+long
+getReadRequestCount()
+
+
+byte[]
+getRegionName()
+
+
+default long
+getRequestCount()
+
+
+int
+getStoreCount()
+
+
+int
+getStoreFileCount()
+
+
+Size
+getStoreFileIndexSize()
+TODO: why we pass the same value to different counters? 
Currently, the value from
+ getStoreFileIndexSize() is same with getStoreFileRootLevelIndexSize()
+ see HRegionServer#createRegionLoad.
+
+
+
+Size
+getStoreFileRootLevelIndexSize()
+
+
+Size
+getStoreFileSize()
+
+
+Size
+getStoreFileUncompressedDataIndexSize()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
+getStoreSequenceId()
+
+
+Size
+getUncompressedStoreFileSize()
+
+
+long
+getWriteRequestCount()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getRegionName
+byte[]getRegionName()
+
+Returns:
+the region name
+
+
+
+
+
+
+
+
+getStoreCount
+intgetStoreCount()
+
+Returns:
+the number of stores
+
+
+
+
+
+
+
+
+getStoreFileCount
+intgetStoreFileCount()
+
+Returns:
+the number of storefiles
+
+
+
+
+
+
+
+
+getStoreFileSize
+SizegetStoreFileSize()
+
+Returns:
+the total size of the storefiles
+
+
+
+
+
+
+
+
+getMemStoreSize
+SizegetMemStoreSize()
+
+Returns:
+the memstore size
+
+
+
+
+
+
+
+
+getReadRequestCount
+longgetReadRequestCount()
+
+Returns:
+the number of read requests made to region
+
+
+
+
+
+
+
+
+getWriteRequestCount
+longgetWriteRequestCount()
+
+Returns:
+the number of write requests made to region
+
+
+
+
+
+
+
+
+getRequestCount
+defaultlonggetRequestCount()
+
+Returns:
+the number of write requests and read requests made to region
+
+
+
+
+
+
+
+
+getNameAsString
+defaulthttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetNameAsString()
+
+Returns:
+the region name as a string
+
+
+
+
+
+
+
+
+getFilteredReadRequestCount
+longgetFilteredReadRequestCount()
+
+Returns:
+the number of filtered read requests made to region
+
+
+
+
+
+
+
+
+getStoreFileIndexSize
+SizegetStoreFileIndexSize()
+TODO: why we pass the same value to different counters? 
Currently, the value from
+ getStoreFileIndexSize() is same with getStoreFileRootLevelIndexSize()
+ see 

[43/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/HRegionInfo.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/HRegionInfo.html 
b/apidocs/src-html/org/apache/hadoop/hbase/HRegionInfo.html
index b0b983c..d560922 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/HRegionInfo.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/HRegionInfo.html
@@ -33,1024 +33,1023 @@
 025import java.util.List;
 026import java.util.stream.Collectors;
 027
-028import org.apache.commons.logging.Log;
-029import 
org.apache.commons.logging.LogFactory;
-030import 
org.apache.hadoop.conf.Configuration;
-031import 
org.apache.hadoop.hbase.KeyValue.KVComparator;
-032import 
org.apache.hadoop.hbase.client.RegionInfo;
-033import 
org.apache.hadoop.hbase.client.RegionInfoBuilder;
-034import 
org.apache.hadoop.hbase.client.RegionInfoDisplay;
-035import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
-036import 
org.apache.hadoop.hbase.master.RegionState;
-037import 
org.apache.hadoop.hbase.util.Bytes;
-038import 
org.apache.hadoop.io.DataInputBuffer;
-039import 
org.apache.yetus.audience.InterfaceAudience;
-040
-041import 
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
-042import 
org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos;
-043
-044/**
-045 * Information about a region. A region 
is a range of keys in the whole keyspace of a table, an
-046 * identifier (a timestamp) for 
differentiating between subset ranges (after region split)
-047 * and a replicaId for differentiating 
the instance for the same range and some status information
-048 * about the region.
-049 *
-050 * The region has a unique name which 
consists of the following fields:
-051 * ul
-052 * li tableName   : The name of 
the table /li
-053 * li startKey: The startKey 
for the region. /li
-054 * li regionId: A timestamp 
when the region is created. /li
-055 * li replicaId   : An id 
starting from 0 to differentiate replicas of the same region range
-056 * but hosted in separated servers. The 
same region range can be hosted in multiple locations./li
-057 * li encodedName : An MD5 
encoded string for the region name./li
-058 * /ul
-059 *
-060 * br Other than the fields in 
the region name, region info contains:
-061 * ul
-062 * li endKey  : the endKey 
for the region (exclusive) /li
-063 * li split   : Whether the 
region is split /li
-064 * li offline : Whether the 
region is offline /li
-065 * /ul
-066 *
-067 * In 0.98 or before, a list of table's 
regions would fully cover the total keyspace, and at any
-068 * point in time, a row key always 
belongs to a single region, which is hosted in a single server.
-069 * In 0.99+, a region can have multiple 
instances (called replicas), and thus a range (or row) can
-070 * correspond to multiple HRegionInfo's. 
These HRI's share the same fields however except the
-071 * replicaId field. If the replicaId is 
not set, it defaults to 0, which is compatible with the
-072 * previous behavior of a range 
corresponding to 1 region.
-073 * @deprecated As of release 2.0.0, this 
will be removed in HBase 3.0.0.
-074 * use {@link 
RegionInfoBuilder} to build {@link RegionInfo}.
-075 */
-076@Deprecated
-077@InterfaceAudience.Public
-078public class HRegionInfo implements 
RegionInfo, ComparableHRegionInfo {
-079  private static final Log LOG = 
LogFactory.getLog(HRegionInfo.class);
-080
-081  /**
-082   * The new format for a region name 
contains its encodedName at the end.
-083   * The encoded name also serves as the 
directory name for the region
-084   * in the filesystem.
-085   *
-086   * New region name format:
-087   *
lt;tablename,,lt;startkey,lt;regionIdTimestamp.lt;encodedName.
-088   * where,
-089   *lt;encodedName is a hex 
version of the MD5 hash of
-090   *
lt;tablename,lt;startkey,lt;regionIdTimestamp
-091   *
-092   * The old region name format:
-093   *
lt;tablename,lt;startkey,lt;regionIdTimestamp
-094   * For region names in the old format, 
the encoded name is a 32-bit
-095   * JenkinsHash integer value (in its 
decimal notation, string form).
-096   *p
-097   * **NOTE**
-098   *
-099   * The first hbase:meta region, and 
regions created by an older
-100   * version of HBase (0.20 or prior) 
will continue to use the
-101   * old region name format.
-102   */
-103
-104  /** A non-capture group so that this 
can be embedded. */
-105  public static final String 
ENCODED_REGION_NAME_REGEX = RegionInfoBuilder.ENCODED_REGION_NAME_REGEX;
-106
-107  private static final int MAX_REPLICA_ID 
= 0x;
-108
-109  /**
-110   * @param regionName
-111   * @return the encodedName
-112   * @deprecated As of release 2.0.0, 
this will be removed in HBase 3.0.0
-113   * Use {@link 
org.apache.hadoop.hbase.client.RegionInfo#encodeRegionName(byte[])}.
-114   */
-115  @Deprecated
-116  public static String 

[43/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/org/apache/hadoop/hbase/filter/RowFilter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html 
b/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
index 8eb98b0..2a12dfc 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
@@ -519,7 +519,7 @@ public
 
 toByteArray
-publicbyte[]toByteArray()
+publicbyte[]toByteArray()
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Return length 0 byte array for Filters that don't require 
special serialization
 
@@ -536,7 +536,7 @@ public
 
 parseFrom
-public staticRowFilterparseFrom(byte[]pbBytes)
+public staticRowFilterparseFrom(byte[]pbBytes)
throws 
org.apache.hadoop.hbase.exceptions.DeserializationException
 
 Parameters:

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html 
b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
index a67566e..f00358a 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
@@ -507,7 +507,7 @@ protected
 
 hasFilterRow
-publicbooleanhasFilterRow()
+publicbooleanhasFilterRow()
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Fitlers that never filter by modifying the returned List of 
Cells can
  inherit this implementation that does nothing.
@@ -528,7 +528,7 @@ protected
 
 filterRowCells
-publicvoidfilterRowCells(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellkvs)
+publicvoidfilterRowCells(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellkvs)
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Filters that never filter by modifying the returned List of 
Cells can
  inherit this implementation that does nothing.
@@ -551,7 +551,7 @@ protected
 
 createFilterFromArguments
-public staticFiltercreateFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+public staticFiltercreateFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 
@@ -560,7 +560,7 @@ protected
 
 toByteArray
-publicbyte[]toByteArray()
+publicbyte[]toByteArray()
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Return length 0 byte array for Filters that don't require 
special serialization
 
@@ -577,7 +577,7 @@ protected
 
 parseFrom
-public staticSingleColumnValueExcludeFilterparseFrom(byte[]pbBytes)
+public staticSingleColumnValueExcludeFilterparseFrom(byte[]pbBytes)
 throws 
org.apache.hadoop.hbase.exceptions.DeserializationException
 
 Parameters:

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html 
b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
index 2b1eb83..e4bd882 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
@@ -889,7 +889,7 @@ public
 
 filterRow
-publicbooleanfilterRow()
+publicbooleanfilterRow()
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Filters that never filter by rows based on previously 
gathered state from
  Filter.filterCell(Cell)
 can inherit this implementation that
@@ -915,7 +915,7 @@ public
 
 hasFilterRow
-publicbooleanhasFilterRow()
+publicbooleanhasFilterRow()
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Fitlers that never filter by modifying the returned List of 
Cells can
  inherit this implementation that does nothing.
@@ -936,7 +936,7 @@ public
 
 reset
-publicvoidreset()
+publicvoidreset()
 Description copied from 
class:org.apache.hadoop.hbase.filter.FilterBase
 Filters that are purely stateless and do nothing in their 
reset() methods can inherit
  this null/empty implementation.
@@ -957,7 +957,7 @@ public
 
 getFilterIfMissing
-publicbooleangetFilterIfMissing()
+publicbooleangetFilterIfMissing()
 Get whether entire row should be 

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

2017-12-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/071f974b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html 
b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html
index 7a4f217..a939eeb 100644
--- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html
+++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html
@@ -2259,7 +2259,12 @@ public staticPutmakeBarrierPut(byte[]encodedRegionName,
  longseq,
- byte[]tableName)
+ byte[]tableName)
+  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://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+
 
 
 
@@ -2268,8 +2273,13 @@ public static
 
 makeDaughterPut
-public staticPutmakeDaughterPut(byte[]encodedRegionName,
-  byte[]value)
+public staticPutmakeDaughterPut(byte[]encodedRegionName,
+  byte[]value)
+   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://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+
 
 
 
@@ -2278,8 +2288,13 @@ public static
 
 makeParentPut
-public staticPutmakeParentPut(byte[]encodedRegionName,
-byte[]value)
+public staticPutmakeParentPut(byte[]encodedRegionName,
+byte[]value)
+ 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://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+
 
 
 
@@ -2288,10 +2303,15 @@ public static
 
 addDaughtersToPut
-public staticPutaddDaughtersToPut(Putput,
+public staticPutaddDaughtersToPut(Putput,
 RegionInfosplitA,
-RegionInfosplitB)
+RegionInfosplitB)
+ throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Adds split daughters to the Put
+
+Throws:
+http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
+
 
 
 
@@ -2300,7 +2320,7 @@ public static
 
 putToMetaTable
-public staticvoidputToMetaTable(Connectionconnection,
+public staticvoidputToMetaTable(Connectionconnection,
   Put...puts)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Put the passed puts to the 
hbase:meta table.
@@ -2320,7 +2340,7 @@ public static
 
 put
-private staticvoidput(Tablet,
+private staticvoidput(Tablet,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPutputs)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
@@ -2338,7 +2358,7 @@ public static
 
 putsToMetaTable
-public staticvoidputsToMetaTable(Connectionconnection,
+public staticvoidputsToMetaTable(Connectionconnection,
http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListPutps)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Put the passed ps to the 
hbase:meta table.
@@ -2357,7 +2377,7 @@ public static
 
 deleteFromMetaTable
-staticvoiddeleteFromMetaTable(Connectionconnection,
+staticvoiddeleteFromMetaTable(Connectionconnection,
 Deleted)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Delete the passed d from the 
hbase:meta table.
@@ -2376,7 +2396,7 @@ public static
 
 deleteFromMetaTable
-public staticvoiddeleteFromMetaTable(Connectionconnection,
+public staticvoiddeleteFromMetaTable(Connectionconnection,

[43/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/client/class-use/RegionInfo.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
index 4642766..9120544 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionInfo.html
@@ -1052,24 +1052,19 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-private CacheEvictionStats
-HBaseAdmin.clearBlockCache(ServerNamesn,
-   RegionInfohri)
-
-
 void
 MetaCache.clearCache(RegionInfohri)
 Deletes the cached location of the region if necessary, 
based on some error from source.
 
 
-
+
 private void
 HBaseAdmin.compact(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterfaceadmin,
RegionInfohri,
booleanmajor,
byte[]family)
 
-
+
 private 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(ServerNamesn,
RegionInfohri,
@@ -1078,134 +1073,134 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 Compact the region at specific region server.
 
 
-
+
 private static int
 RegionReplicaUtil.compareRegionInfosWithoutReplicaId(RegionInforegionInfoA,
   RegionInforegionInfoB)
 
-
+
 int
 RegionInfoBuilder.MutableRegionInfo.compareTo(RegionInfoother)
 
-
+
 private S,Rhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in 
java.util.concurrent">CompletableFutureR
 RawAsyncTableImpl.coprocessorService(http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true;
 title="class or interface in 
java.util.function">Functioncom.google.protobuf.RpcChannel,SstubMaker,
   ServiceCallerS,Rcallable,
   RegionInforegion,
   byte[]row)
 
-
+
 static byte[]
 RegionInfoDisplay.getEndKeyForDisplay(RegionInfori,
org.apache.hadoop.conf.Configurationconf)
 Get the end key for display.
 
 
-
+
 static RegionInfo
 RegionReplicaUtil.getRegionInfoForDefaultReplica(RegionInforegionInfo)
 Returns the RegionInfo for the default replicaId (0).
 
 
-
+
 static RegionInfo
 RegionReplicaUtil.getRegionInfoForReplica(RegionInforegionInfo,
intreplicaId)
 Returns the RegionInfo for the given replicaId.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 RegionInfoDisplay.getRegionNameAsStringForDisplay(RegionInfori,

org.apache.hadoop.conf.Configurationconf)
 Get the region name for display.
 
 
-
+
 static byte[]
 RegionInfoDisplay.getRegionNameForDisplay(RegionInfori,
org.apache.hadoop.conf.Configurationconf)
 Get the region name for display.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 RegionInfo.getShortNameToLog(RegionInfo...hris)
 
-
+
 static byte[]
 RegionInfoDisplay.getStartKeyForDisplay(RegionInfori,
  org.apache.hadoop.conf.Configurationconf)
 Get the start key for display.
 
 
-
+
 static boolean
 RegionReplicaUtil.isDefaultReplica(RegionInfohri)
 
-
+
 static boolean
 RegionReplicaUtil.isReplicasForSameRegion(RegionInforegionInfoA,
RegionInforegionInfoB)
 
-
+
 private boolean
 RawAsyncTableImpl.locateFinished(RegionInforegion,
   byte[]endKey,
   booleanendKeyInclusive)
 
-
+
 static RegionInfoBuilder
 RegionInfoBuilder.newBuilder(RegionInforegionInfo)
 
-
+
 (package private) static boolean
 ConnectionUtils.noMoreResultsForReverseScan(Scanscan,
RegionInfoinfo)
 
-
+
 (package private) static boolean
 ConnectionUtils.noMoreResultsForScan(Scanscan,
 RegionInfoinfo)
 
-
+
 void
 AsyncTable.CoprocessorCallback.onRegionComplete(RegionInforegion,
 Rresp)
 
-
+
 void
 AsyncTable.CoprocessorCallback.onRegionError(RegionInforegion,
  http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 
java.lang">Throwableerror)
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in 

[43/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/org/apache/hadoop/hbase/client/class-use/RowMutations.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html
index aeb284a..e97ffaa 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html
@@ -117,8 +117,7 @@
   byte[]value,
   RowMutationsmutation)
 Deprecated.
-Since 2.0.0. Will be 
removed in 3.0.0. Use
- Table.checkAndMutate(byte[],
 byte[], byte[], CompareOperator, byte[], RowMutations)
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
 
 
 
@@ -130,7 +129,9 @@
   CompareOperatorop,
   byte[]value,
   RowMutationsmutation)
-Atomically checks if a row/family/qualifier value matches 
the expected value.
+Deprecated.
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
+
 
 
 
@@ -177,7 +178,9 @@
   byte[]qualifier,
   CompareOperatorcompareOp,
   byte[]value,
-  RowMutationsrm)
+  RowMutationsrm)
+Deprecated.
+
 
 
 void

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
index a7db0d1..a86fa8d 100644
--- 
a/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
+++ 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
@@ -124,8 +124,7 @@
   byte[]value,
   Deletedelete)
 Deprecated.
-Since 2.0.0. Will be 
removed in 3.0.0. Use
-  Table.checkAndDelete(byte[],
 byte[], byte[], byte[], Delete)
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
 
 
 
@@ -138,8 +137,7 @@
   byte[]value,
   RowMutationsmutation)
 Deprecated.
-Since 2.0.0. Will be 
removed in 3.0.0. Use
- Table.checkAndMutate(byte[],
 byte[], byte[], CompareOperator, byte[], RowMutations)
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
 
 
 
@@ -152,8 +150,7 @@
byte[]value,
Putput)
 Deprecated.
-Since 2.0.0. Will be 
removed in 3.0.0. Use
-  Table.checkAndPut(byte[],
 byte[], byte[], CompareOperator, byte[], Put)}
+Since 2.0.0. Will be 
removed in 3.0.0. Use Table.checkAndMutate(byte[],
 byte[])
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html 
b/apidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html
index 4cd3d3b..8e6b694 100644
--- a/apidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html
+++ b/apidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html
@@ -129,11 +129,17 @@
 
 
 TimeRange
+Append.getTimeRange()
+Gets the TimeRange used for this append.
+
+
+
+TimeRange
 Increment.getTimeRange()
 Gets the TimeRange used for this increment.
 
 
-
+
 TimeRange
 Scan.getTimeRange()
 



[43/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/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html 
b/apidocs/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
deleted file mode 100644
index 057225e..000
--- a/apidocs/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.html
+++ /dev/null
@@ -1,1775 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-ShortCircuitMasterConnection (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,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10};
-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.client
-Class 
ShortCircuitMasterConnection
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
-
-
-
-
-
-
-
-@InterfaceAudience.Public
-public class ShortCircuitMasterConnection
-extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-A short-circuit connection that can bypass the RPC layer 
(serialization, deserialization,
- networking, etc..) when talking to a local master
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ShortCircuitMasterConnection(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterfacestub)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureResponse
-abortProcedure(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllercontroller,
-  
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureRequestrequest)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AddColumnResponse
-addColumn(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllercontroller,
- 
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AddColumnRequestrequest)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.AddReplicationPeerResponse
-addReplicationPeer(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllercontroller,
-  
org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.AddReplicationPeerRequestrequest)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AssignRegionResponse
-assignRegion(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllercontroller,
-
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AssignRegionRequestrequest)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalanceResponse
-balance(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllercontroller,
-   
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalanceRequestrequest)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ClearDeadServersResponse
-clearDeadServers(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcControllercontroller,
-

[43/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/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
index 00db109..9c710d6 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html
@@ -36,32 +36,32 @@
 028import java.util.NavigableMap;
 029import java.util.TreeMap;
 030import java.util.UUID;
-031
-032import org.apache.hadoop.hbase.Cell;
-033import 
org.apache.hadoop.hbase.CellScannable;
-034import 
org.apache.hadoop.hbase.CellScanner;
-035import 
org.apache.hadoop.hbase.CellUtil;
-036import 
org.apache.hadoop.hbase.HConstants;
-037import 
org.apache.hadoop.hbase.KeyValue;
-038import 
org.apache.hadoop.hbase.PrivateCellUtil;
-039import org.apache.hadoop.hbase.Tag;
-040import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
-041import 
org.apache.hadoop.hbase.io.HeapSize;
-042import 
org.apache.hadoop.hbase.protobuf.ProtobufUtil;
-043import 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
-044import 
org.apache.hadoop.hbase.security.access.AccessControlConstants;
-045import 
org.apache.hadoop.hbase.security.access.AccessControlUtil;
-046import 
org.apache.hadoop.hbase.security.access.Permission;
-047import 
org.apache.hadoop.hbase.security.visibility.CellVisibility;
-048import 
org.apache.hadoop.hbase.security.visibility.VisibilityConstants;
-049import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ArrayListMultimap;
-050import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ListMultimap;
-051import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataInput;
-052import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataOutput;
-053import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteStreams;
-054import 
org.apache.hadoop.hbase.util.Bytes;
-055import 
org.apache.hadoop.hbase.util.ClassSize;
-056import 
org.apache.yetus.audience.InterfaceAudience;
+031import org.apache.hadoop.hbase.Cell;
+032import 
org.apache.hadoop.hbase.CellScannable;
+033import 
org.apache.hadoop.hbase.CellScanner;
+034import 
org.apache.hadoop.hbase.CellUtil;
+035import 
org.apache.hadoop.hbase.HConstants;
+036import 
org.apache.hadoop.hbase.KeyValue;
+037import 
org.apache.hadoop.hbase.PrivateCellUtil;
+038import org.apache.hadoop.hbase.Tag;
+039import 
org.apache.hadoop.hbase.exceptions.DeserializationException;
+040import 
org.apache.hadoop.hbase.io.HeapSize;
+041import 
org.apache.hadoop.hbase.protobuf.ProtobufUtil;
+042import 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
+043import 
org.apache.hadoop.hbase.security.access.AccessControlConstants;
+044import 
org.apache.hadoop.hbase.security.access.AccessControlUtil;
+045import 
org.apache.hadoop.hbase.security.access.Permission;
+046import 
org.apache.hadoop.hbase.security.visibility.CellVisibility;
+047import 
org.apache.hadoop.hbase.security.visibility.VisibilityConstants;
+048import 
org.apache.hadoop.hbase.util.Bytes;
+049import 
org.apache.hadoop.hbase.util.ClassSize;
+050import 
org.apache.yetus.audience.InterfaceAudience;
+051
+052import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ArrayListMultimap;
+053import 
org.apache.hadoop.hbase.shaded.com.google.common.collect.ListMultimap;
+054import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataInput;
+055import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteArrayDataOutput;
+056import 
org.apache.hadoop.hbase.shaded.com.google.common.io.ByteStreams;
 057
 058@InterfaceAudience.Public
 059public abstract class Mutation extends 
OperationWithAttributes implements Row, CellScannable,
@@ -223,360 +223,508 @@
 215if (getTTL() != Long.MAX_VALUE) {
 216  map.put("ttl", getTTL());
 217}
-218return map;
-219  }
-220
-221  private static MapString, 
Object cellToStringMap(Cell c) {
-222MapString, Object stringMap = 
new HashMap();
-223stringMap.put("qualifier", 
Bytes.toStringBinary(c.getQualifierArray(), c.getQualifierOffset(),
-224
c.getQualifierLength()));
-225stringMap.put("timestamp", 
c.getTimestamp());
-226stringMap.put("vlen", 
c.getValueLength());
-227ListTag tags = 
PrivateCellUtil.getTags(c);
-228if (tags != null) {
-229  ListString tagsString = new 
ArrayList(tags.size());
-230  for (Tag t : tags) {
-231tagsString
-232.add((t.getType()) + ":" + 
Bytes.toStringBinary(Tag.cloneValue(t)));
-233  }
-234  stringMap.put("tag", tagsString);
-235}
-236return stringMap;
-237  }
-238
-239  /**
-240   * Set the durability for this 
mutation
-241   * @param d
-242   */
-243  public Mutation 
setDurability(Durability d) {
-244this.durability = d;
-245return this;
-246  }
-247
-248  /** 

[43/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/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 7359555..da9cc89 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 

[43/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/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index d892158..a81108a 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -645,6 +645,8 @@
 
 Set ack/noAck mode.
 
+ackedBlockLength
 - Variable in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput
+
 ackedLength
 - Variable in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput.Callback
 
 AckHandler(int)
 - Constructor for class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput.AckHandler
@@ -2155,7 +2157,7 @@
 
 addRegionToRestore(RegionInfo)
 - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
 
-addRegionToServer(ServerName,
 RegionStates.RegionStateNode) - Method in class 
org.apache.hadoop.hbase.master.assignment.RegionStates
+addRegionToServer(RegionStates.RegionStateNode)
 - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
 addRegionToSnapshot(SnapshotProtos.SnapshotDescription,
 ForeignExceptionSnare) - Method in class 
org.apache.hadoop.hbase.regionserver.HRegion
 
@@ -5909,6 +5911,8 @@
 
 Calculate the expected BlobVar encoded length based on 
unencoded length.
 
+block
 - Variable in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput
+
 block(MasterServices,
 long) - Static method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
 An ugly utility to be removed when refactor 
TableNamespaceManager.
@@ -8459,7 +8463,7 @@
 
 callback
 - Variable in class org.apache.hadoop.hbase.client.RawAsyncTableImpl.CoprocessorServiceBuilderImpl
 
-Callback(PromiseVoid,
 long, CollectionChannel) - Constructor for class 
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput.Callback
+Callback(CompletableFutureLong,
 long, CollectionChannel) - Constructor for class 
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput.Callback
 
 callback - 
Variable in class org.apache.hadoop.hbase.ipc.Call
 
@@ -8942,7 +8946,7 @@
 
 Anticipated number of metric entries
 
-capacity
 - Variable in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput
+capacity
 - Variable in class org.apache.hadoop.hbase.io.asyncfs.SendBufSizePredictor
 
 capacity
 - Variable in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
 
@@ -16266,6 +16270,8 @@
 
 Deprecated.
 
+connection
 - Variable in class org.apache.hadoop.hbase.ipc.NettyRpcFrameDecoder
+
 connection
 - Variable in class org.apache.hadoop.hbase.ipc.NettyRpcServerRequestDecoder
 
 connection
 - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
@@ -16454,7 +16460,7 @@
 
 connectTO
 - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
 
-connectToDataNodes(Configuration,
 DFSClient, String, LocatedBlock, long, long, BlockConstructionStage, 
DataChecksum, EventLoop, Class? extends Channel) - Static 
method in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper
+connectToDataNodes(Configuration,
 DFSClient, String, LocatedBlock, long, long, BlockConstructionStage, 
DataChecksum, EventLoopGroup, Class? extends Channel) - 
Static method in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper
 
 connectToPeers()
 - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
@@ -19069,6 +19075,8 @@
 
 createFlushWALEdit(RegionInfo,
 WALProtos.FlushDescriptor) - Static method in class 
org.apache.hadoop.hbase.wal.WALEdit
 
+createForTesting(RegionInfo,
 RegionState.State) - Static method in class 
org.apache.hadoop.hbase.master.RegionState
+
 createFromFileInfo(HFile.FileInfo)
 - Static method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
 createFromHFileLink(Configuration,
 FileSystem, Path, String) - Static method in class 
org.apache.hadoop.hbase.io.HFileLink
@@ -19410,6 +19418,10 @@
 
 createNamespaceTable(MasterServices)
 - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
+createNettyRpcServerPreambleHandler()
 - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
+
+createNettyServerRpcConnection(Channel)
 - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServerPreambleHandler
+
 createNewMeta(String)
 - Method in class org.apache.hadoop.hbase.util.HBaseFsck
 
 This borrows code from MasterFileSystem.bootstrap().
@@ -19467,14 +19479,14 @@
 
 createOrUpdate(NamespacesInstanceModel,
 UriInfo, Admin, boolean) - Method in class 
org.apache.hadoop.hbase.rest.NamespacesInstanceResource
 
-createOutput(FileSystem,
 Path, boolean, boolean, short, long, EventLoop, Class? extends 
Channel) - Static method in class 
org.apache.hadoop.hbase.io.asyncfs.AsyncFSOutputHelper
+createOutput(FileSystem,
 Path, boolean, boolean, short, long, EventLoopGroup, Class? extends 
Channel) - Static 

[43/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/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 92c1c97..68f8a94 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -307,860 +307,919 @@
 299   * was sent to HBase and may need some 
time to finish the compact operation.
 300   * @param tableName table to compact
 301   */
-302  CompletableFutureVoid 
compact(TableName tableName);
-303
-304  /**
-305   * Compact a column family within a 
table. When the returned CompletableFuture is done, it only
-306   * means the compact request was sent 
to HBase and may need some time to finish the compact
-307   * operation.
-308   * @param tableName table to compact
-309   * @param columnFamily column family 
within a table. If not present, compact the table's all
-310   *  column families.
-311   */
-312  CompletableFutureVoid 
compact(TableName tableName, byte[] columnFamily);
-313
-314  /**
-315   * Compact an individual region. When 
the returned CompletableFuture is done, it only means the
-316   * compact request was sent to HBase 
and may need some time to finish the compact operation.
-317   * @param regionName region to 
compact
-318   */
-319  CompletableFutureVoid 
compactRegion(byte[] regionName);
-320
-321  /**
-322   * Compact a column family within a 
region. When the returned CompletableFuture is done, it only
-323   * means the compact request was sent 
to HBase and may need some time to finish the compact
-324   * operation.
-325   * @param regionName region to 
compact
-326   * @param columnFamily column family 
within a region. If not present, compact the region's all
-327   *  column families.
-328   */
-329  CompletableFutureVoid 
compactRegion(byte[] regionName, byte[] columnFamily);
-330
-331  /**
-332   * Major compact a table. When the 
returned CompletableFuture is done, it only means the compact
-333   * request was sent to HBase and may 
need some time to finish the compact operation.
-334   * @param tableName table to major 
compact
-335   */
-336  CompletableFutureVoid 
majorCompact(TableName tableName);
-337
-338  /**
-339   * Major compact a column family within 
a table. When the returned CompletableFuture is done, it
-340   * only means the compact request was 
sent to HBase and may need some time to finish the compact
-341   * operation.
-342   * @param tableName table to major 
compact
-343   * @param columnFamily column family 
within a table. If not present, major compact the table's all
-344   *  column families.
-345   */
-346  CompletableFutureVoid 
majorCompact(TableName tableName, byte[] columnFamily);
-347
-348  /**
-349   * Major compact a region. When the 
returned CompletableFuture is done, it only means the compact
-350   * request was sent to HBase and may 
need some time to finish the compact operation.
-351   * @param regionName region to major 
compact
-352   */
-353  CompletableFutureVoid 
majorCompactRegion(byte[] regionName);
-354
-355  /**
-356   * Major compact a column family within 
region. When the returned CompletableFuture is done, it
-357   * only means the compact request was 
sent to HBase and may need some time to finish the compact
-358   * operation.
-359   * @param regionName region to major 
compact
-360   * @param columnFamily column family 
within a region. If not present, major compact the region's
-361   *  all column families.
-362   */
-363  CompletableFutureVoid 
majorCompactRegion(byte[] regionName, byte[] columnFamily);
-364
-365  /**
-366   * Compact all regions on the region 
server.
-367   * @param serverName the region server 
name
-368   */
-369  CompletableFutureVoid 
compactRegionServer(ServerName serverName);
-370
-371  /**
-372   * Compact all regions on the region 
server.
-373   * @param serverName the region server 
name
-374   */
-375  CompletableFutureVoid 
majorCompactRegionServer(ServerName serverName);
-376
-377  /**
-378   * Turn the Merge switch on or off.
-379   * @param on
-380   * @return Previous switch value 
wrapped by a {@link CompletableFuture}
-381   */
-382  CompletableFutureBoolean 
mergeSwitch(boolean on);
-383
-384  /**
-385   * Query the current state of the Merge 
switch.
-386   * @return true if the switch is on, 
false otherwise. The return value will be wrapped by a
-387   * {@link CompletableFuture}
-388   */
-389  CompletableFutureBoolean 
isMergeEnabled();
-390
-391  /**
-392   * Turn the Split switch on or off.
-393   * @param on
-394   * @return Previous switch value 
wrapped by a {@link CompletableFuture}
-395   */
-396  CompletableFutureBoolean 
splitSwitch(boolean on);
-397
-398  /**
-399   * Query the current 

[43/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/master/assignment/AssignmentManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
index efa1c09..e8c7a75 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html
@@ -1290,7 +1290,7 @@ implements 
 
 UNASSIGNED_PROCEDURE_FOR_TYPE_INFO
-private static finalUnassignProcedure[] UNASSIGNED_PROCEDURE_FOR_TYPE_INFO
+private static finalUnassignProcedure[] UNASSIGNED_PROCEDURE_FOR_TYPE_INFO
 
 
 
@@ -1299,7 +1299,7 @@ implements 
 
 pendingAssignQueue
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListRegionStates.RegionStateNode 
pendingAssignQueue
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListRegionStates.RegionStateNode 
pendingAssignQueue
 
 
 
@@ -1308,7 +1308,7 @@ implements 
 
 assignQueueLock
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">ReentrantLock assignQueueLock
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantLock.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">ReentrantLock assignQueueLock
 
 
 
@@ -1317,7 +1317,7 @@ implements 
 
 assignQueueFullCond
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Condition.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">Condition assignQueueFullCond
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Condition.html?is-external=true;
 title="class or interface in java.util.concurrent.locks">Condition assignQueueFullCond
 
 
 
@@ -1657,7 +1657,7 @@ implements 
 
 setMetaInitialized
-privatevoidsetMetaInitialized(RegionInfometaRegionInfo,
+privatevoidsetMetaInitialized(RegionInfometaRegionInfo,
 booleanisInitialized)
 
 
@@ -1667,7 +1667,7 @@ implements 
 
 getMetaInitializedEvent
-privateProcedureEventgetMetaInitializedEvent(RegionInfometaRegionInfo)
+privateProcedureEventgetMetaInitializedEvent(RegionInfometaRegionInfo)
 
 
 
@@ -1676,7 +1676,7 @@ implements 
 
 waitMetaLoaded
-publicbooleanwaitMetaLoaded(Procedureproc)
+publicbooleanwaitMetaLoaded(Procedureproc)
 
 
 
@@ -1685,7 +1685,7 @@ implements 
 
 wakeMetaLoadedEvent
-protectedvoidwakeMetaLoadedEvent()
+protectedvoidwakeMetaLoadedEvent()
 
 
 
@@ -1694,7 +1694,7 @@ implements 
 
 isMetaLoaded
-publicbooleanisMetaLoaded()
+publicbooleanisMetaLoaded()
 
 
 
@@ -1703,7 +1703,7 @@ implements 
 
 assignMeta
-publicvoidassignMeta(RegionInfometaRegionInfo)
+publicvoidassignMeta(RegionInfometaRegionInfo)
 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:
@@ -1717,7 +1717,7 @@ implements 
 
 assignMeta
-publicvoidassignMeta(RegionInfometaRegionInfo,
+publicvoidassignMeta(RegionInfometaRegionInfo,
ServerNameserverName)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
@@ -1732,7 +1732,7 @@ implements 
 
 checkIfShouldMoveSystemRegionAsync
-publicvoidcheckIfShouldMoveSystemRegionAsync()
+publicvoidcheckIfShouldMoveSystemRegionAsync()
 Start a new thread to check if there are region servers 
whose versions are higher than others.
  If so, move all system table regions to RS with the highest version to keep 
compatibility.
  The reason is, RS in new version may not be able to access RS in old version 
when there are
@@ -1745,7 +1745,7 @@ implements 
 
 getCarryingSystemTables
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfogetCarryingSystemTables(ServerNameserverName)
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionInfogetCarryingSystemTables(ServerNameserverName)
 
 
 
@@ -1754,7 +1754,7 @@ implements 
 
 assign
-publicvoidassign(RegionInforegionInfo)
+publicvoidassign(RegionInforegionInfo)
 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:
@@ -1768,7 +1768,7 @@ implements 
 
 assign
-publicvoidassign(RegionInforegionInfo,

[43/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/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index e9cd96e..b50789b 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -286,10 +286,10 @@
 Warnings
 Errors
 
-3432
+3436
 0
 0
-20857
+20809
 
 Files
 
@@ -357,7 +357,7 @@
 org/apache/hadoop/hbase/Cell.java
 0
 0
-3
+1
 
 org/apache/hadoop/hbase/CellBuilderFactory.java
 0
@@ -377,7 +377,7 @@
 org/apache/hadoop/hbase/CellUtil.java
 0
 0
-71
+69
 
 org/apache/hadoop/hbase/ChoreService.java
 0
@@ -452,7 +452,7 @@
 org/apache/hadoop/hbase/ExtendedCell.java
 0
 0
-2
+1
 
 org/apache/hadoop/hbase/ExtendedCellBuilderImpl.java
 0
@@ -712,7 +712,7 @@
 org/apache/hadoop/hbase/PrivateCellUtil.java
 0
 0
-73
+68
 
 org/apache/hadoop/hbase/QosTestHelper.java
 0
@@ -834,25 +834,15 @@
 0
 1
 
-org/apache/hadoop/hbase/Tag.java
-0
-0
-1
-
 org/apache/hadoop/hbase/TagType.java
 0
 0
 1
-
-org/apache/hadoop/hbase/TagUtil.java
-0
-0
-3
 
 org/apache/hadoop/hbase/TestByteBufferKeyValue.java
 0
 0
-8
+7
 
 org/apache/hadoop/hbase/TestCellBuilder.java
 0
@@ -1872,7 +1862,7 @@
 org/apache/hadoop/hbase/client/Mutation.java
 0
 0
-22
+21
 
 org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.java
 0
@@ -4462,7 +4452,7 @@
 org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
 0
 0
-16
+15
 
 org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.java
 0
@@ -4629,4860 +4619,4850 @@
 0
 2
 
-org/apache/hadoop/hbase/io/hfile/TestSeekTo.java
-0
-0
-5
-
 org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java
 0
 0
 34
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java
 0
 0
 54
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/BucketCacheStats.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/ByteBufferIOEngine.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/CachedEntryQueue.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/FileIOEngine.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/FileMmapEngine.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/IOEngine.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
 0
 0
 24
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/TestBucketWriterThread.java
 0
 0
 14
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/TestFileIOEngine.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/bucket/UniqueIndexMap.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/util/Dictionary.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/util/LRUDictionary.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/util/MemorySizeUtil.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/io/util/StreamUtils.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/ipc/AbstractRpcClient.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ipc/AbstractTestIPC.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ipc/AdaptiveLifoCoDelCallQueue.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/BlockingRpcCallback.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/BlockingRpcClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/BufferCallBeforeInitHandler.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/ipc/BufferChain.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ipc/Call.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/CallQueueInfo.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ipc/CallRunner.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ipc/CellBlockBuilder.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ipc/ConnectionId.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/CoprocessorRpcUtils.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ipc/DefaultNettyEventLoopConfig.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/DelegatingHBaseRpcController.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/FailedServers.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/ipc/FifoRpcScheduler.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/HBaseRpcController.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/HBaseRpcControllerImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/IPCUtil.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/ipc/IntegrationTestRpcClient.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/MetricsHBaseServer.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcConnection.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcDuplexHandler.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcServer.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcServerPreambleHandler.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcServerRequestDecoder.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ipc/NettyRpcServerResponseEncoder.java
 0
 0
 1

[43/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/org/apache/hadoop/hbase/master/cleaner/HFileCleaner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/cleaner/HFileCleaner.html 
b/devapidocs/org/apache/hadoop/hbase/master/cleaner/HFileCleaner.html
index dadf40f..c9dc3a9 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/cleaner/HFileCleaner.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/cleaner/HFileCleaner.html
@@ -124,9 +124,8 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class HFileCleaner
-extends CleanerChoreBaseHFileCleanerDelegate
-implements ConfigurationObserver
+public class HFileCleaner
+extends CleanerChoreBaseHFileCleanerDelegate
 This Chore, every time it runs, will clear the HFiles in 
the hfile archive
  folder that are deletable for each HFile cleaner in the chain.
 
@@ -268,7 +267,7 @@ implements CleanerChore
-cleanersChain,
 fs,
 params
+CHORE_POOL_SIZE,
 cleanersChain,
 fs,
 params
 
 
 
@@ -411,7 +410,7 @@ implements CleanerChore
-checkAndDeleteDirectory,
 chore,
 getEnabled,
 runCleaner,
 setEnabled
+chore,
 getChorePoolSize,
 getEnabled,
 runCleaner,
 setEnabled
 
 
 
@@ -447,7 +446,7 @@ implements 
 
 MASTER_HFILE_CLEANER_PLUGINS
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MASTER_HFILE_CLEANER_PLUGINS
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MASTER_HFILE_CLEANER_PLUGINS
 
 See Also:
 Constant
 Field Values
@@ -460,7 +459,7 @@ implements 
 
 HFILE_DELETE_THROTTLE_THRESHOLD
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HFILE_DELETE_THROTTLE_THRESHOLD
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String HFILE_DELETE_THROTTLE_THRESHOLD
 
 See Also:
 Constant
 Field Values
@@ -473,7 +472,7 @@ implements 
 
 DEFAULT_HFILE_DELETE_THROTTLE_THRESHOLD
-public static finalint DEFAULT_HFILE_DELETE_THROTTLE_THRESHOLD
+public static finalint DEFAULT_HFILE_DELETE_THROTTLE_THRESHOLD
 
 See Also:
 Constant
 Field Values
@@ -486,7 +485,7 @@ implements 
 
 LARGE_HFILE_QUEUE_INIT_SIZE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String LARGE_HFILE_QUEUE_INIT_SIZE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String LARGE_HFILE_QUEUE_INIT_SIZE
 
 See Also:
 Constant
 Field Values
@@ -499,7 +498,7 @@ implements 
 
 DEFAULT_LARGE_HFILE_QUEUE_INIT_SIZE
-public static finalint DEFAULT_LARGE_HFILE_QUEUE_INIT_SIZE
+public static finalint DEFAULT_LARGE_HFILE_QUEUE_INIT_SIZE
 
 See Also:
 Constant
 Field Values
@@ -512,7 +511,7 @@ implements 
 
 SMALL_HFILE_QUEUE_INIT_SIZE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SMALL_HFILE_QUEUE_INIT_SIZE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SMALL_HFILE_QUEUE_INIT_SIZE
 
 See Also:
 Constant
 Field Values
@@ -525,7 +524,7 @@ implements 
 
 DEFAULT_SMALL_HFILE_QUEUE_INIT_SIZE
-public static finalint DEFAULT_SMALL_HFILE_QUEUE_INIT_SIZE
+public static finalint DEFAULT_SMALL_HFILE_QUEUE_INIT_SIZE
 
 See Also:
 Constant
 Field Values
@@ -538,7 +537,7 @@ implements 
 
 LARGE_HFILE_DELETE_THREAD_NUMBER
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String LARGE_HFILE_DELETE_THREAD_NUMBER
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String LARGE_HFILE_DELETE_THREAD_NUMBER
 
 See Also:
 Constant
 Field Values
@@ -551,7 +550,7 @@ implements 
 
 DEFAULT_LARGE_HFILE_DELETE_THREAD_NUMBER
-public static finalint DEFAULT_LARGE_HFILE_DELETE_THREAD_NUMBER
+public static finalint DEFAULT_LARGE_HFILE_DELETE_THREAD_NUMBER
 
 See Also:
 Constant
 Field Values
@@ -564,7 +563,7 @@ implements 
 
 SMALL_HFILE_DELETE_THREAD_NUMBER
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SMALL_HFILE_DELETE_THREAD_NUMBER
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SMALL_HFILE_DELETE_THREAD_NUMBER
 
 See Also:
 Constant
 Field Values
@@ -577,7 +576,7 @@ 

  1   2   3   >