hbase git commit: HBASE-18276 Add 1.2.7 to downloads page.

2018-09-15 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/master 9da20a411 -> e86c73602


HBASE-18276 Add 1.2.7 to downloads page.


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

Branch: refs/heads/master
Commit: e86c7360288cc077cd23af495fb443179ed0157b
Parents: 9da20a4
Author: Sean Busbey 
Authored: Sat Sep 15 22:49:34 2018 -0500
Committer: Sean Busbey 
Committed: Sat Sep 15 22:49:34 2018 -0500

--
 src/site/xdoc/downloads.xml | 21 +
 1 file changed, 21 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/e86c7360/src/site/xdoc/downloads.xml
--
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 416fa25..41375a0 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -85,6 +85,27 @@ under the License.
 https://www.apache.org/dyn/closer.lua/hbase/2.0.2/hbase-2.0.2-bin.tar.gz;>bin
 (https://apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz.sha512;>sha512
 https://apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz.asc;>asc)
   
 
+
+  
+1.2.7
+  
+  
+2018/09/16
+  
+  
+https://apache.org/dist/hbase/1.2.7/compat-check-report.html;>1.2.6 vs 
1.2.7
+  
+  
+https://github.com/apache/hbase/blob/rel/1.2.7/CHANGES.txt;>Changes
+  
+  
+https://s.apache.org/hbase-1.2.7-jira-release-notes;>Release 
Notes
+  
+  
+https://www.apache.org/dyn/closer.lua/hbase/1.2.7/hbase-1.2.7-src.tar.gz;>src
 (https://apache.org/dist/hbase/1.2.7/hbase-1.2.7-src.tar.gz.sha512;>sha512
 https://apache.org/dist/hbase/1.2.7/hbase-1.2.7-src.tar.gz.asc;>asc) 

+https://www.apache.org/dyn/closer.lua/hbase/1.2.7/hbase-1.2.7-bin.tar.gz;>bin
 (https://apache.org/dist/hbase/1.2.7/hbase-1.2.7-bin.tar.gz.sha512;>sha512
 https://apache.org/dist/hbase/1.2.7/hbase-1.2.7-bin.tar.gz.asc;>asc)
+  
+
   
   
 



[05/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html
deleted file mode 100644
index bb6d8a7..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html
+++ /dev/null
@@ -1,318 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.RegionLocations (Apache HBase 
1.2.4 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.RegionLocations
-
-
-
-
-
-Packages that use RegionLocations
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.client
-
-Provides HBase Client
-
-
-
-
-
-
-
-
-
-
-Uses of RegionLocations in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that return RegionLocations
-
-Modifier and Type
-Method and Description
-
-
-
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Resultr)
-Returns an HRegionLocationList extracted from the 
result.
-
-
-
-RegionLocations
-RegionLocations.mergeLocations(RegionLocationsother)
-Merges this RegionLocations list with the given list 
assuming
- same range, and keeping the most up to date version of the
- HRegionLocation entries from either list according to seqNum.
-
-
-
-RegionLocations
-RegionLocations.remove(HRegionLocationlocation)
-Removes the given location from the list
-
-
-
-RegionLocations
-RegionLocations.remove(intreplicaId)
-Removes location of the given replicaId from the list
-
-
-
-RegionLocations
-RegionLocations.removeByServer(ServerNameserverName)
-Returns a new RegionLocations with the locations removed 
(set to null)
- which have the destination server as given.
-
-
-
-RegionLocations
-RegionLocations.updateLocation(HRegionLocationlocation,
-  booleancheckForEquals,
-  booleanforce)
-Updates the location with new only if the new location has 
a higher
- seqNum than the old one or force is true.
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 with parameters of type RegionLocations
-
-Modifier and Type
-Method and Description
-
-
-
-RegionLocations
-RegionLocations.mergeLocations(RegionLocationsother)
-Merges this RegionLocations list with the given list 
assuming
- same range, and keeping the most up to date version of the
- HRegionLocation entries from either list according to seqNum.
-
-
-
-
-
-
-
-
-Uses of RegionLocations in org.apache.hadoop.hbase.client
-
-Methods in org.apache.hadoop.hbase.client
 that return RegionLocations
-
-Modifier and Type
-Method and Description
-
-
-
-RegionLocations
-MetaCache.getCachedLocation(TableNametableName,
- byte[]row)
-Search the cache for a location that fits our table and row 
key.
-
-
-
-static RegionLocations
-RegionAdminServiceCallable.getRegionLocations(ClusterConnectionconnection,
-  TableNametableName,
-  byte[]row,
-  booleanuseCache,
-  intreplicaId)
-
-
-RegionLocations
-ClusterConnection.locateRegion(TableNametableName,
-byte[]row,
-booleanuseCache,
-booleanretry)
-
-
-RegionLocations
-ClusterConnection.locateRegion(TableNametableName,
-byte[]row,
-booleanuseCache,
-booleanretry,
-intreplicaId)
-
-
-RegionLocations
-ClusterConnection.relocateRegion(TableNametableName,
-  byte[]row,
-  intreplicaId)
-Find the location of the region of tableName that 
row
- lives in, ignoring any value that might be in the cache.
-
-
-
-
-
-Methods in org.apache.hadoop.hbase.client
 that return types with arguments of type RegionLocations
-
-Modifier and Type
-Method and Description
-
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionLocations
-MetaScanner.listTableRegionLocations(org.apache.hadoop.conf.Configurationconf,
-Connectionconnection,
-TableNametableName)
-Lists table regions and locations grouped by region range 
from META.
-
-
-
-
-
-Methods in 

[11/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
deleted file mode 100644
index 2cd1c4b..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 
org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight.WeightComparator 
(Apache HBase 1.2.4 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.HDFSBlocksDistribution.HostAndWeight.WeightComparator
-
-No usage of 
org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight.WeightComparator
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html
deleted file mode 100644
index 00f169b..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html
+++ /dev/null
@@ -1,195 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 
org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight (Apache HBase 
1.2.4 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.HDFSBlocksDistribution.HostAndWeight
-
-
-
-
-
-Packages that use HDFSBlocksDistribution.HostAndWeight
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-
-
-
-
-
-
-
-Uses of HDFSBlocksDistribution.HostAndWeight in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that return HDFSBlocksDistribution.HostAndWeight
-
-Modifier and Type
-Method and Description
-
-
-
-HDFSBlocksDistribution.HostAndWeight[]
-HDFSBlocksDistribution.getTopHostsWithWeights()
-return the sorted list of hosts in terms of their 
weights
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 that return types with arguments of type HDFSBlocksDistribution.HostAndWeight
-
-Modifier and Type
-Method and Description
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,HDFSBlocksDistribution.HostAndWeight
-HDFSBlocksDistribution.getHostAndWeights()
-
-
-
-
-Methods in org.apache.hadoop.hbase
 with parameters of type HDFSBlocksDistribution.HostAndWeight
-
-Modifier and Type
-Method and Description
-
-
-
-int

[30/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
index 808cc73..b5395fa 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html
@@ -3,17 +3,13 @@
 
 
 
-RegionTooBusyException (Apache HBase 1.2.6 API)
+RegionTooBusyException (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -278,6 +274,6 @@ extends http://docs.oracle.com/javase/7/docs/api/java/io/IOException.ht
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/RegionTransition.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/RegionTransition.html 
b/1.2/apidocs/org/apache/hadoop/hbase/RegionTransition.html
deleted file mode 100644
index 7716da4..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/RegionTransition.html
+++ /dev/null
@@ -1,414 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-RegionTransition (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = 
{"i0":9,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":10,"i9":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
-Class RegionTransition
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.RegionTransition
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class RegionTransition
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-Current state of a region in transition.  Holds state of a 
region as it moves through the
- steps that take it from offline to open, etc.  Used by regionserver, master, 
and zk packages.
- Encapsulates protobuf serialization/deserialization so we don't leak 
generated pb outside this
- class.  Create an instance using createRegionTransition(EventType, byte[], 
ServerName).
- Immutable
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static RegionTransition
-createRegionTransition(EventTypetype,
-  byte[]regionName,
-  ServerNamesn)
-
-
-static RegionTransition
-createRegionTransition(EventTypetype,
-  byte[]regionName,
-  ServerNamesn,
-  byte[]payload)
-
-
-long
-getCreateTime()
-
-
-EventType
-getEventType()
-
-
-byte[]
-getPayload()
-
-
-byte[]
-getRegionName()
-
-
-ServerName
-getServerName()
-
-
-static RegionTransition
-parseFrom(byte[]data)
-
-
-byte[]
-toByteArray()
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-toString()
-
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, 

[23/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/YouAreDeadException.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/YouAreDeadException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/YouAreDeadException.html
deleted file mode 100644
index 7272f9f..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/YouAreDeadException.html
+++ /dev/null
@@ -1,274 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-YouAreDeadException (Apache HBase 1.2.4 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
-Class 
YouAreDeadException
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">java.lang.Throwable
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">java.lang.Exception
-
-
-http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">java.io.IOException
-
-
-org.apache.hadoop.hbase.YouAreDeadException
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
-
-
-
-@InterfaceAudience.Private
- @InterfaceStability.Stable
-public class YouAreDeadException
-extends http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
-This exception is thrown by the master when a region server 
reports and is
- already being processed as dead. This can happen when a region server loses
- its session but didn't figure it yet.
-
-See Also:
-Serialized
 Form
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-YouAreDeadException(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringmessage)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwable
-http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--;
 title="class or interface in java.lang">fillInStackTrace, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getCause--;
 title="class or interface in java.lang">getCause, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--;
 title="class or interface in java.lang">getLocalizedMessage, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getMessage--;
 title="class or interface in java.lang">getMessage, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--;
 title="class or inter
 face in java.lang">getStackTrace, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--;
 title="class or interface in java.lang">getSuppressed, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-;
 title="class or interface in java.lang">initCause, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--;
 title="class or interface in java.lang">printStackTrace, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-;
 title="class or interface in java.lang">printStackTrace, http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-;
 title="class or interface in java.lang">printStackTrace, 

[14/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateException.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateException.html
deleted file mode 100644
index 6e1d744..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateException.html
+++ /dev/null
@@ -1,385 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.CoordinatedStateException (Apache 
HBase 1.2.4 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.CoordinatedStateException
-
-
-
-
-
-Packages that use CoordinatedStateException
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.coordination
-
-
-
-org.apache.hadoop.hbase.master
-
-
-
-org.apache.hadoop.hbase.master.handler
-
-
-
-org.apache.hadoop.hbase.master.procedure
-
-
-
-org.apache.hadoop.hbase.zookeeper
-
-
-
-
-
-
-
-
-
-
-Uses of CoordinatedStateException in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that throw CoordinatedStateException
-
-Modifier and Type
-Method and Description
-
-
-
-void
-TableStateManager.checkAndRemoveTableState(TableNametableName,
-ZooKeeperProtos.Table.Statestates,
-booleandeletePermanentState)
-If the table is found in the given state the in-memory 
state is removed.
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetTableName
-TableStateManager.getTablesInStates(ZooKeeperProtos.Table.State...states)
-
-
-TableStateManager
-CoordinatedStateManager.getTableStateManager()
-Returns implementation of TableStateManager.
-
-
-
-void
-TableStateManager.setDeletedTable(TableNametableName)
-Mark table as deleted.
-
-
-
-void
-TableStateManager.setTableState(TableNametableName,
- ZooKeeperProtos.Table.Statestate)
-Sets the table into desired state.
-
-
-
-boolean
-TableStateManager.setTableStateIfInStates(TableNametableName,
-   ZooKeeperProtos.Table.StatenewState,
-   ZooKeeperProtos.Table.State...states)
-Sets the specified table into the newState, but only if the 
table is already in
- one of the possibleCurrentStates (otherwise no operation is performed).
-
-
-
-boolean
-TableStateManager.setTableStateIfNotInStates(TableNametableName,
-  ZooKeeperProtos.Table.StatenewState,
-  ZooKeeperProtos.Table.State...states)
-Sets the specified table into the newState, but only if the 
table is NOT in
- one of the possibleCurrentStates (otherwise no operation is performed).
-
-
-
-
-
-
-
-
-Uses of CoordinatedStateException in org.apache.hadoop.hbase.coordination
-
-Methods in org.apache.hadoop.hbase.coordination
 that throw CoordinatedStateException
-
-Modifier and Type
-Method and Description
-
-
-
-TableStateManager
-ZkCoordinatedStateManager.getTableStateManager()
-
-
-abstract TableStateManager
-BaseCoordinatedStateManager.getTableStateManager()
-
-
-
-
-
-
-
-Uses of CoordinatedStateException in org.apache.hadoop.hbase.master
-
-Methods in org.apache.hadoop.hbase.master
 that throw CoordinatedStateException
-
-Modifier and Type
-Method and Description
-
-
-
-boolean
-HMaster.normalizeRegions()
-Perform normalization of cluster (invoked by RegionNormalizerChore).
-
-
-
-
-
-Constructors in org.apache.hadoop.hbase.master
 that throw CoordinatedStateException
-
-Constructor and Description
-
-
-
-AssignmentManager(MasterServicesserver,
- ServerManagerserverManager,
- LoadBalancerbalancer,
- ExecutorServiceservice,
- MetricsMastermetricsMaster,
- TableLockManagertableLockManager)
-Constructs a new assignment manager.
-
-
-
-
-
-
-
-
-Uses of CoordinatedStateException in org.apache.hadoop.hbase.master.handler
-
-Methods in org.apache.hadoop.hbase.master.handler
 that throw CoordinatedStateException
-
-Modifier and Type
-Method and Description
-
-
-
-protected abstract void

[25/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/TableStateManager.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/TableStateManager.html 
b/1.2/apidocs/org/apache/hadoop/hbase/TableStateManager.html
deleted file mode 100644
index 4c11e91..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/TableStateManager.html
+++ /dev/null
@@ -1,454 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-TableStateManager (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Interface 
TableStateManager
-
-
-
-
-
-
-All Known Implementing Classes:
-ZKTableStateManager
-
-
-
-@InterfaceAudience.Private
-public interface TableStateManager
-Helper class for table state management for operations 
running inside
- RegionServer or HMaster.
- Depending on implementation, fetches information from HBase system table,
- local data store, ZooKeeper ensemble or somewhere else.
- Code running on client side (with no coordinated state context) shall instead 
use
- ZKTableStateClientSideReader
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsAbstract Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-checkAndRemoveTableState(TableNametableName,
-ZooKeeperProtos.Table.Statestates,
-booleandeletePermanentState)
-If the table is found in the given state the in-memory 
state is removed.
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetTableName
-getTablesInStates(ZooKeeperProtos.Table.State...states)
-
-
-boolean
-isTablePresent(TableNametableName)
-Checks if table is present.
-
-
-
-boolean
-isTableState(TableNametableName,
-booleancheckSource,
-ZooKeeperProtos.Table.State...states)
-
-
-boolean
-isTableState(TableNametableName,
-ZooKeeperProtos.Table.State...states)
-
-
-void
-setDeletedTable(TableNametableName)
-Mark table as deleted.
-
-
-
-void
-setTableState(TableNametableName,
- ZooKeeperProtos.Table.Statestate)
-Sets the table into desired state.
-
-
-
-boolean
-setTableStateIfInStates(TableNametableName,
-   ZooKeeperProtos.Table.StatenewState,
-   ZooKeeperProtos.Table.State...states)
-Sets the specified table into the newState, but only if the 
table is already in
- one of the possibleCurrentStates (otherwise no operation is performed).
-
-
-
-boolean
-setTableStateIfNotInStates(TableNametableName,
-  ZooKeeperProtos.Table.StatenewState,
-  ZooKeeperProtos.Table.State...states)
-Sets the specified table into the newState, but only if the 
table is NOT in
- one of the possibleCurrentStates (otherwise no operation is performed).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-setTableState
-voidsetTableState(TableNametableName,
-   ZooKeeperProtos.Table.Statestate)
-throws CoordinatedStateException
-Sets the table into desired state. Fails silently if the 
table is already in this state.
-
-Parameters:
-tableName - table to process
-state - new state of this table
-Throws:
-CoordinatedStateException - 
if error happened when trying to set table state
-
-
-
-
-
-
-
-
-setTableStateIfInStates
-booleansetTableStateIfInStates(TableNametableName,
-ZooKeeperProtos.Table.StatenewState,
-ZooKeeperProtos.Table.State...states)
- throws CoordinatedStateException
-Sets the specified table into the newState, but only if the 
table is already in
- one of the possibleCurrentStates (otherwise no operation is performed).
-
-Parameters:
-tableName - table to process
-newState - new state for the table
-states - table should be in one of these states for the 

[03/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerLoad.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerLoad.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerLoad.html
index 0cd302b..2d12003 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerLoad.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerLoad.html
@@ -3,17 +3,13 @@
 
 
 
-Uses of Class org.apache.hadoop.hbase.ServerLoad (Apache HBase 1.2.6 
API)
+Uses of Class org.apache.hadoop.hbase.ServerLoad (Apache HBase 1.2.7 
API)
 
 
 
 
 
@@ -186,6 +182,6 @@
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index 48518da..19b5f32 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -3,17 +3,13 @@
 
 
 
-Uses of Class org.apache.hadoop.hbase.ServerName (Apache HBase 1.2.6 
API)
+Uses of Class org.apache.hadoop.hbase.ServerName (Apache HBase 1.2.7 
API)
 
 
 
 
 
@@ -516,6 +512,6 @@
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/SettableSequenceId.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/SettableSequenceId.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/SettableSequenceId.html
deleted file mode 100644
index 232ea6d..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/SettableSequenceId.html
+++ /dev/null
@@ -1,233 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.SettableSequenceId (Apache 
HBase 1.2.4 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 
Interfaceorg.apache.hadoop.hbase.SettableSequenceId
-
-
-
-
-
-Packages that use SettableSequenceId
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.codec.prefixtree.decode
-
-
-
-
-
-
-
-
-
-
-Uses of SettableSequenceId in org.apache.hadoop.hbase
-
-Classes in org.apache.hadoop.hbase
 that implement SettableSequenceId
-
-Modifier and Type
-Class and Description
-
-
-
-class
-KeyValue
-An HBase Key/Value.
-
-
-
-static class
-KeyValue.KeyOnlyKeyValue
-A simple form of KeyValue that creates a keyvalue with only 
the key part of the byte[]
- Mainly used in places where we need to compare two cells.
-
-
-
-class
-NoTagsKeyValue
-An extension of the KeyValue where the tags length is 
always 0
-
-
-
-class
-TagRewriteCell
-This can be used when a Cell has to change with 
addition/removal of one or more tags.
-
-
-
-
-
-
-
-
-Uses of SettableSequenceId in org.apache.hadoop.hbase.codec.prefixtree.decode
-
-Classes in 

[07/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
deleted file mode 100644
index 06ee437..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ /dev/null
@@ -1,1163 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.KeyValue (Apache HBase 1.2.4 
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.KeyValue
-
-
-
-
-
-Packages that use KeyValue
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.client
-
-Provides HBase Client
-
-
-
-org.apache.hadoop.hbase.filter
-
-Provides row-level filters applied to HRegion scan results 
during calls to
- ResultScanner.next().
-
-
-
-org.apache.hadoop.hbase.mapreduce
-
-Provides HBase http://wiki.apache.org/hadoop/HadoopMapReduce;>MapReduce
-Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.security.access
-
-
-
-org.apache.hadoop.hbase.util.test
-
-
-
-
-
-
-
-
-
-
-Uses of KeyValue in org.apache.hadoop.hbase
-
-Subclasses of KeyValue in org.apache.hadoop.hbase
-
-Modifier and Type
-Class and Description
-
-
-
-static class
-KeyValue.KeyOnlyKeyValue
-A simple form of KeyValue that creates a keyvalue with only 
the key part of the byte[]
- Mainly used in places where we need to compare two cells.
-
-
-
-class
-NoTagsKeyValue
-An extension of the KeyValue where the tags length is 
always 0
-
-
-
-
-
-Fields in org.apache.hadoop.hbase
 declared as KeyValue
-
-Modifier and Type
-Field and Description
-
-
-
-static KeyValue
-KeyValue.LOWESTKEY
-Lowest possible key.
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 that return KeyValue
-
-Modifier and Type
-Method and Description
-
-
-
-KeyValue
-KeyValue.clone()
-Clones a KeyValue.
-
-
-
-static KeyValue
-KeyValue.cloneAndAddTags(Cellc,
-   http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTagnewTags)
-Create a new KeyValue by copying existing cell and adding 
new tags
-
-
-
-static KeyValue
-KeyValueUtil.copyToNewKeyValue(Cellcell)
-copy key only
-
-
-
-static KeyValue
-KeyValue.create(http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
-
-
-static KeyValue
-KeyValue.create(intlength,
-  http://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
-Create a KeyValue reading length from 
in
-
-
-
-static KeyValue
-KeyValueTestUtil.create(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringrow,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringfamily,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringqualifier,
-  longtimestamp,
-  KeyValue.Typetype,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringvalue)
-
-
-static KeyValue
-KeyValueTestUtil.create(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringrow,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringfamily,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringqualifier,
-  longtimestamp,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringvalue)
-
-
-static KeyValue
-KeyValueUtil.createFirstDeleteFamilyOnRow(byte[]row,
-byte[]family)
-Create a Delete Family KeyValue for the specified row and 
family 

[28/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/SplitLogCounters.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/SplitLogCounters.html 
b/1.2/apidocs/org/apache/hadoop/hbase/SplitLogCounters.html
deleted file mode 100644
index cf1d6e3..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/SplitLogCounters.html
+++ /dev/null
@@ -1,993 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-SplitLogCounters (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Class SplitLogCounters
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.SplitLogCounters
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class SplitLogCounters
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-Counters kept by the distributed WAL split log process.
- Used by master and regionserver packages.
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_get_data_err
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_get_data_nonode
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_get_data_queued
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_get_data_result
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_get_data_retry
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_heartbeat
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_log_split_batch_err
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_log_split_batch_start
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_log_split_batch_success
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_log_split_err
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_log_split_start
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_log_split_success
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
-tot_mgr_missing_state_in_delete
-
-
-static 

[34/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/KeyValueUtil.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/KeyValueUtil.html 
b/1.2/apidocs/org/apache/hadoop/hbase/KeyValueUtil.html
deleted file mode 100644
index 9484567..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/KeyValueUtil.html
+++ /dev/null
@@ -1,1175 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-KeyValueUtil (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-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":41,"i25":41,"i26":41,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated 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
-Class KeyValueUtil
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.KeyValueUtil
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class KeyValueUtil
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-static convenience methods for dealing with KeyValues and 
collections of KeyValues
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-KeyValueUtil()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsConcrete MethodsDeprecated Methods
-
-Modifier and Type
-Method and Description
-
-
-static int
-appendKeyTo(Cellcell,
-   byte[]output,
-   intoffset)
-
-
-static int
-appendToByteArray(Cellcell,
- byte[]output,
- intoffset)
-copy key and value
-
-
-
-static void
-appendToByteBuffer(http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferbb,
-  KeyValuekv,
-  booleanincludeMvccVersion)
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
-copyKeyToNewByteBuffer(Cellcell)
-The position will be set to the beginning of the new 
ByteBuffer
-
-
-
-static byte[]
-copyToNewByteArray(Cellcell)
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
-copyToNewByteBuffer(Cellcell)
-The position will be set to the beginning of the new 
ByteBuffer
-
-
-
-static KeyValue
-copyToNewKeyValue(Cellcell)
-copy key only
-
-
-
-static KeyValue
-createFirstDeleteFamilyOnRow(byte[]row,
-byte[]family)
-Create a Delete Family KeyValue for the specified row and 
family that would
- be smaller than all other possible Delete Family KeyValues that have the
- same row and family.
-
-
-
-static KeyValue
-createFirstKeyInIncrementedRow(Cellin)
-Increment the row bytes and clear the other fields
-
-
-
-static KeyValue
-createFirstKeyInNextRow(Cellin)
-Append single byte 0x00 to the end of the input row 
key
-
-
-
-static KeyValue
-createFirstOnRow(byte[]row)
-Create a KeyValue that is smaller than all other possible 
KeyValues
- for the given row.
-
-
-
-static KeyValue
-createFirstOnRow(byte[]row,
-byte[]family,
-byte[]qualifier)
-Create a KeyValue for the specified row, family and 
qualifier that would be
- smaller than all other possible KeyValues that have the same 
row,family,qualifier.
-
-
-
-static KeyValue
-createFirstOnRow(byte[]buffer,
-byte[]row,
-byte[]family,
-byte[]qualifier)
-Create a KeyValue for the specified row, family and 
qualifier that would be
- smaller than all other possible KeyValues that have the same row,
- family, qualifier.
-
-
-
-static KeyValue

[39/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.html
deleted file mode 100644
index 90eb190..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.html
+++ /dev/null
@@ -1,388 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-JitterScheduledThreadPoolExecutorImpl (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":10,"i1":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
-Class 
JitterScheduledThreadPoolExecutorImpl
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/AbstractExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">java.util.concurrent.AbstractExecutorService
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.html?is-external=true;
 title="class or interface in 
java.util.concurrent">java.util.concurrent.ThreadPoolExecutor
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html?is-external=true;
 title="class or interface in 
java.util.concurrent">java.util.concurrent.ScheduledThreadPoolExecutor
-
-
-org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html?is-external=true;
 title="class or interface in java.util.concurrent">Executor, http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in java.util.concurrent">ExecutorService, http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ScheduledExecutorService
-
-
-
-@InterfaceAudience.Private
-public class JitterScheduledThreadPoolExecutorImpl
-extends http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ScheduledThreadPoolExecutor
-ScheduledThreadPoolExecutor that will add some jitter to 
the RunnableScheduledFuture.getDelay.
-
- This will spread out things on a distributed cluster.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-protected class
-JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFutureV
-Class that basically just defers to the wrapped 
future.
-
-
-
-
-
-
-
-Nested classes/interfaces inherited from 
classjava.util.concurrent.http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.html?is-external=true;
 title="class or interface in java.util.concurrent">ThreadPoolExecutor
-http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.AbortPolicy.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ThreadPoolExecutor.AbortPolicy, http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.CallerRunsPolicy.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ThreadPoolExecutor.CallerRunsPolicy, http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.DiscardOldestPolicy.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ThreadPoolExecutor.DiscardOldestPolicy, http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.DiscardPolicy.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ThreadPoolExecutor.DiscardPolicy
-
-
-

[46/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/CellComparator.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/CellComparator.html 
b/1.2/apidocs/org/apache/hadoop/hbase/CellComparator.html
deleted file mode 100644
index 80d038a..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/CellComparator.html
+++ /dev/null
@@ -1,825 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-CellComparator (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = 
{"i0":9,"i1":9,"i2":10,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":10,"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};
-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
-Class CellComparator
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.CellComparator
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true;
 title="class or interface in java.util">ComparatorCell
-
-
-Direct Known Subclasses:
-CellComparator.RowComparator
-
-
-
-@InterfaceAudience.Private
- @InterfaceStability.Evolving
-public class CellComparator
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-implements http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true;
 title="class or interface in java.util">ComparatorCell, http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
-Compare two HBase cells.  Do not use this method comparing 
-ROOT- or
- hbase:meta cells.  Cells from these tables need a specialized 
comparator, one that
- takes account of the special formatting of the row where we have commas to 
delimit table from
- regionname, from row.  See KeyValue for how it has a special comparator to do 
hbase:meta cells
- and yet another for -ROOT-.
-
-See Also:
-Serialized
 Form
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-static class
-CellComparator.RowComparator
-Counter part for the KeyValue.RowOnlyComparator
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-CellComparator()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static boolean
-areKeyLengthsEqual(Cella,
-  Cellb)
-lengths
-
-
-
-static boolean
-areRowLengthsEqual(Cella,
-  Cellb)
-
-
-int
-compare(Cella,
-   Cellb)
-
-
-static int
-compare(Cella,
-   Cellb,
-   booleanignoreSequenceid)
-Compare cells.
-
-
-
-static int
-compareColumns(Cellleft,
-  Cellright)
-
-
-static int
-compareCommonFamilyPrefix(Cellleft,
- Cellright,
- intfamilyCommonPrefix)
-
-
-static int
-compareCommonQualifierPrefix(Cellleft,
-Cellright,
-intqualCommonPrefix)
-
-
-static int
-compareCommonRowPrefix(Cellleft,
-  Cellright,
-  introwCommonPrefix)
-
-
-static int
-compareFamilies(Cellleft,
-   Cellright)
-
-
-int
-compareFlatKey(Cellleft,
-  Cellright)
-
-
-static int
-compareQualifiers(Cellleft,
- Cellright)
-
-
-static int
-compareRows(byte[]left,
-   intloffset,
-   intllength,
-   byte[]right,
-   introffset,
-   intrlength)
-Do not use comparing rows from hbase:meta.
-
-
-

[22/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html 
b/1.2/apidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
deleted file mode 100644
index 6e6740c..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.backup.HFileArchiver (Apache 
HBase 1.2.4 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.backup.HFileArchiver
-
-No usage of 
org.apache.hadoop.hbase.backup.HFileArchiver
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
deleted file mode 100644
index 21dd880..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
+++ /dev/null
@@ -1,356 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-HFileArchiveTableMonitor (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":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.backup.example
-Class 
HFileArchiveTableMonitor
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
-
-
-
-
-
-
-
-
-public class HFileArchiveTableMonitor
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-Monitor the actual tables for which HFiles are archived for 
long-term retention (always kept
- unless ZK state changes).
- 
- It is internally synchronized to ensure consistent view of the table 
state.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-HFileArchiveTableMonitor()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-addTable(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable)
-Add the named table to be those being archived.
-
-
-
-void
-clearArchive()
-
-
-void
-removeTable(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 

[10/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html
deleted file mode 100644
index e8cfad2..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.JMXListener (Apache HBase 1.2.4 
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.JMXListener
-
-No usage of 
org.apache.hadoop.hbase.JMXListener
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
deleted file mode 100644
index 9d8cb39..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 
org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 (Apache HBase 1.2.4 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.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
-
-No usage of 
org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html
deleted file mode 100644
index 8bf8de1..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 

[02/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/Stoppable.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Stoppable.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/Stoppable.html
deleted file mode 100644
index 5b2bfef..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Stoppable.html
+++ /dev/null
@@ -1,903 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.Stoppable (Apache HBase 1.2.4 
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 Interfaceorg.apache.hadoop.hbase.Stoppable
-
-
-
-
-
-Packages that use Stoppable
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.backup.example
-
-
-
-org.apache.hadoop.hbase.master
-
-
-
-org.apache.hadoop.hbase.master.balancer
-
-
-
-org.apache.hadoop.hbase.master.cleaner
-
-
-
-org.apache.hadoop.hbase.master.snapshot
-
-
-
-org.apache.hadoop.hbase.procedure
-
-
-
-org.apache.hadoop.hbase.procedure.flush
-
-
-
-org.apache.hadoop.hbase.quotas
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.regionserver.compactions
-
-
-
-org.apache.hadoop.hbase.replication
-
-Multi Cluster Replication
-
-
-
-org.apache.hadoop.hbase.replication.master
-
-
-
-org.apache.hadoop.hbase.replication.regionserver
-
-
-
-org.apache.hadoop.hbase.util
-
-
-
-org.apache.hadoop.hbase.zookeeper
-
-
-
-
-
-
-
-
-
-
-Uses of Stoppable in org.apache.hadoop.hbase
-
-Subinterfaces of Stoppable in org.apache.hadoop.hbase
-
-Modifier and Type
-Interface and Description
-
-
-
-interface
-Server
-Defines the set of shared functions implemented by HBase 
servers (Masters
- and RegionServers).
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 that return Stoppable
-
-Modifier and Type
-Method and Description
-
-
-
-Stoppable
-ScheduledChore.getStopper()
-
-
-
-
-Constructors in org.apache.hadoop.hbase
 with parameters of type Stoppable
-
-Constructor and Description
-
-
-
-HealthCheckChore(intsleepTime,
-Stoppablestopper,
-
org.apache.hadoop.conf.Configurationconf)
-
-
-ScheduledChore(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
-  Stoppablestopper,
-  intperiod)
-
-
-ScheduledChore(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
-  Stoppablestopper,
-  intperiod,
-  longinitialDelay)
-
-
-ScheduledChore(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
-  Stoppablestopper,
-  intperiod,
-  longinitialDelay,
-  http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true;
 title="class or interface in 
java.util.concurrent">TimeUnitunit)
-
-
-
-
-
-
-
-Uses of Stoppable in org.apache.hadoop.hbase.backup.example
-
-Classes in org.apache.hadoop.hbase.backup.example
 that implement Stoppable
-
-Modifier and Type
-Class and Description
-
-
-
-class
-LongTermArchivingHFileCleaner
-BaseHFileCleanerDelegate
 that only cleans HFiles that don't belong to a table that is
- currently being archived.
-
-
-
-
-
-
-
-
-Uses of Stoppable in org.apache.hadoop.hbase.master
-
-Subinterfaces of Stoppable in org.apache.hadoop.hbase.master
-
-Modifier and Type
-Interface and Description
-
-
-
-interface
-LoadBalancer
-Makes decisions about the placement and movement of Regions 
across
- RegionServers.
-
-
-
-interface
-MasterServices
-Services Master supplies
-
-
-
-
-
-Classes in org.apache.hadoop.hbase.master
 that implement Stoppable
-
-Modifier and Type
-Class and Description
-
-
-
-class
-HMaster
-HMaster is the "master server" for HBase.
-
-
-
-static class
-HMasterCommandLine.LocalHMaster
-
-
-
-
-Constructors in org.apache.hadoop.hbase.master
 with parameters of type Stoppable
-
-Constructor and Description
-
-
-
-SplitLogManager(Serverserver,
-   org.apache.hadoop.conf.Configurationconf,
-   Stoppablestopper,
-   MasterServicesmaster,
- 

[29/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/Server.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/Server.html 
b/1.2/apidocs/org/apache/hadoop/hbase/Server.html
deleted file mode 100644
index 0bf2b14..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/Server.html
+++ /dev/null
@@ -1,365 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Server (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Interface Server
-
-
-
-
-
-
-All Superinterfaces:
-Abortable, Stoppable
-
-
-All Known Subinterfaces:
-MasterServices, OnlineRegions, RegionServerServices
-
-
-All Known Implementing Classes:
-HMaster, HMasterCommandLine.LocalHMaster, HRegionServer
-
-
-
-@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
- @InterfaceStability.Evolving
-public interface Server
-extends Abortable, Stoppable
-Defines the set of shared functions implemented by HBase 
servers (Masters
- and RegionServers).
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsAbstract Methods
-
-Modifier and Type
-Method and Description
-
-
-ChoreService
-getChoreService()
-
-
-org.apache.hadoop.conf.Configuration
-getConfiguration()
-Gets the configuration object for this server.
-
-
-
-ClusterConnection
-getConnection()
-Returns a reference to the servers' cluster 
connection.
-
-
-
-CoordinatedStateManager
-getCoordinatedStateManager()
-Get CoordinatedStateManager instance for this server.
-
-
-
-MetaTableLocator
-getMetaTableLocator()
-Returns instance of MetaTableLocator
- running inside this server.
-
-
-
-ServerName
-getServerName()
-
-
-ZooKeeperWatcher
-getZooKeeper()
-Gets the ZooKeeper instance for this server.
-
-
-
-
-
-
-
-Methods inherited from interfaceorg.apache.hadoop.hbase.Abortable
-abort,
 isAborted
-
-
-
-
-
-Methods inherited from interfaceorg.apache.hadoop.hbase.Stoppable
-isStopped,
 stop
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getConfiguration
-org.apache.hadoop.conf.ConfigurationgetConfiguration()
-Gets the configuration object for this server.
-
-
-
-
-
-
-
-getZooKeeper
-ZooKeeperWatchergetZooKeeper()
-Gets the ZooKeeper instance for this server.
-
-
-
-
-
-
-
-getConnection
-ClusterConnectiongetConnection()
-Returns a reference to the servers' cluster connection.
-
- Important note: this method returns a reference to Connection which is managed
- by Server itself, so callers must NOT attempt to close connection 
obtained.
-
-
-
-
-
-
-
-getMetaTableLocator
-MetaTableLocatorgetMetaTableLocator()
-Returns instance of MetaTableLocator
- running inside this server. This MetaServerLocator is started and stopped by 
server, clients
- shouldn't manage it's lifecycle.
-
-Returns:
-instance of MetaTableLocator associated 
with this server.
-
-
-
-
-
-
-
-
-getServerName
-ServerNamegetServerName()
-
-Returns:
-The unique server name for this server.
-
-
-
-
-
-
-
-
-getCoordinatedStateManager
-CoordinatedStateManagergetCoordinatedStateManager()
-Get CoordinatedStateManager instance for this server.
-
-
-
-
-
-
-
-getChoreService
-ChoreServicegetChoreService()
-
-Returns:
-The ChoreService instance 
for this server
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/ServerLoad.html

[31/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/MultiActionResultTooLarge.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/MultiActionResultTooLarge.html 
b/1.2/apidocs/org/apache/hadoop/hbase/MultiActionResultTooLarge.html
index 0303719..f0d4edf 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/MultiActionResultTooLarge.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/MultiActionResultTooLarge.html
@@ -3,17 +3,13 @@
 
 
 
-MultiActionResultTooLarge (Apache HBase 1.2.6 API)
+MultiActionResultTooLarge (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -264,6 +260,6 @@ extends Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.Builder.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.Builder.html 
b/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.Builder.html
index 1673cfe..50a8670 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.Builder.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.Builder.html
@@ -3,17 +3,13 @@
 
 
 
-NamespaceDescriptor.Builder (Apache HBase 1.2.6 API)
+NamespaceDescriptor.Builder (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -268,6 +264,6 @@ extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.html 
b/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.html
index 81d505f..d279cd6 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/NamespaceDescriptor.html
@@ -3,17 +3,13 @@
 
 
 
-NamespaceDescriptor (Apache HBase 1.2.6 API)
+NamespaceDescriptor (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -503,6 +499,6 @@ extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/NamespaceExistException.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/NamespaceExistException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/NamespaceExistException.html
index 75ef63b..625449f 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/NamespaceExistException.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/NamespaceExistException.html
@@ -3,17 +3,13 @@
 
 
 
-NamespaceExistException (Apache HBase 1.2.6 API)
+NamespaceExistException (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -279,6 +275,6 @@ extends 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache 

[45/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/ChoreService.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/ChoreService.html 
b/1.2/apidocs/org/apache/hadoop/hbase/ChoreService.html
deleted file mode 100644
index c609f95..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/ChoreService.html
+++ /dev/null
@@ -1,558 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-ChoreService (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":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
-Class ChoreService
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.ChoreService
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class ChoreService
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-ChoreService is a service that can be used to schedule 
instances of ScheduledChore to run
- periodically while sharing threads. The ChoreService is backed by a
- http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ScheduledThreadPoolExecutor whose core 
pool size changes dynamically depending on the
- number of ScheduledChore 
scheduled. All of the threads in the core thread pool of the
- underlying http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ScheduledThreadPoolExecutor are set to 
be daemon threads.
- 
- The ChoreService provides the ability to schedule, cancel, and trigger 
instances of
- ScheduledChore. The 
ChoreService also provides the ability to check on the status of
- scheduled chores. The number of threads used by the ChoreService changes 
based on the scheduling
- load and whether or not the scheduled chores are executing on time. As more 
chores are scheduled,
- there may be a need to increase the number of threads if it is noticed that 
chores are no longer
- meeting their scheduled start times. On the other hand, as chores are 
cancelled, an attempt is
- made to reduce the number of running threads to see if chores can still meet 
their start times
- with a smaller thread pool.
- 
- When finished with a ChoreService it is good practice to call shutdown().
- Calling this method ensures that all scheduled chores are cancelled and 
cleaned up properly.
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-static int
-MIN_CORE_POOL_SIZE
-The minimum number of threads in the core pool of the 
underlying ScheduledThreadPoolExecutor
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ChoreService(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringcoreThreadPoolPrefix)
-
-
-ChoreService(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringcoreThreadPoolPrefix,
-booleanjitter)
-
-
-ChoreService(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringcoreThreadPoolPrefix,
-intcorePoolSize,
-booleanjitter)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-cancelChore(ScheduledChorechore)
-Cancel any ongoing schedules that this chore has with the 
implementer of this interface.
-
-
-
-void
-cancelChore(ScheduledChorechore,
-   booleanmayInterruptIfRunning)
-
-
-static 

[33/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html 
b/1.2/apidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html
deleted file mode 100644
index 8c8e4ed..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html
+++ /dev/null
@@ -1,171 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-MetaMutationAnnotation (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Field|
-Required|
-Optional
-
-
-Detail:
-Field|
-Element
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Annotation 
Type MetaMutationAnnotation
-
-
-
-
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Documented.html?is-external=true;
 title="class or interface in java.lang.annotation">@Documented
- http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true;
 title="class or interface in java.lang.annotation">@Target(http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--;
 title="class or interface in java.lang.annotation">value={http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#LOCAL_VARIABLE;
 title="class or interface in java.lang.annotation">LOCAL_VARIABLE,http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER;
 title="class or interface in java.lang.annotation">PARAMETER})
- http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true;
 title="class or interface in java.lang.annotation">@Retention(http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--;
 title="class or interface in java.lang.annotation">value=http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#CLASS;
 title="class or interface in java.lang.annotation">CLASS)
- @InterfaceAudience.Private
-public @interface MetaMutationAnnotation
-The field or the parameter to which this annotation can be 
applied only when it
- holds mutations for hbase:meta table.
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Field|
-Required|
-Optional
-
-
-Detail:
-Field|
-Element
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html 
b/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html
deleted file mode 100644
index 2381fc0..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/MetaTableAccessor.Visitor.html
+++ /dev/null
@@ -1,241 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-MetaTableAccessor.Visitor (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":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
-Class JMXListener
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.JMXListener
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Coprocessor
-
-
-
-public class JMXListener
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-implements Coprocessor
-Pluggable JMX Agent for HBase(to fix the 2 random TCP ports 
issue
- of the out-of-the-box JMX Agent):
- 1)connector port can share with the registry port if SSL is OFF
- 2)support password authentication
- 3)support subset of SSL (with default configuration)
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from 
interfaceorg.apache.hadoop.hbase.Coprocessor
-Coprocessor.State
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-static int
-defMasterRMIRegistryPort
-
-
-static int
-defRegionserverRMIRegistryPort
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-RMI_CONNECTOR_PORT_CONF_KEY
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-RMI_REGISTRY_PORT_CONF_KEY
-
-
-
-
-
-
-Fields inherited from interfaceorg.apache.hadoop.hbase.Coprocessor
-PRIORITY_HIGHEST,
 PRIORITY_LOWEST,
 PRIORITY_SYSTEM,
 PRIORITY_USER,
 VERSION
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-JMXListener()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static http://docs.oracle.com/javase/7/docs/api/javax/management/remote/JMXServiceURL.html?is-external=true;
 title="class or interface in 
javax.management.remote">JMXServiceURL
-buildJMXServiceURL(intrmiRegistryPort,
-  intrmiConnectorPort)
-
-
-void
-start(CoprocessorEnvironmentenv)
-
-
-void
-startConnectorServer(intrmiRegistryPort,
-intrmiConnectorPort)
-
-
-void
-stop(CoprocessorEnvironmentenv)
-
-
-void
-stopConnectorServer()
-
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 

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

2018-09-15 Thread busbey
INFRA-10751 Empty commit


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

Branch: refs/heads/asf-site
Commit: 49642583e436022a5c98a493fcb5c05e842cc9c7
Parents: b6a0cea
Author: Sean Busbey 
Authored: Sun Sep 16 00:12:16 2018 -0500
Committer: Sean Busbey 
Committed: Sun Sep 16 00:12:16 2018 -0500

--

--




[47/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/BaseConfigurable.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/BaseConfigurable.html 
b/1.2/apidocs/org/apache/hadoop/hbase/BaseConfigurable.html
deleted file mode 100644
index 58f64e2..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/BaseConfigurable.html
+++ /dev/null
@@ -1,308 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-BaseConfigurable (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":10,"i1":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
-Class BaseConfigurable
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.BaseConfigurable
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.apache.hadoop.conf.Configurable
-
-
-Direct Known Subclasses:
-BaseFileCleanerDelegate, UserProvider
-
-
-
-@InterfaceAudience.Private
-public class BaseConfigurable
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-implements org.apache.hadoop.conf.Configurable
-HBase version of Hadoop's Configured class that doesn't 
initialize the
- configuration via setConf(Configuration)
 in the constructor, but
- only sets the configuration through the setConf(Configuration)
- method
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BaseConfigurable()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-org.apache.hadoop.conf.Configuration
-getConf()
-
-
-void
-setConf(org.apache.hadoop.conf.Configurationconf)
-
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-BaseConfigurable
-publicBaseConfigurable()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-setConf
-publicvoidsetConf(org.apache.hadoop.conf.Configurationconf)
-
-Specified by:
-setConfin 
interfaceorg.apache.hadoop.conf.Configurable
-
-
-
-
-
-
-
-
-getConf
-publicorg.apache.hadoop.conf.ConfigurationgetConf()
-
-Specified by:
-getConfin 
interfaceorg.apache.hadoop.conf.Configurable
-
-
-
-
-
-
-
-
-
-

[12/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html
deleted file mode 100644
index c7cb0f6..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html
+++ /dev/null
@@ -1,578 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.CoprocessorEnvironment 
(Apache HBase 1.2.4 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 
Interfaceorg.apache.hadoop.hbase.CoprocessorEnvironment
-
-
-
-
-
-Packages that use CoprocessorEnvironment
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.client
-
-Provides HBase Client
-
-
-
-org.apache.hadoop.hbase.constraint
-
-Restrict the domain of a data attribute, often times to 
fulfill business rules/requirements.
-
-
-
-org.apache.hadoop.hbase.coprocessor
-
-Table of Contents
-
-
-
-org.apache.hadoop.hbase.coprocessor.example
-
-
-
-org.apache.hadoop.hbase.security.access
-
-
-
-org.apache.hadoop.hbase.security.token
-
-
-
-org.apache.hadoop.hbase.security.visibility
-
-
-
-
-
-
-
-
-
-
-Uses of CoprocessorEnvironment in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 with parameters of type CoprocessorEnvironment
-
-Modifier and Type
-Method and Description
-
-
-
-void
-JMXListener.start(CoprocessorEnvironmentenv)
-
-
-void
-Coprocessor.start(CoprocessorEnvironmentenv)
-
-
-void
-JMXListener.stop(CoprocessorEnvironmentenv)
-
-
-void
-Coprocessor.stop(CoprocessorEnvironmentenv)
-
-
-
-
-
-
-
-Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.client
-
-Methods in org.apache.hadoop.hbase.client
 with parameters of type CoprocessorEnvironment
-
-Modifier and Type
-Method and Description
-
-
-
-static ClusterConnection
-CoprocessorHConnection.getConnectionForEnvironment(CoprocessorEnvironmentenv)
-Create an unmanaged HConnection based on the 
environment in which we are running the
- coprocessor.
-
-
-
-
-
-
-
-
-Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.constraint
-
-Methods in org.apache.hadoop.hbase.constraint
 with parameters of type CoprocessorEnvironment
-
-Modifier and Type
-Method and Description
-
-
-
-void
-ConstraintProcessor.start(CoprocessorEnvironmentenvironment)
-
-
-
-
-
-
-
-Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
-
-Classes in org.apache.hadoop.hbase.coprocessor
 with type parameters of type CoprocessorEnvironment
-
-Modifier and Type
-Class and Description
-
-
-
-class
-CoprocessorHostE 
extends CoprocessorEnvironment
-Provides the common setup framework and runtime services 
for coprocessor
- invocation from HBase services.
-
-
-
-class
-ObserverContextE 
extends CoprocessorEnvironment
-Carries the execution state for a given invocation of an 
Observer coprocessor
- (RegionObserver, MasterObserver, or WALObserver)
- method.
-
-
-
-
-
-Subinterfaces of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
-
-Modifier and Type
-Interface and Description
-
-
-
-interface
-MasterCoprocessorEnvironment
-
-
-interface
-RegionCoprocessorEnvironment
-
-
-interface
-RegionServerCoprocessorEnvironment
-
-
-interface
-WALCoprocessorEnvironment
-
-
-
-
-Classes in org.apache.hadoop.hbase.coprocessor
 that implement CoprocessorEnvironment
-
-Modifier and Type
-Class and Description
-
-
-
-static class
-CoprocessorHost.Environment
-Encapsulation of the environment of each coprocessor
-
-
-
-
-
-Methods in org.apache.hadoop.hbase.coprocessor
 with type parameters of type CoprocessorEnvironment
-
-Modifier and Type
-Method and Description
-
-
-
-static T extends CoprocessorEnvironmentObserverContextT
-ObserverContext.createAndPrepare(Tenv,
-ObserverContextTcontext)
-Instantiates a new ObserverContext instance if the passed 
reference is
- null and sets the environment in the new or existing 
instance.
-
-
-
-
-
-Methods in org.apache.hadoop.hbase.coprocessor
 that return CoprocessorEnvironment
-
-Modifier and Type
-Method and Description
-
-
-
-CoprocessorEnvironment

[19/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/BaseConfigurable.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/BaseConfigurable.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/BaseConfigurable.html
deleted file mode 100644
index 1118907..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/BaseConfigurable.html
+++ /dev/null
@@ -1,306 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.BaseConfigurable (Apache HBase 
1.2.4 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.BaseConfigurable
-
-
-
-
-
-Packages that use BaseConfigurable
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase.backup.example
-
-
-
-org.apache.hadoop.hbase.master.cleaner
-
-
-
-org.apache.hadoop.hbase.master.snapshot
-
-
-
-org.apache.hadoop.hbase.replication.master
-
-
-
-org.apache.hadoop.hbase.security
-
-
-
-
-
-
-
-
-
-
-Uses of BaseConfigurable in org.apache.hadoop.hbase.backup.example
-
-Subclasses of BaseConfigurable in org.apache.hadoop.hbase.backup.example
-
-Modifier and Type
-Class and Description
-
-
-
-class
-LongTermArchivingHFileCleaner
-BaseHFileCleanerDelegate
 that only cleans HFiles that don't belong to a table that is
- currently being archived.
-
-
-
-
-
-
-
-
-Uses of BaseConfigurable in org.apache.hadoop.hbase.master.cleaner
-
-Subclasses of BaseConfigurable in org.apache.hadoop.hbase.master.cleaner
-
-Modifier and Type
-Class and Description
-
-
-
-class
-BaseFileCleanerDelegate
-Base class for file cleaners which allows subclasses to 
implement a simple
- isFileDeletable method (which used to be the FileCleanerDelegate 
contract).
-
-
-
-class
-BaseHFileCleanerDelegate
-Base class for the hfile cleaning function inside the 
master.
-
-
-
-class
-BaseLogCleanerDelegate
-Base class for the log cleaning function inside the 
master.
-
-
-
-class
-HFileLinkCleaner
-HFileLink cleaner that determines if a hfile should be 
deleted.
-
-
-
-class
-TimeToLiveHFileCleaner
-HFile cleaner that uses the timestamp of the hfile to 
determine if it should be deleted.
-
-
-
-class
-TimeToLiveLogCleaner
-Log cleaner that uses the timestamp of the wal to determine 
if it should
- be deleted.
-
-
-
-
-
-
-
-
-Uses of BaseConfigurable in org.apache.hadoop.hbase.master.snapshot
-
-Subclasses of BaseConfigurable in org.apache.hadoop.hbase.master.snapshot
-
-Modifier and Type
-Class and Description
-
-
-
-class
-SnapshotHFileCleaner
-Implementation of a file cleaner that checks if a hfile is 
still used by snapshots of HBase
- tables.
-
-
-
-class
-SnapshotLogCleaner
-Implementation of a log cleaner that checks if a log is 
still used by
- snapshots of HBase tables.
-
-
-
-
-
-
-
-
-Uses of BaseConfigurable in org.apache.hadoop.hbase.replication.master
-
-Subclasses of BaseConfigurable in org.apache.hadoop.hbase.replication.master
-
-Modifier and Type
-Class and Description
-
-
-
-class
-ReplicationLogCleaner
-Implementation of a log cleaner that checks if a log is 
still scheduled for
- replication before deleting it when its TTL is over.
-
-
-
-
-
-
-
-
-Uses of BaseConfigurable in org.apache.hadoop.hbase.security
-
-Subclasses of BaseConfigurable in org.apache.hadoop.hbase.security
-
-Modifier and Type
-Class and Description
-
-
-
-class
-UserProvider
-Provide an instance of a user.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CallQueueTooBigException.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CallQueueTooBigException.html 

[16/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScanner.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
deleted file mode 100644
index e065554..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScanner.html
+++ /dev/null
@@ -1,875 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.CellScanner (Apache HBase 
1.2.4 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 Interfaceorg.apache.hadoop.hbase.CellScanner
-
-
-
-
-
-Packages that use CellScanner
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.client
-
-Provides HBase Client
-
-
-
-org.apache.hadoop.hbase.codec
-
-
-
-org.apache.hadoop.hbase.codec.prefixtree.decode
-
-
-
-org.apache.hadoop.hbase.codec.prefixtree.scanner
-
-
-
-org.apache.hadoop.hbase.coprocessor
-
-Table of Contents
-
-
-
-org.apache.hadoop.hbase.io
-
-
-
-org.apache.hadoop.hbase.ipc
-
-Tools to help define network clients and servers.
-
-
-
-org.apache.hadoop.hbase.protobuf
-
-Holds classes generated from https://developers.google.com/protocol-buffers/;>protobuf
-src/main/protobuf definition files.
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.replication.regionserver
-
-
-
-org.apache.hadoop.hbase.security.access
-
-
-
-org.apache.hadoop.hbase.wal
-
-
-
-
-
-
-
-
-
-
-Uses of CellScanner in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that return CellScanner
-
-Modifier and Type
-Method and Description
-
-
-
-CellScanner
-CellScannable.cellScanner()
-
-
-static CellScanner
-CellUtil.createCellScanner(Cell[]cellArray)
-
-
-static CellScanner
-CellUtil.createCellScanner(http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true;
 title="class or interface in java.lang">IterableCellcellIterable)
-
-
-static CellScanner
-CellUtil.createCellScanner(http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCellcells)
-
-
-static CellScanner
-CellUtil.createCellScanner(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">List? extends CellScannablecellScannerables)
-
-
-static CellScanner
-CellUtil.createCellScanner(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-Flatten the map of cells out under the CellScanner
-
-
-
-
-
-
-
-
-Uses of CellScanner in org.apache.hadoop.hbase.client
-
-Classes in org.apache.hadoop.hbase.client
 that implement CellScanner
-
-Modifier and Type
-Class and Description
-
-
-
-class
-Result
-Single row result of a Get or Scan query.
-
-
-
-
-
-Methods in org.apache.hadoop.hbase.client
 that return CellScanner
-
-Modifier and Type
-Method and Description
-
-
-
-CellScanner
-Result.cellScanner()
-
-
-CellScanner
-Mutation.cellScanner()
-
-
-
-
-
-
-
-Uses of CellScanner in org.apache.hadoop.hbase.codec
-
-Subinterfaces of CellScanner in org.apache.hadoop.hbase.codec
-
-Modifier and Type
-Interface and Description
-
-
-
-static interface
-Codec.Decoder
-Implementations should implicitly clean up any resources 
allocated when the
- Decoder/CellScanner runs off the end of the cell block.
-
-
-
-
-
-Classes in org.apache.hadoop.hbase.codec
 that implement CellScanner
-
-Modifier and Type
-Class and Description
-
-
-
-class
-BaseDecoder
-TODO javadoc
-
-
-
-static class
-KeyValueCodec.KeyValueDecoder
-
-
-static class
-KeyValueCodecWithTags.KeyValueDecoder
-
-
-
-
-
-
-
-Uses of CellScanner in org.apache.hadoop.hbase.codec.prefixtree.decode
-
-Classes in org.apache.hadoop.hbase.codec.prefixtree.decode
 that implement CellScanner
-
-Modifier and Type
-Class and Description
-
-
-
-class
-PrefixTreeArrayReversibleScanner
-Methods for going backwards through a PrefixTree 
block.
-
-
-
-class
-PrefixTreeArrayScanner
-Extends PtCell and manipulates its protected 

[41/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/HDFSBlocksDistribution.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/HDFSBlocksDistribution.html 
b/1.2/apidocs/org/apache/hadoop/hbase/HDFSBlocksDistribution.html
deleted file mode 100644
index 4a90758..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/HDFSBlocksDistribution.html
+++ /dev/null
@@ -1,462 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-HDFSBlocksDistribution (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Class 
HDFSBlocksDistribution
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.HDFSBlocksDistribution
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class HDFSBlocksDistribution
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-Data structure to describe the distribution of HDFS blocks 
among hosts.
-
- Adding erroneous data will be ignored silently.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-static class
-HDFSBlocksDistribution.HostAndWeight
-Stores the hostname and weight for that hostname.
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-HDFSBlocksDistribution()
-Constructor
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-add(HDFSBlocksDistributionotherBlocksDistribution)
-This will add the distribution from input to this 
object
-
-
-
-void
-addHostsAndBlockWeight(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]hosts,
-  longweight)
-add some weight to a list of hosts, update the value of 
unique block weight
-
-
-
-float
-getBlockLocalityIndex(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhost)
-return the locality index of a given host
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,HDFSBlocksDistribution.HostAndWeight
-getHostAndWeights()
-
-
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getTopHosts()
-return the sorted list of hosts in terms of their 
weights
-
-
-
-HDFSBlocksDistribution.HostAndWeight[]
-getTopHostsWithWeights()
-return the sorted list of hosts in terms of their 
weights
-
-
-
-long
-getUniqueBlocksTotalWeight()
-
-
-long
-getWeight(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhost)
-return the weight for a specific host, that will be the 
total bytes of all
- blocks on the host
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-toString()
-
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, 

[09/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html
deleted file mode 100644
index 144f3d7..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html
+++ /dev/null
@@ -1,780 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.KeyValue.KVComparator (Apache 
HBase 1.2.4 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.KeyValue.KVComparator
-
-
-
-
-
-Packages that use KeyValue.KVComparator
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.codec.prefixtree
-
-
-
-org.apache.hadoop.hbase.io.encoding
-
-
-
-org.apache.hadoop.hbase.io.hfile
-
-Provides implementations of HFile and HFile
- BlockCache.
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.util
-
-
-
-
-
-
-
-
-
-
-Uses of KeyValue.KVComparator in org.apache.hadoop.hbase
-
-Subclasses of KeyValue.KVComparator in org.apache.hadoop.hbase
-
-Modifier and Type
-Class and Description
-
-
-
-static class
-KeyValue.MetaComparator
-A KeyValue.KVComparator 
for hbase:meta catalog table
- KeyValues.
-
-
-
-static class
-KeyValue.RawBytesComparator
-This is a TEST only Comparator used in TestSeekTo and 
TestReseekTo.
-
-
-
-
-
-Fields in org.apache.hadoop.hbase
 declared as KeyValue.KVComparator
-
-Modifier and Type
-Field and Description
-
-
-
-static KeyValue.KVComparator
-KeyValue.COMPARATOR
-Comparator for plain key/values; i.e.
-
-
-
-static KeyValue.KVComparator
-KeyValue.META_COMPARATOR
-A KeyValue.KVComparator 
for hbase:meta catalog table
- KeyValues.
-
-
-
-static KeyValue.KVComparator
-KeyValue.RAW_COMPARATOR
-Needed for Bloom Filters.
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 that return KeyValue.KVComparator
-
-Modifier and Type
-Method and Description
-
-
-
-KeyValue.KVComparator
-HRegionInfo.getComparator()
-
-
-KeyValue.KVComparator
-TableName.getRowComparator()
-Deprecated.
-The comparator is an 
internal property of the table. Should
- not have been exposed here
-
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 with parameters of type KeyValue.KVComparator
-
-Modifier and Type
-Method and Description
-
-
-
-static Cell
-CellComparator.getMidpoint(KeyValue.KVComparatorcomparator,
-   Cellleft,
-   Cellright)
-Try to return a Cell that falls between left 
and right but that is
- shorter; i.e.
-
-
-
-
-
-Constructors in org.apache.hadoop.hbase
 with parameters of type KeyValue.KVComparator
-
-Constructor and Description
-
-
-
-RowOnlyComparator(KeyValue.KVComparatorc)
-
-
-
-
-
-
-
-Uses of KeyValue.KVComparator in org.apache.hadoop.hbase.codec.prefixtree
-
-Methods in org.apache.hadoop.hbase.codec.prefixtree
 with parameters of type KeyValue.KVComparator
-
-Modifier and Type
-Method and Description
-
-
-
-int
-PrefixTreeSeeker.compareKey(KeyValue.KVComparatorcomparator,
-  byte[]key,
-  intoffset,
-  intlength)
-
-
-int
-PrefixTreeSeeker.compareKey(KeyValue.KVComparatorcomparator,
-  Cellkey)
-
-
-DataBlockEncoder.EncodedSeeker
-PrefixTreeCodec.createSeeker(KeyValue.KVComparatorcomparator,
-HFileBlockDecodingContextdecodingCtx)
-Is this the correct handling of an illegal comparator?  How 
to prevent that from getting all
- the way to this point.
-
-
-
-
-
-
-
-
-Uses of KeyValue.KVComparator in org.apache.hadoop.hbase.io.encoding
-
-Methods in org.apache.hadoop.hbase.io.encoding
 with parameters of type KeyValue.KVComparator
-
-Modifier and Type
-Method and Description
-
-
-
-int
-DataBlockEncoder.EncodedSeeker.compareKey(KeyValue.KVComparatorcomparator,
-  byte[]key,
-  intoffset,
-  intlength)
-Compare the given key against the current key
-
-
-
-int
-DataBlockEncoder.EncodedSeeker.compareKey(KeyValue.KVComparatorcomparator,
-  Cellkey)
-
-
-DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(KeyValue.KVComparatorcomparator,
-HFileBlockDecodingContextdecodingCtx)
-
-

[04/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/Server.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Server.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/Server.html
deleted file mode 100644
index a861439..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Server.html
+++ /dev/null
@@ -1,937 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.Server (Apache HBase 1.2.4 
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 Interfaceorg.apache.hadoop.hbase.Server
-
-
-
-
-
-Packages that use Server
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.coordination
-
-
-
-org.apache.hadoop.hbase.executor
-
-
-
-org.apache.hadoop.hbase.ipc
-
-Tools to help define network clients and servers.
-
-
-
-org.apache.hadoop.hbase.master
-
-
-
-org.apache.hadoop.hbase.master.handler
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.regionserver.handler
-
-
-
-org.apache.hadoop.hbase.replication.regionserver
-
-
-
-org.apache.hadoop.hbase.zookeeper
-
-
-
-
-
-
-
-
-
-
-Uses of Server in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that return Server
-
-Modifier and Type
-Method and Description
-
-
-
-Server
-CoordinatedStateManager.getServer()
-
-
-
-
-Methods in org.apache.hadoop.hbase
 with parameters of type Server
-
-Modifier and Type
-Method and Description
-
-
-
-void
-CoordinatedStateManager.initialize(Serverserver)
-Initialize coordinated state management service.
-
-
-
-
-
-
-
-
-Uses of Server in org.apache.hadoop.hbase.coordination
-
-Fields in org.apache.hadoop.hbase.coordination
 declared as Server
-
-Modifier and Type
-Field and Description
-
-
-
-protected Server
-ZkCoordinatedStateManager.server
-
-
-
-
-Methods in org.apache.hadoop.hbase.coordination
 that return Server
-
-Modifier and Type
-Method and Description
-
-
-
-Server
-ZkCoordinatedStateManager.getServer()
-
-
-Server
-BaseCoordinatedStateManager.getServer()
-
-
-
-
-Methods in org.apache.hadoop.hbase.coordination
 with parameters of type Server
-
-Modifier and Type
-Method and Description
-
-
-
-void
-ZkCoordinatedStateManager.initialize(Serverserver)
-
-
-void
-BaseCoordinatedStateManager.initialize(Serverserver)
-
-
-
-
-
-
-
-Uses of Server in org.apache.hadoop.hbase.executor
-
-Fields in org.apache.hadoop.hbase.executor
 declared as Server
-
-Modifier and Type
-Field and Description
-
-
-
-protected Server
-EventHandler.server
-
-
-
-
-Constructors in org.apache.hadoop.hbase.executor
 with parameters of type Server
-
-Constructor and Description
-
-
-
-EventHandler(Serverserver,
-EventTypeeventType)
-Default base class constructor.
-
-
-
-
-
-
-
-
-Uses of Server in org.apache.hadoop.hbase.ipc
-
-Constructors in org.apache.hadoop.hbase.ipc
 with parameters of type Server
-
-Constructor and Description
-
-
-
-RpcServer(Serverserver,
- http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
- http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRpcServer.BlockingServiceAndInterfaceservices,
- http://docs.oracle.com/javase/7/docs/api/java/net/InetSocketAddress.html?is-external=true;
 title="class or interface in java.net">InetSocketAddressbindAddress,
- org.apache.hadoop.conf.Configurationconf,
- RpcSchedulerscheduler)
-Constructs a server listening on the named port and 
address.
-
-
-
-
-
-
-
-
-Uses of Server in org.apache.hadoop.hbase.master
-
-Subinterfaces of Server in org.apache.hadoop.hbase.master
-
-Modifier and Type
-Interface and Description
-
-
-
-interface
-MasterServices
-Services Master supplies
-
-
-
-
-
-Classes in org.apache.hadoop.hbase.master
 that implement Server
-
-Modifier and Type
-Class and Description
-
-
-
-class
-HMaster
-HMaster is the "master server" for HBase.
-
-
-
-static class
-HMasterCommandLine.LocalHMaster
-
-
-
-
-Fields in org.apache.hadoop.hbase.master
 declared as Server
-
-Modifier and Type
-Field and Description
-
-
-
-protected Server
-BulkAssigner.server
-
-
-
-

[43/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/CoordinatedStateManagerFactory.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/CoordinatedStateManagerFactory.html 
b/1.2/apidocs/org/apache/hadoop/hbase/CoordinatedStateManagerFactory.html
deleted file mode 100644
index d9a333d..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/CoordinatedStateManagerFactory.html
+++ /dev/null
@@ -1,285 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-CoordinatedStateManagerFactory (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Class 
CoordinatedStateManagerFactory
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.CoordinatedStateManagerFactory
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class CoordinatedStateManagerFactory
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-Creates instance of CoordinatedStateManager
- based on configuration.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-CoordinatedStateManagerFactory()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static CoordinatedStateManager
-getCoordinatedStateManager(org.apache.hadoop.conf.Configurationconf)
-Creates consensus provider from the given 
configuration.
-
-
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-CoordinatedStateManagerFactory
-publicCoordinatedStateManagerFactory()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getCoordinatedStateManager
-public staticCoordinatedStateManagergetCoordinatedStateManager(org.apache.hadoop.conf.Configurationconf)
-Creates consensus provider from the given 
configuration.
-
-Parameters:
-conf - Configuration
-Returns:
-Implementation of  CoordinatedStateManager
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass

[35/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html 
b/1.2/apidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html
deleted file mode 100644
index ae5c906..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html
+++ /dev/null
@@ -1,483 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-KeyValueTestUtil (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-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";
-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
-Class KeyValueTestUtil
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.KeyValueTestUtil
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class KeyValueTestUtil
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-KeyValueTestUtil()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static boolean
-containsIgnoreMvccVersion(http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">Collection? extends CellkvCollection1,
- http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">Collection? extends CellkvCollection2)
-Checks whether KeyValues from kvCollection2 are contained 
in kvCollection1.
-
-
-
-static KeyValue
-create(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringrow,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringfamily,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringqualifier,
-  longtimestamp,
-  KeyValue.Typetype,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringvalue)
-
-
-static KeyValue
-create(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringrow,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringfamily,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringqualifier,
-  longtimestamp,
-  http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringvalue)
-
-
-protected static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getFamilyString(KeyValuekv)
-
-
-protected static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getQualifierString(KeyValuekv)
-
-
-protected static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getRowString(KeyValuekv)
-
-
-protected static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getTimestampString(KeyValuekv)
-
-
-protected static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getTypeString(KeyValuekv)
-
-

[42/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
index e32ab05..2705075 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
@@ -3,17 +3,13 @@
 
 
 
-DroppedSnapshotException (Apache HBase 1.2.6 API)
+DroppedSnapshotException (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -274,6 +270,6 @@ extends http://docs.oracle.com/javase/7/docs/api/java/io/IOException.ht
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html 
b/1.2/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
index 3f34920..0418092 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
@@ -3,17 +3,13 @@
 
 
 
-HBaseConfiguration (Apache HBase 1.2.6 API)
+HBaseConfiguration (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -549,6 +545,6 @@ 
publicHBaseConfiguration(org.apache.hadoop.conf.Configurationc)
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/HBaseIOException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
index b80f333..c114f28 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
@@ -3,17 +3,13 @@
 
 
 
-HBaseIOException (Apache HBase 1.2.6 API)
+HBaseIOException (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -299,6 +295,6 @@ extends http://docs.oracle.com/javase/7/docs/api/java/io/IOException.ht
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html 
b/1.2/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
index ca13143..d3fe765 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
@@ -3,17 +3,13 @@
 
 
 
-HBaseInterfaceAudience (Apache HBase 1.2.6 API)
+HBaseInterfaceAudience (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -330,6 +326,6 @@ extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software 

[44/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html 
b/1.2/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
deleted file mode 100644
index 1b0c61c..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
+++ /dev/null
@@ -1,333 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-CompatibilitySingletonFactory (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Class 
CompatibilitySingletonFactory
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.CompatibilityFactory
-
-
-org.apache.hadoop.hbase.CompatibilitySingletonFactory
-
-
-
-
-
-
-
-
-
-
-public class CompatibilitySingletonFactory
-extends CompatibilityFactory
-Factory for classes supplied by hadoop compatibility 
modules.  Only one of each class will be
-  created.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-static class
-CompatibilitySingletonFactory.SingletonStorage
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from classorg.apache.hadoop.hbase.CompatibilityFactory
-EXCEPTION_END,
 EXCEPTION_START
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Modifier
-Constructor and Description
-
-
-protected 
-CompatibilitySingletonFactory()
-This is a static only class don't let anyone create an 
instance.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static TT
-getInstance(http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTklass)
-Get the singleton instance of Any classes defined by 
compatibiliy jar's
-
-
-
-
-
-
-
-Methods inherited from classorg.apache.hadoop.hbase.CompatibilityFactory
-createExceptionString
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-

[06/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
deleted file mode 100644
index f9f8f6e..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.KeyValueTestUtil (Apache HBase 
1.2.4 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.KeyValueTestUtil
-
-No usage of 
org.apache.hadoop.hbase.KeyValueTestUtil
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html
deleted file mode 100644
index 1edd806..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.KeyValueUtil (Apache HBase 1.2.4 
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.KeyValueUtil
-
-No usage of 
org.apache.hadoop.hbase.KeyValueUtil
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
index b1796a6..09b7b55 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
@@ -3,17 +3,13 @@
 
 
 
-Uses of Class org.apache.hadoop.hbase.LocalHBaseCluster (Apache HBase 
1.2.6 API)
+Uses of Class org.apache.hadoop.hbase.LocalHBaseCluster (Apache HBase 
1.2.7 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.ChoreService
-
-
-
-
-
-Packages that use ChoreService
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-
-
-
-
-
-
-
-Uses of ChoreService in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that return ChoreService
-
-Modifier and Type
-Method and Description
-
-
-
-ChoreService
-Server.getChoreService()
-
-
-static ChoreService
-ChoreService.getInstance(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringcoreThreadPoolPrefix)
-
-
-
-
-
-
-
-Uses of ChoreService in org.apache.hadoop.hbase.regionserver
-
-Methods in org.apache.hadoop.hbase.regionserver
 that return ChoreService
-
-Modifier and Type
-Method and Description
-
-
-
-ChoreService
-HRegionServer.getChoreService()
-
-
-
-
-Methods in org.apache.hadoop.hbase.regionserver
 with parameters of type ChoreService
-
-Modifier and Type
-Method and Description
-
-
-
-void
-HeapMemoryManager.start(ChoreServiceservice)
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html
index 725070b..68ebfae 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html
@@ -3,17 +3,13 @@
 
 
 
-Uses of Class org.apache.hadoop.hbase.ClockOutOfSyncException (Apache 
HBase 1.2.6 API)
+Uses of Class org.apache.hadoop.hbase.ClockOutOfSyncException (Apache 
HBase 1.2.7 API)
 
 
 
 
 
@@ -114,6 +110,6 @@
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClusterId.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClusterId.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClusterId.html
deleted file mode 100644
index 0f8a0eb..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/ClusterId.html
+++ /dev/null
@@ -1,255 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.ClusterId (Apache HBase 1.2.4 
API)
-
-
-
-
-
-
-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":41,"i26":41,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"i44":9,"i45":9,"i46":9,"i47":9,"i48":9,"i49":9,"i50":9,"i51":9,"i52":9,"i53":9,"i54":9,"i55":9,"i56":9,"i57":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated 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
-Class MetaTableAccessor
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.MetaTableAccessor
-
-
-
-
-
-
-
-
-@InterfaceAudience.Private
-public class MetaTableAccessor
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-Read/write operations on region and assignment information 
store in
- hbase:meta.
-
- Some of the methods of this class take ZooKeeperWatcher as a param. The only 
reason
- for this is because when used on client-side (like from HBaseAdmin), we want 
to use
- short-living connection (opened before each operation, closed right after), 
while
- when used on HM or HRS (like in AssignmentManager) we want permanent 
connection.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-static interface
-MetaTableAccessor.Visitor
-Implementations 'visit' a catalog table row.
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected static char
-META_REPLICA_ID_DELIMITER
-The delimiter for meta columns for replicaIds  0
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-MetaTableAccessor()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsConcrete MethodsDeprecated Methods
-
-Modifier and Type
-Method and Description
-
-
-static void
-addDaughter(Connectionconnection,
-   HRegionInforegionInfo,
-   ServerNamesn,
-   longopenSeqNum)
-Adds a daughter region entry to meta.
-
-
-
-static Put
-addDaughtersToPut(Putput,
- HRegionInfosplitA,
- HRegionInfosplitB)
-Adds split daughters to the Put
-
-
-
-static Put
-addEmptyLocation(Putp,
-intreplicaId)
-
-
-static Put
-addLocation(Putp,
-   ServerNamesn,
-   longopenSeqNum,
-   longtime,
-   intreplicaId)
-
-
-static void
-addRegionsToMeta(Connectionconnection,
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInforegionInfos,
-intregionReplication)
-Adds a hbase:meta row for each of the specified new 
regions.
-
-
-
-static void
-addRegionsToMeta(Connectionconnection,
-http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInforegionInfos,
-intregionReplication,
-longts)
-Adds a hbase:meta row for each of the specified new 
regions.
-
-
-
-static void
-addRegionToMeta(Connectionconnection,
-   HRegionInforegionInfo)
-Adds a hbase:meta row for the specified new region.
-
-
-
-static void

[26/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/SslRMIServerSocketFactorySecure.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/SslRMIServerSocketFactorySecure.html 
b/1.2/apidocs/org/apache/hadoop/hbase/SslRMIServerSocketFactorySecure.html
deleted file mode 100644
index 82683d7..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/SslRMIServerSocketFactorySecure.html
+++ /dev/null
@@ -1,299 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-SslRMIServerSocketFactorySecure (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":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
-Class 
SslRMIServerSocketFactorySecure
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true;
 title="class or interface in 
javax.rmi.ssl">javax.rmi.ssl.SslRMIServerSocketFactory
-
-
-org.apache.hadoop.hbase.SslRMIServerSocketFactorySecure
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/rmi/server/RMIServerSocketFactory.html?is-external=true;
 title="class or interface in java.rmi.server">RMIServerSocketFactory
-
-
-
-public class SslRMIServerSocketFactorySecure
-extends http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true;
 title="class or interface in javax.rmi.ssl">SslRMIServerSocketFactory
-Avoid SSL V3.0 "Poodle" Vulnerability - CVE-2014-3566
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-SslRMIServerSocketFactorySecure()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-http://docs.oracle.com/javase/7/docs/api/java/net/ServerSocket.html?is-external=true;
 title="class or interface in java.net">ServerSocket
-createServerSocket(intport)
-
-
-
-
-
-
-Methods inherited from classjavax.rmi.ssl.http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true;
 title="class or interface in javax.rmi.ssl">SslRMIServerSocketFactory
-http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in javax.rmi.ssl">equals, http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true#getEnabledCipherSuites--;
 title="class or interface in javax.rmi.ssl">getEnabledCipherSuites, http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true#getEnabledProtocols--;
 title="class or interface in javax.rmi.ssl">getEnabledProtocols, http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true#getNeedClientAuth--;
 title="class or interface in javax.rmi.ssl">getNeedClientAuth, http://docs.oracle.com/javase/7/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html?is-external=true#hashCode--;
 title="class or interface in javax.rmi.ssl">hashCode
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, 

[17/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
deleted file mode 100644
index a80649f..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.CellComparator.RowComparator 
(Apache HBase 1.2.4 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.CellComparator.RowComparator
-
-No usage of 
org.apache.hadoop.hbase.CellComparator.RowComparator
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
deleted file mode 100644
index 2518dc3..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ /dev/null
@@ -1,168 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.CellComparator (Apache HBase 
1.2.4 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.CellComparator
-
-
-
-
-
-Packages that use CellComparator
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-
-
-
-
-
-
-
-Uses of CellComparator in org.apache.hadoop.hbase
-
-Subclasses of CellComparator in org.apache.hadoop.hbase
-
-Modifier and Type
-Class and Description
-
-
-
-static class
-CellComparator.RowComparator
-Counter part for the KeyValue.RowOnlyComparator
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScannable.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScannable.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScannable.html
deleted file mode 100644
index 1bbca1a..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/CellScannable.html
+++ /dev/null
@@ -1,321 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.CellScannable (Apache HBase 
1.2.4 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
-Class 
SplitLogTask.Owned
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.SplitLogTask
-
-
-org.apache.hadoop.hbase.SplitLogTask.Owned
-
-
-
-
-
-
-
-
-
-Enclosing class:
-SplitLogTask
-
-
-
-public static class SplitLogTask.Owned
-extends SplitLogTask
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from 
classorg.apache.hadoop.hbase.SplitLogTask
-SplitLogTask.Done, SplitLogTask.Err, SplitLogTask.Owned, SplitLogTask.Resigned, SplitLogTask.Unassigned
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Owned(ServerNameoriginServer,
- ZooKeeperProtos.SplitLogTask.RecoveryModemode)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from classorg.apache.hadoop.hbase.SplitLogTask
-equals,
 getMode,
 getServerName,
 hashCode,
 isDone,
 isDone,
 isErr, 
isErr,
 isOwned,
 isOwned,
 isResigned,
 isResigned,
 isUnassigned,
 isUnassigned,
 parseFrom,
 toByteArray,
 toString
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--;
 title="class or interface in java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-ex
 ternal=true#wait-long-" title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Owned
-publicOwned(ServerNameoriginServer,
- ZooKeeperProtos.SplitLogTask.RecoveryModemode)
-
-
-
-
-
-
-
-
-
-
-
-
-
-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
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/SplitLogTask.Resigned.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/SplitLogTask.Resigned.html 
b/1.2/apidocs/org/apache/hadoop/hbase/SplitLogTask.Resigned.html
deleted file mode 100644
index 57951f1..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/SplitLogTask.Resigned.html
+++ 

[20/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/backup/package-tree.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/backup/package-tree.html 
b/1.2/apidocs/org/apache/hadoop/hbase/backup/package-tree.html
deleted file mode 100644
index 9d3c490..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/backup/package-tree.html
+++ /dev/null
@@ -1,139 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-org.apache.hadoop.hbase.backup Class Hierarchy (Apache HBase 1.2.4 
API)
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Hierarchy For Package org.apache.hadoop.hbase.backup
-Package Hierarchies:
-
-All Packages
-
-
-
-Class Hierarchy
-
-java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-
-org.apache.hadoop.hbase.backup.HFileArchiver
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/backup/package-use.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/backup/package-use.html 
b/1.2/apidocs/org/apache/hadoop/hbase/backup/package-use.html
deleted file mode 100644
index c6ea4c1..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/backup/package-use.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Package org.apache.hadoop.hbase.backup (Apache HBase 1.2.4 
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 Packageorg.apache.hadoop.hbase.backup
-
-No usage of org.apache.hadoop.hbase.backup
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/Abortable.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Abortable.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/Abortable.html
deleted file mode 100644
index 4531d38..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Abortable.html
+++ /dev/null
@@ -1,759 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.Abortable (Apache HBase 1.2.4 
API)
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index

[36/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.html 
b/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.html
deleted file mode 100644
index ba17d78..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.html
+++ /dev/null
@@ -1,3487 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-KeyValue (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = 
{"i0":10,"i1":9,"i2":9,"i3":9,"i4":41,"i5":41,"i6":41,"i7":10,"i8":9,"i9":9,"i10":9,"i11":10,"i12":42,"i13":9,"i14":9,"i15":42,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":9,"i22":10,"i23":10,"i24":10,"i25":9,"i26":9,"i27":9,"i28":10,"i29":10,"i30":10,"i31":42,"i32":10,"i33":10,"i34":10,"i35":42,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":42,"i47":10,"i48":42,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":42,"i55":9,"i56":41,"i57":42,"i58":9,"i59":10,"i60":9,"i61":9,"i62":9,"i63":41,"i64":9,"i65":9,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":9,"i74":9};
-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";
-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
-Class KeyValue
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.KeyValue
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, Cell, HeapSize, SettableSequenceId, SettableTimestamp
-
-
-Direct Known Subclasses:
-KeyValue.KeyOnlyKeyValue, NoTagsKeyValue
-
-
-
-@InterfaceAudience.Private
-public class KeyValue
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-implements Cell, HeapSize, http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, SettableSequenceId, SettableTimestamp
-An HBase Key/Value. This is the fundamental HBase Type.
- 
- HBase applications and users should use the Cell interface and avoid directly 
using KeyValue
- and member functions not defined in Cell.
- 
- If being used client-side, the primary methods to access individual fields 
are getRow(),
- getFamily(),
 getQualifier(),
 getTimestamp(),
 and getValue().
- These methods allocate new byte arrays and return copies. Avoid their use 
server-side.
- 
- Instances of this class are immutable. They do not implement Comparable but 
Comparators are
- provided. Comparators change with context, whether user table or a catalog 
table comparison. Its
- critical you use the appropriate comparator. There are Comparators for normal 
HFiles, Meta's
- Hfiles, and bloom filter keys.
- 
- KeyValue wraps a byte array and takes offsets and lengths into passed array 
at where to start
- interpreting the content as KeyValue. The KeyValue format inside a byte array 
is:
- keylength valuelength key value
- Key is further decomposed as:
- rowlength row columnfamilylength
- columnfamily columnqualifier
- timestamp keytype
- The rowlength maximum is Short.MAX_SIZE, column 
family length maximum
- is Byte.MAX_SIZE, and column qualifier + key length must be 
- Integer.MAX_SIZE. The column does not contain the 
family/qualifier delimiter,
- COLUMN_FAMILY_DELIMITER
- KeyValue can optionally contain Tags. When it contains tags, it is added in 
the byte array after
- the value part. The format for this part is: 
tagslengthtagsbytes.
- tagslength maximum is Short.MAX_SIZE. The 
tagsbytes
- contain one or more tags where as each tag is of the form
- taglengthtagtypetagbytes.
- tagtype is one byte and
- taglength maximum is Short.MAX_SIZE and it includes 
1 byte type length
- and actual tag bytes length.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-

[01/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site ee89466d9 -> 49642583e


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 8d6c3ee..16e9143 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -3,17 +3,13 @@
 
 
 
-Uses of Class org.apache.hadoop.hbase.TableName (Apache HBase 1.2.6 
API)
+Uses of Class org.apache.hadoop.hbase.TableName (Apache HBase 1.2.7 
API)
 
 
 
 
 
@@ -407,16 +403,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName[]
-HConnection.listTableNames()
-Deprecated.
-Use Admin.listTables()
 instead.
-
+Admin.listTableNames()
+List all of the names of userspace tables.
 
 
 
 TableName[]
-Admin.listTableNames()
-List all of the names of userspace tables.
+HConnection.listTableNames()
+Deprecated.
+Use Admin.listTables()
 instead.
+
 
 
 
@@ -653,15 +649,23 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 boolean
+Admin.isTableAvailable(TableNametableName)
+
+
+boolean
 HConnection.isTableAvailable(TableNametableName)
 Deprecated.
 
 
-
+
 boolean
-Admin.isTableAvailable(TableNametableName)
+Admin.isTableAvailable(TableNametableName,
+byte[][]splitKeys)
+Use this api to check if the table has been created with 
the specified number of splitkeys
+ which was used while creating the given table.
+
 
-
+
 boolean
 HConnection.isTableAvailable(TableNametableName,
 byte[][]splitKeys)
@@ -670,25 +674,21 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 boolean
-Admin.isTableAvailable(TableNametableName,
-byte[][]splitKeys)
-Use this api to check if the table has been created with 
the specified number of splitkeys
- which was used while creating the given table.
-
+Admin.isTableDisabled(TableNametableName)
 
-
+
 boolean
 HConnection.isTableDisabled(TableNametableName)
 Deprecated.
 
 
-
+
 boolean
-Admin.isTableDisabled(TableNametableName)
+Admin.isTableEnabled(TableNametableName)
 
-
+
 boolean
 HConnection.isTableEnabled(TableNametableName)
 Deprecated.
@@ -696,10 +696,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
  is possible.
 
 
-
-boolean
-Admin.isTableEnabled(TableNametableName)
-
 
 HRegionLocation
 HConnection.locateRegion(TableNametableName,
@@ -1311,6 +1307,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Copyright  20072017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20072018 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 



[49/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/deprecated-list.html
--
diff --git a/1.2/apidocs/deprecated-list.html b/1.2/apidocs/deprecated-list.html
index 1492fa1..84673d3 100644
--- a/1.2/apidocs/deprecated-list.html
+++ b/1.2/apidocs/deprecated-list.html
@@ -3,17 +3,13 @@
 
 
 
-Deprecated List (Apache HBase 1.2.6 API)
+Deprecated List (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -265,234 +261,239 @@
 
 
 
+org.apache.hadoop.hbase.quotas.QuotaSettings.buildSetQuotaRequestProto(QuotaSettings)
+Removed in HBase 2.0+ as a part of removing protobuf 
from our API
+
+
+
 org.apache.hadoop.hbase.client.HConnection.clearCaches(ServerName)
 internal method, do not use thru HConnection
 
 
-
+
 org.apache.hadoop.hbase.client.HConnection.clearRegionCache()
 internal method, do not use thru HConnection
 
 
-
+
 org.apache.hadoop.hbase.client.HConnection.clearRegionCache(byte[])
 
-
+
 org.apache.hadoop.hbase.client.HConnection.clearRegionCache(TableName)
 internal method, do not use thru HConnection
 
 
-
+
 org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2.configureIncrementalLoad(Job,
 HTable)
 Use HFileOutputFormat2.configureIncrementalLoad(Job,
 Table, RegionLocator) instead.
 
 
-
+
 org.apache.hadoop.hbase.mapreduce.CellCreator.create(byte[],
 int, int, byte[], int, int, byte[], int, int, long, byte[], int, int, 
String)
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.createConnection(Configuration)
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.createConnection(Configuration,
 ExecutorService)
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.createConnection(Configuration,
 ExecutorService, User)
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.createConnection(Configuration,
 User)
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.deleteAllConnections()
 kept for backward compatibility, but the behavior is 
broken. HBASE-8983
 
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.deleteAllConnections(boolean)
 
-
+
 org.apache.hadoop.hbase.client.HConnection.deleteCachedRegionLocation(HRegionLocation)
 internal method, do not use thru HConnection
 
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteColumn(byte[],
 byte[])
 Since hbase-1.0.0. Use Delete.addColumn(byte[],
 byte[])
 
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteColumn(byte[],
 byte[], long)
 Since hbase-1.0.0. Use Delete.addColumn(byte[],
 byte[], long)
 
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteColumns(byte[],
 byte[])
 Since hbase-1.0.0. Use Delete.addColumns(byte[],
 byte[])
 
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteColumns(byte[],
 byte[], long)
 Since hbase-1.0.0. Use Delete.addColumns(byte[],
 byte[], long)
 
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.deleteConnection(Configuration)
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteFamily(byte[])
 Since 1.0.0. Use Delete.addFamily(byte[])
 
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteFamily(byte[],
 long)
 Since 1.0.0. Use Delete.addFamily(byte[],
 long)
 
 
-
+
 org.apache.hadoop.hbase.client.Delete.deleteFamilyVersion(byte[],
 long)
 Since hbase-1.0.0. Use Delete.addFamilyVersion(byte[],
 long)
 
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.deleteStaleConnection(HConnection)
 
-
+
 org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.doBulkLoad(Path,
 HTable)
 since hbase-1.3.0, hbase-1.2.2, and hbase-1.1.6; replaced
  by LoadIncrementalHFiles.doBulkLoad(Path,
 Admin, Table, RegionLocator).
 
 
-
+
 org.apache.hadoop.hbase.CellUtil.estimatedHeapSizeOfWithoutTags(Cell)
 
-
+
 org.apache.hadoop.hbase.CellUtil.estimatedSizeOf(Cell)
 please use estimatedSerializedSizeOf(Cell)
 
 
-
+
 org.apache.hadoop.hbase.client.HConnectionManager.execute(HConnectable)
 Internal method, do not use thru 
HConnectionManager.
 
 
-
+
 org.apache.hadoop.hbase.rest.client.RemoteHTable.exists(List)
 
-
+
 org.apache.hadoop.hbase.client.HConnection.getAdmin(ServerName)
 internal method, do not use thru HConnection
 
 
-
+
 org.apache.hadoop.hbase.client.HConnection.getAdmin(ServerName,
 boolean)
 You can pass master flag but nothing special is 
done.
 
 
-
+
 org.apache.hadoop.hbase.client.HConnection.getClient(ServerName)
 internal method, do not use thru HConnection
 
 
-
+
 org.apache.hadoop.hbase.client.Result.getColumn(byte[],
 byte[])
 Use Result.getColumnCells(byte[],
 byte[]) instead.
 
 
-
+
 org.apache.hadoop.hbase.client.Result.getColumnLatest(byte[],
 byte[])
 Use Result.getColumnLatestCell(byte[],
 byte[]) instead.
 
 
-
+
 

[50/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/acid-semantics.html
--
diff --git a/1.2/acid-semantics.html b/1.2/acid-semantics.html
index 3a088c7..aae3ce8 100644
--- a/1.2/acid-semantics.html
+++ b/1.2/acid-semantics.html
@@ -1,7 +1,7 @@
 
 
 
 
@@ -126,9 +126,9 @@



-   Version: 1.2.6
+   Version: 1.2.7
|
-   Last 
Published: 2017-05-29
+   Last 
Published: 2018-09-15



@@ -437,7 +437,7 @@ under the License. -->


Back to 
top
-   Copyright 2007-2017 
http://www.apache.org/;>The Apache Software Foundation. All Rights 
Reserved.
+   Copyright 2007-2018 
http://www.apache.org/;>The Apache Software Foundation. All Rights 
Reserved.
http://github.com/andriusvelykis/reflow-maven-skin; title="Reflow Maven 
skin">Reflow Maven skin by http://andrius.velykis.lt; 
target="_blank" title="Andrius Velykis">Andrius Velykis.



http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/allclasses-frame.html
--
diff --git a/1.2/apidocs/allclasses-frame.html 
b/1.2/apidocs/allclasses-frame.html
index e6f05f0..1ac3ec7 100644
--- a/1.2/apidocs/allclasses-frame.html
+++ b/1.2/apidocs/allclasses-frame.html
@@ -3,7 +3,7 @@
 
 
 
-All Classes (Apache HBase 1.2.6 API)
+All Classes (Apache HBase 1.2.7 API)
 
 
 
@@ -15,9 +15,6 @@
 Append
 Attributes
 BadAuthException
-Base64
-Base64.Base64InputStream
-Base64.Base64OutputStream
 BinaryComparator
 BinaryPrefixComparator
 BitComparator

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/allclasses-noframe.html
--
diff --git a/1.2/apidocs/allclasses-noframe.html 
b/1.2/apidocs/allclasses-noframe.html
index d68ad7b..4a0e037 100644
--- a/1.2/apidocs/allclasses-noframe.html
+++ b/1.2/apidocs/allclasses-noframe.html
@@ -3,7 +3,7 @@
 
 
 
-All Classes (Apache HBase 1.2.6 API)
+All Classes (Apache HBase 1.2.7 API)
 
 
 
@@ -15,9 +15,6 @@
 Append
 Attributes
 BadAuthException
-Base64
-Base64.Base64InputStream
-Base64.Base64OutputStream
 BinaryComparator
 BinaryPrefixComparator
 BitComparator

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/com/google/protobuf/HBaseZeroCopyByteString.html
--
diff --git a/1.2/apidocs/com/google/protobuf/HBaseZeroCopyByteString.html 
b/1.2/apidocs/com/google/protobuf/HBaseZeroCopyByteString.html
deleted file mode 100644
index ee4c446..000
--- a/1.2/apidocs/com/google/protobuf/HBaseZeroCopyByteString.html
+++ /dev/null
@@ -1,767 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-HBaseZeroCopyByteString (Apache HBase 1.2.4 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":9,"i21":9,"i22":10,"i23":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-com.google.protobuf
-Class 
HBaseZeroCopyByteString
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-com.google.protobuf.ByteString
-
-
-com.google.protobuf.HBaseZeroCopyByteString
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true;
 title="class or interface in 

[24/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/TagRewriteCell.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/TagRewriteCell.html 
b/1.2/apidocs/org/apache/hadoop/hbase/TagRewriteCell.html
deleted file mode 100644
index b4ec4b6..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/TagRewriteCell.html
+++ /dev/null
@@ -1,866 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-TagRewriteCell (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = 
{"i0":42,"i1":10,"i2":10,"i3":10,"i4":42,"i5":42,"i6":10,"i7":10,"i8":10,"i9":42,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":42,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":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";
-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
-Class TagRewriteCell
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.TagRewriteCell
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Cell, HeapSize, SettableSequenceId, SettableTimestamp
-
-
-
-@InterfaceAudience.Private
-public class TagRewriteCell
-extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-implements Cell, SettableSequenceId, SettableTimestamp, HeapSize
-This can be used when a Cell has to change with 
addition/removal of one or more tags. This is an
- efficient way to do so in which only the tags bytes part need to recreated 
and copied. All other
- parts, refer to the original Cell.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-TagRewriteCell(Cellcell,
-  byte[]tags)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete MethodsDeprecated Methods
-
-Modifier and Type
-Method and Description
-
-
-byte[]
-getFamily()
-Deprecated.
-
-
-
-byte[]
-getFamilyArray()
-Contiguous bytes composed of legal HDFS filename characters 
which may start at any index in the
- containing array.
-
-
-
-byte
-getFamilyLength()
-
-
-int
-getFamilyOffset()
-
-
-long
-getMvccVersion()
-Deprecated.
-
-
-
-byte[]
-getQualifier()
-Deprecated.
-
-
-
-byte[]
-getQualifierArray()
-Contiguous raw bytes that may start at any index in the 
containing array.
-
-
-
-int
-getQualifierLength()
-
-
-int
-getQualifierOffset()
-
-
-byte[]
-getRow()
-Deprecated.
-
-
-
-byte[]
-getRowArray()
-Contiguous raw bytes that may start at any index in the 
containing array.
-
-
-
-short
-getRowLength()
-
-
-int
-getRowOffset()
-
-
-long
-getSequenceId()
-A region-specific unique monotonically increasing sequence 
ID given to each Cell.
-
-
-
-byte[]
-getTagsArray()
-
-
-int
-getTagsLength()
-
-
-int
-getTagsOffset()
-
-
-long
-getTimestamp()
-
-
-byte
-getTypeByte()
-
-
-byte[]
-getValue()
-Deprecated.
-
-
-
-byte[]
-getValueArray()
-Contiguous raw bytes that may start at any index in the 
containing array.
-
-
-
-int
-getValueLength()
-
-
-int
-getValueOffset()
-
-
-long
-heapSize()
-
-
-void
-setSequenceId(longseqId)
-Sets with the given seqId.
-
-
-
-void
-setTimestamp(byte[]ts,
-inttsOffset)
-Sets with the given timestamp.
-
-
-
-void
-setTimestamp(longts)
-Sets with the given timestamp.
-
-
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, 

[21/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.html 
b/1.2/apidocs/org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.html
deleted file mode 100644
index a5ff8f5..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.html
+++ /dev/null
@@ -1,477 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-ZKTableArchiveClient (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":10,"i6":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.backup.example
-Class 
ZKTableArchiveClient
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.conf.Configured
-
-
-org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.apache.hadoop.conf.Configurable
-
-
-
-@InterfaceAudience.Private
-public class ZKTableArchiveClient
-extends org.apache.hadoop.conf.Configured
-Example class for how to use the table archiving 
coordinated via zookeeper
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ZKTableArchiveClient(org.apache.hadoop.conf.Configurationconf,
-ClusterConnectionconnection)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsStatic MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-disableHFileBackup()
-Disable hfile backups for all tables.
-
-
-
-void
-disableHFileBackup(byte[]table)
-Disable hfile backups for the given table.
-
-
-
-void
-disableHFileBackup(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable)
-Disable hfile backups for the given table.
-
-
-
-void
-enableHFileBackupAsync(byte[]table)
-Turn on backups for all HFiles for the given table.
-
-
-
-static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getArchiveZNode(org.apache.hadoop.conf.Configurationconf,
-   ZooKeeperWatcherzooKeeper)
-
-
-boolean
-getArchivingEnabled(byte[]table)
-Determine if archiving is enabled (but not necessarily 
fully propagated) for a table
-
-
-
-boolean
-getArchivingEnabled(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable)
-Determine if archiving is enabled (but not necessarily 
fully propagated) for a table
-
-
-
-
-
-
-
-Methods inherited from classorg.apache.hadoop.conf.Configured
-getConf, setConf
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 

[38/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html 
b/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
deleted file mode 100644
index dd93026..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html
+++ /dev/null
@@ -1,897 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-KeyValue.KeyOnlyKeyValue (Apache HBase 1.2.4 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};
-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
-Class 
KeyValue.KeyOnlyKeyValue
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.KeyValue
-
-
-org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, Cell, HeapSize, SettableSequenceId, SettableTimestamp
-
-
-Enclosing class:
-KeyValue
-
-
-
-public static class KeyValue.KeyOnlyKeyValue
-extends KeyValue
-A simple form of KeyValue that creates a keyvalue with only 
the key part of the byte[]
- Mainly used in places where we need to compare two cells.  Avoids copying of 
bytes
- In places like block index keys, we need to compare the key byte[] with a 
cell.
- Hence create a Keyvalue(aka Cell) that would help in comparing as two 
cells
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from 
classorg.apache.hadoop.hbase.KeyValue
-KeyValue.KeyOnlyKeyValue, KeyValue.KVComparator, KeyValue.MetaComparator, KeyValue.RawBytesComparator, KeyValue.RowOnlyComparator, KeyValue.SamePrefixComparatorT, KeyValue.Type
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from classorg.apache.hadoop.hbase.KeyValue
-bytes, COLUMN_FAMILY_DELIM_ARRAY,
 COLUMN_FAMILY_DELIMITER,
 COMPARATOR,
 FAMILY_LENGTH_SIZE,
 KEY_INFRASTRUCTURE_SIZE,
 KEY_LENGTH_SIZE,
 KEYVALUE_INFRASTRUCTURE_SIZE,
 KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE,
 length, LOWESTKEY,
 META_COMPARATOR,
 offset, 
RAW_COMPARATOR,
 ROW_LENGTH_SIZE,
 ROW_OFFSET,
 TAGS_LENGTH_SIZE,
 TIMESTAMP_SIZE,
 TIMESTAMP_TYPE_SIZE,
 TYPE_SIZE
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-KeyOnlyKeyValue()
-
-
-KeyOnlyKeyValue(byte[]b)
-
-
-KeyOnlyKeyValue(byte[]b,
-   intoffset,
-   intlength)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-boolean
-equals(http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectother)
-Needed doing 'contains' on List.
-
-
-
-byte[]
-getFamilyArray()
-Contiguous bytes composed of legal HDFS filename characters 
which may start at any index in the
- containing array.
-
-
-
-byte
-getFamilyLength()
-
-
-int
-getFamilyOffset()
-
-
-byte[]
-getKey()
-Do not use unless you have to.
-
-
-
-int
-getKeyLength()
-
-
-int
-getKeyOffset()
-
-
-byte[]
-getQualifierArray()
-Contiguous raw bytes that may start at any index in the 
containing array.
-
-
-
-int
-getQualifierLength()
-
-
-int
-getQualifierOffset()
-
-
-byte[]
-getRowArray()
-Contiguous raw bytes that may start at any index in the 
containing array.
-
-
-
-short
-getRowLength()
-
-
-int
-getRowOffset()
-
-
-byte[]
-getTagsArray()
-
-
-int
-getTagsLength()
-This returns the total length of the tag bytes
-
-
-
-int
-getTagsOffset()
-This returns the offset where the tag actually starts.
-
-
-
-long
-getTimestamp()
-
-
-int

[08/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.RowOnlyComparator.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.RowOnlyComparator.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.RowOnlyComparator.html
deleted file mode 100644
index 72ce32a..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.RowOnlyComparator.html
+++ /dev/null
@@ -1,126 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.KeyValue.RowOnlyComparator 
(Apache HBase 1.2.4 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.KeyValue.RowOnlyComparator
-
-No usage of 
org.apache.hadoop.hbase.KeyValue.RowOnlyComparator
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html
 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html
deleted file mode 100644
index 5a78f84..000
--- 
a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html
+++ /dev/null
@@ -1,181 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.KeyValue.SamePrefixComparator 
(Apache HBase 1.2.4 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 
Interfaceorg.apache.hadoop.hbase.KeyValue.SamePrefixComparator
-
-
-
-
-
-Packages that use KeyValue.SamePrefixComparator
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-
-
-
-
-
-
-
-Uses of KeyValue.SamePrefixComparator 
in org.apache.hadoop.hbase
-
-Classes in org.apache.hadoop.hbase
 that implement KeyValue.SamePrefixComparator
-
-Modifier and Type
-Class and Description
-
-
-
-static class
-KeyValue.KVComparator
-Compare KeyValues.
-
-
-
-static class
-KeyValue.MetaComparator
-A KeyValue.KVComparator 
for hbase:meta catalog table
- KeyValues.
-
-
-
-static class
-KeyValue.RawBytesComparator
-This is a TEST only Comparator used in TestSeekTo and 
TestReseekTo.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20072016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.Type.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.Type.html 

[18/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index b4bd2a9..62fa2b7 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -3,17 +3,13 @@
 
 
 
-Uses of Interface org.apache.hadoop.hbase.Cell (Apache HBase 1.2.6 
API)
+Uses of Interface org.apache.hadoop.hbase.Cell (Apache HBase 1.2.7 
API)
 
 
 
 
 
@@ -680,17 +676,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Increment
-Increment.add(Cellcell)
-Add the specified KeyValue to this operation.
-
-
-
 Append
 Append.add(Cellcell)
 Add column and value to this Append operation.
 
 
+
+Increment
+Increment.add(Cellcell)
+Add the specified KeyValue to this operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -772,22 +768,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Mutation
-Mutation.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-Method for setting the put's familyMap
-
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Mutation
+Mutation.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Method for setting the put's familyMap
+
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 
@@ -805,19 +801,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellkv)
+ColumnPaginationFilter.getNextCellHint(Cellkv)
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
+ColumnRangeFilter.getNextCellHint(Cellkv)
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+FilterList.getNextCellHint(CellcurrentKV)
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentKV)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 abstract Cell
@@ -828,89 +824,89 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellkv)
+ColumnPrefixFilter.getNextCellHint(Cellkv)
 
 
 Cell
-ColumnPrefixFilter.getNextCellHint(Cellkv)

[13/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html
--
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html 
b/1.2/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html
deleted file mode 100644
index 0037197..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html
+++ /dev/null
@@ -1,670 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Interface org.apache.hadoop.hbase.Coprocessor (Apache HBase 
1.2.4 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 Interfaceorg.apache.hadoop.hbase.Coprocessor
-
-
-
-
-
-Packages that use Coprocessor
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
-
-
-
-org.apache.hadoop.hbase.constraint
-
-Restrict the domain of a data attribute, often times to 
fulfill business rules/requirements.
-
-
-
-org.apache.hadoop.hbase.coprocessor
-
-Table of Contents
-
-
-
-org.apache.hadoop.hbase.coprocessor.example
-
-
-
-org.apache.hadoop.hbase.master
-
-
-
-org.apache.hadoop.hbase.regionserver
-
-
-
-org.apache.hadoop.hbase.regionserver.wal
-
-
-
-org.apache.hadoop.hbase.security.access
-
-
-
-org.apache.hadoop.hbase.security.token
-
-
-
-org.apache.hadoop.hbase.security.visibility
-
-
-
-org.apache.hadoop.hbase.tool
-
-
-
-
-
-
-
-
-
-
-Uses of Coprocessor in org.apache.hadoop.hbase
-
-Classes in org.apache.hadoop.hbase
 that implement Coprocessor
-
-Modifier and Type
-Class and Description
-
-
-
-class
-JMXListener
-Pluggable JMX Agent for HBase(to fix the 2 random TCP ports 
issue
- of the out-of-the-box JMX Agent):
- 1)connector port can share with the registry port if SSL is OFF
- 2)support password authentication
- 3)support subset of SSL (with default configuration)
-
-
-
-
-
-Methods in org.apache.hadoop.hbase
 that return Coprocessor
-
-Modifier and Type
-Method and Description
-
-
-
-Coprocessor
-CoprocessorEnvironment.getInstance()
-
-
-
-
-
-
-
-Uses of Coprocessor in org.apache.hadoop.hbase.constraint
-
-Classes in org.apache.hadoop.hbase.constraint
 that implement Coprocessor
-
-Modifier and Type
-Class and Description
-
-
-
-class
-ConstraintProcessor
-Processes multiple Constraints on a given 
table.
-
-
-
-
-
-
-
-
-Uses of Coprocessor in org.apache.hadoop.hbase.coprocessor
-
-Subinterfaces of Coprocessor in org.apache.hadoop.hbase.coprocessor
-
-Modifier and Type
-Interface and Description
-
-
-
-interface
-BulkLoadObserver
-Coprocessors implement this interface to observe and 
mediate bulk load operations.
-
-
-
-interface
-EndpointObserver
-Coprocessors implement this interface to observe and 
mediate endpoint invocations
- on a region.
-
-
-
-interface
-MasterObserver
-Defines coprocessor hooks for interacting with operations 
on the
- HMaster 
process.
-
-
-
-interface
-RegionObserver
-Coprocessors implement this interface to observe and 
mediate client actions
- on the region.
-
-
-
-interface
-RegionServerObserver
-
-
-interface
-WALObserver
-It's provided to have a way for coprocessors to observe, 
rewrite,
- or skip WALEdits as they are being written to the WAL.
-
-
-
-
-
-Classes in org.apache.hadoop.hbase.coprocessor
 that implement Coprocessor
-
-Modifier and Type
-Class and Description
-
-
-
-class
-AggregateImplementationT,S,P 
extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,R 
extends com.google.protobuf.Message
-A concrete AggregateProtocol implementation.
-
-
-
-class
-BaseMasterAndRegionObserver
-
-
-class
-BaseMasterObserver
-
-
-class
-BaseRegionObserver
-An abstract class that implements RegionObserver.
-
-
-
-class
-BaseRegionServerObserver
-An abstract class that implements 
RegionServerObserver.
-
-
-
-class
-BaseRowProcessorEndpointS extends 
com.google.protobuf.Message,T extends 
com.google.protobuf.Message
-This class demonstrates how to implement atomic 
read-modify-writes
- using Region.processRowsWithLocks(org.apache.hadoop.hbase.regionserver.RowProcessor?,
 ?) and Coprocessor endpoints.
-
-
-
-class
-BaseWALObserver
-An abstract class that implements WALObserver.
-
-
-
-class
-MultiRowMutationEndpoint
-This class demonstrates how to implement atomic multi row 
transactions using
- HRegion.mutateRowsWithLocks(java.util.Collection,
 java.util.Collection)

[37/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html
--
diff --git 
a/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html 
b/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html
deleted file mode 100644
index 2bedfbb..000
--- a/1.2/apidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html
+++ /dev/null
@@ -1,415 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-KeyValue.RawBytesComparator (Apache HBase 1.2.4 API)
-
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":42,"i3":10,"i4":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";
-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
-Class 
KeyValue.RawBytesComparator
-
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.KeyValue.KVComparator
-
-
-org.apache.hadoop.hbase.KeyValue.RawBytesComparator
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true;
 title="class or interface in java.util">ComparatorCell, KeyValue.SamePrefixComparatorbyte[], 
org.apache.hadoop.io.RawComparatorCell
-
-
-Enclosing class:
-KeyValue
-
-
-
-public static class KeyValue.RawBytesComparator
-extends KeyValue.KVComparator
-This is a TEST only Comparator used in TestSeekTo and 
TestReseekTo.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-RawBytesComparator()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete MethodsDeprecated Methods
-
-Modifier and Type
-Method and Description
-
-
-byte[]
-calcIndexKey(byte[]lastKeyOfPreviousBlock,
-byte[]firstKeyInBlock)
-
-
-int
-compare(Cellleft,
-   Cellright)
-Compares the Key of a cell -- with fields being more 
significant in this order:
- rowkey, colfam/qual, timestamp, type, mvcc
-
-
-
-int
-compareFlatKey(byte[]left,
-  intloffset,
-  intllength,
-  byte[]right,
-  introffset,
-  intrlength)
-Deprecated.
-Since 0.99.2.
-
-
-
-
-int
-compareOnlyKeyPortion(Cellleft,
- Cellright)
-
-
-http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getLegacyKeyComparatorName()
-The HFileV2 file format's trailer contains this class 
name.
-
-
-
-
-
-
-
-Methods inherited from classorg.apache.hadoop.hbase.KeyValue.KVComparator
-clone,
 compare,
 compareColumns,
 compareColumns,
 compareFamilies,
 compareFlatKey,
 compareIgnoringPrefix,
 compareKey,
 compareRowKey,
 compareRows,
 compareRows,
 compareTimestamps,
 getShortMidpointKey,
 matchingRowColumn, matchingRows,
 matchingRows
-
-
-
-
-
-Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--;
 title="class or interface in java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/j
 ava/lang/Object.html?is-external=true#toString--" 

[48/52] [partial] hbase-site git commit: HBASE-18276 update website 1.2 docs for 1.2.7 release.

2018-09-15 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b6a0cea2/1.2/apidocs/index-all.html
--
diff --git a/1.2/apidocs/index-all.html b/1.2/apidocs/index-all.html
index 91620a1..d8e21dd 100644
--- a/1.2/apidocs/index-all.html
+++ b/1.2/apidocs/index-all.html
@@ -3,17 +3,13 @@
 
 
 
-Index (Apache HBase 1.2.6 API)
+Index (Apache HBase 1.2.7 API)
 
 
 
 
 
@@ -490,38 +486,6 @@
 
 base
 - Variable in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
-Base64 - Class in 
org.apache.hadoop.hbase.util
-
-Encodes and decodes to and from Base64 notation.
-
-Base64.Base64InputStream - Class in org.apache.hadoop.hbase.util
-
-A Base64.Base64InputStream will 
read data from another
- InputStream, given in the constructor, and
- encode/decode to/from Base64 notation on the fly.
-
-Base64.Base64InputStream(InputStream)
 - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64InputStream
-
-Constructs a Base64.Base64InputStream in 
DECODE mode.
-
-Base64.Base64InputStream(InputStream,
 int) - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64InputStream
-
-Constructs a Base64.Base64InputStream in 
either ENCODE or DECODE mode.
-
-Base64.Base64OutputStream - Class in org.apache.hadoop.hbase.util
-
-A Base64.Base64OutputStream will 
write data to another
- OutputStream, given in the constructor, and
- encode/decode to/from Base64 notation on the fly.
-
-Base64.Base64OutputStream(OutputStream)
 - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
-
-Constructs a Base64.Base64OutputStream in 
ENCODE mode.
-
-Base64.Base64OutputStream(OutputStream,
 int) - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
-
-Constructs a Base64.Base64OutputStream in 
either ENCODE or DECODE mode.
-
 BASE_NAMESPACE_DIR
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 batch(List?
 extends Row, Object[]) - Method in interface 
org.apache.hadoop.hbase.client.Table
@@ -686,7 +650,9 @@
 
 buildSetQuotaRequestProto(QuotaSettings)
 - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettings
 
-Convert a QuotaSettings to a protocol buffer 
SetQuotaRequest.
+Deprecated.
+Removed in HBase 2.0+ as a part of removing protobuf 
from our API
+
 
 BULK_OUTPUT_CONF_KEY
 - Static variable in class org.apache.hadoop.hbase.mapreduce.Import
 
@@ -1057,10 +1023,6 @@
 
 close()
 - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
-close()
 - Method in class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
-
-Flushes and closes (I think, in the superclass) the 
stream.
-
 closeRegion(String,
 String) - Method in interface org.apache.hadoop.hbase.client.Admin
 
 Close a region.
@@ -2176,30 +2138,6 @@
 
 decode(PositionedByteRange)
 - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
-DECODE - 
Static variable in class org.apache.hadoop.hbase.util.Base64
-
-Specify decoding.
-
-decode(byte[],
 int, int, int) - Static method in class 
org.apache.hadoop.hbase.util.Base64
-
-Very low-level access to decoding ASCII characters in the 
form of a byte
- array.
-
-decode(String)
 - Static method in class org.apache.hadoop.hbase.util.Base64
-
-Decodes data from Base64 notation, automatically detecting 
gzip-compressed
- data and decompressing it.
-
-decode(String,
 int) - Static method in class org.apache.hadoop.hbase.util.Base64
-
-Decodes data from Base64 notation, automatically detecting 
gzip-compressed
- data and decompressing it.
-
-decode4to3(byte[],
 int, byte[], int, int) - Static method in class 
org.apache.hadoop.hbase.util.Base64
-
-Decodes four bytes from array source and writes 
the resulting
- bytes (up to three of them) to destination.
-
 decodeA(PositionedByteRange)
 - Method in class org.apache.hadoop.hbase.types.Union2
 
 Read an instance of the first type parameter from buffer 
src.
@@ -2244,10 +2182,6 @@
 
 Read a double value from the buffer 
buff.
 
-decodeFileToFile(String,
 String) - Static method in class org.apache.hadoop.hbase.util.Base64
-
-Reads infile and decodes it to 
outfile.
-
 decodeFloat(PositionedByteRange)
 - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
 
 Read a float value from the buffer 
dst.
@@ -2264,10 +2198,6 @@
 
 Decode a 64-bit floating point value using the fixed-length 
encoding.
 
-decodeFromFile(String)
 - Static method in class org.apache.hadoop.hbase.util.Base64
-
-Convenience method for reading a base64-encoded file and 
decoding it.
-
 decodeInt(PositionedByteRange)
 - Method in class org.apache.hadoop.hbase.types.OrderedInt32
 
 Read an int value from the buffer 
src.
@@ 

hbase git commit: HBASE-18276 mark release of 1.2.7 in CHANGES; set version to 1.2.8-SNAPSHOT.

2018-09-15 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 b760dfeb7 -> d284eb383


HBASE-18276 mark release of 1.2.7 in CHANGES; set version to 1.2.8-SNAPSHOT.


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

Branch: refs/heads/branch-1.2
Commit: d284eb3835cb73346fb87e14ef9f02a738930667
Parents: b760dfe
Author: Sean Busbey 
Authored: Sat Sep 15 22:15:06 2018 -0500
Committer: Sean Busbey 
Committed: Sat Sep 15 22:15:06 2018 -0500

--
 CHANGES.txt| 2 +-
 hbase-annotations/pom.xml  | 2 +-
 hbase-assembly/pom.xml | 2 +-
 hbase-checkstyle/pom.xml   | 4 ++--
 hbase-client/pom.xml   | 2 +-
 hbase-common/pom.xml   | 2 +-
 hbase-examples/pom.xml | 2 +-
 hbase-external-blockcache/pom.xml  | 2 +-
 hbase-hadoop-compat/pom.xml| 2 +-
 hbase-hadoop2-compat/pom.xml   | 2 +-
 hbase-it/pom.xml   | 2 +-
 hbase-prefix-tree/pom.xml  | 2 +-
 hbase-procedure/pom.xml| 2 +-
 hbase-protocol/pom.xml | 2 +-
 hbase-resource-bundle/pom.xml  | 2 +-
 hbase-rest/pom.xml | 2 +-
 hbase-server/pom.xml   | 2 +-
 hbase-shaded/hbase-shaded-check-invariants/pom.xml | 2 +-
 hbase-shaded/hbase-shaded-client/pom.xml   | 2 +-
 hbase-shaded/hbase-shaded-server/pom.xml   | 2 +-
 hbase-shaded/pom.xml   | 2 +-
 hbase-shell/pom.xml| 2 +-
 hbase-testing-util/pom.xml | 2 +-
 hbase-thrift/pom.xml   | 2 +-
 pom.xml| 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/d284eb38/CHANGES.txt
--
diff --git a/CHANGES.txt b/CHANGES.txt
index d6894e2..509df1c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 HBase Change Log
 
 
-Release Notes - HBase - Version 1.2.7
+Release Notes - HBase - Version 1.2.7 2018/09/16
 
 ** Sub-task
 * [HBASE-15691] - Port HBASE-10205 (ConcurrentModificationException in 
BucketAllocator) to branch-1

http://git-wip-us.apache.org/repos/asf/hbase/blob/d284eb38/hbase-annotations/pom.xml
--
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index c9e8ebb..a8d9a5d 100644
--- a/hbase-annotations/pom.xml
+++ b/hbase-annotations/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-1.2.7
+1.2.8-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/d284eb38/hbase-assembly/pom.xml
--
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 0d195ad..e2dddb6 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-1.2.7
+1.2.8-SNAPSHOT
 ..
   
   hbase-assembly

http://git-wip-us.apache.org/repos/asf/hbase/blob/d284eb38/hbase-checkstyle/pom.xml
--
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 6a90c10..5d4ee72 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -24,14 +24,14 @@
 4.0.0
 org.apache.hbase
 hbase-checkstyle
-1.2.7
+1.2.8-SNAPSHOT
 Apache HBase - Checkstyle
 Module to hold Checkstyle properties for HBase.
 
   
 hbase
 org.apache.hbase
-1.2.7
+1.2.8-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/d284eb38/hbase-client/pom.xml
--
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 5da048b..c1a9981 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -24,7 +24,7 @@
   
 hbase
 org.apache.hbase
-1.2.7
+1.2.8-SNAPSHOT
 ..
   
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/d284eb38/hbase-common/pom.xml
--
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index b08dc55..d3013bd 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
   
 hbase
 org.apache.hbase
-1.2.7
+1.2.8-SNAPSHOT
 ..
   
 

[hbase] Git Push Summary

2018-09-15 Thread busbey
Repository: hbase
Updated Tags:  refs/tags/rel/1.2.7 [created] d8e110190


svn commit: r29415 - /release/hbase/1.2.6.1/

2018-09-15 Thread busbey
Author: busbey
Date: Sun Sep 16 02:35:59 2018
New Revision: 29415

Log:
Move prior 1.2 release out of dist.


Removed:
release/hbase/1.2.6.1/



svn commit: r29414 - /dev/hbase/hbase-1.2.7RC0/ /release/hbase/1.2.7/

2018-09-15 Thread busbey
Author: busbey
Date: Sun Sep 16 01:19:59 2018
New Revision: 29414

Log:
Publish Apache HBase 1.2.7

vote: https://s.apache.org/hbase-1.2.7-rc0-vote
results: https://s.apache.org/hbase-1.2.7-vote-results

Added:
release/hbase/1.2.7/
  - copied from r29413, dev/hbase/hbase-1.2.7RC0/
Removed:
dev/hbase/hbase-1.2.7RC0/



hbase-site git commit: INFRA-10751 Empty commit

2018-09-15 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 05b3e38b2 -> ee89466d9


INFRA-10751 Empty commit


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

Branch: refs/heads/asf-site
Commit: ee89466d930130e8ea5a073ef003dbe09b02362e
Parents: 05b3e38
Author: jenkins 
Authored: Sat Sep 15 14:51:35 2018 +
Committer: jenkins 
Committed: Sat Sep 15 14:51:35 2018 +

--

--




hbase-site git commit: Published site at 9da20a4116aea2a65b4579670718b0e94288e3ea.

2018-09-15 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 8a75d65b1 -> 05b3e38b2


Published site at 9da20a4116aea2a65b4579670718b0e94288e3ea.


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

Branch: refs/heads/asf-site
Commit: 05b3e38b2173c921fde943a04e02f0693db991f6
Parents: 8a75d65
Author: jenkins 
Authored: Sat Sep 15 14:51:24 2018 +
Committer: jenkins 
Committed: Sat Sep 15 14:51:24 2018 +

--
 acid-semantics.html |  4 +-
 apache_hbase_reference_guide.pdf|  4 +-
 book.html   |  2 +-
 bulk-loads.html |  4 +-
 checkstyle-aggregate.html   | 10 +--
 coc.html|  4 +-
 dependencies.html   |  4 +-
 dependency-convergence.html |  4 +-
 dependency-info.html|  4 +-
 dependency-management.html  |  4 +-
 devapidocs/constant-values.html |  4 +-
 .../org/apache/hadoop/hbase/Version.html|  4 +-
 downloads.html  |  4 +-
 export_control.html |  4 +-
 index.html  |  4 +-
 integration.html|  4 +-
 issue-tracking.html |  4 +-
 license.html|  4 +-
 mail-lists.html |  4 +-
 metrics.html|  4 +-
 old_news.html   |  4 +-
 plugin-management.html  |  4 +-
 plugins.html|  4 +-
 poweredbyhbase.html |  4 +-
 project-info.html   |  4 +-
 project-reports.html|  4 +-
 project-summary.html|  4 +-
 pseudo-distributed.html |  4 +-
 replication.html|  4 +-
 resources.html  |  4 +-
 source-repository.html  |  4 +-
 sponsors.html   |  4 +-
 supportingprojects.html |  4 +-
 team-list.html  |  4 +-
 .../TestFlushWithThroughputController.html  |  2 +-
 .../TestFlushWithThroughputController.html  | 94 +++-
 36 files changed, 121 insertions(+), 115 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05b3e38b/acid-semantics.html
--
diff --git a/acid-semantics.html b/acid-semantics.html
index 4c32cf9..0724701 100644
--- a/acid-semantics.html
+++ b/acid-semantics.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Apache HBase (TM) ACID Properties
@@ -601,7 +601,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-09-14
+  Last Published: 
2018-09-15
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05b3e38b/apache_hbase_reference_guide.pdf
--
diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf
index 2eb9d09..8b92111 100644
--- a/apache_hbase_reference_guide.pdf
+++ b/apache_hbase_reference_guide.pdf
@@ -5,8 +5,8 @@
 /Author (Apache HBase Team)
 /Creator (Asciidoctor PDF 1.5.0.alpha.15, based on Prawn 2.2.2)
 /Producer (Apache HBase Team)
-/ModDate (D:20180914143311+00'00')
-/CreationDate (D:20180914144940+00'00')
+/ModDate (D:20180915143204+00'00')
+/CreationDate (D:20180915144754+00'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05b3e38b/book.html
--
diff --git a/book.html b/book.html
index 5842420..de4e74d 100644
--- a/book.html
+++ b/book.html
@@ -41284,7 +41284,7 @@ 
org/apache/hadoop/hbase/security/access/AccessControlClient.revoke:(Lorg/apache/
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2018-09-14 14:33:11 UTC
+Last updated 2018-09-15 14:32:04 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/05b3e38b/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index 4c2cee0..c5df2be 100644

hbase git commit: HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

2018-09-15 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 d6ab91506 -> 307578b70


HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

Amending-Author: Duo Zhang 
Signed-off-by: Duo Zhang 


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

Branch: refs/heads/branch-2.0
Commit: 307578b7014d79e136a298f4454c09858ac41a84
Parents: d6ab915
Author: Ted Yu 
Authored: Sat Sep 15 18:19:36 2018 +0800
Committer: zhangduo 
Committed: Sat Sep 15 18:44:23 2018 +0800

--
 .../throttle/TestFlushWithThroughputController.java  | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/307578b7/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
index 1c39646..1f72b65 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
@@ -177,12 +177,18 @@ public class TestFlushWithThroughputController {
   .build());
 hbtu.waitTableAvailable(tableName);
 HRegionServer regionServer = hbtu.getRSForFirstRegionInTable(tableName);
+double pressure = regionServer.getFlushPressure();
+LOG.debug("Flush pressure before flushing: " + pressure);
 PressureAwareFlushThroughputController throughputController =
 (PressureAwareFlushThroughputController) 
regionServer.getFlushThroughputController();
 for (HRegion region : regionServer.getRegions()) {
   region.flush(true);
 }
-assertEquals(0.0, regionServer.getFlushPressure(), EPSILON);
+// We used to assert that the flush pressure is zero but after HBASE-15787 
or HBASE-18294 we
+// changed to use heapSize instead of dataSize to calculate the flush 
pressure, and since
+// heapSize will never be zero, so flush pressure will never be zero 
either. So we changed the
+// assertion here.
+assertTrue(regionServer.getFlushPressure() < pressure);
 Thread.sleep(5000);
 boolean tablesOnMaster = 
LoadBalancer.isTablesOnMaster(hbtu.getConfiguration());
 if (tablesOnMaster) {



hbase git commit: HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

2018-09-15 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/branch-2.1 198aa9066 -> 842e0c974


HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

Amending-Author: Duo Zhang 
Signed-off-by: Duo Zhang 


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

Branch: refs/heads/branch-2.1
Commit: 842e0c974dc73736e778c2a83e8440b3d9c7d337
Parents: 198aa90
Author: Ted Yu 
Authored: Sat Sep 15 18:19:36 2018 +0800
Committer: zhangduo 
Committed: Sat Sep 15 18:39:42 2018 +0800

--
 .../throttle/TestFlushWithThroughputController.java  | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/842e0c97/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
index 1c39646..1f72b65 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
@@ -177,12 +177,18 @@ public class TestFlushWithThroughputController {
   .build());
 hbtu.waitTableAvailable(tableName);
 HRegionServer regionServer = hbtu.getRSForFirstRegionInTable(tableName);
+double pressure = regionServer.getFlushPressure();
+LOG.debug("Flush pressure before flushing: " + pressure);
 PressureAwareFlushThroughputController throughputController =
 (PressureAwareFlushThroughputController) 
regionServer.getFlushThroughputController();
 for (HRegion region : regionServer.getRegions()) {
   region.flush(true);
 }
-assertEquals(0.0, regionServer.getFlushPressure(), EPSILON);
+// We used to assert that the flush pressure is zero but after HBASE-15787 
or HBASE-18294 we
+// changed to use heapSize instead of dataSize to calculate the flush 
pressure, and since
+// heapSize will never be zero, so flush pressure will never be zero 
either. So we changed the
+// assertion here.
+assertTrue(regionServer.getFlushPressure() < pressure);
 Thread.sleep(5000);
 boolean tablesOnMaster = 
LoadBalancer.isTablesOnMaster(hbtu.getConfiguration());
 if (tablesOnMaster) {



hbase git commit: HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

2018-09-15 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/branch-2 fb54152e8 -> 966e3751c


HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

Amending-Author: Duo Zhang 
Signed-off-by: Duo Zhang 


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

Branch: refs/heads/branch-2
Commit: 966e3751c28affa66361b5881917536b446643e3
Parents: fb54152
Author: Ted Yu 
Authored: Sat Sep 15 18:19:36 2018 +0800
Committer: zhangduo 
Committed: Sat Sep 15 18:36:33 2018 +0800

--
 .../throttle/TestFlushWithThroughputController.java  | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/966e3751/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
index 61f9cd4..7aaa153 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
@@ -177,12 +177,18 @@ public class TestFlushWithThroughputController {
   .build());
 hbtu.waitTableAvailable(tableName);
 HRegionServer regionServer = hbtu.getRSForFirstRegionInTable(tableName);
+double pressure = regionServer.getFlushPressure();
+LOG.debug("Flush pressure before flushing: " + pressure);
 PressureAwareFlushThroughputController throughputController =
 (PressureAwareFlushThroughputController) 
regionServer.getFlushThroughputController();
 for (HRegion region : regionServer.getRegions()) {
   region.flush(true);
 }
-assertEquals(0.0, regionServer.getFlushPressure(), EPSILON);
+// We used to assert that the flush pressure is zero but after HBASE-15787 
or HBASE-18294 we
+// changed to use heapSize instead of dataSize to calculate the flush 
pressure, and since
+// heapSize will never be zero, so flush pressure will never be zero 
either. So we changed the
+// assertion here.
+assertTrue(regionServer.getFlushPressure() < pressure);
 Thread.sleep(5000);
 boolean tablesOnMaster = 
LoadBalancer.isTablesOnMaster(hbtu.getConfiguration());
 if (tablesOnMaster) {



hbase git commit: HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

2018-09-15 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/master 38a697ad1 -> 9da20a411


HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

Amending-Author: Duo Zhang 
Signed-off-by: Duo Zhang 


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

Branch: refs/heads/master
Commit: 9da20a4116aea2a65b4579670718b0e94288e3ea
Parents: 38a697a
Author: Ted Yu 
Authored: Sat Sep 15 18:19:36 2018 +0800
Committer: zhangduo 
Committed: Sat Sep 15 18:20:35 2018 +0800

--
 .../throttle/TestFlushWithThroughputController.java  | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/9da20a41/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
--
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
index 61f9cd4..7aaa153 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
@@ -177,12 +177,18 @@ public class TestFlushWithThroughputController {
   .build());
 hbtu.waitTableAvailable(tableName);
 HRegionServer regionServer = hbtu.getRSForFirstRegionInTable(tableName);
+double pressure = regionServer.getFlushPressure();
+LOG.debug("Flush pressure before flushing: " + pressure);
 PressureAwareFlushThroughputController throughputController =
 (PressureAwareFlushThroughputController) 
regionServer.getFlushThroughputController();
 for (HRegion region : regionServer.getRegions()) {
   region.flush(true);
 }
-assertEquals(0.0, regionServer.getFlushPressure(), EPSILON);
+// We used to assert that the flush pressure is zero but after HBASE-15787 
or HBASE-18294 we
+// changed to use heapSize instead of dataSize to calculate the flush 
pressure, and since
+// heapSize will never be zero, so flush pressure will never be zero 
either. So we changed the
+// assertion here.
+assertTrue(regionServer.getFlushPressure() < pressure);
 Thread.sleep(5000);
 boolean tablesOnMaster = 
LoadBalancer.isTablesOnMaster(hbtu.getConfiguration());
 if (tablesOnMaster) {