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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/io/ByteBufferOutputStream.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/io/ByteBufferOutputStream.html 
b/apidocs/org/apache/hadoop/hbase/io/ByteBufferOutputStream.html
index 2847782..aad3d30 100644
--- a/apidocs/org/apache/hadoop/hbase/io/ByteBufferOutputStream.html
+++ b/apidocs/org/apache/hadoop/hbase/io/ByteBufferOutputStream.html
@@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class ByteBufferOutputStream
+public class ByteBufferOutputStream
 extends http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in java.io">OutputStream
 implements org.apache.hadoop.hbase.io.ByteBufferWriter
 Not thread safe!
@@ -276,7 +275,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 curBuf
-protectedhttp://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer curBuf
+protectedhttp://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer curBuf
 
 
 
@@ -293,7 +292,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 ByteBufferOutputStream
-publicByteBufferOutputStream(intcapacity)
+publicByteBufferOutputStream(intcapacity)
 
 
 
@@ -302,7 +301,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 ByteBufferOutputStream
-publicByteBufferOutputStream(intcapacity,
+publicByteBufferOutputStream(intcapacity,
   booleanuseDirectByteBuffer)
 
 
@@ -312,7 +311,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 ByteBufferOutputStream
-publicByteBufferOutputStream(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferbb)
+publicByteBufferOutputStream(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferbb)
 
 Parameters:
 bb - ByteBuffer to use. If too small, will be discarded and a 
new one allocated in its
@@ -341,7 +340,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 size
-publicintsize()
+publicintsize()
 
 
 
@@ -350,7 +349,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 getByteBuffer
-publichttp://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffergetByteBuffer()
+publichttp://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffergetByteBuffer()
 This flips the underlying BB so be sure to use it 
_last_!
 
 Returns:
@@ -364,7 +363,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 checkSizeAndGrow
-protectedvoidcheckSizeAndGrow(intextra)
+protectedvoidcheckSizeAndGrow(intextra)
 
 
 
@@ -373,7 +372,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 write
-publicvoidwrite(intb)
+publicvoidwrite(intb)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Specified by:
@@ -389,7 +388,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 writeTo
-publicvoidwriteTo(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in java.io">OutputStreamout)
+publicvoidwriteTo(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in java.io">OutputStreamout)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Writes the complete contents of this byte buffer output 
stream to
  the specified output stream argument.
@@ -407,7 +406,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 write
-publicvoidwrite(byte[]b)
+publicvoidwrite(byte[]b)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Overrides:
@@ -423,7 +422,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 write
-publicvoidwrite(byte[]b,
+publicvoidwrite(byte[]b,
   intoff,
   intlen)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
@@ -441,7 +440,7 @@ implements org.apache.hadoop.hbase.io.ByteBufferWriter
 
 
 write
-publicvoidwrite(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferb,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html 
b/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
index 7c4348b..cf7879a 100644
--- 
a/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
+++ 
b/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
@@ -139,8 +139,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class PreemptiveFastFailException
+public class PreemptiveFastFailException
 extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectException.html?is-external=true;
 title="class or interface in java.net">ConnectException
 Thrown when the client believes that we are trying to 
communicate to has
  been repeatedly unresponsive for a while.
@@ -251,7 +250,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 PreemptiveFastFailException
-publicPreemptiveFastFailException(longcount,
+publicPreemptiveFastFailException(longcount,
longtimeOfFirstFailureMilliSec,
longtimeOfLatestAttemptMilliSec,
ServerNameserverName)
@@ -270,7 +269,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 PreemptiveFastFailException
-publicPreemptiveFastFailException(longcount,
+publicPreemptiveFastFailException(longcount,
longtimeOfFirstFailureMilliSec,
longtimeOfLatestAttemptMilliSec,
ServerNameserverName,
@@ -300,7 +299,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 getFirstFailureAt
-publiclonggetFirstFailureAt()
+publiclonggetFirstFailureAt()
 
 Returns:
 time of the fist failure
@@ -313,7 +312,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 getLastAttemptAt
-publiclonggetLastAttemptAt()
+publiclonggetLastAttemptAt()
 
 Returns:
 time of the latest attempt
@@ -326,7 +325,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 getFailureCount
-publiclonggetFailureCount()
+publiclonggetFailureCount()
 
 Returns:
 failure count
@@ -339,7 +338,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 wasOperationAttemptedByServer
-publicbooleanwasOperationAttemptedByServer()
+publicbooleanwasOperationAttemptedByServer()
 
 Returns:
 true if operation was attempted by server, false otherwise.
@@ -352,7 +351,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 isGuaranteedClientSideOnly
-publicbooleanisGuaranteedClientSideOnly()
+publicbooleanisGuaranteedClientSideOnly()
 
 Returns:
 true if we know no mutation made it to the server, false otherwise.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html 
b/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
index faa2309..edd83ac 100644
--- a/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
+++ b/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
@@ -128,8 +128,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class RegionInRecoveryException
+public class RegionInRecoveryException
 extends NotServingRegionException
 Thrown when a read request issued against a region which is 
in recovering state.
 
@@ -206,7 +205,7 @@ extends 
 
 RegionInRecoveryException
-publicRegionInRecoveryException()
+publicRegionInRecoveryException()
 default constructor
 
 
@@ -216,7 +215,7 @@ extends 
 
 RegionInRecoveryException
-publicRegionInRecoveryException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+publicRegionInRecoveryException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 Constructor
 
 Parameters:

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html 
b/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html
index c921519..7f9f4be 100644
--- a/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html
+++ 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
index 3c146ea..b54896e 100644
--- a/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
@@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class HColumnDescriptor
+public class HColumnDescriptor
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableHColumnDescriptor
 An HColumnDescriptor contains information about a column 
family such as the
@@ -865,7 +864,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 IN_MEMORY_COMPACTION
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String IN_MEMORY_COMPACTION
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String IN_MEMORY_COMPACTION
 
 See Also:
 Constant
 Field Values
@@ -878,7 +877,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 COMPRESSION
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COMPRESSION
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COMPRESSION
 
 See Also:
 Constant
 Field Values
@@ -891,7 +890,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 COMPRESSION_COMPACT
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COMPRESSION_COMPACT
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COMPRESSION_COMPACT
 
 See Also:
 Constant
 Field Values
@@ -904,7 +903,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 ENCODE_ON_DISK
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ENCODE_ON_DISK
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ENCODE_ON_DISK
 
 See Also:
 Constant
 Field Values
@@ -917,7 +916,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 DATA_BLOCK_ENCODING
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String DATA_BLOCK_ENCODING
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String DATA_BLOCK_ENCODING
 
 See Also:
 Constant
 Field Values
@@ -930,7 +929,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 BLOCKCACHE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String BLOCKCACHE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String BLOCKCACHE
 Key for the BLOCKCACHE attribute.
  A more exact name would be CACHE_DATA_ON_READ because this flag sets whether 
or not we
  cache DATA blocks.  We always cache INDEX and BLOOM blocks; caching these 
blocks cannot be
@@ -947,7 +946,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 CACHE_DATA_ON_WRITE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CACHE_DATA_ON_WRITE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CACHE_DATA_ON_WRITE
 
 See Also:
 Constant
 Field Values
@@ -960,7 +959,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 CACHE_INDEX_ON_WRITE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CACHE_INDEX_ON_WRITE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/Connection.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Connection.html 
b/apidocs/org/apache/hadoop/hbase/client/Connection.html
index e044901..f80fe7d 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Connection.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Connection.html
@@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public interface Connection
+public interface Connection
 extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable
 A cluster connection encapsulating lower level individual 
connections to actual servers and
  a connection to zookeeper. Connections are instantiated through the ConnectionFactory
@@ -236,7 +235,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getConfiguration
-org.apache.hadoop.conf.ConfigurationgetConfiguration()
+org.apache.hadoop.conf.ConfigurationgetConfiguration()
 
 Returns:
 Configuration instance being used by this Connection instance.
@@ -249,7 +248,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getTable
-defaultTablegetTable(TableNametableName)
+defaultTablegetTable(TableNametableName)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Retrieve a Table implementation for accessing a table.
  The returned Table is not thread safe, a new instance should be created for 
each using thread.
@@ -278,7 +277,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getTable
-defaultTablegetTable(TableNametableName,
+defaultTablegetTable(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Retrieve a Table implementation for accessing a table.
@@ -309,7 +308,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getBufferedMutator
-BufferedMutatorgetBufferedMutator(TableNametableName)
+BufferedMutatorgetBufferedMutator(TableNametableName)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
  Retrieve a BufferedMutator for performing 
client-side buffering of writes. The
@@ -339,7 +338,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getBufferedMutator
-BufferedMutatorgetBufferedMutator(BufferedMutatorParamsparams)
+BufferedMutatorgetBufferedMutator(BufferedMutatorParamsparams)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Retrieve a BufferedMutator for performing 
client-side buffering of writes. The
  BufferedMutator returned by 
this method is thread-safe. This object can be used for
@@ -361,7 +360,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getRegionLocator
-RegionLocatorgetRegionLocator(TableNametableName)
+RegionLocatorgetRegionLocator(TableNametableName)
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Retrieve a RegionLocator implementation to inspect region 
information on a table. The returned
  RegionLocator is not thread-safe, so a new instance should be created for 
each using thread.
@@ -389,7 +388,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getAdmin
-AdmingetAdmin()
+AdmingetAdmin()
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Retrieve an Admin implementation to administer an HBase 
cluster.
  The returned Admin is not guaranteed to be thread-safe.  A new instance 
should be created for
@@ -412,7 +411,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 close
-voidclose()
+voidclose()
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Specified by:
@@ -430,7 +429,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 isClosed
-booleanisClosed()
+booleanisClosed()
 Returns whether the connection is closed or not.
 
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/HRegionInfo.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HRegionInfo.html 
b/apidocs/org/apache/hadoop/hbase/HRegionInfo.html
index fa2040a..3db0196 100644
--- a/apidocs/org/apache/hadoop/hbase/HRegionInfo.html
+++ b/apidocs/org/apache/hadoop/hbase/HRegionInfo.html
@@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class HRegionInfo
+public class HRegionInfo
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableHRegionInfo
 Information about a region. A region is a range of keys in 
the whole keyspace of a table, an
@@ -618,7 +617,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 MD5_HEX_LENGTH
-public static finalint MD5_HEX_LENGTH
+public static finalint MD5_HEX_LENGTH
 
 See Also:
 Constant
 Field Values
@@ -631,7 +630,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 ENCODED_REGION_NAME_REGEX
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ENCODED_REGION_NAME_REGEX
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String ENCODED_REGION_NAME_REGEX
 A non-capture group so that this can be embedded.
 
 See Also:
@@ -645,7 +644,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 REPLICA_ID_FORMAT
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String REPLICA_ID_FORMAT
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String REPLICA_ID_FORMAT
 
 See Also:
 Constant
 Field Values
@@ -658,7 +657,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 REPLICA_ID_DELIMITER
-public static finalbyte REPLICA_ID_DELIMITER
+public static finalbyte REPLICA_ID_DELIMITER
 
 See Also:
 Constant
 Field Values
@@ -671,7 +670,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 DEFAULT_REPLICA_ID
-public static finalint DEFAULT_REPLICA_ID
+public static finalint DEFAULT_REPLICA_ID
 
 See Also:
 Constant
 Field Values
@@ -684,7 +683,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 INVALID_REGION_NAME_FORMAT_MESSAGE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String INVALID_REGION_NAME_FORMAT_MESSAGE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String INVALID_REGION_NAME_FORMAT_MESSAGE
 
 See Also:
 Constant
 Field Values
@@ -697,7 +696,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 NO_HASH
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NO_HASH
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NO_HASH
 
 
 
@@ -706,7 +705,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 HIDDEN_END_KEY
-public static finalbyte[] HIDDEN_END_KEY
+public static finalbyte[] HIDDEN_END_KEY
 
 
 
@@ -715,7 +714,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 HIDDEN_START_KEY
-public static finalbyte[] HIDDEN_START_KEY
+public static finalbyte[] HIDDEN_START_KEY
 
 
 
@@ -724,7 +723,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 FIRST_META_REGIONINFO
-public static finalHRegionInfo FIRST_META_REGIONINFO
+public static finalHRegionInfo FIRST_META_REGIONINFO
 HRegionInfo for first meta region
 
 
@@ -742,7 +741,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 HRegionInfo
-publicHRegionInfo(longregionId,
+publicHRegionInfo(longregionId,
TableNametableName,
intreplicaId)
 
@@ -753,7 +752,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 HRegionInfo
-publicHRegionInfo(TableNametableName)
+publicHRegionInfo(TableNametableName)
 
 
 
@@ -762,7 +761,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 HRegionInfo
-publicHRegionInfo(TableNametableName,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html 
b/apidocs/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html
index 0263bf0..0d1f350 100644
--- a/apidocs/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html
+++ b/apidocs/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public class TableMapReduceUtil
+public class TableMapReduceUtil
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Utility for TableMap 
and TableReduce
 
@@ -311,7 +310,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 TableMapReduceUtil
-publicTableMapReduceUtil()
+publicTableMapReduceUtil()
 
 
 
@@ -328,7 +327,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapJob
-public staticvoidinitTableMapJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
+public staticvoidinitTableMapJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringcolumns,
http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMapmapper,
http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -353,7 +352,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapJob
-public staticvoidinitTableMapJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
+public staticvoidinitTableMapJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringcolumns,
http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMapmapper,
http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -368,7 +367,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapJob
-public staticvoidinitTableMapJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
+public staticvoidinitTableMapJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringcolumns,
http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMapmapper,
http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -397,7 +396,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initMultiTableSnapshotMapperJob
-public staticvoidinitMultiTableSnapshotMapperJob(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionScansnapshotScans,
+public staticvoidinitMultiTableSnapshotMapperJob(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/ipc/FailedServerException.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ipc/FailedServerException.html 
b/apidocs/org/apache/hadoop/hbase/ipc/FailedServerException.html
index 0fd6e92..a19bccf 100644
--- a/apidocs/org/apache/hadoop/hbase/ipc/FailedServerException.html
+++ b/apidocs/org/apache/hadoop/hbase/ipc/FailedServerException.html
@@ -128,8 +128,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class FailedServerException
+public class FailedServerException
 extends HBaseIOException
 Indicates that we're trying to connect to a already known 
as dead server. We will want to
   retry: we're getting this because the region location was wrong, or because
@@ -202,7 +201,7 @@ extends 
 
 FailedServerException
-publicFailedServerException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+publicFailedServerException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html 
b/apidocs/org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html
index 92edd58..1f3cae0 100644
--- a/apidocs/org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html
+++ b/apidocs/org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html
@@ -128,8 +128,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class FallbackDisallowedException
+public class FallbackDisallowedException
 extends HBaseIOException
 Indicate that the rpc server tells client to fallback to 
simple auth but client is disabled to do
  so.
@@ -200,7 +199,7 @@ extends 
 
 FallbackDisallowedException
-publicFallbackDisallowedException()
+publicFallbackDisallowedException()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html 
b/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html
index 15bb56e..c29381b 100644
--- a/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html
+++ b/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html
@@ -137,8 +137,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class FatalConnectionException
+public class FatalConnectionException
 extends DoNotRetryIOException
 Thrown when server finds fatal issue w/ connection setup: 
e.g. bad rpc version
  or unsupported auth method.
@@ -217,7 +216,7 @@ extends 
 
 FatalConnectionException
-publicFatalConnectionException()
+publicFatalConnectionException()
 
 
 
@@ -226,7 +225,7 @@ extends 
 
 FatalConnectionException
-publicFatalConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg)
+publicFatalConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg)
 
 
 
@@ -235,7 +234,7 @@ extends 
 
 FatalConnectionException
-publicFatalConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg,
+publicFatalConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg,
 http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwablet)
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.html 
b/apidocs/org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.html
index cb79d43..77a4ab5 100644
--- a/apidocs/org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.html
+++ b/apidocs/org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class NettyRpcClientConfigHelper
+public class NettyRpcClientConfigHelper
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/ProcedureInfo.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ProcedureInfo.html 
b/apidocs/org/apache/hadoop/hbase/ProcedureInfo.html
index 55738d4..d061021 100644
--- a/apidocs/org/apache/hadoop/hbase/ProcedureInfo.html
+++ b/apidocs/org/apache/hadoop/hbase/ProcedureInfo.html
@@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class ProcedureInfo
+public class ProcedureInfo
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable
 Procedure information
@@ -264,7 +263,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable
 
 ProcedureInfo
 @InterfaceAudience.Private
-publicProcedureInfo(longprocId,
+publicProcedureInfo(longprocId,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringprocName,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringprocOwner,
 ProcedureStateprocState,
@@ -290,7 +289,7 @@ public
 
 clone
-publicProcedureInfoclone()
+publicProcedureInfoclone()
 
 Overrides:
 http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clonein 
classhttp://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
@@ -303,7 +302,7 @@ public
 
 toString
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringtoString()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringtoString()
 
 Overrides:
 http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toStringin 
classhttp://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
@@ -316,7 +315,7 @@ public
 
 getProcId
-publiclonggetProcId()
+publiclonggetProcId()
 
 
 
@@ -325,7 +324,7 @@ public
 
 getProcName
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetProcName()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetProcName()
 
 
 
@@ -334,7 +333,7 @@ public
 
 hasOwner
-publicbooleanhasOwner()
+publicbooleanhasOwner()
 
 
 
@@ -343,7 +342,7 @@ public
 
 getProcOwner
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetProcOwner()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetProcOwner()
 
 
 
@@ -352,7 +351,7 @@ public
 
 getProcState
-publicProcedureStategetProcState()
+publicProcedureStategetProcState()
 
 
 
@@ -361,7 +360,7 @@ public
 
 hasParentId
-publicbooleanhasParentId()
+publicbooleanhasParentId()
 
 
 
@@ -370,7 +369,7 @@ public
 
 getParentId
-publiclonggetParentId()
+publiclonggetParentId()
 
 
 
@@ -379,7 +378,7 @@ public
 
 getNonceKey
-publicorg.apache.hadoop.hbase.util.NonceKeygetNonceKey()
+publicorg.apache.hadoop.hbase.util.NonceKeygetNonceKey()
 
 
 
@@ -388,7 +387,7 @@ public
 
 isFailed
-publicbooleanisFailed()
+publicbooleanisFailed()
 
 
 
@@ -397,7 +396,7 @@ public
 
 getException
-publichttp://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOExceptiongetException()
+publichttp://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOExceptiongetException()
 
 
 
@@ -406,7 +405,7 @@ public
 
 getExceptionFullMessage
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetExceptionFullMessage()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetExceptionFullMessage()
 
 
 
@@ -415,7 +414,7 @@ public
 
 hasResultData
-publicbooleanhasResultData()
+publicbooleanhasResultData()
 
 
 
@@ -424,7 +423,7 @@ public
 
 getResult
-publicbyte[]getResult()
+publicbyte[]getResult()
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/Admin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Admin.html 
b/apidocs/org/apache/hadoop/hbase/client/Admin.html
index 1ab2e8c..b353acb 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Admin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Admin.html
@@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public interface Admin
+public interface Admin
 extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable
 The administrative API for HBase. Obtain an instance from 
an Connection.getAdmin()
 and
  call close()
 afterwards.
@@ -1346,7 +1345,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getOperationTimeout
-intgetOperationTimeout()
+intgetOperationTimeout()
 
 
 
@@ -1355,7 +1354,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 abort
-voidabort(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringwhy,
+voidabort(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringwhy,
http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwablee)
 Description copied from 
interface:org.apache.hadoop.hbase.Abortable
 Abort the server or client.
@@ -1374,7 +1373,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 isAborted
-booleanisAborted()
+booleanisAborted()
 Description copied from 
interface:org.apache.hadoop.hbase.Abortable
 Check if the server or client was aborted.
 
@@ -1391,7 +1390,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 getConnection
-ConnectiongetConnection()
+ConnectiongetConnection()
 
 Returns:
 Connection used by this object.
@@ -1404,7 +1403,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 tableExists
-booleantableExists(TableNametableName)
+booleantableExists(TableNametableName)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 
 Parameters:
@@ -1422,7 +1421,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 listTables
-HTableDescriptor[]listTables()
+HTableDescriptor[]listTables()
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 List all the userspace tables.
 
@@ -1439,7 +1438,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 listTables
-HTableDescriptor[]listTables(http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Patternpattern)
+HTableDescriptor[]listTables(http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Patternpattern)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 List all the userspace tables matching the given 
pattern.
 
@@ -1460,7 +1459,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 listTables
-HTableDescriptor[]listTables(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringregex)
+HTableDescriptor[]listTables(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringregex)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 List all the userspace tables matching the given regular 
expression.
 
@@ -1481,7 +1480,7 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 
 listTables
-HTableDescriptor[]listTables(http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Patternpattern,
+HTableDescriptor[]listTables(http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true;
 title="class or interface in java.util.regex">Patternpattern,
   booleanincludeSysTables)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html 
b/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
index e13abb0..a95fec4 100644
--- a/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
+++ b/apidocs/org/apache/hadoop/hbase/InvalidFamilyOperationException.html
@@ -133,8 +133,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class InvalidFamilyOperationException
+public class InvalidFamilyOperationException
 extends DoNotRetryIOException
 Thrown if a request is table schema modification is 
requested but
  made for an invalid family name.
@@ -217,7 +216,7 @@ extends 
 
 InvalidFamilyOperationException
-publicInvalidFamilyOperationException()
+publicInvalidFamilyOperationException()
 default constructor
 
 
@@ -227,7 +226,7 @@ extends 
 
 InvalidFamilyOperationException
-publicInvalidFamilyOperationException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+publicInvalidFamilyOperationException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 Constructor
 
 Parameters:
@@ -241,7 +240,7 @@ extends 
 
 InvalidFamilyOperationException
-publicInvalidFamilyOperationException(http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
+publicInvalidFamilyOperationException(http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
 Constructor taking another exception.
 
 Parameters:

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html 
b/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
index 490b465..33fd6c5 100644
--- a/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
+++ b/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
@@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public enum KeepDeletedCells
+public enum KeepDeletedCells
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumKeepDeletedCells
 Ways to keep cells marked for delete around.
 
@@ -219,7 +218,7 @@ the order they are declared.
 
 
 FALSE
-public static finalKeepDeletedCells FALSE
+public static finalKeepDeletedCells FALSE
 Deleted Cells are not retained.
 
 
@@ -229,7 +228,7 @@ the order they are declared.
 
 
 TRUE
-public static finalKeepDeletedCells TRUE
+public static finalKeepDeletedCells TRUE
 Deleted Cells are retained until they are removed by other 
means
  such TTL or VERSIONS.
  If no TTL is specified or no new versions of delete cells are
@@ -242,7 +241,7 @@ the order they are declared.
 
 
 TTL
-public static finalKeepDeletedCells TTL
+public static finalKeepDeletedCells TTL
 Deleted Cells are retained until the delete marker expires 
due to TTL.
  This is useful when TTL is combined with MIN_VERSIONS and one
  wants to keep a minimum number of versions around but at the same

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html 
b/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html
index c8dbfda..1a5634d 100644
--- a/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html
+++ b/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class LocalHBaseCluster
+public class LocalHBaseCluster
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 This class creates a single process HBase cluster. One 
thread is created for
  a master and one per region server.
@@ -356,7 +355,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 LOCAL
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String LOCAL
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String LOCAL
 local mode
 
 See Also:
@@ -370,7 +369,7 @@ extends 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
index fde3e99..bf8b0c8 100644
--- a/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
@@ -118,8 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class HTableDescriptor
+public class HTableDescriptor
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableHTableDescriptor
 HTableDescriptor contains the details about an HBase table  
such as the descriptors of
@@ -854,7 +853,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SPLIT_POLICY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SPLIT_POLICY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String SPLIT_POLICY
 
 See Also:
 Constant
 Field Values
@@ -867,7 +866,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 MAX_FILESIZE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MAX_FILESIZE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MAX_FILESIZE
 INTERNAL Used by HBase Shell interface to access 
this metadata
  attribute which denotes the maximum size of the store file after which
  a region split occurs
@@ -884,7 +883,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 OWNER
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String OWNER
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String OWNER
 
 See Also:
 Constant
 Field Values
@@ -897,7 +896,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 OWNER_KEY
-public static finalBytes OWNER_KEY
+public static finalBytes OWNER_KEY
 
 
 
@@ -906,7 +905,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 READONLY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String READONLY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String READONLY
 INTERNAL Used by rest interface to access this 
metadata
  attribute which denotes if the table is Read Only
 
@@ -922,7 +921,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 COMPACTION_ENABLED
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COMPACTION_ENABLED
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String COMPACTION_ENABLED
 INTERNAL Used by HBase Shell interface to access 
this metadata
  attribute which denotes if the table is compaction enabled
 
@@ -938,7 +937,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 MEMSTORE_FLUSHSIZE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MEMSTORE_FLUSHSIZE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MEMSTORE_FLUSHSIZE
 INTERNAL Used by HBase Shell interface to access 
this metadata
  attribute which represents the maximum size of the memstore after which
  its contents are flushed onto the disk
@@ -955,7 +954,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 FLUSH_POLICY
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FLUSH_POLICY
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String FLUSH_POLICY
 
 See Also:
 Constant
 Field Values
@@ -968,7 +967,7 @@ implements 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/CellUtil.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/CellUtil.html 
b/apidocs/org/apache/hadoop/hbase/CellUtil.html
index 1c43554..c068a50 100644
--- a/apidocs/org/apache/hadoop/hbase/CellUtil.html
+++ b/apidocs/org/apache/hadoop/hbase/CellUtil.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public final class CellUtil
+public final class CellUtil
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Utility methods helpful slinging Cell instances.
  Some methods below are for internal use only and are marked 
InterfaceAudience.Private at the
@@ -877,7 +876,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 fillRowRange
-public staticByteRangefillRowRange(Cellcell,
+public staticByteRangefillRowRange(Cellcell,
  ByteRangerange)
 ByteRange
 
@@ -888,7 +887,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 fillFamilyRange
-public staticByteRangefillFamilyRange(Cellcell,
+public staticByteRangefillFamilyRange(Cellcell,
 ByteRangerange)
 
 
@@ -898,7 +897,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 fillQualifierRange
-public staticByteRangefillQualifierRange(Cellcell,
+public staticByteRangefillQualifierRange(Cellcell,
ByteRangerange)
 
 
@@ -908,7 +907,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 fillValueRange
-public staticByteRangefillValueRange(Cellcell,
+public staticByteRangefillValueRange(Cellcell,
ByteRangerange)
 
 
@@ -918,7 +917,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 fillTagRange
-public staticByteRangefillTagRange(Cellcell,
+public staticByteRangefillTagRange(Cellcell,
  ByteRangerange)
 
 
@@ -928,7 +927,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 cloneRow
-public staticbyte[]cloneRow(Cellcell)
+public staticbyte[]cloneRow(Cellcell)
 get individual arrays for tests
 
 
@@ -938,7 +937,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 cloneFamily
-public staticbyte[]cloneFamily(Cellcell)
+public staticbyte[]cloneFamily(Cellcell)
 
 
 
@@ -947,7 +946,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 cloneQualifier
-public staticbyte[]cloneQualifier(Cellcell)
+public staticbyte[]cloneQualifier(Cellcell)
 
 
 
@@ -956,7 +955,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 cloneValue
-public staticbyte[]cloneValue(Cellcell)
+public staticbyte[]cloneValue(Cellcell)
 
 
 
@@ -965,7 +964,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 cloneTags
-public staticbyte[]cloneTags(Cellcell)
+public staticbyte[]cloneTags(Cellcell)
 
 
 
@@ -974,7 +973,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getTagArray
-public staticbyte[]getTagArray(Cellcell)
+public staticbyte[]getTagArray(Cellcell)
 Returns tag value in a new byte array. If server-side, use
  Tag.getValueArray() with appropriate 
Tag.getValueOffset() and
  Tag.getValueLength() instead to save on allocations.
@@ -992,7 +991,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 copyRowTo
-public staticintcopyRowTo(Cellcell,
+public staticintcopyRowTo(Cellcell,
 byte[]destination,
 intdestinationOffset)
 copyTo
@@ -1004,7 +1003,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 copyRowTo
-public staticintcopyRowTo(Cellcell,
+public staticintcopyRowTo(Cellcell,
 http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBufferdestination,
 intdestinationOffset)
 
@@ -1015,7 +1014,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 copyRow
-public staticbyte[]copyRow(Cellcell)
+public staticbyte[]copyRow(Cellcell)
 Copies the row to a new byte[]
 
 Parameters:
@@ -1031,7 +1030,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 copyFamilyTo
-public staticintcopyFamilyTo(Cellcell,
+public staticintcopyFamilyTo(Cellcell,
byte[]destination,
intdestinationOffset)
 
@@ -1042,7 +1041,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 copyFamilyTo
-public 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.RowRange.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.RowRange.html 
b/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.RowRange.html
index c3fceeb..291d0df 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.RowRange.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.RowRange.html
@@ -118,8 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public static class MultiRowRangeFilter.RowRange
+public static class MultiRowRangeFilter.RowRange
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableMultiRowRangeFilter.RowRange
 
@@ -234,7 +233,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 RowRange
-publicRowRange()
+publicRowRange()
 
 
 
@@ -243,7 +242,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 RowRange
-publicRowRange(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringstartRow,
+publicRowRange(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringstartRow,
 booleanstartRowInclusive,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringstopRow,
 booleanstopRowInclusive)
@@ -258,7 +257,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 RowRange
-publicRowRange(byte[]startRow,
+publicRowRange(byte[]startRow,
 booleanstartRowInclusive,
 byte[]stopRow,
 booleanstopRowInclusive)
@@ -278,7 +277,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 getStartRow
-publicbyte[]getStartRow()
+publicbyte[]getStartRow()
 
 
 
@@ -287,7 +286,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 getStopRow
-publicbyte[]getStopRow()
+publicbyte[]getStopRow()
 
 
 
@@ -296,7 +295,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 isStartRowInclusive
-publicbooleanisStartRowInclusive()
+publicbooleanisStartRowInclusive()
 
 Returns:
 if start row is inclusive.
@@ -309,7 +308,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 isStopRowInclusive
-publicbooleanisStopRowInclusive()
+publicbooleanisStopRowInclusive()
 
 Returns:
 if stop row is inclusive.
@@ -322,7 +321,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 contains
-publicbooleancontains(byte[]row)
+publicbooleancontains(byte[]row)
 
 
 
@@ -331,7 +330,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 contains
-publicbooleancontains(byte[]buffer,
+publicbooleancontains(byte[]buffer,
 intoffset,
 intlength)
 
@@ -342,7 +341,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 compareTo
-publicintcompareTo(MultiRowRangeFilter.RowRangeother)
+publicintcompareTo(MultiRowRangeFilter.RowRangeother)
 
 Specified by:
 http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-;
 title="class or interface in java.lang">compareToin 
interfacehttp://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableMultiRowRangeFilter.RowRange
@@ -355,7 +354,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 isValid
-publicbooleanisValid()
+publicbooleanisValid()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html 
b/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html
index 75652a6..b692045 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html
@@ -120,8 +120,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class MultiRowRangeFilter
+public class MultiRowRangeFilter
 extends org.apache.hadoop.hbase.filter.FilterBase
 Filter to support scan multiple row key ranges. It can 
construct the row key ranges from the
  passed list which 

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

2017-04-05 Thread git-site-role
Published site at a66d491892514fd4a188d6ca87d6260d8ae46184.


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

Branch: refs/heads/asf-site
Commit: e3a8683643179de7488cc4802a0edfacaef69394
Parents: a00253f
Author: jenkins 
Authored: Wed Apr 5 08:20:02 2017 +
Committer: jenkins 
Committed: Wed Apr 5 08:20:02 2017 +

--
 apache_hbase_reference_guide.pdf| 4 +-
 apache_hbase_reference_guide.pdfmarks   | 4 +-
 apidocs/org/apache/hadoop/hbase/AuthUtil.html   | 5 +-
 .../hadoop/hbase/CallDroppedException.html  | 7 +-
 .../hadoop/hbase/CallQueueTooBigException.html  | 7 +-
 apidocs/org/apache/hadoop/hbase/Cell.html   |39 +-
 apidocs/org/apache/hadoop/hbase/CellUtil.html   |   227 +-
 .../org/apache/hadoop/hbase/ChoreService.html   |17 +-
 .../hadoop/hbase/ClockOutOfSyncException.html   | 5 +-
 .../org/apache/hadoop/hbase/ClusterStatus.html  |51 +-
 .../hadoop/hbase/DoNotRetryIOException.html |11 +-
 .../hadoop/hbase/DroppedSnapshotException.html  | 7 +-
 .../apache/hadoop/hbase/HBaseConfiguration.html |31 +-
 .../apache/hadoop/hbase/HBaseIOException.html   |11 +-
 .../hadoop/hbase/HBaseInterfaceAudience.html|15 +-
 .../apache/hadoop/hbase/HColumnDescriptor.html  |   277 +-
 apidocs/org/apache/hadoop/hbase/HConstants.html |   657 +-
 .../org/apache/hadoop/hbase/HRegionInfo.html|   145 +-
 .../apache/hadoop/hbase/HRegionLocation.html|27 +-
 .../apache/hadoop/hbase/HTableDescriptor.html   |   217 +-
 .../hbase/InvalidFamilyOperationException.html  | 9 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   | 9 +-
 .../apache/hadoop/hbase/LocalHBaseCluster.html  |61 +-
 .../hadoop/hbase/MasterNotRunningException.html |11 +-
 .../hadoop/hbase/MultiActionResultTooLarge.html | 5 +-
 .../hbase/NamespaceDescriptor.Builder.html  |11 +-
 .../hadoop/hbase/NamespaceDescriptor.html   |37 +-
 .../hadoop/hbase/NamespaceExistException.html   | 7 +-
 .../hbase/NamespaceNotFoundException.html   | 7 +-
 .../hbase/NotAllMetaRegionsOnlineException.html | 7 +-
 .../hadoop/hbase/NotServingRegionException.html | 9 +-
 .../hadoop/hbase/PleaseHoldException.html   | 9 +-
 .../org/apache/hadoop/hbase/ProcedureInfo.html  |41 +-
 .../org/apache/hadoop/hbase/ProcedureState.html |19 +-
 .../apache/hadoop/hbase/RegionException.html| 7 +-
 apidocs/org/apache/hadoop/hbase/RegionLoad.html |51 +-
 .../hadoop/hbase/RegionTooBusyException.html| 7 +-
 .../hadoop/hbase/RetryImmediatelyException.html | 5 +-
 .../org/apache/hadoop/hbase/ScheduledChore.html |39 +-
 apidocs/org/apache/hadoop/hbase/ServerLoad.html |73 +-
 apidocs/org/apache/hadoop/hbase/ServerName.html |65 +-
 apidocs/org/apache/hadoop/hbase/Stoppable.html  | 7 +-
 .../hadoop/hbase/TableExistsException.html  | 9 +-
 .../hadoop/hbase/TableInfoMissingException.html |11 +-
 apidocs/org/apache/hadoop/hbase/TableName.html  |75 +-
 .../hadoop/hbase/TableNotDisabledException.html |11 +-
 .../hadoop/hbase/TableNotEnabledException.html  |11 +-
 .../hadoop/hbase/TableNotFoundException.html|11 +-
 .../hadoop/hbase/UnknownRegionException.html| 5 +-
 .../hadoop/hbase/UnknownScannerException.html   | 9 +-
 .../hbase/ZooKeeperConnectionException.html | 9 +-
 .../hbase/classification/InterfaceAudience.html | 3 +-
 .../classification/InterfaceStability.html  | 5 +-
 .../org/apache/hadoop/hbase/client/Admin.html   |   367 +-
 .../org/apache/hadoop/hbase/client/Append.html  |35 +-
 .../hadoop/hbase/client/AsyncConnection.html|17 +-
 .../apache/hadoop/hbase/client/AsyncTable.html  |11 +-
 .../hbase/client/AsyncTableRegionLocator.html   | 9 +-
 .../apache/hadoop/hbase/client/Attributes.html  | 9 +-
 .../BufferedMutator.ExceptionListener.html  | 5 +-
 .../hadoop/hbase/client/BufferedMutator.html|23 +-
 .../hbase/client/BufferedMutatorParams.html |37 +-
 .../apache/hadoop/hbase/client/CompactType.html |11 +-
 .../hadoop/hbase/client/CompactionState.html|15 +-
 .../apache/hadoop/hbase/client/Connection.html  |23 +-
 .../hadoop/hbase/client/ConnectionFactory.html  |23 +-
 .../apache/hadoop/hbase/client/Consistency.html |11 +-
 .../org/apache/hadoop/hbase/client/Delete.html  |51 +-
 .../hbase/client/DoNotRetryRegionException.html | 7 +-
 .../apache/hadoop/hbase/client/Durability.html  |17 +-
 apidocs/org/apache/hadoop/hbase/client/Get.html |91 +-
 ...ableMultiplexer.HTableMultiplexerStatus.html |21 +-
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html 
b/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
index f683ac6..bd9c1a0 100644
--- a/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
+++ b/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
@@ -123,8 +123,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class ZooKeeperConnectionException
+public class ZooKeeperConnectionException
 extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Thrown if the client can't connect to zookeeper
 
@@ -207,7 +206,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 ZooKeeperConnectionException
-publicZooKeeperConnectionException()
+publicZooKeeperConnectionException()
 default constructor
 
 
@@ -217,7 +216,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 ZooKeeperConnectionException
-publicZooKeeperConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+publicZooKeeperConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 Constructor
 
 Parameters:
@@ -231,7 +230,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht
 
 
 ZooKeeperConnectionException
-publicZooKeeperConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmessage,
+publicZooKeeperConnectionException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmessage,
 http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exceptione)
 Constructor taking another exception.
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/classification/InterfaceAudience.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/classification/InterfaceAudience.html 
b/apidocs/org/apache/hadoop/hbase/classification/InterfaceAudience.html
index 4b15a55..00589ff 100644
--- a/apidocs/org/apache/hadoop/hbase/classification/InterfaceAudience.html
+++ b/apidocs/org/apache/hadoop/hbase/classification/InterfaceAudience.html
@@ -104,8 +104,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public final class InterfaceAudience
+public final class InterfaceAudience
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Annotation to inform users of a package, class or method's 
intended audience.
  Currently the audience can be InterfaceAudience.Public, 
InterfaceAudience.LimitedPrivate or

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/classification/InterfaceStability.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/classification/InterfaceStability.html 
b/apidocs/org/apache/hadoop/hbase/classification/InterfaceStability.html
index 9616ee7..1d4dd4c 100644
--- a/apidocs/org/apache/hadoop/hbase/classification/InterfaceStability.html
+++ b/apidocs/org/apache/hadoop/hbase/classification/InterfaceStability.html
@@ -104,8 +104,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class InterfaceStability
+public class InterfaceStability
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Annotation to inform users of how much to rely on a 
particular package,
  class or method not changing over time. Currently the stability can be
@@ -177,7 +176,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 InterfaceStability
-publicInterfaceStability()
+publicInterfaceStability()
 
 
 



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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
index 1fcf205..efb864e 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
@@ -123,8 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public class SimpleTotalOrderPartitionerVALUE
+public class SimpleTotalOrderPartitionerVALUE
 extends org.apache.hadoop.mapreduce.PartitionerImmutableBytesWritable,VALUE
 implements org.apache.hadoop.conf.Configurable
 A partitioner that takes start and end keys and uses 
bigdecimal to figure
@@ -257,7 +256,7 @@ implements org.apache.hadoop.conf.Configurable
 
 START
 http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String START
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String START
 Deprecated.
 
 See Also:
@@ -272,7 +271,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 END
 http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String END
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String END
 Deprecated.
 
 See Also:
@@ -294,7 +293,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 
 SimpleTotalOrderPartitioner
-publicSimpleTotalOrderPartitioner()
+publicSimpleTotalOrderPartitioner()
 
 
 
@@ -311,7 +310,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 
 setStartKey
-public staticvoidsetStartKey(org.apache.hadoop.conf.Configurationconf,
+public staticvoidsetStartKey(org.apache.hadoop.conf.Configurationconf,
byte[]startKey)
 
 
@@ -321,7 +320,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 
 setEndKey
-public staticvoidsetEndKey(org.apache.hadoop.conf.Configurationconf,
+public staticvoidsetEndKey(org.apache.hadoop.conf.Configurationconf,
  byte[]endKey)
 
 
@@ -333,7 +332,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 
 getPartition
-publicintgetPartition(ImmutableBytesWritablekey,
+publicintgetPartition(ImmutableBytesWritablekey,
 VALUEvalue,
 intreduces)
 
@@ -348,7 +347,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 
 getConf
-publicorg.apache.hadoop.conf.ConfigurationgetConf()
+publicorg.apache.hadoop.conf.ConfigurationgetConf()
 
 Specified by:
 getConfin 
interfaceorg.apache.hadoop.conf.Configurable
@@ -361,7 +360,7 @@ public static finalhttp://docs.oracle.com/javase/8/docs/api/java/
 
 
 setConf
-publicvoidsetConf(org.apache.hadoop.conf.Configurationconf)
+publicvoidsetConf(org.apache.hadoop.conf.Configurationconf)
 
 Specified by:
 setConfin 
interfaceorg.apache.hadoop.conf.Configurable

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/mapreduce/TableInputFormat.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/TableInputFormat.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TableInputFormat.html
index 7a552ca..737d61e 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TableInputFormat.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TableInputFormat.html
@@ -124,8 +124,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public class TableInputFormat
+public class TableInputFormat
 extends TableInputFormatBase
 implements org.apache.hadoop.conf.Configurable
 Convert HBase tabular data into a format that is consumable 
by Map/Reduce.
@@ -354,7 +353,7 @@ implements org.apache.hadoop.conf.Configurable
 
 
 INPUT_TABLE
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String INPUT_TABLE
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String INPUT_TABLE
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.Type.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.Type.html 
b/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.Type.html
index 99680c3..383e61a 100644
--- a/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.Type.html
+++ b/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.Type.html
@@ -123,8 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public static enum ThrottlingException.Type
+public static enum ThrottlingException.Type
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumThrottlingException.Type
 
 
@@ -224,7 +223,7 @@ the order they are declared.
 
 
 NumRequestsExceeded
-public static finalThrottlingException.Type NumRequestsExceeded
+public static finalThrottlingException.Type NumRequestsExceeded
 
 
 
@@ -233,7 +232,7 @@ the order they are declared.
 
 
 RequestSizeExceeded
-public static finalThrottlingException.Type RequestSizeExceeded
+public static finalThrottlingException.Type RequestSizeExceeded
 
 
 
@@ -242,7 +241,7 @@ the order they are declared.
 
 
 NumReadRequestsExceeded
-public static finalThrottlingException.Type NumReadRequestsExceeded
+public static finalThrottlingException.Type NumReadRequestsExceeded
 
 
 
@@ -251,7 +250,7 @@ the order they are declared.
 
 
 NumWriteRequestsExceeded
-public static finalThrottlingException.Type NumWriteRequestsExceeded
+public static finalThrottlingException.Type NumWriteRequestsExceeded
 
 
 
@@ -260,7 +259,7 @@ the order they are declared.
 
 
 WriteSizeExceeded
-public static finalThrottlingException.Type WriteSizeExceeded
+public static finalThrottlingException.Type WriteSizeExceeded
 
 
 
@@ -269,7 +268,7 @@ the order they are declared.
 
 
 ReadSizeExceeded
-public static finalThrottlingException.Type ReadSizeExceeded
+public static finalThrottlingException.Type ReadSizeExceeded
 
 
 
@@ -286,7 +285,7 @@ the order they are declared.
 
 
 values
-public staticThrottlingException.Type[]values()
+public staticThrottlingException.Type[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -306,7 +305,7 @@ for (ThrottlingException.Type c : 
ThrottlingException.Type.values())
 
 
 valueOf
-public staticThrottlingException.TypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticThrottlingException.TypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.html 
b/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.html
index cd8a008..6e19dad 100644
--- a/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.html
+++ b/apidocs/org/apache/hadoop/hbase/quotas/ThrottlingException.html
@@ -144,8 +144,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class ThrottlingException
+public class ThrottlingException
 extends QuotaExceededException
 Describe the throttling result.
 
@@ -286,7 +285,7 @@ extends 
 
 ThrottlingException
-publicThrottlingException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg)
+publicThrottlingException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg)
 
 
 
@@ -295,7 +294,7 @@ extends 
 
 ThrottlingException
-publicThrottlingException(ThrottlingException.Typetype,
+publicThrottlingException(ThrottlingException.Typetype,
longwaitInterval,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmsg)
 
@@ -314,7 +313,7 @@ extends 
 
 getType
-publicThrottlingException.TypegetType()
+publicThrottlingException.TypegetType()
 
 
 
@@ -323,7 +322,7 @@ extends 
 
 getWaitInterval
-publiclonggetWaitInterval()
+publiclonggetWaitInterval()
 
 
 
@@ -332,7 +331,7 @@ extends 
 
 throwNumRequestsExceeded
-public 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html 
b/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
index 412d0b1..8be2297 100644
--- a/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
+++ b/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public class TableMapReduceUtil
+public class TableMapReduceUtil
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 Utility for TableMapper 
and TableReducer
 
@@ -466,7 +465,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 TableMapReduceUtil
-publicTableMapReduceUtil()
+publicTableMapReduceUtil()
 
 
 
@@ -483,7 +482,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapperJob
-public staticvoidinitTableMapperJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
+public staticvoidinitTableMapperJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
   Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMappermapper,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -512,7 +511,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapperJob
-public staticvoidinitTableMapperJob(TableNametable,
+public staticvoidinitTableMapperJob(TableNametable,
   Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMappermapper,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -541,7 +540,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapperJob
-public staticvoidinitTableMapperJob(byte[]table,
+public staticvoidinitTableMapperJob(byte[]table,
   Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMappermapper,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -570,7 +569,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapperJob
-public staticvoidinitTableMapperJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
+public staticvoidinitTableMapperJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
   Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMappermapper,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?outputKeyClass,
@@ -603,7 +602,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 initTableMapperJob
-public staticvoidinitTableMapperJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
+public staticvoidinitTableMapperJob(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtable,
   Scanscan,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class? extends TableMappermapper,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/rest/Constants.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/rest/Constants.html 
b/apidocs/org/apache/hadoop/hbase/rest/Constants.html
index 4e17ad8..d567c65 100644
--- a/apidocs/org/apache/hadoop/hbase/rest/Constants.html
+++ b/apidocs/org/apache/hadoop/hbase/rest/Constants.html
@@ -96,8 +96,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public interface Constants
+public interface Constants
 Common constants for org.apache.hadoop.hbase.rest
 
 
@@ -321,7 +320,7 @@ public interface 
 
 VERSION_STRING
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String VERSION_STRING
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String VERSION_STRING
 
 See Also:
 Constant
 Field Values
@@ -334,7 +333,7 @@ public interface 
 
 DEFAULT_MAX_AGE
-static finalint DEFAULT_MAX_AGE
+static finalint DEFAULT_MAX_AGE
 
 See Also:
 Constant
 Field Values
@@ -347,7 +346,7 @@ public interface 
 
 DEFAULT_LISTEN_PORT
-static finalint DEFAULT_LISTEN_PORT
+static finalint DEFAULT_LISTEN_PORT
 
 See Also:
 Constant
 Field Values
@@ -360,7 +359,7 @@ public interface 
 
 MIMETYPE_TEXT
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_TEXT
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_TEXT
 
 See Also:
 Constant
 Field Values
@@ -373,7 +372,7 @@ public interface 
 
 MIMETYPE_HTML
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_HTML
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_HTML
 
 See Also:
 Constant
 Field Values
@@ -386,7 +385,7 @@ public interface 
 
 MIMETYPE_XML
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_XML
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_XML
 
 See Also:
 Constant
 Field Values
@@ -399,7 +398,7 @@ public interface 
 
 MIMETYPE_BINARY
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_BINARY
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_BINARY
 
 See Also:
 Constant
 Field Values
@@ -412,7 +411,7 @@ public interface 
 
 MIMETYPE_PROTOBUF
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_PROTOBUF
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_PROTOBUF
 
 See Also:
 Constant
 Field Values
@@ -425,7 +424,7 @@ public interface 
 
 MIMETYPE_PROTOBUF_IETF
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_PROTOBUF_IETF
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_PROTOBUF_IETF
 
 See Also:
 Constant
 Field Values
@@ -438,7 +437,7 @@ public interface 
 
 MIMETYPE_JSON
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_JSON
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String MIMETYPE_JSON
 
 See Also:
 Constant
 Field Values
@@ -451,7 +450,7 @@ public interface 
 
 CRLF
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CRLF
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CRLF
 
 See Also:
 Constant
 Field Values
@@ -464,7 +463,7 @@ public interface 
 
 REST_KEYTAB_FILE
-static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String REST_KEYTAB_FILE
+static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html 
b/apidocs/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
index ae7baf3..030c587 100644
--- a/apidocs/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
+++ b/apidocs/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
@@ -122,8 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public static class Bytes.ByteArrayComparator
+public static class Bytes.ByteArrayComparator
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements org.apache.hadoop.io.RawComparatorbyte[]
 Byte array comparator class.
@@ -213,7 +212,7 @@ implements 
org.apache.hadoop.io.RawComparatorbyte[]
 
 
 ByteArrayComparator
-publicByteArrayComparator()
+publicByteArrayComparator()
 Constructor
 
 
@@ -231,7 +230,7 @@ implements 
org.apache.hadoop.io.RawComparatorbyte[]
 
 
 compare
-publicintcompare(byte[]left,
+publicintcompare(byte[]left,
byte[]right)
 
 Specified by:
@@ -245,7 +244,7 @@ implements 
org.apache.hadoop.io.RawComparatorbyte[]
 
 
 compare
-publicintcompare(byte[]b1,
+publicintcompare(byte[]b1,
ints1,
intl1,
byte[]b2,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html 
b/apidocs/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
index 0273179..3a4b64a 100644
--- a/apidocs/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
+++ b/apidocs/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
@@ -123,8 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public static class Bytes.RowEndKeyComparator
+public static class Bytes.RowEndKeyComparator
 extends Bytes.ByteArrayComparator
 A Bytes.ByteArrayComparator that 
treats the empty array as the largest value.
  This is useful for comparing row end keys for regions.
@@ -212,7 +211,7 @@ extends 
 
 RowEndKeyComparator
-publicRowEndKeyComparator()
+publicRowEndKeyComparator()
 
 
 
@@ -229,7 +228,7 @@ extends 
 
 compare
-publicintcompare(byte[]left,
+publicintcompare(byte[]left,
byte[]right)
 
 Specified by:
@@ -245,7 +244,7 @@ extends 
 
 compare
-publicintcompare(byte[]b1,
+publicintcompare(byte[]b1,
ints1,
intl1,
byte[]b2,



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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html 
b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html
index 67361c3..44c3d40 100644
--- a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html
+++ b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html
@@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public class RemoteHTable
+public class RemoteHTable
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements Table
 HTable interface to remote tables accessed via REST 
gateway
@@ -559,7 +558,7 @@ implements 
 
 RemoteHTable
-publicRemoteHTable(Clientclient,
+publicRemoteHTable(Clientclient,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Constructor
 
@@ -570,7 +569,7 @@ implements 
 
 RemoteHTable
-publicRemoteHTable(Clientclient,
+publicRemoteHTable(Clientclient,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Constructor
@@ -582,7 +581,7 @@ implements 
 
 RemoteHTable
-publicRemoteHTable(Clientclient,
+publicRemoteHTable(Clientclient,
 org.apache.hadoop.conf.Configurationconf,
 byte[]name)
 Constructor
@@ -602,7 +601,7 @@ implements 
 
 buildRowSpec
-protectedhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringbuildRowSpec(byte[]row,
+protectedhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringbuildRowSpec(byte[]row,
   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapfamilyMap,
   longstartTime,
   longendTime,
@@ -615,7 +614,7 @@ implements 
 
 buildMultiRowSpec
-protectedhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringbuildMultiRowSpec(byte[][]rows,
+protectedhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringbuildMultiRowSpec(byte[][]rows,
intmaxVersions)
 
 
@@ -625,7 +624,7 @@ implements 
 
 buildResultFromModel
-protectedResult[]buildResultFromModel(org.apache.hadoop.hbase.rest.model.CellSetModelmodel)
+protectedResult[]buildResultFromModel(org.apache.hadoop.hbase.rest.model.CellSetModelmodel)
 
 
 
@@ -634,7 +633,7 @@ implements 
 
 buildModelFromPut
-protectedorg.apache.hadoop.hbase.rest.model.CellSetModelbuildModelFromPut(Putput)
+protectedorg.apache.hadoop.hbase.rest.model.CellSetModelbuildModelFromPut(Putput)
 
 
 
@@ -643,7 +642,7 @@ implements 
 
 getTableName
-publicbyte[]getTableName()
+publicbyte[]getTableName()
 
 
 
@@ -652,7 +651,7 @@ implements 
 
 getName
-publicTableNamegetName()
+publicTableNamegetName()
 Description copied from 
interface:Table
 Gets the fully qualified table name instance of this 
table.
 
@@ -667,7 +666,7 @@ implements 
 
 getConfiguration
-publicorg.apache.hadoop.conf.ConfigurationgetConfiguration()
+publicorg.apache.hadoop.conf.ConfigurationgetConfiguration()
 Description copied from 
interface:Table
 Returns the Configuration object used by this 
instance.
  
@@ -685,7 +684,7 @@ implements 
 
 getTableDescriptor
-publicHTableDescriptorgetTableDescriptor()
+publicHTableDescriptorgetTableDescriptor()
 throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
interface:Table
 Gets the table descriptor for 
this table.
@@ -703,7 +702,7 @@ implements 
 
 close
-publicvoidclose()
+publicvoidclose()
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
interface:Table
 Releases any resources held or pending changes in internal 
buffers.
@@ -725,7 +724,7 @@ implements 
 
 get
-publicResultget(Getget)
+publicResultget(Getget)
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Description copied from 
interface:Table
 Extracts certain cells from a given row.
@@ -749,7 +748,7 @@ 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/types/RawBytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/types/RawBytes.html 
b/apidocs/org/apache/hadoop/hbase/types/RawBytes.html
index 299fbc4..c22d955 100644
--- a/apidocs/org/apache/hadoop/hbase/types/RawBytes.html
+++ b/apidocs/org/apache/hadoop/hbase/types/RawBytes.html
@@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class RawBytes
+public class RawBytes
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements DataTypebyte[]
 An DataType for interacting with 
variable-length values
@@ -299,7 +298,7 @@ implements 
 
 ASCENDING
-public static finalRawBytes ASCENDING
+public static finalRawBytes ASCENDING
 
 
 
@@ -308,7 +307,7 @@ implements 
 
 DESCENDING
-public static finalRawBytes DESCENDING
+public static finalRawBytes DESCENDING
 
 
 
@@ -317,7 +316,7 @@ implements 
 
 order
-protected finalOrder order
+protected finalOrder order
 
 
 
@@ -334,7 +333,7 @@ implements 
 
 RawBytes
-protectedRawBytes()
+protectedRawBytes()
 
 
 
@@ -343,7 +342,7 @@ implements 
 
 RawBytes
-protectedRawBytes(Orderorder)
+protectedRawBytes(Orderorder)
 
 
 
@@ -360,7 +359,7 @@ implements 
 
 isOrderPreserving
-publicbooleanisOrderPreserving()
+publicbooleanisOrderPreserving()
 Description copied from 
interface:DataType
 Indicates whether this instance writes encoded 
byte[]'s
  which preserve the natural sort order of the unencoded value.
@@ -379,7 +378,7 @@ implements 
 
 getOrder
-publicOrdergetOrder()
+publicOrdergetOrder()
 Description copied from 
interface:DataType
 Retrieve the sort Order imposed by this data type, 
or null when
  natural ordering is not preserved. Value is either ascending or
@@ -396,7 +395,7 @@ implements 
 
 isNullable
-publicbooleanisNullable()
+publicbooleanisNullable()
 Description copied from 
interface:DataType
 Indicates whether this instance supports encoding null 
values. This
  depends on the implementation details of the encoding format. All
@@ -416,7 +415,7 @@ implements 
 
 isSkippable
-publicbooleanisSkippable()
+publicbooleanisSkippable()
 Description copied from 
interface:DataType
 Indicates whether this instance is able to skip over it's 
encoded value.
  DataTypes that are not skippable can only be used as the
@@ -433,7 +432,7 @@ implements 
 
 skip
-publicintskip(PositionedByteRangesrc)
+publicintskip(PositionedByteRangesrc)
 Description copied from 
interface:DataType
 Skip src's position forward over one encoded 
value.
 
@@ -452,7 +451,7 @@ implements 
 
 encodedLength
-publicintencodedLength(byte[]val)
+publicintencodedLength(byte[]val)
 Description copied from 
interface:DataType
 Inform consumers how long the encoded byte[] 
will be.
 
@@ -471,7 +470,7 @@ implements 
 
 encodedClass
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Classbyte[]encodedClass()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Classbyte[]encodedClass()
 Description copied from 
interface:DataType
 Inform consumers over what type this DataType 
operates. Useful
  when working with bare DataType instances.
@@ -487,7 +486,7 @@ implements 
 
 decode
-publicbyte[]decode(PositionedByteRangesrc)
+publicbyte[]decode(PositionedByteRangesrc)
 Description copied from 
interface:DataType
 Read an instance of T from the buffer 
src.
 
@@ -504,7 +503,7 @@ implements 
 
 encode
-publicintencode(PositionedByteRangedst,
+publicintencode(PositionedByteRangedst,
   byte[]val)
 Description copied from 
interface:DataType
 Write instance val into buffer 
dst.
@@ -525,7 +524,7 @@ implements 
 
 decode
-publicbyte[]decode(PositionedByteRangesrc,
+publicbyte[]decode(PositionedByteRangesrc,
  intlength)
 Read a byte[] from the buffer 
src.
 
@@ -536,7 +535,7 @@ implements 
 
 encode
-publicintencode(PositionedByteRangedst,
+publicintencode(PositionedByteRangedst,
   byte[]val,
   intvoff,
   intvlen)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/types/RawBytesFixedLength.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/types/RawBytesFixedLength.html 
b/apidocs/org/apache/hadoop/hbase/types/RawBytesFixedLength.html
index 2ced703..2143c4a 100644
--- a/apidocs/org/apache/hadoop/hbase/types/RawBytesFixedLength.html
+++ b/apidocs/org/apache/hadoop/hbase/types/RawBytesFixedLength.html
@@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/types/Union2.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/types/Union2.html 
b/apidocs/org/apache/hadoop/hbase/types/Union2.html
index ad821f4..06996c6 100644
--- a/apidocs/org/apache/hadoop/hbase/types/Union2.html
+++ b/apidocs/org/apache/hadoop/hbase/types/Union2.html
@@ -118,8 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public abstract class Union2A,B
+public abstract class Union2A,B
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements DataTypehttp://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 The Union family of DataTypes 
encode one of a fixed
@@ -266,7 +265,7 @@ implements 
 
 typeA
-protected finalDataTypeA typeA
+protected finalDataTypeA typeA
 
 
 
@@ -275,7 +274,7 @@ implements 
 
 typeB
-protected finalDataTypeB typeB
+protected finalDataTypeB typeB
 
 
 
@@ -292,7 +291,7 @@ implements 
 
 Union2
-publicUnion2(DataTypeAtypeA,
+publicUnion2(DataTypeAtypeA,
   DataTypeBtypeB)
 Create an instance of Union2 over the set of 
specified
  types.
@@ -312,7 +311,7 @@ implements 
 
 isOrderPreserving
-publicbooleanisOrderPreserving()
+publicbooleanisOrderPreserving()
 Description copied from 
interface:DataType
 Indicates whether this instance writes encoded 
byte[]'s
  which preserve the natural sort order of the unencoded value.
@@ -331,7 +330,7 @@ implements 
 
 getOrder
-publicOrdergetOrder()
+publicOrdergetOrder()
 Description copied from 
interface:DataType
 Retrieve the sort Order imposed by this data type, 
or null when
  natural ordering is not preserved. Value is either ascending or
@@ -348,7 +347,7 @@ implements 
 
 isNullable
-publicbooleanisNullable()
+publicbooleanisNullable()
 Description copied from 
interface:DataType
 Indicates whether this instance supports encoding null 
values. This
  depends on the implementation details of the encoding format. All
@@ -368,7 +367,7 @@ implements 
 
 isSkippable
-publicbooleanisSkippable()
+publicbooleanisSkippable()
 Description copied from 
interface:DataType
 Indicates whether this instance is able to skip over it's 
encoded value.
  DataTypes that are not skippable can only be used as the
@@ -385,7 +384,7 @@ implements 
 
 encodedClass
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Classhttp://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">ObjectencodedClass()
+publichttp://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Classhttp://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">ObjectencodedClass()
 Description copied from 
interface:DataType
 Inform consumers over what type this DataType 
operates. Useful
  when working with bare DataType instances.
@@ -401,7 +400,7 @@ implements 
 
 decodeA
-publicAdecodeA(PositionedByteRangesrc)
+publicAdecodeA(PositionedByteRangesrc)
 Read an instance of the first type parameter from buffer 
src.
 
 
@@ -411,7 +410,7 @@ implements 
 
 decodeB
-publicBdecodeB(PositionedByteRangesrc)
+publicBdecodeB(PositionedByteRangesrc)
 Read an instance of the second type parameter from buffer 
src.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/types/Union3.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/types/Union3.html 
b/apidocs/org/apache/hadoop/hbase/types/Union3.html
index 5fde8ed..715eece 100644
--- a/apidocs/org/apache/hadoop/hbase/types/Union3.html
+++ b/apidocs/org/apache/hadoop/hbase/types/Union3.html
@@ -123,8 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public abstract class Union3A,B,C
+public abstract class Union3A,B,C
 extends Union2A,B
 The Union family of DataTypes 
encode one of a fixed
  collection of Objects. They provide convenience methods which handle type
@@ -273,7 +272,7 @@ extends 
 
 typeC
-protected finalDataTypeC typeC
+protected finalDataTypeC typeC
 
 
 
@@ -290,7 +289,7 @@ extends 
 
 Union3
-publicUnion3(DataTypeAtypeA,
+publicUnion3(DataTypeAtypeA,
   DataTypeBtypeB,
   DataTypeCtypeC)
 Create an instance of Union3 over the set of 
specified
@@ -311,7 +310,7 @@ extends 
 
 isOrderPreserving
-publicbooleanisOrderPreserving()
+publicbooleanisOrderPreserving()
 Description copied from 
interface:DataType
 Indicates whether this instance writes encoded 
byte[]'s
  which preserve 

[2/3] hbase-site git commit: Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401.

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/af22e44b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 952582c..c1954b4 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-065@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
-066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-067@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
-068@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-069@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
-070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-071@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
+064@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+066@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+067@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+068@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+069@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+070@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+071@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+072@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,159 +118,159 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 25, 1
-114public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
+113// 27, 1
+114public void setFormat(String 
format)
 115{
-116  // 25, 1
-117  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
-118  
m_catalogJanitorEnabled__IsNotDefault = true;
+116  // 27, 1
+117  m_format = format;
+118  m_format__IsNotDefault = true;
 119}
-120public boolean 
getCatalogJanitorEnabled()
+120public String getFormat()
 121{
-122  return m_catalogJanitorEnabled;
+122  return m_format;
 123}
-124private boolean 
m_catalogJanitorEnabled;
-125public boolean 
getCatalogJanitorEnabled__IsNotDefault()
+124private String m_format;
+125public boolean 
getFormat__IsNotDefault()
 126{
-127  return 
m_catalogJanitorEnabled__IsNotDefault;
+127  return m_format__IsNotDefault;
 128}
-129private boolean 
m_catalogJanitorEnabled__IsNotDefault;
-130// 21, 1
-131public void 
setFrags(MapString,Integer frags)
+129private boolean 
m_format__IsNotDefault;
+130// 23, 1
+131public void 
setServers(ListServerName servers)
 132{
-133  // 21, 1
-134  m_frags = frags;
-135  m_frags__IsNotDefault = true;
+133  // 23, 1
+134  m_servers = servers;
+135  m_servers__IsNotDefault = true;
 136}
-137public MapString,Integer 
getFrags()
+137public ListServerName 
getServers()
 138{
-139  return m_frags;
+139  return m_servers;
 140}
-141private MapString,Integer 
m_frags;
-142public boolean 
getFrags__IsNotDefault()
+141private ListServerName 
m_servers;
+142public boolean 
getServers__IsNotDefault()
 143{
-144  return m_frags__IsNotDefault;
+144  return m_servers__IsNotDefault;
 145}
-146private boolean 
m_frags__IsNotDefault;
-147// 29, 1
-148public void 
setAssignmentManager(AssignmentManager assignmentManager)
+146private boolean 
m_servers__IsNotDefault;
+147// 26, 1
+148public void setFilter(String 
filter)
 149{
-150  // 29, 1
-151  m_assignmentManager = 
assignmentManager;
-152  m_assignmentManager__IsNotDefault = 
true;
+150  // 26, 1
+151  m_filter = filter;
+152  m_filter__IsNotDefault = true;
 153}
-154public AssignmentManager 
getAssignmentManager()
+154public String getFilter()
 155{
-156  return m_assignmentManager;
+156  return m_filter;
 157}
-158

hbase-site git commit: INFRA-10751 Empty commit

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site af22e44b0 -> a00253f88


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/a00253f8
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/a00253f8
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/a00253f8

Branch: refs/heads/asf-site
Commit: a00253f88155e878635483a7e1bfd47c35feda51
Parents: af22e44
Author: jenkins 
Authored: Wed Apr 5 07:50:09 2017 +
Committer: jenkins 
Committed: Wed Apr 5 07:50:09 2017 +

--

--




[3/3] hbase-site git commit: Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401.

2017-04-05 Thread git-site-role
Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401.


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

Branch: refs/heads/asf-site
Commit: af22e44b045b76957f3cc70edfbfc898325f5bb3
Parents: a7e7bb4
Author: jenkins 
Authored: Wed Apr 5 07:49:57 2017 +
Committer: jenkins 
Committed: Wed Apr 5 07:49:57 2017 +

--
 apache_hbase_reference_guide.pdf|   4 +-
 apache_hbase_reference_guide.pdfmarks   |   4 +-
 devapidocs/constant-values.html |   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 270 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 108 
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  54 ++--
 .../regionserver/RSStatusTmpl.ImplData.html |  60 ++---
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  24 +-
 .../tmpl/regionserver/RSStatusTmplImpl.html |  12 +-
 .../org/apache/hadoop/hbase/Version.html|   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 270 +--
 .../tmpl/master/MasterStatusTmpl.Intf.html  | 270 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 270 +--
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  72 ++---
 .../regionserver/RSStatusTmpl.ImplData.html |  60 ++---
 .../tmpl/regionserver/RSStatusTmpl.Intf.html|  60 ++---
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  60 ++---
 .../tmpl/regionserver/RSStatusTmplImpl.html |  16 +-
 18 files changed, 809 insertions(+), 809 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/af22e44b/apache_hbase_reference_guide.pdf
--
diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf
index 36dbeec..06632f6 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.6, based on Prawn 1.2.1)
 /Producer (Apache HBase Team)
-/CreationDate (D:20170405070632+00'00')
-/ModDate (D:20170405070632+00'00')
+/CreationDate (D:20170405073714+00'00')
+/ModDate (D:20170405073714+00'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/af22e44b/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index dc4ae79..f16f507 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170405070757)
-  /CreationDate (D:20170405070757)
+  /ModDate (D:20170405073836)
+  /CreationDate (D:20170405073836)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/af22e44b/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 0b35cb5..c644e9e 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 publicstaticfinalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 date
-"Wed Apr  5 06:58:13 UTC 2017"
+"Wed Apr  5 07:28:15 UTC 2017"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/af22e44b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index ec12720..d1cf26e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,166 +393,166 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 privateHMaster m_master
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled
-privateboolean m_catalogJanitorEnabled
+m_format
+privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String m_format
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled__IsNotDefault
-privateboolean m_catalogJanitorEnabled__IsNotDefault
+m_format__IsNotDefault
+privateboolean m_format__IsNotDefault
 
 
-
+
 

[1/3] hbase-site git commit: Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401.

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site a7e7bb478 -> af22e44b0


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/af22e44b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index 952582c..c1954b4 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-065@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
-066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-067@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
-068@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-069@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
-070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-071@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
+064@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+066@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+067@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+068@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+069@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+070@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+071@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+072@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,159 +118,159 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 25, 1
-114public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
+113// 27, 1
+114public void setFormat(String 
format)
 115{
-116  // 25, 1
-117  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
-118  
m_catalogJanitorEnabled__IsNotDefault = true;
+116  // 27, 1
+117  m_format = format;
+118  m_format__IsNotDefault = true;
 119}
-120public boolean 
getCatalogJanitorEnabled()
+120public String getFormat()
 121{
-122  return m_catalogJanitorEnabled;
+122  return m_format;
 123}
-124private boolean 
m_catalogJanitorEnabled;
-125public boolean 
getCatalogJanitorEnabled__IsNotDefault()
+124private String m_format;
+125public boolean 
getFormat__IsNotDefault()
 126{
-127  return 
m_catalogJanitorEnabled__IsNotDefault;
+127  return m_format__IsNotDefault;
 128}
-129private boolean 
m_catalogJanitorEnabled__IsNotDefault;
-130// 21, 1
-131public void 
setFrags(MapString,Integer frags)
+129private boolean 
m_format__IsNotDefault;
+130// 23, 1
+131public void 
setServers(ListServerName servers)
 132{
-133  // 21, 1
-134  m_frags = frags;
-135  m_frags__IsNotDefault = true;
+133  // 23, 1
+134  m_servers = servers;
+135  m_servers__IsNotDefault = true;
 136}
-137public MapString,Integer 
getFrags()
+137public ListServerName 
getServers()
 138{
-139  return m_frags;
+139  return m_servers;
 140}
-141private MapString,Integer 
m_frags;
-142public boolean 
getFrags__IsNotDefault()
+141private ListServerName 
m_servers;
+142public boolean 
getServers__IsNotDefault()
 143{
-144  return m_frags__IsNotDefault;
+144  return m_servers__IsNotDefault;
 145}
-146private boolean 
m_frags__IsNotDefault;
-147// 29, 1
-148public void 
setAssignmentManager(AssignmentManager assignmentManager)
+146private boolean 
m_servers__IsNotDefault;
+147// 26, 1
+148public void setFilter(String 
filter)
 149{
-150  // 29, 1
-151  m_assignmentManager = 
assignmentManager;
-152  m_assignmentManager__IsNotDefault = 
true;
+150  // 26, 1
+151  m_filter = filter;
+152  m_filter__IsNotDefault = true;
 153}
-154public AssignmentManager 
getAssignmentManager()
+154public String getFilter()
 155{
-156  return m_assignmentManager;

[5/6] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-05 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
index eb1cbc5..179a566 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
@@ -29,7 +29,6 @@ import org.apache.hadoop.hbase.Cell;
 import org.apache.hadoop.hbase.CellUtil;
 import org.apache.hadoop.hbase.KeyValue;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.io.TimeRange;
 import org.apache.hadoop.hbase.security.access.Permission;
 import org.apache.hadoop.hbase.security.visibility.CellVisibility;
@@ -49,7 +48,6 @@ import org.apache.hadoop.hbase.util.ClassSize;
  * {@link #addColumn(byte[], byte[], long)} method.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 public class Increment extends Mutation implements Comparable {
   private static final long HEAP_OVERHEAD =  ClassSize.REFERENCE + 
ClassSize.TIMERANGE;
   private TimeRange tr = new TimeRange();

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java
index 01aba6f..ad0897e 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java
@@ -21,7 +21,6 @@
 package org.apache.hadoop.hbase.client;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 
 /**
  * Specify Isolation levels in Scan operations.
@@ -33,7 +32,6 @@ import 
org.apache.hadoop.hbase.classification.InterfaceStability;
  * not have been committed yet.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 public enum IsolationLevel {
 
   READ_COMMITTED(1),

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterSwitchType.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterSwitchType.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterSwitchType.java
index 7e31b25..5fa9ec2 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterSwitchType.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterSwitchType.java
@@ -17,13 +17,11 @@
  */
 package org.apache.hadoop.hbase.client;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 /**
  * Represents the master switch type
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public enum MasterSwitchType {
   SPLIT,
   MERGE
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MobCompactPartitionPolicy.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MobCompactPartitionPolicy.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MobCompactPartitionPolicy.java
index f550572..076ab6f 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MobCompactPartitionPolicy.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MobCompactPartitionPolicy.java
@@ -19,13 +19,11 @@
 package org.apache.hadoop.hbase.client;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 
 /**
  * Enum describing the mob compact partition policy types.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public enum MobCompactPartitionPolicy {
   /**
* Compact daily mob files into one file

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
index fb55fdd..b010c2f 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
+++ 

[2/6] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-05 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java
index 7e3b350..b70e103 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java
@@ -18,7 +18,6 @@
 package org.apache.hadoop.hbase.types;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.hadoop.hbase.util.Order;
 import org.apache.hadoop.hbase.util.PositionedByteRange;
@@ -32,7 +31,6 @@ import org.apache.hadoop.hbase.util.PositionedByteRange;
  * @see RawStringTerminated
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class RawString implements DataType {
 
   public static final RawString ASCENDING = new RawString(Order.ASCENDING);

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringFixedLength.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringFixedLength.java
 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringFixedLength.java
index d11bead..24a394c 100644
--- 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringFixedLength.java
+++ 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringFixedLength.java
@@ -18,7 +18,6 @@
 package org.apache.hadoop.hbase.types;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.util.Order;
 
 /**
@@ -31,7 +30,6 @@ import org.apache.hadoop.hbase.util.Order;
  * @see RawString
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class RawStringFixedLength extends FixedLengthWrapper {
 
   /**

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringTerminated.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringTerminated.java
 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringTerminated.java
index 4d89d5b..408b57a 100644
--- 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringTerminated.java
+++ 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawStringTerminated.java
@@ -18,7 +18,6 @@
 package org.apache.hadoop.hbase.types;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.util.Order;
 
 /**
@@ -33,7 +32,6 @@ import org.apache.hadoop.hbase.util.Order;
  * @see OrderedString
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class RawStringTerminated extends TerminatedWrapper {
 
   /**

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-common/src/main/java/org/apache/hadoop/hbase/types/Struct.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/Struct.java 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/Struct.java
index 550088a..eea64d9 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/Struct.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/Struct.java
@@ -20,7 +20,6 @@ package org.apache.hadoop.hbase.types;
 import java.util.Iterator;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.util.Order;
 import org.apache.hadoop.hbase.util.PositionedByteRange;
 
@@ -78,7 +77,6 @@ import org.apache.hadoop.hbase.util.PositionedByteRange;
  * @see DataType#isNullable()
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class Struct implements DataType {
 
   @SuppressWarnings("rawtypes")

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-common/src/main/java/org/apache/hadoop/hbase/types/StructBuilder.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/StructBuilder.java 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/StructBuilder.java
index d73a17d..ad4f021 100644
--- 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/StructBuilder.java
+++ 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/types/StructBuilder.java

[6/6] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-05 Thread zhangduo
HBASE-17857 Remove IS annotations from IA.Public classes


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

Branch: refs/heads/master
Commit: a66d491892514fd4a188d6ca87d6260d8ae46184
Parents: 910b680
Author: zhangduo 
Authored: Tue Apr 4 20:30:10 2017 +0800
Committer: zhangduo 
Committed: Wed Apr 5 15:34:06 2017 +0800

--
 .../hbase/classification/InterfaceAudience.java |   1 -
 .../classification/InterfaceStability.java  |   1 -
 .../hadoop/hbase/CallDroppedException.java  |   4 +-
 .../hadoop/hbase/CallQueueTooBigException.java  |   4 +-
 .../hadoop/hbase/ClockOutOfSyncException.java   |   2 -
 .../org/apache/hadoop/hbase/ClusterStatus.java  |   2 -
 .../hadoop/hbase/DoNotRetryIOException.java |   2 -
 .../hadoop/hbase/DroppedSnapshotException.java  |   2 -
 .../apache/hadoop/hbase/HColumnDescriptor.java  |   2 -
 .../org/apache/hadoop/hbase/HRegionInfo.java|   2 -
 .../apache/hadoop/hbase/HRegionLocation.java|   2 -
 .../apache/hadoop/hbase/HTableDescriptor.java   |   2 -
 .../hbase/InvalidFamilyOperationException.java  |   2 -
 .../apache/hadoop/hbase/KeepDeletedCells.java   |   2 -
 .../hadoop/hbase/MasterNotRunningException.java |   2 -
 .../hadoop/hbase/MemoryCompactionPolicy.java|   2 -
 .../hadoop/hbase/MultiActionResultTooLarge.java |   2 -
 .../hadoop/hbase/NamespaceExistException.java   |   2 -
 .../hbase/NamespaceNotFoundException.java   |   2 -
 .../hbase/NotAllMetaRegionsOnlineException.java |   2 -
 .../hadoop/hbase/NotServingRegionException.java |   2 -
 .../hadoop/hbase/PleaseHoldException.java   |   2 -
 .../apache/hadoop/hbase/RegionException.java|   2 -
 .../org/apache/hadoop/hbase/RegionLoad.java |   2 -
 .../hadoop/hbase/RegionTooBusyException.java|   2 -
 .../hbase/ReplicationPeerNotFoundException.java |   4 +-
 .../hadoop/hbase/RetryImmediatelyException.java |   2 -
 .../org/apache/hadoop/hbase/ServerLoad.java |   2 -
 .../hadoop/hbase/TableExistsException.java  |   2 -
 .../hadoop/hbase/TableInfoMissingException.java |   2 -
 .../hadoop/hbase/TableNotDisabledException.java |   2 -
 .../hadoop/hbase/TableNotEnabledException.java  |   2 -
 .../hadoop/hbase/TableNotFoundException.java|   2 -
 .../hadoop/hbase/UnknownRegionException.java|   2 -
 .../hadoop/hbase/UnknownScannerException.java   |   2 -
 .../hbase/ZooKeeperConnectionException.java |   2 -
 .../org/apache/hadoop/hbase/client/Admin.java   |   2 -
 .../org/apache/hadoop/hbase/client/Append.java  |   2 -
 .../apache/hadoop/hbase/client/AsyncAdmin.java  |   2 -
 .../hadoop/hbase/client/AsyncConnection.java|   4 +-
 .../apache/hadoop/hbase/client/AsyncTable.java  |   2 -
 .../hadoop/hbase/client/AsyncTableBase.java |   2 -
 .../hadoop/hbase/client/AsyncTableBuilder.java  |   2 -
 .../hbase/client/AsyncTableRegionLocator.java   |   2 -
 .../apache/hadoop/hbase/client/Attributes.java  |   2 -
 .../hadoop/hbase/client/BufferedMutator.java|   3 -
 .../hbase/client/BufferedMutatorParams.java |   2 -
 .../apache/hadoop/hbase/client/CompactType.java |   4 +-
 .../hadoop/hbase/client/CompactionState.java|   2 -
 .../apache/hadoop/hbase/client/Connection.java  |   2 -
 .../hadoop/hbase/client/ConnectionFactory.java  |   2 -
 .../apache/hadoop/hbase/client/Consistency.java |   2 -
 .../org/apache/hadoop/hbase/client/Delete.java  |   2 -
 .../hbase/client/DoNotRetryRegionException.java |   2 -
 .../apache/hadoop/hbase/client/Durability.java  |   2 -
 .../org/apache/hadoop/hbase/client/Get.java |   2 -
 .../hadoop/hbase/client/HTableMultiplexer.java  |   3 -
 .../apache/hadoop/hbase/client/Increment.java   |   2 -
 .../hadoop/hbase/client/IsolationLevel.java |   2 -
 .../hadoop/hbase/client/MasterSwitchType.java   |   4 +-
 .../hbase/client/MobCompactPartitionPolicy.java |   2 -
 .../apache/hadoop/hbase/client/Mutation.java|   2 -
 .../client/NoServerForRegionException.java  |   2 -
 .../apache/hadoop/hbase/client/Operation.java   |   2 -
 .../hbase/client/OperationWithAttributes.java   |   2 -
 .../org/apache/hadoop/hbase/client/Put.java |   2 -
 .../org/apache/hadoop/hbase/client/Query.java   |   4 +-
 .../hadoop/hbase/client/RawAsyncTable.java  |   4 -
 .../hbase/client/RawScanResultConsumer.java |   6 +-
 .../hadoop/hbase/client/RegionLoadStats.java|   2 -
 .../hadoop/hbase/client/RegionLocator.java  |   2 -
 .../hbase/client/RegionOfflineException.java|   2 -
 .../hadoop/hbase/client/RequestController.java  |   4 -
 .../hbase/client/RequestControllerFactory.java  |   2 -
 .../org/apache/hadoop/hbase/client/Result.java  |   2 -
 .../hadoop/hbase/client/ResultScanner.java  |   2 -
 

[3/6] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-05 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshotException.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshotException.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshotException.java
index 05f3556..f6817e7 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshotException.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshotException.java
@@ -18,13 +18,11 @@
 package org.apache.hadoop.hbase.snapshot;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 
 /**
  * Thrown when a snapshot could not be exported due to an error during the 
operation.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 @SuppressWarnings("serial")
 public class ExportSnapshotException extends HBaseSnapshotException {
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/HBaseSnapshotException.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/HBaseSnapshotException.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/HBaseSnapshotException.java
index 2fe58ed..bd185a1 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/HBaseSnapshotException.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/HBaseSnapshotException.java
@@ -19,7 +19,6 @@ package org.apache.hadoop.hbase.snapshot;
 
 import org.apache.hadoop.hbase.DoNotRetryIOException;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.client.SnapshotDescription;
 
 /**
@@ -27,7 +26,6 @@ import org.apache.hadoop.hbase.client.SnapshotDescription;
  */
 @SuppressWarnings("serial")
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class HBaseSnapshotException extends DoNotRetryIOException {
 
   private SnapshotDescription description;

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotException.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotException.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotException.java
index 70e8d3b..de58077 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotException.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotException.java
@@ -19,7 +19,6 @@
 package org.apache.hadoop.hbase.snapshot;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.client.SnapshotDescription;
 
 /**
@@ -27,7 +26,6 @@ import org.apache.hadoop.hbase.client.SnapshotDescription;
  */
 @SuppressWarnings("serial")
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class RestoreSnapshotException extends HBaseSnapshotException {
   public RestoreSnapshotException(String msg, SnapshotDescription desc) {
 super(msg, desc);

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotCreationException.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotCreationException.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotCreationException.java
index 2738b3d..9cfe83a 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotCreationException.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotCreationException.java
@@ -18,7 +18,6 @@
 package org.apache.hadoop.hbase.snapshot;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.client.SnapshotDescription;
 
 /**
@@ -27,7 +26,6 @@ import org.apache.hadoop.hbase.client.SnapshotDescription;
  */
 @SuppressWarnings("serial")
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class SnapshotCreationException extends HBaseSnapshotException {
 
   /**

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDoesNotExistException.java
--
diff --git 

[1/6] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-05 Thread zhangduo
Repository: hbase
Updated Branches:
  refs/heads/master 910b68082 -> a66d49189


http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiHFileOutputFormat.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiHFileOutputFormat.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiHFileOutputFormat.java
index dc2fc0d..3c90b59 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiHFileOutputFormat.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiHFileOutputFormat.java
@@ -16,7 +16,6 @@ import java.util.Map;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.Path;
@@ -44,7 +43,6 @@ import com.google.common.annotations.VisibleForTesting;
  * 
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 @VisibleForTesting
 public class MultiHFileOutputFormat extends 
FileOutputFormat {
   private static final Log LOG = 
LogFactory.getLog(MultiHFileOutputFormat.class);

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.java
index 3099c0d..a8e6837 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.java
@@ -22,7 +22,6 @@ import java.util.ArrayList;
 import java.util.List;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.conf.Configurable;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hbase.client.Scan;
@@ -55,7 +54,6 @@ import org.apache.hadoop.hbase.client.Scan;
  * 
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public class MultiTableInputFormat extends MultiTableInputFormatBase implements
 Configurable {
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
index 25ea047..e18b3aa 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
@@ -25,7 +25,6 @@ import java.util.List;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.HRegionInfo;
 import org.apache.hadoop.hbase.HRegionLocation;
 import org.apache.hadoop.hbase.TableName;
@@ -54,7 +53,6 @@ import java.util.Iterator;
  * filters etc. Subclasses may use other TableRecordReader implementations.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Evolving
 public abstract class MultiTableInputFormatBase extends
 InputFormat {
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
--
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
index 7feb7a9..4cc784f 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
@@ -25,7 +25,6 @@ import java.util.Map;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hbase.HBaseConfiguration;
 import 

[4/6] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-05 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
index 7aa807c..ed95a7d 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
@@ -24,7 +24,6 @@ import java.util.ArrayList;
 import org.apache.hadoop.hbase.Cell;
 import org.apache.hadoop.hbase.CellComparator;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.exceptions.DeserializationException;
 import 
org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException;
 import org.apache.hadoop.hbase.shaded.com.google.protobuf.UnsafeByteOperations;
@@ -40,7 +39,6 @@ import com.google.common.base.Preconditions;
  * Use this filter to include the stop row, eg: [A,Z].
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 public class InclusiveStopFilter extends FilterBase {
   private byte [] stopRowKey;
   private boolean done = false;

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/IncompatibleFilterException.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/IncompatibleFilterException.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/IncompatibleFilterException.java
index 8eba03c..6410ab4 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/IncompatibleFilterException.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/IncompatibleFilterException.java
@@ -19,13 +19,11 @@
 package org.apache.hadoop.hbase.filter;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 
 /**
  * Used to indicate a filter incompatibility
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 public class IncompatibleFilterException extends RuntimeException {
   private static final long serialVersionUID = 3236763276623198231L;
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java
index 81aae0b..0406058 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InvalidRowFilterException.java
@@ -19,13 +19,11 @@
 package org.apache.hadoop.hbase.filter;
 
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 
 /**
  * Used to indicate an invalid RowFilter.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 public class InvalidRowFilterException extends RuntimeException {
   private static final long serialVersionUID = 2667894046345657865L;
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
--
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
index adbf304..b082941 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
@@ -27,7 +27,6 @@ import org.apache.hadoop.hbase.ByteBufferCell;
 import org.apache.hadoop.hbase.Cell;
 import org.apache.hadoop.hbase.HConstants;
 import org.apache.hadoop.hbase.classification.InterfaceAudience;
-import org.apache.hadoop.hbase.classification.InterfaceStability;
 import org.apache.hadoop.hbase.exceptions.DeserializationException;
 import org.apache.hadoop.hbase.shaded.protobuf.generated.FilterProtos;
 import org.apache.hadoop.hbase.util.Bytes;
@@ -43,7 +42,6 @@ import 
org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferE
  * the values.
  */
 @InterfaceAudience.Public
-@InterfaceStability.Stable
 public class KeyOnlyFilter extends FilterBase {
 
   boolean lenAsVal;


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
index 78fd371..72f56a8 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
@@ -250,10 +250,7 @@
 
 
 ByteRange
-ByteRange.deepCopy()
-Create a new ByteRange with new backing byte[] 
containing a copy
- of the content from this range's window.
-
+SimpleByteRange.deepCopy()
 
 
 ByteRange
@@ -261,7 +258,10 @@
 
 
 ByteRange
-SimpleByteRange.deepCopy()
+ByteRange.deepCopy()
+Create a new ByteRange with new backing byte[] 
containing a copy
+ of the content from this range's window.
+
 
 
 ByteRange
@@ -281,6 +281,16 @@
 
 
 ByteRange
+SimpleByteRange.put(intindex,
+   byteval)
+
+
+ByteRange
+SimpleMutableByteRange.put(intindex,
+   byteval)
+
+
+ByteRange
 ByteRange.put(intindex,
byteval)
 Store val at index.
@@ -288,13 +298,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byteval)
+SimpleByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byteval)
+SimpleMutableByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
@@ -305,13 +315,17 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val)
+SimpleByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val)
+SimpleMutableByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
@@ -325,17 +339,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleMutableByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
@@ -346,13 +356,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.putInt(intindex,
-  intval)
+SimpleByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
-SimpleByteRange.putInt(intindex,
-  intval)
+SimpleMutableByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
@@ -363,13 +373,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.putLong(intindex,
-   longval)
+SimpleByteRange.putShort(intindex,
+shortval)
 
 
 ByteRange
-SimpleByteRange.putLong(intindex,
-   longval)
+SimpleMutableByteRange.putShort(intindex,
+shortval)
 
 
 ByteRange
@@ -380,25 +390,21 @@
 
 
 ByteRange
-SimpleMutableByteRange.putShort(intindex,
-shortval)
+SimpleByteRange.set(byte[]bytes)
 
 
 ByteRange
-SimpleByteRange.putShort(intindex,
-shortval)
-
-
-ByteRange
 ByteRange.set(byte[]bytes)
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[]bytes)
+SimpleByteRange.set(byte[]bytes,
+   intoffset,
+   intlength)
 
-
+
 ByteRange
 ByteRange.set(byte[]bytes,
intoffset,
@@ -406,22 +412,16 @@
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[]bytes,
-   intoffset,
-   intlength)
+SimpleByteRange.set(intcapacity)
 
-
+
 ByteRange
 ByteRange.set(intcapacity)
 Reuse this ByteRange over a new byte[].
 
 
-
-ByteRange
-SimpleByteRange.set(intcapacity)
-
 
 ByteRange
 ByteRange.setLength(intlength)
@@ -436,9 +436,7 @@
 
 
 ByteRange
-ByteRange.shallowCopy()
-Create a new ByteRange that points at this 
range's byte[].
-
+SimpleByteRange.shallowCopy()
 
 
 ByteRange
@@ -446,14 +444,14 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopy()
+ByteRange.shallowCopy()
+Create a new ByteRange that points at this 
range's byte[].
+
 
 
 ByteRange
-ByteRange.shallowCopySubRange(intinnerOffset,
-   intcopyLength)
-Create a new ByteRange that points at this 
range's byte[].
-
+SimpleByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
 
 
 ByteRange
@@ -462,14 +460,14 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopySubRange(intinnerOffset,
-   intcopyLength)
+ByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
+Create a new ByteRange that points at this 
range's byte[].
+
 
 
 ByteRange
-ByteRange.unset()
-Nullifies this ByteRange.
-
+SimpleByteRange.unset()
 
 
 ByteRange
@@ -477,7 +475,9 @@
 
 
 ByteRange
-SimpleByteRange.unset()
+ByteRange.unset()
+Nullifies this ByteRange.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
index a6ec9c7..da760b5 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
+++ 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html 
b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
index 2408858..8a19eda 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
@@ -244,7 +244,7 @@ the order they are declared.
 
 
 values
-public staticReference.Range[]values()
+public staticReference.Range[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -264,7 +264,7 @@ for (Reference.Range c : Reference.Range.values())
 
 
 valueOf
-public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
index 44310c8..b6e7034 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
@@ -162,11 +162,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 ImmutableBytesWritable
-TableSnapshotInputFormat.TableSnapshotRecordReader.createKey()
+TableRecordReader.createKey()
 
 
 ImmutableBytesWritable
-TableRecordReader.createKey()
+TableSnapshotInputFormat.TableSnapshotRecordReader.createKey()
 
 
 ImmutableBytesWritable
@@ -183,9 +183,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
@@ -195,11 +197,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 
@@ -218,10 +218,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,
+IdentityTableMap.map(ImmutableBytesWritablekey,
+   Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Pass the key, value to reduce
+
 
 
 void
@@ -234,21 +236,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
+   Resultvalues,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
-Pass the key, value to reduce
-
+   org.apache.hadoop.mapred.Reporterreporter)
 
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
+TableRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritablekey,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
@@ -281,10 +281,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
index 7537997..c811485 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
@@ -253,12 +253,12 @@
 
 
 int
-RowIndexSeekerV1.compareKey(CellComparatorcomparator,
+BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
   Cellkey)
 
 
 int
-BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
+RowIndexSeekerV1.compareKey(CellComparatorcomparator,
   Cellkey)
 
 
@@ -270,27 +270,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparatorcomparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+RowIndexCodecV1.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
@@ -328,9 +328,9 @@
 
 
 
-protected CellComparator
-HFileWriterImpl.comparator
-Key comparator.
+private CellComparator
+HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
+Needed doing lookup on blocks.
 
 
 
@@ -344,9 +344,9 @@
 
 
 
-private CellComparator
-HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
-Needed doing lookup on blocks.
+protected CellComparator
+HFileWriterImpl.comparator
+Key comparator.
 
 
 
@@ -530,8 +530,8 @@
 StripeStoreFileManager.cellComparator
 
 
-protected CellComparator
-StripeMultiFileWriter.comparator
+private CellComparator
+StoreFileWriter.Builder.comparator
 
 
 protected CellComparator
@@ -539,36 +539,36 @@
 
 
 private CellComparator
-Segment.comparator
+AbstractMemStore.comparator
 
 
 private CellComparator
-ScanInfo.comparator
+Segment.comparator
 
 
-private CellComparator
-StoreFileWriter.Builder.comparator
+protected CellComparator
+HRegion.RegionScannerImpl.comparator
 
 
 protected CellComparator
-HRegion.RegionScannerImpl.comparator
+StripeMultiFileWriter.comparator
 
 
 private CellComparator
-AbstractMemStore.comparator
+ScanInfo.comparator
 
 
 protected CellComparator
 HStore.comparator
 
 
-protected CellComparator
-KeyValueHeap.KVScannerComparator.kvComparator
-
-
 private CellComparator
 DefaultStoreFileManager.kvComparator
 
+
+protected CellComparator
+KeyValueHeap.KVScannerComparator.kvComparator
+
 
 
 
@@ -589,38 +589,38 @@
 HRegion.getCellComparator()
 
 
-CellComparator
-StoreFileReader.getComparator()
+(package private) CellComparator
+StoreFileScanner.getComparator()
 
 
 protected CellComparator
-Segment.getComparator()
-Returns the Cell comparator used by this segment
-
+AbstractMemStore.getComparator()
 
 
 CellComparator
-ScanInfo.getComparator()
+StoreFileReader.getComparator()
 
 
 CellComparator
 KeyValueHeap.KVScannerComparator.getComparator()
 
 
-CellComparator
-Store.getComparator()
+protected CellComparator
+Segment.getComparator()
+Returns the Cell comparator used by this segment
+
 
 
-protected CellComparator
-AbstractMemStore.getComparator()
+CellComparator
+ScanInfo.getComparator()
 
 
 CellComparator
-HStore.getComparator()
+Store.getComparator()
 
 
-(package private) CellComparator
-StoreFileScanner.getComparator()
+CellComparator
+HStore.getComparator()
 
 
 
@@ -663,21 +663,21 @@
 
 
 protected void
-DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
-CellComparatorkvComparator)
+CellComparatorcomparator)
 
 
 protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
 CellComparatorkvComparator)
 
 
 protected void
-StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
  

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index cb2bcf8..29200f1 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -316,6690 +316,6690 @@
 0
 1
 
-maven-archiver/pom.properties
-0
-0
-1
-
 org/apache/hadoop/hbase/AsyncMetaTableAccessor.java
 0
 0
 43
-
+
 org/apache/hadoop/hbase/AuthUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/BaseConfigurable.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ByteBufferKeyValue.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/Cell.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CellComparator.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/CellScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CellUtil.java
 0
 0
 98
-
+
 org/apache/hadoop/hbase/ChoreService.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/ClusterId.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ClusterStatus.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/CompatibilityFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompatibilitySingletonFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompoundConfiguration.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CoordinatedStateManagerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CoprocessorEnvironment.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/DoNotRetryIOException.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/DroppedSnapshotException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ExtendedCell.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HBaseConfiguration.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/HColumnDescriptor.java
 0
 0
 27
-
+
 org/apache/hadoop/hbase/HConstants.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HRegionInfo.java
 0
 0
 58
-
+
 org/apache/hadoop/hbase/HRegionLocation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HTableDescriptor.java
 0
 0
 46
-
+
 org/apache/hadoop/hbase/HealthChecker.java
 0
 0
 17
-
+
 org/apache/hadoop/hbase/IndividualBytesFieldCell.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/JMXListener.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/KeyValue.java
 0
 0
 135
-
+
 org/apache/hadoop/hbase/KeyValueTestUtil.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/KeyValueUtil.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/LocalHBaseCluster.java
 0
 0
 24
-
+
 org/apache/hadoop/hbase/MetaMutationAnnotation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/MetaTableAccessor.java
 0
 0
 118
-
+
 org/apache/hadoop/hbase/NamespaceDescriptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/NotAllMetaRegionsOnlineException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLoad.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLocations.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/RegionStateListener.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ScheduledChore.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ServerLoad.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ServerName.java
 0
 0
 27
-
+
 org/apache/hadoop/hbase/SettableSequenceId.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SettableTimestamp.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogCounters.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogTask.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/TableDescriptors.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/TableInfoMissingException.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/TableName.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/TagType.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/TagUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZKNamespaceManager.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZNodeClearer.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupCopyJob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/BackupHFileCleaner.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupRestoreConstants.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupTableInfo.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/FailedArchiveException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HBackupFileSystem.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HFileArchiver.java
 0
 0
 21
-
+
 org/apache/hadoop/hbase/backup/LogUtils.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreDriver.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreJob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreRequest.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/backup/impl/BackupCommands.java
 0
 0
 55
-
+
 org/apache/hadoop/hbase/backup/impl/BackupManager.java
 0
 0
 5
-
+
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
index 79193fb..a9d4353 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
@@ -170,7 +170,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -179,7 +179,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -282,6 +282,14 @@ service.
 HTableMultiplexer.FlushWorker.addr
 
 
+HRegionLocation
+AsyncClientScanner.OpenScannerResponse.loc
+
+
+private HRegionLocation
+AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.loc
+
+
 private HRegionLocation
 AsyncScanSingleRegionRpcRetryingCaller.loc
 
@@ -290,23 +298,15 @@ service.
 AsyncBatchRpcRetryingCaller.RegionRequest.loc
 
 
-HRegionLocation
-AsyncClientScanner.OpenScannerResponse.loc
+protected HRegionLocation
+RegionAdminServiceCallable.location
 
 
-private HRegionLocation
-AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.loc
-
-
 protected HRegionLocation
 RegionServerCallable.location
 Some subclasses want to set their own location.
 
 
-
-protected HRegionLocation
-RegionAdminServiceCallable.location
-
 
 
 
@@ -349,11 +349,11 @@ service.
 
 
 protected HRegionLocation
-RegionServerCallable.getLocation()
+MultiServerCallable.getLocation()
 
 
 protected HRegionLocation
-MultiServerCallable.getLocation()
+RegionServerCallable.getLocation()
 
 
 HRegionLocation
@@ -361,43 +361,43 @@ service.
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[]row)
+HRegionLocator.getRegionLocation(byte[]row)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[]row)
+RegionLocator.getRegionLocation(byte[]row)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[]row,
+HRegionLocator.getRegionLocation(byte[]row,
  booleanreload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[]row,
+RegionLocator.getRegionLocation(byte[]row,
  booleanreload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-ClusterConnection.getRegionLocation(TableNametableName,
+ConnectionImplementation.getRegionLocation(TableNametableName,
  byte[]row,
- booleanreload)
-Find region location hosting passed row
-
+ booleanreload)
 
 
 HRegionLocation
-ConnectionImplementation.getRegionLocation(TableNametableName,
+ClusterConnection.getRegionLocation(TableNametableName,
  byte[]row,
- booleanreload)
+ booleanreload)
+Find region location hosting passed row
+
 
 
 private HRegionLocation
@@ -412,15 +412,20 @@ service.
 
 
 HRegionLocation
+ConnectionImplementation.locateRegion(byte[]regionName)
+
+
+HRegionLocation
 ClusterConnection.locateRegion(byte[]regionName)
 Gets the location of the region of regionName.
 
 
-
+
 HRegionLocation
-ConnectionImplementation.locateRegion(byte[]regionName)
+ConnectionImplementation.locateRegion(TableNametableName,
+byte[]row)
 
-
+
 HRegionLocation
 ClusterConnection.locateRegion(TableNametableName,
 byte[]row)
@@ -428,11 +433,6 @@ service.
  lives in.
 
 
-
-HRegionLocation
-ConnectionImplementation.locateRegion(TableNametableName,
-byte[]row)
-
 
 private HRegionLocation
 AsyncNonMetaRegionLocator.locateRowBeforeInCache(AsyncNonMetaRegionLocator.TableCachetableCache,
@@ -447,17 +447,17 @@ service.
 
 
 HRegionLocation
+ConnectionImplementation.relocateRegion(TableNametableName,
+  byte[]row)
+
+
+HRegionLocation
 ClusterConnection.relocateRegion(TableNametableName,
   byte[]row)
 Find the location of the region of tableName that 
row
  lives in, ignoring any value that might be in the cache.
 
 
-
-HRegionLocation
-ConnectionImplementation.relocateRegion(TableNametableName,
-  byte[]row)
-
 
 
 
@@ -469,13 +469,13 @@ service.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionLocation

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
index 8c57b38..e768cd7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
@@ -265,15 +265,15 @@
 
 
 private ReplicationPeers
-ReplicationSourceManager.replicationPeers
+ReplicationSource.replicationPeers
 
 
 private ReplicationPeers
-ReplicationSource.replicationPeers
+Replication.replicationPeers
 
 
 private ReplicationPeers
-Replication.replicationPeers
+ReplicationSourceManager.replicationPeers
 
 
 private ReplicationPeers

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
index 7bebf07..7f8b4b2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
@@ -151,15 +151,15 @@
 
 
 private ReplicationQueues
-ReplicationSourceManager.replicationQueues
+ReplicationSource.replicationQueues
 
 
 private ReplicationQueues
-ReplicationSource.replicationQueues
+Replication.replicationQueues
 
 
 private ReplicationQueues
-Replication.replicationQueues
+ReplicationSourceManager.replicationQueues
 
 
 private ReplicationQueues

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
index 373d114..b3d3829 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
@@ -147,11 +147,11 @@
 
 
 private ReplicationTracker
-ReplicationSourceManager.replicationTracker
+Replication.replicationTracker
 
 
 private ReplicationTracker
-Replication.replicationTracker
+ReplicationSourceManager.replicationTracker
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
index ffad47a..d70f824 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
@@ -185,14 +185,14 @@
 
 
 WALEntryFilter
-ReplicationEndpoint.getWALEntryfilter()
-Returns a WALEntryFilter to use for filtering out 
WALEntries from the log.
+BaseReplicationEndpoint.getWALEntryfilter()
+Returns a default set of filters
 
 
 
 WALEntryFilter
-BaseReplicationEndpoint.getWALEntryfilter()
-Returns a default set of filters
+ReplicationEndpoint.getWALEntryfilter()
+Returns a WALEntryFilter to use for filtering out 
WALEntries from the log.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
index 9cffb66..4c2ce9f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
@@ -104,11 +104,11 @@
 
 
 private MetricsReplicationSourceImpl
-MetricsReplicationSourceSourceImpl.rms
+MetricsReplicationGlobalSourceSource.rms
 
 
 private MetricsReplicationSourceImpl
-MetricsReplicationGlobalSourceSource.rms
+MetricsReplicationSourceSourceImpl.rms
 
 
 (package private) MetricsReplicationSourceImpl


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 02ee42f..3d5003d 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -360,23 +360,23 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,

org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 
@@ -485,9 +485,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
+MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
   
org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 
@@ -497,9 +497,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReaderImmutableBytesWritable,Result
-MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
+TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
   
org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
index cd88dcf..1376754 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
@@ -130,42 +130,42 @@
 
 
 
-ResultScanner
-Table.getScanner(byte[]family)
+default ResultScanner
+AsyncTable.getScanner(byte[]family)
 Gets a scanner on the current table for the given 
family.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[]family)
+ResultScanner
+Table.getScanner(byte[]family)
 Gets a scanner on the current table for the given 
family.
 
 
 
-ResultScanner
-Table.getScanner(byte[]family,
+default ResultScanner
+AsyncTable.getScanner(byte[]family,
   byte[]qualifier)
 Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[]family,
+ResultScanner
+Table.getScanner(byte[]family,
   byte[]qualifier)
 Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
 ResultScanner
-Table.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan
- object.
+AsyncTable.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+Table.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan
+ object.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html
index 646b62e..22a4d6c 100644
--- 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index 83170ac..2d0e7ab 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -125,104 +125,104 @@
 
 
 byte[]
-RawBytes.decode(PositionedByteRangesrc)
+OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+OrderedNumeric.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRangesrc)
 
 
-T
-TerminatedWrapper.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
+OrderedInt32.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true;
 title="class or interface in java.lang">Float
-OrderedFloat32.decode(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true;
 title="class or interface in java.lang">Double
-OrderedFloat64.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+OrderedString.decode(PositionedByteRangesrc)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true;
 title="class or interface in java.lang">Float
 RawFloat.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
-OrderedInt8.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
+RawInteger.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRangesrc)
+T
+DataType.decode(PositionedByteRangesrc)
+Read an instance of T from the buffer 
src.
+
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
+RawLong.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRangesrc)
-
-
 http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRangesrc)
+RawShort.decode(PositionedByteRangesrc)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 RawString.decode(PositionedByteRangesrc)
 
+
+byte[]
+RawBytes.decode(PositionedByteRangesrc)
+
 
 byte[]
-OrderedBlobVar.decode(PositionedByteRangesrc)
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-OrderedString.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true;
 title="class or interface in java.lang">Double
+RawDouble.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
-OrderedInt32.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
+OrderedInt16.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html 
b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
index f1a1e53..b142fd6 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
@@ -386,23 +386,23 @@
 
 
 
-User
-RpcCallContext.getRequestUser()
-Returns the user credentials associated with the current 
RPC request or
- null if no credentials were provided.
-
-
-
 static User
 RpcServer.getRequestUser()
 Returns the user credentials associated with the current 
RPC request or
  null if no credentials were provided.
 
 
-
+
 User
 RpcServer.Call.getRequestUser()
 
+
+User
+RpcCallContext.getRequestUser()
+Returns the user credentials associated with the current 
RPC request or
+ null if no credentials were provided.
+
+
 
 User
 ConnectionId.getTicket()
@@ -439,31 +439,31 @@
 
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
+AbstractRpcClient.createBlockingRpcChannel(ServerNamesn,
+Userticket,
+intrpcTimeout)
+
+
+org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
 RpcClient.createBlockingRpcChannel(ServerNamesn,
 Useruser,
 intrpcTimeout)
 Creates a "channel" that can be used by a blocking protobuf 
service.
 
 
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
-AbstractRpcClient.createBlockingRpcChannel(ServerNamesn,
-Userticket,
-intrpcTimeout)
-
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-RpcClient.createRpcChannel(ServerNamesn,
+AbstractRpcClient.createRpcChannel(ServerNamesn,
 Useruser,
-intrpcTimeout)
-Creates a "channel" that can be used by a protobuf 
service.
-
+intrpcTimeout)
 
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-AbstractRpcClient.createRpcChannel(ServerNamesn,
+RpcClient.createRpcChannel(ServerNamesn,
 Useruser,
-intrpcTimeout)
+intrpcTimeout)
+Creates a "channel" that can be used by a protobuf 
service.
+
 
 
 int
@@ -891,17 +891,17 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputControllerthroughputController,
+StripeStoreEngine.StripeCompaction.compact(ThroughputControllerthroughputController,
Useruser)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputControllerthroughputController,
+DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputControllerthroughputController,
Useruser)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-StripeStoreEngine.StripeCompaction.compact(ThroughputControllerthroughputController,
+DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputControllerthroughputController,
Useruser)
 
 
@@ -922,18 +922,18 @@
 
 
 int
-RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
-   
org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-   Useruser)
-
-
-int
 AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,

org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
Useruser)
 Returns a 'priority' based on the request type.
 
 
+
+int
+RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
+   
org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+   Useruser)
+
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 HStore.moveCompatedFilesIntoPlace(CompactionRequestcr,
@@ -1366,14 +1366,14 @@
 
 
 
-static User
-User.create(org.apache.hadoop.security.UserGroupInformationugi)
+User
+UserProvider.create(org.apache.hadoop.security.UserGroupInformationugi)
 Wraps an underlying UserGroupInformation 
instance.
 
 
 
-User
-UserProvider.create(org.apache.hadoop.security.UserGroupInformationugi)
+static User
+User.create(org.apache.hadoop.security.UserGroupInformationugi)
 Wraps an underlying UserGroupInformation 
instance.
 
 
@@ -1392,15 +1392,15 @@
   

hbase-site git commit: INFRA-10751 Empty commit

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 7d957e04f -> a7e7bb478


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/a7e7bb47
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/a7e7bb47
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/a7e7bb47

Branch: refs/heads/asf-site
Commit: a7e7bb4787a616a42f380c0c19e72a3ddaba967e
Parents: 7d957e0
Author: jenkins 
Authored: Wed Apr 5 07:19:38 2017 +
Committer: jenkins 
Committed: Wed Apr 5 07:19:38 2017 +

--

--




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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index b43cba8..0b35cb5 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 publicstaticfinalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 date
-"Wed Apr  5 06:28:03 UTC 2017"
+"Wed Apr  5 06:58:13 UTC 2017"
 
 
 
@@ -3796,7 +3796,7 @@
 
 publicstaticfinalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 url
-"git://asf919.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase"
+"git://asf920.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/deprecated-list.html
--
diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html
index 7861229..5bfd57f 100644
--- a/devapidocs/deprecated-list.html
+++ b/devapidocs/deprecated-list.html
@@ -442,13 +442,13 @@
 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.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
-org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.coprocessor.ObserverContext.createAndPrepare(T,
 ObserverContextT)
@@ -697,13 +697,13 @@
 
 
 
-org.apache.hadoop.hbase.client.HTable.getRpcTimeout()
-
-
 org.apache.hadoop.hbase.client.Table.getRpcTimeout()
 Use getReadRpcTimeout or 
getWriteRpcTimeout instead
 
 
+
+org.apache.hadoop.hbase.client.HTable.getRpcTimeout()
+
 
 org.apache.hadoop.hbase.client.HTableWrapper.getRpcTimeout()
 
@@ -760,13 +760,13 @@
 
 
 
-org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
-use ImmutableBytesWritable.getLength()
 instead
+org.apache.hadoop.hbase.util.Bytes.getSize()
+use Bytes.getLength()
 instead
 
 
 
-org.apache.hadoop.hbase.util.Bytes.getSize()
-use Bytes.getLength()
 instead
+org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
+use ImmutableBytesWritable.getLength()
 instead
 
 
 
@@ -840,12 +840,12 @@
 org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate.isLogDeletable(FileStatus)
 
 
-org.apache.hadoop.hbase.client.ClusterConnection.isMasterRunning()
+org.apache.hadoop.hbase.client.ConnectionImplementation.isMasterRunning()
 this has been deprecated 
without a replacement
 
 
 
-org.apache.hadoop.hbase.client.ConnectionImplementation.isMasterRunning()
+org.apache.hadoop.hbase.client.ClusterConnection.isMasterRunning()
 this has been deprecated 
without a replacement
 
 
@@ -1361,13 +1361,13 @@
 org.apache.hadoop.hbase.HTableDescriptor.setName(TableName)
 
 
-org.apache.hadoop.hbase.client.HTable.setOperationTimeout(int)
-
-
 org.apache.hadoop.hbase.client.Table.setOperationTimeout(int)
 since 2.0.0, use TableBuilder.setOperationTimeout(int)
 instead
 
 
+
+org.apache.hadoop.hbase.client.HTable.setOperationTimeout(int)
+
 
 org.apache.hadoop.hbase.HTableDescriptor.setOwner(User)
 
@@ -1381,21 +1381,21 @@
 org.apache.hadoop.hbase.http.HttpServer.Builder.setPort(int)
 
 
-org.apache.hadoop.hbase.client.HTable.setReadRpcTimeout(int)
-
-
 org.apache.hadoop.hbase.client.Table.setReadRpcTimeout(int)
 since 2.0.0, use TableBuilder.setReadRpcTimeout(int)
 instead
 
 
-
-org.apache.hadoop.hbase.client.HTable.setRpcTimeout(int)
-
 
+org.apache.hadoop.hbase.client.HTable.setReadRpcTimeout(int)
+
+
 org.apache.hadoop.hbase.client.Table.setRpcTimeout(int)
 Use setReadRpcTimeout or 
setWriteRpcTimeout instead
 
 
+
+org.apache.hadoop.hbase.client.HTable.setRpcTimeout(int)
+
 
 org.apache.hadoop.hbase.client.HTableWrapper.setRpcTimeout(int)
 
@@ -1423,27 +1423,27 @@
 
 
 
-org.apache.hadoop.hbase.client.BufferedMutatorImpl.setWriteBufferSize(long)
-Going away when we drop 
public support for HTable.
+org.apache.hadoop.hbase.client.Table.setWriteBufferSize(long)
+as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator and
+ BufferedMutatorParams.writeBufferSize(long)
 
 
 
 org.apache.hadoop.hbase.client.HTable.setWriteBufferSize(long)
 
 
-org.apache.hadoop.hbase.client.Table.setWriteBufferSize(long)
-as of 1.0.1 (should not 
have been in 1.0.0). Replaced by 

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

2017-04-05 Thread git-site-role
Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401.


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

Branch: refs/heads/asf-site
Commit: 7d957e04ffb80e40c9d1df4379c15c705629feef
Parents: bc19eb9
Author: jenkins 
Authored: Wed Apr 5 07:19:08 2017 +
Committer: jenkins 
Committed: Wed Apr 5 07:19:08 2017 +

--
 apache_hbase_reference_guide.pdf|4 +-
 apache_hbase_reference_guide.pdfmarks   |4 +-
 apidocs/deprecated-list.html|8 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   |4 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  246 +-
 .../hadoop/hbase/class-use/TableName.html   |   52 +-
 .../apache/hadoop/hbase/client/Durability.html  |4 +-
 .../hadoop/hbase/client/class-use/Append.html   |8 +-
 .../hbase/client/class-use/Consistency.html |8 +-
 .../hadoop/hbase/client/class-use/Delete.html   |   44 +-
 .../hbase/client/class-use/Durability.html  |   20 +-
 .../hadoop/hbase/client/class-use/Get.html  |   36 +-
 .../hbase/client/class-use/Increment.html   |8 +-
 .../hbase/client/class-use/IsolationLevel.html  |8 +-
 .../hadoop/hbase/client/class-use/Mutation.html |8 +-
 .../hadoop/hbase/client/class-use/Put.html  |   48 +-
 .../hadoop/hbase/client/class-use/Result.html   |   22 +-
 .../hbase/client/class-use/ResultScanner.html   |   26 +-
 .../hadoop/hbase/client/class-use/Row.html  |8 +-
 .../hbase/client/class-use/RowMutations.html|   16 +-
 .../hadoop/hbase/client/class-use/Scan.html |   22 +-
 .../hadoop/hbase/client/package-tree.html   |   12 +-
 .../hbase/filter/CompareFilter.CompareOp.html   |4 +-
 .../hadoop/hbase/filter/Filter.ReturnCode.html  |4 +-
 .../filter/class-use/ByteArrayComparable.html   |8 +-
 .../class-use/CompareFilter.CompareOp.html  |   44 +-
 .../filter/class-use/Filter.ReturnCode.html |   62 +-
 .../hadoop/hbase/filter/class-use/Filter.html   |   56 +-
 .../hadoop/hbase/filter/package-tree.html   |4 +-
 .../io/class-use/ImmutableBytesWritable.html|   44 +-
 .../hadoop/hbase/io/class-use/TimeRange.html|   28 +-
 .../hbase/io/crypto/class-use/Cipher.html   |   18 +-
 .../hbase/io/encoding/DataBlockEncoding.html|4 +-
 .../mapreduce/class-use/TableRecordReader.html  |4 +-
 .../org/apache/hadoop/hbase/package-tree.html   |2 +-
 .../apache/hadoop/hbase/quotas/QuotaType.html   |4 +-
 .../hadoop/hbase/quotas/package-tree.html   |2 +-
 .../hadoop/hbase/regionserver/BloomType.html|4 +-
 apidocs/org/apache/hadoop/hbase/util/Order.html |4 +-
 .../hadoop/hbase/util/class-use/ByteRange.html  |  124 +-
 .../hadoop/hbase/util/class-use/Bytes.html  |   16 +-
 .../hadoop/hbase/util/class-use/Order.html  |   44 +-
 .../util/class-use/PositionedByteRange.html |  356 +--
 apidocs/overview-tree.html  |   28 +-
 book.html   |2 +-
 checkstyle-aggregate.html   | 2724 +-
 devapidocs/constant-values.html |4 +-
 devapidocs/deprecated-list.html |   56 +-
 .../hbase/MetaTableAccessor.QueryType.html  |4 +-
 .../hadoop/hbase/backup/package-tree.html   |4 +-
 .../hadoop/hbase/class-use/Abortable.html   |   38 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  914 +++---
 .../hadoop/hbase/class-use/CellComparator.html  |   86 +-
 .../hadoop/hbase/class-use/CellScanner.html |   98 +-
 .../hadoop/hbase/class-use/ClusterStatus.html   |4 +-
 .../hbase/class-use/CoprocessorEnvironment.html |   12 +-
 .../hbase/class-use/HColumnDescriptor.html  |   54 +-
 .../hbase/class-use/HDFSBlocksDistribution.html |4 +-
 .../hadoop/hbase/class-use/HRegionInfo.html |  220 +-
 .../hadoop/hbase/class-use/HRegionLocation.html |  130 +-
 .../hbase/class-use/HTableDescriptor.html   |  118 +-
 .../apache/hadoop/hbase/class-use/KeyValue.html |   62 +-
 .../class-use/MasterNotRunningException.html|   12 +-
 .../hbase/class-use/NamespaceDescriptor.html|   24 +-
 .../hadoop/hbase/class-use/ProcedureInfo.html   |8 +-
 .../hadoop/hbase/class-use/RegionLocations.html |   40 +-
 .../hadoop/hbase/class-use/ScheduledChore.html  |   32 +-
 .../apache/hadoop/hbase/class-use/Server.html   |8 +-
 .../hadoop/hbase/class-use/ServerName.html  |  224 +-
 .../hbase/class-use/TableDescriptors.html   |4 +-
 .../hadoop/hbase/class-use/TableName.html   |  744 ++---
 .../class-use/TableNotDisabledException.html|8 +-
 .../hbase/class-use/TableNotFoundException.html |8 +-
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 8b53c07..6430e10 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -874,31 +874,31 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
+org.apache.hadoop.hbase.MemoryCompactionPolicy
+org.apache.hadoop.hbase.KeepDeletedCells
+org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-org.apache.hadoop.hbase.KeepDeletedCells
-org.apache.hadoop.hbase.MemoryCompactionPolicy
-org.apache.hadoop.hbase.ProcedureState
-org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.util.Order
-org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaType
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.quotas.ThrottleType
+org.apache.hadoop.hbase.regionserver.BloomType
 org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.client.Durability
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.Scan.ReadType
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
 org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/book.html
--
diff --git a/book.html b/book.html
index 668232a..2503f53 100644
--- a/book.html
+++ b/book.html
@@ -34832,7 +34832,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 2.0.0-SNAPSHOT
-Last updated 2017-03-31 20:05:23 +00:00
+Last updated 2017-03-31 20:41:07 +00:00
 
 
 



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

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site bc19eb966 -> 7d957e04f


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/testdevapidocs/org/apache/hadoop/hbase/class-use/HBaseTestingUtility.html
--
diff --git 
a/testdevapidocs/org/apache/hadoop/hbase/class-use/HBaseTestingUtility.html 
b/testdevapidocs/org/apache/hadoop/hbase/class-use/HBaseTestingUtility.html
index 0c4bb97..4b5303a 100644
--- a/testdevapidocs/org/apache/hadoop/hbase/class-use/HBaseTestingUtility.html
+++ b/testdevapidocs/org/apache/hadoop/hbase/class-use/HBaseTestingUtility.html
@@ -335,81 +335,81 @@
 
 
 private static HBaseTestingUtility
-TestLocalHBaseCluster.TEST_UTIL
+TestZooKeeper.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestZooKeeper.TEST_UTIL
+TestLocalHBaseCluster.TEST_UTIL
 
 
-private static HBaseTestingUtility
-TestIOFencing.TEST_UTIL
+private HBaseTestingUtility
+TestGlobalMemStoreSize.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestNamespace.TEST_UTIL
+TestIOFencing.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestFullLogReconstruction.TEST_UTIL
+TestServerSideScanMetricsFromClientSide.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestPartialResultsFromClientSide.TEST_UTIL
+TestHColumnDescriptorDefaultVersions.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestHColumnDescriptorDefaultVersions.TEST_UTIL
+TestFullLogReconstruction.TEST_UTIL
 
 
-private HBaseTestingUtility
-TestGlobalMemStoreSize.TEST_UTIL
+private static HBaseTestingUtility
+TestNamespace.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestServerSideScanMetricsFromClientSide.TEST_UTIL
+TestPartialResultsFromClientSide.TEST_UTIL
 
 
-private HBaseTestingUtility
-TestClusterBootOrder.testUtil
-
-
 protected HBaseTestingUtility
 HBaseTestCase.testUtil
 Deprecated.
 
 
+
+private HBaseTestingUtility
+TestClusterBootOrder.testUtil
+
 
 private HBaseTestingUtility
 TestAcidGuarantees.util
 
 
-private static HBaseTestingUtility
-TestJMXListener.UTIL
+private HBaseTestingUtility
+TestMovedRegionsCleaner.UTIL
 
 
 private static HBaseTestingUtility
-TestMultiVersions.UTIL
+TestMetaTableAccessorNoCluster.UTIL
 
 
-private HBaseTestingUtility
-TestMovedRegionsCleaner.UTIL
+private static HBaseTestingUtility
+TestStochasticBalancerJmxMetrics.UTIL
 
 
 private static HBaseTestingUtility
-TestFSTableDescriptorForceCreation.UTIL
+TestInfoServers.UTIL
 
 
-private HBaseTestingUtility
-TestRegionRebalancing.UTIL
+private static HBaseTestingUtility
+TestMetaTableAccessor.UTIL
 
 
 private static HBaseTestingUtility
-TestStochasticBalancerJmxMetrics.UTIL
+TestJMXListener.UTIL
 
 
 private static HBaseTestingUtility
-TestMetaTableAccessorNoCluster.UTIL
+TestRegionLoad.UTIL
 
 
 private static HBaseTestingUtility
@@ -417,19 +417,19 @@
 
 
 private static HBaseTestingUtility
-TestMetaTableLocator.UTIL
+TestFSTableDescriptorForceCreation.UTIL
 
 
-private static HBaseTestingUtility
-TestMetaTableAccessor.UTIL
+private HBaseTestingUtility
+TestRegionRebalancing.UTIL
 
 
 private static HBaseTestingUtility
-TestInfoServers.UTIL
+TestMultiVersions.UTIL
 
 
 private static HBaseTestingUtility
-TestRegionLoad.UTIL
+TestMetaTableLocator.UTIL
 
 
 private static HBaseTestingUtility
@@ -490,24 +490,24 @@
 
 
 
-private static HBaseTestingUtility
-TestBackupHFileCleaner.TEST_UTIL
-
-
 protected static HBaseTestingUtility
 TestBackupBase.TEST_UTIL
 
+
+private static HBaseTestingUtility
+TestBackupHFileCleaner.TEST_UTIL
+
 
 protected static HBaseTestingUtility
 TestBackupBase.TEST_UTIL2
 
 
 private static HBaseTestingUtility
-TestBackupSystemTable.UTIL
+TestHFileArchiving.UTIL
 
 
 private static HBaseTestingUtility
-TestHFileArchiving.UTIL
+TestBackupSystemTable.UTIL
 
 
 
@@ -543,215 +543,215 @@
 
 
 private static HBaseTestingUtility
-TestReplicaWithCluster.HTU
+TestReplicasClient.HTU
 
 
 private static HBaseTestingUtility
-TestReplicasClient.HTU
+TestReplicaWithCluster.HTU
 
 
 private static HBaseTestingUtility
 TestReplicaWithCluster.HTU2
 
 
-private static HBaseTestingUtility
-TestMetaCache.TEST_UTIL
+protected static HBaseTestingUtility
+TestFromClientSideNoCodec.TEST_UTIL
 
 
-(package private) static HBaseTestingUtility
-TestResultSizeEstimation.TEST_UTIL
+protected static HBaseTestingUtility
+TestSizeFailures.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestTableFavoredNodes.TEST_UTIL
-
-
-private static HBaseTestingUtility
-TestAsyncNonMetaRegionLocatorConcurrenyLimit.TEST_UTIL
-
-
-protected static HBaseTestingUtility
-TestSizeFailures.TEST_UTIL
+TestAsyncTableScanRenewLease.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestEnableTable.TEST_UTIL
+TestCheckAndMutate.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestFromClientSide3.TEST_UTIL
+TestFastFail.TEST_UTIL
 
 
 private static HBaseTestingUtility
-TestSmallReversedScanner.TEST_UTIL
+TestSplitOrMergeStatus.TEST_UTIL
 
 
-private static HBaseTestingUtility

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index cd76c6a..5113e11 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -140,11 +140,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Scan.getFilter()
+Query.getFilter()
 
 
 Filter
-Query.getFilter()
+Scan.getFilter()
 
 
 
@@ -156,8 +156,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Scan
-Scan.setFilter(Filterfilter)
+Get
+Get.setFilter(Filterfilter)
 
 
 Query
@@ -166,8 +166,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Get
-Get.setFilter(Filterfilter)
+Scan
+Scan.setFilter(Filterfilter)
 
 
 
@@ -394,75 +394,75 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-ValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+PageFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-FirstKeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+MultipleColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-TimestampsFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+KeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-ColumnCountGetFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnRangeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+FamilyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-SingleColumnValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnPaginationFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
index df82020..1a1e98f 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
@@ -637,33 +637,33 @@
 
 
 
-com.google.common.collect.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearCompactedFiles()
-
-
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 DefaultStoreFileManager.clearCompactedFiles()
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearFiles()
+StripeStoreFileManager.clearCompactedFiles()
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 DefaultStoreFileManager.clearFiles()
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 StoreFileManager.clearFiles()
 Clears all the files currently in use and returns 
them.
 
 
+
+com.google.common.collect.ImmutableCollectionStoreFile
+StripeStoreFileManager.clearFiles()
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 HRegion.close()
@@ -729,62 +729,62 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
-
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+Gets initial, full list of candidate store files to check 
for row-key-before.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-Gets initial, full list of candidate store files to check 
for row-key-before.
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
+ for details on this methods.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
-StripeStoreFileManager.getCompactedfiles()
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 DefaultStoreFileManager.getCompactedfiles()
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 StoreFileManager.getCompactedfiles()
 List of compacted files inside this store that needs to be 
excluded in reads
  because further new reads will be using only the newly created files out of 
compaction.
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
+StripeStoreFileManager.getCompactedfiles()
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListhttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator.getComponents()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
-StripeStoreFileManager.getFilesForScan(byte[]startRow,
+DefaultStoreFileManager.getFilesForScan(byte[]startRow,
booleanincludeStartRow,
byte[]stopRow,
booleanincludeStopRow)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html 
b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
index 2db3705..93c55cd 100644
--- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
+++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
@@ -151,23 +151,23 @@
 
 
 Codec.Decoder
-CellCodec.getDecoder(ByteBuffbuf)
+KeyValueCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-Codec.getDecoder(ByteBuffbuf)
+CellCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(ByteBuffbuf)
+Codec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
+CellCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(ByteBuffbuf)
+KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
@@ -175,27 +175,27 @@
 
 
 Codec.Decoder
-CellCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
+KeyValueCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreamis)
+Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--;
 title="class or interface in 
java.io">InputStream.available()
+
 
 
 Codec.Decoder
-Codec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
+CellCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreamis)
-Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--;
 title="class or interface in 
java.io">InputStream.available()
-
+Codec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreamis)
-Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--;
 title="class or interface in 
java.io">InputStream.available()
-
+CellCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
+KeyValueCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreamis)
+Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--;
 title="class or interface in 
java.io">InputStream.available()
+
 
 
 Codec.Decoder

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html 
b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
index 2895ea1..ceadd16 100644
--- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
+++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
@@ -143,23 +143,23 @@
 
 
 Codec.Encoder
-CellCodec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in 
java.io">OutputStreamos)
+KeyValueCodec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in 
java.io">OutputStreamos)
 
 
 Codec.Encoder
-Codec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in 
java.io">OutputStreamos)
+CellCodecWithTags.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in 
java.io">OutputStreamos)
 
 
 Codec.Encoder

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
index c759933..ebd7232 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
@@ -150,15 +150,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock
-CombinedBlockCache.iterator()
+BlockCache.iterator()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock
-BlockCache.iterator()
+LruBlockCache.iterator()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock
-LruBlockCache.iterator()
+CombinedBlockCache.iterator()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
index 4098b79..6fec015 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
@@ -143,18 +143,18 @@
 
 
 void
-HFileDataBlockEncoderImpl.saveMetadata(HFile.Writerwriter)
-
-
-void
 NoOpDataBlockEncoder.saveMetadata(HFile.Writerwriter)
 
-
+
 void
 HFileDataBlockEncoder.saveMetadata(HFile.Writerwriter)
 Save metadata in HFile which will be written to disk
 
 
+
+void
+HFileDataBlockEncoderImpl.saveMetadata(HFile.Writerwriter)
+
 
 
 
@@ -203,18 +203,18 @@
 
 
 
-void
-RowColBloomContext.addLastBloomKey(HFile.Writerwriter)
+abstract void
+BloomContext.addLastBloomKey(HFile.Writerwriter)
+Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
+
 
 
 void
 RowBloomContext.addLastBloomKey(HFile.Writerwriter)
 
 
-abstract void
-BloomContext.addLastBloomKey(HFile.Writerwriter)
-Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
-
+void
+RowColBloomContext.addLastBloomKey(HFile.Writerwriter)
 
 
 static BloomFilterWriter

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
index f8482be..6bcd209 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
@@ -106,15 +106,15 @@
 
 
 
+private HFileBlock.Writer
+HFileBlockIndex.BlockIndexWriter.blockWriter
+
+
 protected HFileBlock.Writer
 HFileWriterImpl.blockWriter
 block writer
 
 
-
-private HFileBlock.Writer
-HFileBlockIndex.BlockIndexWriter.blockWriter
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
index e0b77da..9f3dfdb 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
@@ -164,15 +164,15 @@
 
 
 HFileContext
-HFileBlockDecodingContext.getHFileContext()
+HFileBlockEncodingContext.getHFileContext()
 
 
 HFileContext
-HFileBlockDefaultDecodingContext.getHFileContext()
+HFileBlockDecodingContext.getHFileContext()
 
 
 HFileContext
-HFileBlockEncodingContext.getHFileContext()
+HFileBlockDefaultDecodingContext.getHFileContext()
 
 
 HFileContext
@@ -252,24 +252,24 @@
 
 
 private HFileContext
+HFile.WriterFactory.fileContext
+
+
+private HFileContext
 HFileBlock.fileContext
 Meta data that holds meta information on the 
hfileblock.
 
 
-
+
 private HFileContext
 HFileBlock.Writer.fileContext
 Meta data that holds information about the hfileblock
 
 
-
+
 protected HFileContext
 HFileBlock.FSReaderImpl.fileContext
 
-
-private HFileContext
-HFile.WriterFactory.fileContext
-

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
index 9089098..16b9e54 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
@@ -123,13 +123,13 @@
 
 
 void
-RpcCallContext.setCallBack(RpcCallbackcallback)
-Sets a callback which has to be executed at the end of this 
RPC call.
-
+RpcServer.Call.setCallBack(RpcCallbackcallback)
 
 
 void
-RpcServer.Call.setCallBack(RpcCallbackcallback)
+RpcCallContext.setCallBack(RpcCallbackcallback)
+Sets a callback which has to be executed at the end of this 
RPC call.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
index a50c3df..d5334cc 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
@@ -138,24 +138,32 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-protected RpcControllerFactory
-RegionAdminServiceCallable.rpcControllerFactory
-
-
 private RpcControllerFactory
 ConnectionImplementation.rpcControllerFactory
 
+
+protected RpcControllerFactory
+ClientScanner.rpcControllerFactory
+
 
+protected RpcControllerFactory
+RegionAdminServiceCallable.rpcControllerFactory
+
+
 (package private) RpcControllerFactory
 AsyncConnectionImpl.rpcControllerFactory
 
-
+
 private RpcControllerFactory
 HTable.rpcControllerFactory
 
+
+private RpcControllerFactory
+HBaseAdmin.rpcControllerFactory
+
 
 private RpcControllerFactory
-RpcRetryingCallerWithReadReplicas.rpcControllerFactory
+SecureBulkLoadClient.rpcControllerFactory
 
 
 protected RpcControllerFactory
@@ -163,15 +171,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private RpcControllerFactory
-HBaseAdmin.rpcControllerFactory
-
-
-private RpcControllerFactory
-SecureBulkLoadClient.rpcControllerFactory
-
-
-protected RpcControllerFactory
-ClientScanner.rpcControllerFactory
+RpcRetryingCallerWithReadReplicas.rpcControllerFactory
 
 
 (package private) RpcControllerFactory
@@ -188,11 +188,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 RpcControllerFactory
-ClusterConnection.getRpcControllerFactory()
+ConnectionImplementation.getRpcControllerFactory()
 
 
 RpcControllerFactory
-ConnectionImplementation.getRpcControllerFactory()
+ClusterConnection.getRpcControllerFactory()
 
 
 private RpcControllerFactory

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
index 94478f7..22b49a7 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
@@ -132,19 +132,19 @@
 
 
 protected RpcExecutor.Handler
-FastPathBalancedQueueRpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
+RpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
   doublehandlerFailureThreshhold,
   http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true;
 title="class or interface in java.util.concurrent">BlockingQueueCallRunnerq,
-  http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicIntegeractiveHandlerCount)
+  http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true;
 title="class or interface in 
java.util.concurrent.atomic">AtomicIntegeractiveHandlerCount)
+Override if providing alternate Handler 
implementation.
+
 
 
 protected RpcExecutor.Handler
-RpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
index c7928a3..192e66a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
@@ -220,27 +220,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparatorcomparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+RowIndexCodecV1.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
@@ -252,13 +252,13 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
-RowIndexCodecV1.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
-   HFileBlockDecodingContextdecodingCtx)
+BufferedDataBlockEncoder.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
+   HFileBlockDecodingContextblkDecodingCtx)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
-BufferedDataBlockEncoder.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
-   HFileBlockDecodingContextblkDecodingCtx)
+RowIndexCodecV1.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
+   HFileBlockDecodingContextdecodingCtx)
 
 
 
@@ -333,18 +333,18 @@
 
 
 HFileBlockDecodingContext
-HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContextfileContext)
-
-
-HFileBlockDecodingContext
 NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContextmeta)
 
-
+
 HFileBlockDecodingContext
 HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContextfileContext)
 create a encoder specific decoding context for 
reading.
 
 
+
+HFileBlockDecodingContext
+HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContextfileContext)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
index 1d5f6e2..3b5da5b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
@@ -116,36 +116,36 @@
  HFileBlockDefaultDecodingContextdecodingCtx)
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
-CopyKeyDataBlockEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
+protected abstract http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
+BufferedDataBlockEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index 0b7c2e2..a17c888 100644
--- a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -337,31 +337,31 @@ extends org.jamon.AbstractTemplateProxy
 
 
 Field Detail
-
+
 
 
 
 
-assignmentManager
-protectedAssignmentManager assignmentManager
+catalogJanitorEnabled
+protectedboolean catalogJanitorEnabled
 
 
-
+
 
 
 
 
-catalogJanitorEnabled
-protectedboolean catalogJanitorEnabled
+frags
+protectedhttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer frags
 
 
-
+
 
 
 
 
-servers
-protectedhttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName servers
+assignmentManager
+protectedAssignmentManager assignmentManager
 
 
 
@@ -382,13 +382,13 @@ extends org.jamon.AbstractTemplateProxy
 protectedhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String format
 
 
-
+
 
 
 
 
-frags
-protectedhttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer frags
+servers
+protectedhttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName servers
 
 
 
@@ -400,22 +400,22 @@ extends org.jamon.AbstractTemplateProxy
 protectedhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String filter
 
 
-
+
 
 
 
 
-serverManager
-protectedServerManager serverManager
+metaLocation
+protectedServerName metaLocation
 
 
-
+
 
 
 
 
-metaLocation
-protectedServerName metaLocation
+serverManager
+protectedServerManager serverManager
 
 
 
@@ -487,31 +487,31 @@ extends org.jamon.AbstractTemplateProxy
 
 
 
-
+
 
 
 
 
-setAssignmentManager
-public finalMasterStatusTmplsetAssignmentManager(AssignmentManagerp_assignmentManager)
+setCatalogJanitorEnabled
+public finalMasterStatusTmplsetCatalogJanitorEnabled(booleanp_catalogJanitorEnabled)
 
 
-
+
 
 
 
 
-setCatalogJanitorEnabled
-public finalMasterStatusTmplsetCatalogJanitorEnabled(booleanp_catalogJanitorEnabled)
+setFrags
+public finalMasterStatusTmplsetFrags(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integerp_frags)
 
 
-
+
 
 
 
 
-setServers
-public finalMasterStatusTmplsetServers(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNamep_servers)
+setAssignmentManager
+public finalMasterStatusTmplsetAssignmentManager(AssignmentManagerp_assignmentManager)
 
 
 
@@ -532,13 +532,13 @@ extends org.jamon.AbstractTemplateProxy
 public finalMasterStatusTmplsetFormat(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringp_format)
 
 
-
+
 
 
 
 
-setFrags
-public finalMasterStatusTmplsetFrags(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integerp_frags)
+setServers
+public finalMasterStatusTmplsetServers(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNamep_servers)
 
 
 
@@ -550,22 +550,22 @@ extends org.jamon.AbstractTemplateProxy
 public 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
index 8b145a8..2e5d264 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
@@ -183,19 +183,11 @@
 
 
 private static http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetBytes
-HColumnDescriptor.RESERVED_KEYWORDS
-
-
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetBytes
 HTableDescriptor.RESERVED_KEYWORDS
 
-
-private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HColumnDescriptor.values
-
 
-private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HColumnDescriptor.values
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetBytes
+HColumnDescriptor.RESERVED_KEYWORDS
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
@@ -209,6 +201,14 @@
 A map which holds the metadata information of the 
table.
 
 
+
+private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
+HColumnDescriptor.values
+
+
+private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
+HColumnDescriptor.values
+
 
 
 
@@ -220,14 +220,6 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HColumnDescriptor.getValues()
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
-HColumnDescriptor.getValues()
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
 HTableDescriptor.getValues()
 Getter for fetching an unmodifiable HTableDescriptor.values
 map.
 
@@ -238,6 +230,14 @@
 Getter for fetching an unmodifiable HTableDescriptor.values
 map.
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
+HColumnDescriptor.getValues()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,Bytes
+HColumnDescriptor.getValues()
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html
index 36af182..8fef4bd 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html
@@ -133,13 +133,13 @@
 
 
 void
-FanOutOneBlockAsyncDFSOutput.recoverAndClose(CancelableProgressablereporter)
+AsyncFSOutput.recoverAndClose(CancelableProgressablereporter)
 The close method when error occurred.
 
 
 
 void
-AsyncFSOutput.recoverAndClose(CancelableProgressablereporter)
+FanOutOneBlockAsyncDFSOutput.recoverAndClose(CancelableProgressablereporter)
 The close method when error occurred.
 
 
@@ -339,19 +339,19 @@
 
 
 void
-FSMapRUtils.recoverFileLease(org.apache.hadoop.fs.FileSystemfs,
+FSHDFSUtils.recoverFileLease(org.apache.hadoop.fs.FileSystemfs,
 org.apache.hadoop.fs.Pathp,
 org.apache.hadoop.conf.Configurationconf,
-CancelableProgressablereporter)
+CancelableProgressablereporter)
+Recover the lease from HDFS, retrying multiple times.
+
 
 
 void
-FSHDFSUtils.recoverFileLease(org.apache.hadoop.fs.FileSystemfs,
+FSMapRUtils.recoverFileLease(org.apache.hadoop.fs.FileSystemfs,
 org.apache.hadoop.fs.Pathp,
 org.apache.hadoop.conf.Configurationconf,
-CancelableProgressablereporter)
-Recover the lease from HDFS, retrying multiple times.
-
+CancelableProgressablereporter)
 
 
 abstract void


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 83dcf5c..1bee57f 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -262,16 +262,16 @@ service.
 
 
 
-private static HRegionInfo
-MetaTableAccessor.getHRegionInfo(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalHRegionInfo
+AsyncMetaTableAccessor.getHRegionInfo(Resultr,
   byte[]qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalHRegionInfo
-AsyncMetaTableAccessor.getHRegionInfo(Resultr,
+private static HRegionInfo
+MetaTableAccessor.getHRegionInfo(Resultr,
   byte[]qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
@@ -286,7 +286,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -295,7 +295,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -303,55 +303,55 @@ service.
 
 
 
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Resultr)
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionLocations
+AsyncMetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionLocations
-AsyncMetaTableAccessor.getRegionLocations(Resultr)
+static RegionLocations
+MetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
 private static long
-MetaTableAccessor.getSeqNumDuringOpen(Resultr,
+AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
 private static long
-AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
+MetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
-static ServerName
-MetaTableAccessor.getServerName(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerName
+AsyncMetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerName
-AsyncMetaTableAccessor.getServerName(Resultr,
+static ServerName
+MetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 Returns a ServerName from catalog table Result.
 
 
 
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalTableState
+AsyncMetaTableAccessor.getTableState(Resultr)
+
+
 static TableState
 MetaTableAccessor.getTableState(Resultr)
 Decode table state from META Result.
 
 
-
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalTableState
-AsyncMetaTableAccessor.getTableState(Resultr)
-
 
 void
 AsyncMetaTableAccessor.MetaTableRawScanResultConsumer.onNext(Result[]results,
@@ -447,13 +447,13 @@ service.
 ClientScanner.cache
 
 
-private http://docs.oracle.com/javase/8/docs/api/java/util/Deque.html?is-external=true;
 title="class or interface in java.util">DequeResult
-BatchScanResultCache.partialResults
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
 CompleteScanResultCache.partialResults
 
+

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index fbbb727..5f69a6c 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -622,19 +622,19 @@
 
 
 private ServerName
-AsyncRequestFutureImpl.SingleServerRequestRunnable.server
+FastFailInterceptorContext.server
 
 
 private ServerName
-FastFailInterceptorContext.server
+AsyncRequestFutureImpl.SingleServerRequestRunnable.server
 
 
 private ServerName
-AsyncAdminRequestRetryingCaller.serverName
+AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName
 
 
 private ServerName
-AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName
+AsyncAdminRequestRetryingCaller.serverName
 
 
 private ServerName
@@ -734,13 +734,13 @@
 
 
 
-(package private) PairHRegionInfo,ServerName
-HBaseAdmin.getRegion(byte[]regionName)
-
-
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturePairHRegionInfo,ServerName
 AsyncHBaseAdmin.getRegion(byte[]regionName)
 
+
+(package private) PairHRegionInfo,ServerName
+HBaseAdmin.getRegion(byte[]regionName)
+
 
 private PairRegionState.State,ServerName
 ZKAsyncRegistry.getStateAndServerName(org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.MetaRegionServerproto)
@@ -793,16 +793,16 @@
 ServerNameserverName)
 
 
-private void
-ConnectionImplementation.cacheLocation(TableNametableName,
+void
+MetaCache.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-void
-MetaCache.cacheLocation(TableNametableName,
+private void
+ConnectionImplementation.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
@@ -831,20 +831,18 @@
 
 
 void
-ClusterConnection.clearCaches(ServerNamesn)
-Clear any caches that pertain to server name 
sn.
-
+ConnectionImplementation.clearCaches(ServerNameserverName)
 
 
 void
-ConnectionImplementation.clearCaches(ServerNameserverName)
+ClusterConnection.clearCaches(ServerNamesn)
+Clear any caches that pertain to server name 
sn.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 void
@@ -860,8 +858,10 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+Close a region.
+
 
 
 private void
@@ -973,13 +973,13 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ClusterConnection.getAdmin(ServerNameserverName)
-Establishes a connection to the region server at the 
specified address.
-
+ConnectionImplementation.getAdmin(ServerNameserverName)
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ConnectionImplementation.getAdmin(ServerNameserverName)
+ClusterConnection.getAdmin(ServerNameserverName)
+Establishes a connection to the region server at the 
specified address.
+
 
 
 (package private) 
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface
@@ -992,15 +992,15 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
+ConnectionImplementation.getClient(ServerNameserverName)
+
+
+org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 ClusterConnection.getClient(ServerNameserverName)
 Establishes a connection to the region server at the 
specified address, and returns
  a region client protocol.
 
 
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
-ConnectionImplementation.getClient(ServerNameserverName)
-
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index 0f0a1d8..08c51f5 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -587,7 +587,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -596,7 +596,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -979,7 +979,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-RegionServerCallable.getHRegionInfo()
+ScannerCallableWithReplicas.getHRegionInfo()
 
 
 HRegionInfo
@@ -991,7 +991,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-ScannerCallableWithReplicas.getHRegionInfo()
+RegionServerCallable.getHRegionInfo()
 
 
 private HRegionInfo
@@ -1030,13 +1030,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 HBaseAdmin.getOnlineRegions(ServerNamesn)
 
 
-(package private) PairHRegionInfo,ServerName
-HBaseAdmin.getRegion(byte[]regionName)
-
-
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturePairHRegionInfo,ServerName
 AsyncHBaseAdmin.getRegion(byte[]regionName)
 
+
+(package private) PairHRegionInfo,ServerName
+HBaseAdmin.getRegion(byte[]regionName)
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 Admin.getTableRegions(TableNametableName)
@@ -1064,10 +1064,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 void
@@ -1083,8 +1081,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+Close a region.
+
 
 
 private void
@@ -1154,14 +1154,14 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
  http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in 
java.lang">Throwableerror)
 
 
-void
-HBaseAdmin.split(ServerNamesn,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncHBaseAdmin.split(ServerNamesn,
  HRegionInfohri,
  byte[]splitPoint)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.split(ServerNamesn,
+void
+HBaseAdmin.split(ServerNamesn,
  HRegionInfohri,
  byte[]splitPoint)
 
@@ -1303,17 +1303,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-SplitLogManagerCoordination.markRegionsRecovering(ServerNameserverName,
+ZKSplitLogManagerCoordination.markRegionsRecovering(ServerNameserverName,
  

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index 2812ba9..d3cba55 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -140,111 +140,111 @@
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+ValueFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cellv)
+SkipFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cellv)
+FamilyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cellc)
+FilterWrapper.filterKeyValue(Cellv)
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cellv)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+PageFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cellv)
+RowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)
+ColumnRangeFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cellv)
+ColumnCountGetFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cellv)
+MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cellignored)
+ColumnPaginationFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cellv)
+DependentColumnFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cellv)
+InclusiveStopFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cellc)
+KeyOnlyFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cellkv)
+MultiRowRangeFilter.filterKeyValue(Cellignored)
 
 
-Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cellv)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cellv)
+FirstKeyOnlyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cellv)
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
+Deprecated.
+
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+TimestampsFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
-Deprecated.
-
+FuzzyRowFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cellignored)
+FilterList.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cellv)
+RandomRowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cellv)
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
+SingleColumnValueFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cellc)
+QualifierFilter.filterKeyValue(Cellv)
 
 
 static Filter.ReturnCode

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index abddd91..8f44ebe 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -433,13 +433,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 SkipFilter.filter
 
 
-private Filter
-WhileMatchFilter.filter
-
-
 (package private) Filter
 FilterWrapper.filter
 
+
+private Filter
+WhileMatchFilter.filter
+
 
 private Filter
 FilterList.seekHintFilter
@@ -468,15 +468,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+SingleColumnValueExcludeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/testdevapidocs/org/apache/hadoop/hbase/class-use/ClusterManager.ServiceType.html
--
diff --git 
a/testdevapidocs/org/apache/hadoop/hbase/class-use/ClusterManager.ServiceType.html
 
b/testdevapidocs/org/apache/hadoop/hbase/class-use/ClusterManager.ServiceType.html
index 9931316..cb01f21 100644
--- 
a/testdevapidocs/org/apache/hadoop/hbase/class-use/ClusterManager.ServiceType.html
+++ 
b/testdevapidocs/org/apache/hadoop/hbase/class-use/ClusterManager.ServiceType.html
@@ -195,21 +195,21 @@ the order they are declared.
 
 
 boolean
-ClusterManager.isRunning(ClusterManager.ServiceTypeservice,
+RESTApiClusterManager.isRunning(ClusterManager.ServiceTypeservice,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
- intport)
-Returns whether the service is running on the remote 
host.
-
+ intport)
 
 
 boolean
-HBaseClusterManager.isRunning(ClusterManager.ServiceTypeservice,
+ClusterManager.isRunning(ClusterManager.ServiceTypeservice,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
- intport)
+ intport)
+Returns whether the service is running on the remote 
host.
+
 
 
 boolean
-RESTApiClusterManager.isRunning(ClusterManager.ServiceTypeservice,
+HBaseClusterManager.isRunning(ClusterManager.ServiceTypeservice,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
  intport)
 
@@ -219,21 +219,21 @@ the order they are declared.
 
 
 void
-ClusterManager.kill(ClusterManager.ServiceTypeservice,
+RESTApiClusterManager.kill(ClusterManager.ServiceTypeservice,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
-intport)
-Kills the service running on the given host
-
+intport)
 
 
 void
-HBaseClusterManager.kill(ClusterManager.ServiceTypeservice,
+ClusterManager.kill(ClusterManager.ServiceTypeservice,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
-intport)
+intport)
+Kills the service running on the given host
+
 
 
 void
-RESTApiClusterManager.kill(ClusterManager.ServiceTypeservice,
+HBaseClusterManager.kill(ClusterManager.ServiceTypeservice,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
 intport)
 
@@ -245,25 +245,31 @@ the order they are declared.
 
 
 void
+RESTApiClusterManager.restart(ClusterManager.ServiceTypeservice,
+   http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
+   intport)
+
+
+void
 ClusterManager.restart(ClusterManager.ServiceTypeservice,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
intport)
 Restart the service on the given host
 
 
-
+
 void
 HBaseClusterManager.restart(ClusterManager.ServiceTypeservice,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
intport)
 
-
+
 void
-RESTApiClusterManager.restart(ClusterManager.ServiceTypeservice,
-   http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
-   intport)
+RESTApiClusterManager.resume(ClusterManager.ServiceTypeservice,
+  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
+  intport)
 
-
+
 void
 ClusterManager.resume(ClusterManager.ServiceTypeservice,
   http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
@@ -271,15 +277,9 @@ the order they are declared.
 Resumes the services running on the given host
 
 
-
-void
-HBaseClusterManager.resume(ClusterManager.ServiceTypeservice,
-  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
-  intport)
-
 
 void
-RESTApiClusterManager.resume(ClusterManager.ServiceTypeservice,
+HBaseClusterManager.resume(ClusterManager.ServiceTypeservice,
   http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringhostname,
   intport)
 
@@ -296,25 +296,31 @@ the order they are declared.
 
 
 void

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 7881202..7ce1e58 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -1968,111 +1968,111 @@ service.
 
 
 private TableName
-SnapshotDescription.table
-
-
-private TableName
 RegionCoprocessorRpcChannel.table
 
-
-private TableName
-RawAsyncTableImpl.tableName
-
 
 private TableName
-RegionServerCallable.tableName
+SnapshotDescription.table
 
 
 protected TableName
-RegionAdminServiceCallable.tableName
+AsyncHBaseAdmin.TableProcedureBiConsumer.tableName
 
 
 private TableName
-BufferedMutatorImpl.tableName
+HRegionLocator.tableName
 
 
 private TableName
-AsyncProcessTask.tableName
+ScannerCallableWithReplicas.tableName
 
 
 private TableName
-AsyncProcessTask.Builder.tableName
+ClientScanner.tableName
 
 
 private TableName
-AsyncRequestFutureImpl.tableName
+AsyncClientScanner.tableName
 
 
-protected TableName
-TableBuilderBase.tableName
+private TableName
+AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName
 
 
 private TableName
-AsyncBatchRpcRetryingCaller.tableName
+AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName
 
 
 private TableName
-HTable.tableName
+RawAsyncTableImpl.tableName
 
 
 private TableName
-TableState.tableName
+RegionCoprocessorRpcChannelImpl.tableName
 
 
-protected TableName
-RpcRetryingCallerWithReadReplicas.tableName
+private TableName
+AsyncTableRegionLocatorImpl.tableName
 
 
 protected TableName
-AsyncTableBuilderBase.tableName
+RegionAdminServiceCallable.tableName
 
 
 private TableName
-AsyncSingleRequestRpcRetryingCaller.tableName
+HTable.tableName
 
 
 private TableName
-ScannerCallableWithReplicas.tableName
+BufferedMutatorImpl.tableName
 
 
 private TableName
-AsyncTableRegionLocatorImpl.tableName
+AsyncBatchRpcRetryingCaller.tableName
 
 
 private TableName
-HBaseAdmin.TableFuture.tableName
+BufferedMutatorParams.tableName
 
 
 private TableName
-RegionCoprocessorRpcChannelImpl.tableName
+HBaseAdmin.TableFuture.tableName
 
 
-protected TableName
-AsyncHBaseAdmin.TableProcedureBiConsumer.tableName
+private TableName
+AsyncRequestFutureImpl.tableName
 
 
 private TableName
-ClientScanner.tableName
+AsyncProcessTask.tableName
 
 
 private TableName
-BufferedMutatorParams.tableName
+AsyncProcessTask.Builder.tableName
 
 
 private TableName
-AsyncClientScanner.tableName
+RegionServerCallable.tableName
 
 
 private TableName
-AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName
+AsyncSingleRequestRpcRetryingCaller.tableName
 
 
-private TableName
-AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName
+protected TableName
+TableBuilderBase.tableName
+
+
+protected TableName
+RpcRetryingCallerWithReadReplicas.tableName
+
+
+protected TableName
+AsyncTableBuilderBase.tableName
 
 
 private TableName
-HRegionLocator.tableName
+TableState.tableName
 
 
 
@@ -2110,37 +2110,27 @@ service.
 
 
 TableName
-RawAsyncTableImpl.getName()
-
-
-TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
-
-TableName
-BufferedMutatorImpl.getName()
-
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
-
+HRegionLocator.getName()
 
 
 TableName
-HTable.getName()
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
+
 
 
 TableName
-Table.getName()
-Gets the fully qualified table name instance of this 
table.
-
+AsyncTableImpl.getName()
 
 
 TableName
-AsyncTableImpl.getName()
+RawAsyncTableImpl.getName()
 
 
 TableName
@@ -2148,19 +2138,29 @@ service.
 
 
 TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-AsyncTableBase.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-HRegionLocator.getName()
+HTable.getName()
+
+
+TableName
+BufferedMutatorImpl.getName()
+
+
+TableName
+AsyncTableBase.getName()
+Gets the fully qualified table name instance of this 
table.
+
 
 
 TableName
@@ -2172,29 +2172,29 @@ service.
 
 
 TableName
-RegionServerCallable.getTableName()
+SnapshotDescription.getTableName()
 
 
 TableName
-SnapshotDescription.getTableName()
+BufferedMutatorParams.getTableName()
 
 
-TableName
-AsyncProcessTask.getTableName()
+protected TableName
+HBaseAdmin.TableFuture.getTableName()
 
 
 TableName
-TableState.getTableName()

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index cdf8989..e2a0d48 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -629,45 +629,45 @@ service.
 
 
 Cell
-IndividualBytesFieldCell.deepClone()
+ByteBufferKeyValue.deepClone()
 
 
 Cell
-NoTagsKeyValue.deepClone()
+IndividualBytesFieldCell.deepClone()
 
 
 Cell
-ExtendedCell.deepClone()
-Does a deep copy of the contents to a new memory area and 
returns it as a new cell.
-
+NoTagsByteBufferKeyValue.deepClone()
 
 
 Cell
-NoTagsByteBufferKeyValue.deepClone()
+NoTagsKeyValue.deepClone()
 
 
 Cell
-KeyValue.deepClone()
+CellUtil.TagRewriteCell.deepClone()
 
 
 Cell
-CellUtil.TagRewriteCell.deepClone()
+CellUtil.TagRewriteByteBufferCell.deepClone()
 
 
 Cell
-CellUtil.TagRewriteByteBufferCell.deepClone()
+CellUtil.ValueAndTagRewriteCell.deepClone()
 
 
 Cell
-CellUtil.ValueAndTagRewriteCell.deepClone()
+CellUtil.ValueAndTagRewriteByteBufferCell.deepClone()
 
 
 Cell
-CellUtil.ValueAndTagRewriteByteBufferCell.deepClone()
+KeyValue.deepClone()
 
 
 Cell
-ByteBufferKeyValue.deepClone()
+ExtendedCell.deepClone()
+Does a deep copy of the contents to a new memory area and 
returns it as a new cell.
+
 
 
 
@@ -1525,32 +1525,32 @@ service.
 
 
 
-boolean
-KeyValue.KVComparator.matchingRowColumn(Cellleft,
+static boolean
+CellUtil.matchingRowColumn(Cellleft,
  Cellright)
-Deprecated.
 Compares the row and column of two keyvalues for 
equality
 
 
 
-static boolean
-CellUtil.matchingRowColumn(Cellleft,
+boolean
+KeyValue.KVComparator.matchingRowColumn(Cellleft,
  Cellright)
+Deprecated.
 Compares the row and column of two keyvalues for 
equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRows(Cellleft,
+static boolean
+CellUtil.matchingRows(Cellleft,
 Cellright)
-Deprecated.
 Compares the row of two keyvalues for equality
 
 
 
-static boolean
-CellUtil.matchingRows(Cellleft,
+boolean
+KeyValue.KVComparator.matchingRows(Cellleft,
 Cellright)
+Deprecated.
 Compares the row of two keyvalues for equality
 
 
@@ -1864,11 +1864,11 @@ service.
 
 
 private Cell
-BatchScanResultCache.lastCell
+AllowPartialScanResultCache.lastCell
 
 
 private Cell
-AllowPartialScanResultCache.lastCell
+BatchScanResultCache.lastCell
 
 
 
@@ -1976,23 +1976,23 @@ service.
 
 
 
+Append
+Append.add(Cellcell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cellcell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -2079,6 +2079,16 @@ service.
   booleanmayHaveMoreCellsInRow)
 
 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
+
+Mutation
+Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Method for setting the put's familyMap
+
+
+
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
@@ -2090,16 +2100,6 @@ service.
 Put
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
-
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
-Mutation
-Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
index df23e37..2ce743e 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
@@ -794,20 +794,20 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private Connection
-BackupAdminImpl.conn
-
-
-private Connection
 RestoreTablesClient.conn
 
-
+
 protected Connection
 TableBackupClient.conn
 
-
+
 protected Connection
 BackupManager.conn
 
+
+private Connection
+BackupAdminImpl.conn
+
 
 private Connection
 BackupSystemTable.connection
@@ -1059,13 +1059,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-private Connection
-RegionServerCallable.connection
-
-
 (package private) Connection
 ConnectionImplementation.MasterServiceState.connection
 
+
+private Connection
+RegionServerCallable.connection
+
 
 
 
@@ -1110,20 +1110,20 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+Connection
+Admin.getConnection()
+
+
 (package private) Connection
 RegionAdminServiceCallable.getConnection()
 
-
+
 protected Connection
 HTable.getConnection()
 INTERNAL Used by unit tests and tools to do 
low-level
  manipulations.
 
 
-
-Connection
-Admin.getConnection()
-
 
 Connection
 HBaseAdmin.getConnection()
@@ -1352,11 +1352,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-HRegionPartitioner.connection
+TableInputFormatBase.connection
 
 
 private Connection
-TableInputFormatBase.connection
+HRegionPartitioner.connection
 
 
 
@@ -1389,23 +1389,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-(package private) Connection
-MultiTableOutputFormat.MultiTableRecordWriter.connection
-
-
-private Connection
-HRegionPartitioner.connection
-
-
 private Connection
 TableOutputFormat.TableRecordWriter.connection
 
 
+(package private) Connection
+MultiTableOutputFormat.MultiTableRecordWriter.connection
+
+
 private Connection
 TableInputFormatBase.connection
 The underlying Connection 
of the table.
 
 
+
+private Connection
+HRegionPartitioner.connection
+
 
 (package private) Connection
 SyncTable.SyncMapper.sourceConnection
@@ -1529,15 +1529,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-RegionPlacementMaintainer.connection
+CatalogJanitor.connection
 
 
 private Connection
-CatalogJanitor.connection
+SnapshotOfRegionAssignmentFromMeta.connection
 
 
 private Connection
-SnapshotOfRegionAssignmentFromMeta.connection
+RegionPlacementMaintainer.connection
 
 
 
@@ -1909,11 +1909,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-ReplicationSourceManager.connection
+HFileReplicator.connection
 
 
 private Connection
-HFileReplicator.connection
+ReplicationSourceManager.connection
 
 
 private Connection
@@ -1929,13 +1929,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Connection
-ReplicationSourceManager.getConnection()
-
-
 private Connection
 ReplicationSink.getConnection()
 
+
+Connection
+ReplicationSourceManager.getConnection()
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
index f191d26..57d978f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
@@ -123,11 +123,11 @@
 
 
 ConnectionConfiguration
-ClusterConnection.getConnectionConfiguration()
+ConnectionImplementation.getConnectionConfiguration()
 
 
 ConnectionConfiguration
-ConnectionImplementation.getConnectionConfiguration()
+ClusterConnection.getConnectionConfiguration()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
index bb22d15..449dade 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
@@ -384,7 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
index b9ce046..328d123 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
@@ -212,11 +212,11 @@
 
 
 private StoreFileReader
-StoreFile.reader
+StoreFileScanner.reader
 
 
 private StoreFileReader
-StoreFileScanner.reader
+StoreFile.reader
 
 
 
@@ -236,13 +236,13 @@
 StoreFile.createReader(booleancanUseDropBehind)
 
 
-StoreFileReader
-StoreFile.getReader()
-
-
 (package private) StoreFileReader
 StoreFileScanner.getReader()
 
+
+StoreFileReader
+StoreFile.getReader()
+
 
 private StoreFileReader
 StoreFile.open(booleancanUseDropBehind)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
index 631bd56..56b07ba 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
@@ -251,14 +251,14 @@
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
index 6bd2adc..57dd50d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
@@ -470,16 +470,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFileWriter
-StripeMultiFileWriter.writers()
+protected abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFileWriter
+AbstractMultiFileWriter.writers()
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFileWriter
 DateTieredMultiFileWriter.writers()
 
 
-protected abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFileWriter
-AbstractMultiFileWriter.writers()
+protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFileWriter
+StripeMultiFileWriter.writers()
 
 
 
@@ -498,14 +498,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected void
-StripeMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
-
-
-protected void
 AbstractMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
 Subclasses override this method to be called before we 
close the give writer.
 
 
+
+protected void
+StripeMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
+
 
 
 


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
index fa03a15..5b42d79 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
@@ -279,14 +279,6 @@ service.
 
 
 private Scan
-AsyncScanSingleRegionRpcRetryingCaller.scan
-
-
-protected Scan
-ScannerCallable.scan
-
-
-private Scan
 ScannerCallableWithReplicas.scan
 
 
@@ -303,6 +295,14 @@ service.
 
 
 private Scan
+AsyncScanSingleRegionRpcRetryingCaller.scan
+
+
+protected Scan
+ScannerCallable.scan
+
+
+private Scan
 TableSnapshotScanner.scan
 
 
@@ -329,11 +329,11 @@ service.
 
 
 protected Scan
-ScannerCallable.getScan()
+ClientScanner.getScan()
 
 
 protected Scan
-ClientScanner.getScan()
+ScannerCallable.getScan()
 
 
 (package private) Scan
@@ -610,8 +610,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scanscan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -627,8 +627,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scanscan)
+The underlying HTable must 
not be closed.
 
 
 
@@ -665,16 +665,16 @@ service.
 
 
 void
-AsyncTableImpl.scan(Scanscan,
-ScanResultConsumerconsumer)
-
-
-void
 AsyncTable.scan(Scanscan,
 ScanResultConsumerconsumer)
 The scan API uses the observer pattern.
 
 
+
+void
+AsyncTableImpl.scan(Scanscan,
+ScanResultConsumerconsumer)
+
 
 private void
 AsyncTableImpl.scan0(Scanscan,
@@ -682,11 +682,11 @@ service.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
-RawAsyncTableImpl.scanAll(Scanscan)
+AsyncTableImpl.scanAll(Scanscan)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
-AsyncTableImpl.scanAll(Scanscan)
+RawAsyncTableImpl.scanAll(Scanscan)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
@@ -1274,17 +1274,17 @@ service.
 
 
 private Scan
-TableSnapshotInputFormatImpl.RecordReader.scan
+TableInputFormatBase.scan
+Holds the details for the internal scanner.
+
 
 
 private Scan
-TableRecordReaderImpl.scan
+TableSnapshotInputFormatImpl.RecordReader.scan
 
 
 private Scan
-TableInputFormatBase.scan
-Holds the details for the internal scanner.
-
+TableRecordReaderImpl.scan
 
 
 
@@ -1339,14 +1339,14 @@ service.
 
 
 Scan
-TableSplit.getScan()
-Returns a Scan object from the stored string 
representation.
+TableInputFormatBase.getScan()
+Gets the scan defining the actual details like columns 
etc.
 
 
 
 Scan
-TableInputFormatBase.getScan()
-Gets the scan defining the actual details like columns 
etc.
+TableSplit.getScan()
+Returns a Scan object from the stored string 
representation.
 
 
 
@@ -1557,13 +1557,13 @@ service.
 
 
 void
-TableRecordReaderImpl.setScan(Scanscan)
+TableInputFormatBase.setScan(Scanscan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableInputFormatBase.setScan(Scanscan)
+TableRecordReaderImpl.setScan(Scanscan)
 Sets the scan defining the actual details like columns 
etc.
 
 
@@ -1630,6 +1630,12 @@ service.
 
 
 
+static void
+MultiTableSnapshotInputFormat.setInput(org.apache.hadoop.conf.Configurationconfiguration,
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionScansnapshotScans,
+org.apache.hadoop.fs.PathtmpRestoreDir)
+
+
 void
 MultiTableSnapshotInputFormatImpl.setInput(org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
index bc91cb8..c55c11c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
@@ -157,11 +157,11 @@
 
 
 ProcedureExecutorMasterProcedureEnv
-MasterServices.getMasterProcedureExecutor()
+HMaster.getMasterProcedureExecutor()
 
 
 ProcedureExecutorMasterProcedureEnv
-HMaster.getMasterProcedureExecutor()
+MasterServices.getMasterProcedureExecutor()
 
 
 
@@ -304,24 +304,24 @@
 
 
 
-boolean
-TruncateTableProcedure.abort(MasterProcedureEnvenv)
-
-
 protected boolean
 ServerCrashProcedure.abort(MasterProcedureEnvenv)
 
-
+
 boolean
 RestoreSnapshotProcedure.abort(MasterProcedureEnvenv)
 
+
+boolean
+TruncateTableProcedure.abort(MasterProcedureEnvenv)
+
 
 protected Procedure.LockState
-ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnvenv)
+CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
@@ -329,19 +329,19 @@
 
 
 protected Procedure.LockState
-CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
+AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-SplitTableRegionProcedure.acquireLock(MasterProcedureEnvenv)
+ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-MergeTableRegionsProcedure.acquireLock(MasterProcedureEnvenv)
+SplitTableRegionProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
+MergeTableRegionsProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 private void
@@ -423,23 +423,23 @@
 
 
 protected void
-DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
+AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
+DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 void
@@ -469,6 +469,13 @@
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions)
 
 
+protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
+CreateTableProcedure.createFsLayout(MasterProcedureEnvenv,
+  HTableDescriptorhTableDescriptor,
+  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions,
+  CreateTableProcedure.CreateHdfsRegionshdfsRegionHandler)
+
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 CloneSnapshotProcedure.createFsLayout(MasterProcedureEnvenv,
   HTableDescriptorhTableDescriptor,
@@ -477,13 +484,6 @@
 Create region layout in file system.
 
 
-
-protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
-CreateTableProcedure.createFsLayout(MasterProcedureEnvenv,
-  HTableDescriptorhTableDescriptor,
-  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions,
-  CreateTableProcedure.CreateHdfsRegionshdfsRegionHandler)
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnvenv,
@@ -673,15 +673,15 @@
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
index 880dc7c..81c6842 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
@@ -214,9 +214,9 @@ service.
 
 
 
-ResultScanner
-HTable.getScanner(byte[]family)
-The underlying HTable must 
not be closed.
+default ResultScanner
+AsyncTable.getScanner(byte[]family)
+Gets a scanner on the current table for the given 
family.
 
 
 
@@ -226,9 +226,9 @@ service.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[]family)
-Gets a scanner on the current table for the given 
family.
+ResultScanner
+HTable.getScanner(byte[]family)
+The underlying HTable must 
not be closed.
 
 
 
@@ -236,10 +236,10 @@ service.
 HTableWrapper.getScanner(byte[]family)
 
 
-ResultScanner
-HTable.getScanner(byte[]family,
+default ResultScanner
+AsyncTable.getScanner(byte[]family,
   byte[]qualifier)
-The underlying HTable must 
not be closed.
+Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
@@ -250,10 +250,10 @@ service.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[]family,
+ResultScanner
+HTable.getScanner(byte[]family,
   byte[]qualifier)
-Gets a scanner on the current table for the given family 
and qualifier.
+The underlying HTable must 
not be closed.
 
 
 
@@ -263,8 +263,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scanscan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -280,8 +280,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scanscan)
+The underlying HTable must 
not be closed.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
index 0592ae0..00aece9 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
@@ -106,11 +106,11 @@
 
 
 RetriesExhaustedWithDetailsException
-AsyncRequestFutureImpl.getErrors()
+AsyncRequestFuture.getErrors()
 
 
 RetriesExhaustedWithDetailsException
-AsyncRequestFuture.getErrors()
+AsyncRequestFutureImpl.getErrors()
 
 
 (package private) RetriesExhaustedWithDetailsException

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
index 3b5059c..c18883d 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
@@ -238,36 +238,28 @@
 
 
 
-T
-RpcRetryingCallerImpl.callWithoutRetries(RetryingCallableTcallable,
-  intcallTimeout)
-
-
 T
 RpcRetryingCaller.callWithoutRetries(RetryingCallableTcallable,
   intcallTimeout)
 Call the server once only.
 
 
-
+
 T
-RpcRetryingCallerImpl.callWithRetries(RetryingCallableTcallable,
-   intcallTimeout)
+RpcRetryingCallerImpl.callWithoutRetries(RetryingCallableTcallable,
+  intcallTimeout)
 
-
+
 T
 RpcRetryingCaller.callWithRetries(RetryingCallableTcallable,
intcallTimeout)
 Retries if invocation fails.
 
 
-
-RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable)
-
 
-FastFailInterceptorContext
-FastFailInterceptorContext.prepare(RetryingCallable?callable)
+T
+RpcRetryingCallerImpl.callWithRetries(RetryingCallableTcallable,
+   intcallTimeout)
 
 
 abstract RetryingCallerInterceptorContext
@@ -279,13 +271,11 @@
 
 
 RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable,
-   inttries)
+NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable)
 
 
 FastFailInterceptorContext
-FastFailInterceptorContext.prepare(RetryingCallable?callable,
-   inttries)

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
index 80c7187..c6314d2 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
@@ -519,14 +519,14 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.util.PoolMap.PoolType
-org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
+org.apache.hadoop.hbase.util.PrettyPrinter.Unit
 org.apache.hadoop.hbase.util.ChecksumType
 org.apache.hadoop.hbase.util.Order
-org.apache.hadoop.hbase.util.PrettyPrinter.Unit
+org.apache.hadoop.hbase.util.IdReadWriteLock.ReferenceType
 org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter.ERROR_CODE
 org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.PureJavaComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
-org.apache.hadoop.hbase.util.IdReadWriteLock.ReferenceType
+org.apache.hadoop.hbase.util.PoolMap.PoolType
+org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
 
 
 

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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
index 29d0f95..685f0d7 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
@@ -188,11 +188,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-AsyncProtobufLogWriter.append(WAL.Entryentry)
+ProtobufLogWriter.append(WAL.Entryentry)
 
 
 void
-ProtobufLogWriter.append(WAL.Entryentry)
+AsyncProtobufLogWriter.append(WAL.Entryentry)
 
 
 WAL.Entry
@@ -204,15 +204,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
   longelapsedTime)
 
 
+protected boolean
+ProtobufLogReader.readNext(WAL.Entryentry)
+
+
 protected abstract boolean
 ReaderBase.readNext(WAL.Entrye)
 Read next entry.
 
 
-
-protected boolean
-ProtobufLogReader.readNext(WAL.Entryentry)
-
 
 
 
@@ -278,11 +278,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 WAL.Entry
-ScopeWALEntryFilter.filter(WAL.Entryentry)
+SystemTableWALEntryFilter.filter(WAL.Entryentry)
 
 
 WAL.Entry
-SystemTableWALEntryFilter.filter(WAL.Entryentry)
+WALEntryFilter.filter(WAL.Entryentry)
+Applies the filter, possibly returning a different Entry 
instance.
+
 
 
 WAL.Entry
@@ -290,9 +292,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 WAL.Entry
-WALEntryFilter.filter(WAL.Entryentry)
-Applies the filter, 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 3492a80..e42fa80 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -409,31 +409,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
+AsyncTableBase.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-Table.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-AsyncTableBase.getName()
-Gets the fully qualified table name instance of this 
table.
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
 
 
 
 TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
@@ -743,17 +743,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-AsyncTableRegionLocator
-AsyncConnection.getRegionLocator(TableNametableName)
-Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
-
-
-
 RegionLocator
 Connection.getRegionLocator(TableNametableName)
 Retrieve a RegionLocator implementation to inspect region 
information on a table.
 
 
+
+AsyncTableRegionLocator
+AsyncConnection.getRegionLocator(TableNametableName)
+Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
+
+
 
 default Table
 Connection.getTable(TableNametableName)
@@ -761,31 +761,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-default AsyncTable
-AsyncConnection.getTable(TableNametableName,
+default Table
+Connection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve an AsyncTable implementation for accessing a 
table.
+Retrieve a Table implementation for accessing a table.
 
 
 
-default Table
-Connection.getTable(TableNametableName,
+default AsyncTable
+AsyncConnection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve a Table implementation for accessing a table.
+Retrieve an AsyncTable implementation for accessing a 
table.
 
 
 
-AsyncTableBuilderAsyncTable
-AsyncConnection.getTableBuilder(TableNametableName,
+TableBuilder
+Connection.getTableBuilder(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Returns an AsyncTableBuilder for creating 
AsyncTable.
+Returns an TableBuilder for creating Table.
 
 
 
-TableBuilder
-Connection.getTableBuilder(TableNametableName,
+AsyncTableBuilderAsyncTable
+AsyncConnection.getTableBuilder(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Returns an TableBuilder for creating Table.
+Returns an AsyncTableBuilder for creating 
AsyncTable.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/client/Durability.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Durability.html 
b/apidocs/org/apache/hadoop/hbase/client/Durability.html
index 232f165..58db6a9 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Durability.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Durability.html
@@ -294,7 +294,7 @@ the order they are declared.
 
 
 values
-public staticDurability[]values()
+public staticDurability[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -314,7 +314,7 @@ for (Durability c : Durability.values())
 
 
 valueOf
-public 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
index 7f67f25..b370e53 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
@@ -104,13 +104,13 @@
 
 
 void
-MasterServices.checkTableModifiable(TableNametableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableNametableName)
 
 
 void
-HMaster.checkTableModifiable(TableNametableName)
+MasterServices.checkTableModifiable(TableNametableName)
+Check table is modifiable; i.e.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
index e7ffea3..bc2627f 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
@@ -191,13 +191,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MasterServices.checkTableModifiable(TableNametableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableNametableName)
 
 
 void
-HMaster.checkTableModifiable(TableNametableName)
+MasterServices.checkTableModifiable(TableNametableName)
+Check table is modifiable; i.e.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
index e4d5620..d182369 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
@@ -590,13 +590,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTag
-VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringvisExpression)
-Convert visibility expression into tags to be 
serialized.
-
+DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringvisExpression)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTag
-DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringvisExpression)
+VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringvisExpression)
+Convert visibility expression into tags to be 
serialized.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
 
b/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
index a975f90..3402e75 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
@@ -173,7 +173,7 @@
 
 
 boolean
-ClusterConnection.isMasterRunning()
+ConnectionImplementation.isMasterRunning()
 Deprecated.
 this has been deprecated 
without a replacement
 
@@ -181,7 +181,7 @@
 
 
 boolean
-ConnectionImplementation.isMasterRunning()
+ClusterConnection.isMasterRunning()
 Deprecated.
 this has been deprecated 
without a replacement
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
index c89c4c4..c867542 100644
--- 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
index 00fb262..ed90d26 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
@@ -222,17 +222,17 @@
 
 
 
-void
-MasterProcedureManagerHost.initialize(MasterServicesmaster,
-  MetricsMastermetricsMaster)
-
-
 abstract void
 MasterProcedureManager.initialize(MasterServicesmaster,
   MetricsMastermetricsMaster)
 Initialize a globally barriered procedure for master.
 
 
+
+void
+MasterProcedureManagerHost.initialize(MasterServicesmaster,
+  MetricsMastermetricsMaster)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
index 26abee1..67cff6e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
@@ -135,21 +135,21 @@
 
 
 
-MetricsMasterSource
-MetricsMasterSourceFactory.create(MetricsMasterWrappermasterWrapper)
-
-
 MetricsMasterProcSource
 MetricsMasterProcSourceFactory.create(MetricsMasterWrappermasterWrapper)
 
-
-MetricsMasterProcSource
-MetricsMasterProcSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
-
 
 MetricsMasterSource
+MetricsMasterSourceFactory.create(MetricsMasterWrappermasterWrapper)
+
+
+MetricsMasterSource
 MetricsMasterSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
 
+
+MetricsMasterProcSource
+MetricsMasterProcSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
index cb85eaa..e5dd7f6 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
@@ -276,25 +276,25 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionPlan
-StochasticLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterState)
-Given the cluster state this will try and approach an 
optimal balance.
+SimpleLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterMap)
+Generate a global load balancing plan according to the 
specified map of
+ server information to the most loaded regions of each server.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionPlan
-SimpleLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterMap)
-Generate a global load balancing plan according to the 
specified map of
- server information to the most loaded regions of each server.
+StochasticLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterState)
+Given the cluster state this will try and approach an 
optimal balance.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionPlan
-StochasticLoadBalancer.balanceCluster(TableNametableName,
+SimpleLoadBalancer.balanceCluster(TableNametableName,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/overview-tree.html
--
diff --git a/devapidocs/overview-tree.html b/devapidocs/overview-tree.html
index 7687909..dd42a0c 100644
--- a/devapidocs/overview-tree.html
+++ b/devapidocs/overview-tree.html
@@ -1485,8 +1485,8 @@
 
 org.apache.hadoop.hbase.client.DelayingRunner (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnable)
 org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController (implements 
org.apache.hadoop.hbase.ipc.HBaseRpcController)
-org.apache.hadoop.hbase.thrift.DemoClient
 org.apache.hadoop.hbase.thrift2.DemoClient
+org.apache.hadoop.hbase.thrift.DemoClient
 org.apache.hadoop.hbase.util.DirectMemoryUtils
 org.apache.hadoop.hbase.wal.DisabledWALProvider (implements 
org.apache.hadoop.hbase.wal.WALProvider)
 org.apache.hadoop.hbase.wal.DisabledWALProvider.DisabledWAL (implements 
org.apache.hadoop.hbase.wal.WAL)
@@ -2501,13 +2501,13 @@
 java.io.http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in java.io">OutputStream (implements java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Flushable.html?is-external=true;
 title="class or interface in java.io">Flushable)
 
 org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter.OutputStreamWrapper 
(implements org.apache.hadoop.hbase.io.ByteBufferWriter)
-org.apache.hadoop.hbase.io.ByteArrayOutputStream (implements 
org.apache.hadoop.hbase.io.ByteBufferWriter)
 java.io.http://docs.oracle.com/javase/8/docs/api/java/io/ByteArrayOutputStream.html?is-external=true;
 title="class or interface in java.io">ByteArrayOutputStream
 
 org.apache.hadoop.hbase.io.encoding.EncodedDataBlock.BufferGrabbingByteArrayOutputStream
 org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.BaosAndCompressor (implements 
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor)
 
 
+org.apache.hadoop.hbase.io.ByteArrayOutputStream (implements 
org.apache.hadoop.hbase.io.ByteBufferWriter)
 org.apache.hadoop.hbase.io.ByteBufferOutputStream (implements 
org.apache.hadoop.hbase.io.ByteBufferWriter)
 
 org.apache.hadoop.hbase.io.ByteBufferListOutputStream
@@ -3554,8 +3554,8 @@
 org.apache.hadoop.hbase.thrift.ThriftServerRunner (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnable)
 org.apache.hadoop.hbase.thrift.ThriftServerRunner.HBaseHandler (implements 
org.apache.hadoop.hbase.thrift.generated.Hbase.Iface)
 org.apache.hadoop.hbase.thrift.ThriftServerRunner.ResultScannerWrapper
-org.apache.hadoop.hbase.thrift.ThriftUtilities
 org.apache.hadoop.hbase.thrift2.ThriftUtilities
+org.apache.hadoop.hbase.thrift.ThriftUtilities
 org.apache.hadoop.hbase.regionserver.throttle.ThroughputControlUtil
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwable (implements java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
@@ -4834,12 +4834,12 @@
 
 Annotation Type Hierarchy
 
-org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Evolving (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
index 675b6af..dd37400 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
@@ -205,22 +205,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValue.create(intlength,
+KeyValueUtil.create(intlength,
   http://docs.oracle.com/javase/8/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
-KeyValueUtil.create(intlength,
+KeyValue.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
@@ -336,31 +336,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b)
+KeyValueUtil.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b)
+KeyValue.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b,
+KeyValueUtil.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b,
+KeyValue.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
@@ -530,17 +530,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValue.write(KeyValuekv,
+KeyValueUtil.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a
+ Writable.
 
 
 
 static long
-KeyValueUtil.write(KeyValuekv,
+KeyValue.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a
- Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
 
 
 
@@ -751,38 +751,28 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 Gets initial, full list of candidate store files to check 
for 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
index e272e46..ff37819 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
@@ -146,11 +146,11 @@
 
 
 private RegionServerServices
-LogRollBackupSubprocedure.rss
+LogRollRegionServerProcedureManager.rss
 
 
 private RegionServerServices
-LogRollRegionServerProcedureManager.rss
+LogRollBackupSubprocedure.rss
 
 
 
@@ -290,15 +290,15 @@
 
 
 
+void
+RegionServerProcedureManagerHost.initialize(RegionServerServicesrss)
+
+
 abstract void
 RegionServerProcedureManager.initialize(RegionServerServicesrss)
 Initialize a globally barriered procedure for region 
servers.
 
 
-
-void
-RegionServerProcedureManagerHost.initialize(RegionServerServicesrss)
-
 
 
 
@@ -400,11 +400,11 @@
 
 
 private RegionServerServices
-CompactedHFilesDischarger.regionServerServices
+RegionServerCoprocessorHost.RegionServerEnvironment.regionServerServices
 
 
 private RegionServerServices
-RegionServerCoprocessorHost.RegionServerEnvironment.regionServerServices
+CompactedHFilesDischarger.regionServerServices
 
 
 private RegionServerServices
@@ -412,14 +412,6 @@
 
 
 (package private) RegionServerServices
-HRegion.rsServices
-
-
-private RegionServerServices
-RegionUnassigner.rsServices
-
-
-(package private) RegionServerServices
 RegionCoprocessorHost.rsServices
 The region server services
 
@@ -430,6 +422,14 @@
 
 
 private RegionServerServices
+RegionUnassigner.rsServices
+
+
+(package private) RegionServerServices
+HRegion.rsServices
+
+
+private RegionServerServices
 SplitLogWorker.server
 
 
@@ -450,13 +450,13 @@
 RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices()
 
 
-(package private) RegionServerServices
-HRegion.getRegionServerServices()
-
-
 RegionServerServices
 RegionCoprocessorHost.RegionEnvironment.getRegionServerServices()
 
+
+(package private) RegionServerServices
+HRegion.getRegionServerServices()
+
 
 
 
@@ -649,13 +649,13 @@
 FinishRegionRecoveringHandler.rss
 
 
-private RegionServerServices
-CloseRegionHandler.rsServices
-
-
 protected RegionServerServices
 OpenRegionHandler.rsServices
 
+
+private RegionServerServices
+CloseRegionHandler.rsServices
+
 
 private RegionServerServices
 OpenRegionHandler.PostOpenDeployTasksThread.services
@@ -795,19 +795,17 @@
 
 
 static ThroughputController
-CompactionThroughputControllerFactory.create(RegionServerServicesserver,
+FlushThroughputControllerFactory.create(RegionServerServicesserver,
   org.apache.hadoop.conf.Configurationconf)
 
 
 static ThroughputController
-FlushThroughputControllerFactory.create(RegionServerServicesserver,
+CompactionThroughputControllerFactory.create(RegionServerServicesserver,
   org.apache.hadoop.conf.Configurationconf)
 
 
 void
-ThroughputController.setup(RegionServerServicesserver)
-Setup controller for the given region server.
-
+PressureAwareFlushThroughputController.setup(RegionServerServicesserver)
 
 
 void
@@ -819,11 +817,13 @@
 
 
 void
-PressureAwareFlushThroughputController.setup(RegionServerServicesserver)
+NoLimitThroughputController.setup(RegionServerServicesserver)
 
 
 void
-NoLimitThroughputController.setup(RegionServerServicesserver)
+ThroughputController.setup(RegionServerServicesserver)
+Setup controller for the given region server.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
index 53e7b3f..5cc618e 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
@@ -379,11 +379,11 @@ the order they are declared.
 
 
 ScanType
-StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequestrequest)
+Compactor.InternalScannerFactory.getScanType(CompactionRequestrequest)
 
 
 ScanType
-Compactor.InternalScannerFactory.getScanType(CompactionRequestrequest)
+StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequestrequest)
 
 
 
@@ -396,14 +396,14 @@ the order they are declared.
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
index 8b12313..cc69b5f 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
@@ -301,7 +301,7 @@ the order they are declared.
 
 
 values
-public staticThrottleType[]values()
+public staticThrottleType[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -321,7 +321,7 @@ for (ThrottleType c : ThrottleType.values())
 
 
 valueOf
-public staticThrottleTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticThrottleTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
index 26ea8a0..a6efad8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
@@ -121,11 +121,11 @@
 
 
 MasterQuotaManager
-MasterServices.getMasterQuotaManager()
+HMaster.getMasterQuotaManager()
 
 
 MasterQuotaManager
-HMaster.getMasterQuotaManager()
+MasterServices.getMasterQuotaManager()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
index ec7c922..56079e7 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
@@ -162,13 +162,13 @@
 
 
 
-static QuotaLimiter
-QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
-
-
 (package private) static QuotaLimiter
 TimeBasedLimiter.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
 
+
+static QuotaLimiter
+QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
+
 
 static QuotaLimiter
 NoopQuotaLimiter.get()

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
index 19f8727..05b842d 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
@@ -116,17 +116,17 @@
 
 
 
-abstract QuotaType
-QuotaSettings.getQuotaType()
-
-
 QuotaType
 ThrottleSettings.getQuotaType()
 
-
+
 QuotaType
 QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType()
 
+
+abstract QuotaType
+QuotaSettings.getQuotaType()
+
 
 static QuotaType
 QuotaType.valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
index 337da08..8140ed2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
@@ -104,13 +104,13 @@
 
 
 void
-DefaultOperationQuota.checkQuota(intnumWrites,
+NoopOperationQuota.checkQuota(intnumWrites,
   intnumReads,
   intnumScans)
 
 
 void

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
index 73935a3..f10d65b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
@@ -146,20 +146,20 @@
 
 
 
-static HColumnDescriptor
-HColumnDescriptor.parseFrom(byte[]bytes)
-
-
 static HTableDescriptor
 HTableDescriptor.parseFrom(byte[]bytes)
 
+
+static ClusterId
+ClusterId.parseFrom(byte[]bytes)
+
 
 static HRegionInfo
 HRegionInfo.parseFrom(byte[]bytes)
 
 
-static ClusterId
-ClusterId.parseFrom(byte[]bytes)
+static HColumnDescriptor
+HColumnDescriptor.parseFrom(byte[]bytes)
 
 
 static SplitLogTask
@@ -265,146 +265,146 @@
 ByteArrayComparable.parseFrom(byte[]pbBytes)
 
 
-static ColumnPrefixFilter
-ColumnPrefixFilter.parseFrom(byte[]pbBytes)
+static SingleColumnValueExcludeFilter
+SingleColumnValueExcludeFilter.parseFrom(byte[]pbBytes)
 
 
-static ColumnCountGetFilter
-ColumnCountGetFilter.parseFrom(byte[]pbBytes)
+static ValueFilter
+ValueFilter.parseFrom(byte[]pbBytes)
 
 
-static RowFilter
-RowFilter.parseFrom(byte[]pbBytes)
+static SkipFilter
+SkipFilter.parseFrom(byte[]pbBytes)
 
 
-static FuzzyRowFilter
-FuzzyRowFilter.parseFrom(byte[]pbBytes)
+static FamilyFilter
+FamilyFilter.parseFrom(byte[]pbBytes)
 
 
-static BinaryComparator
-BinaryComparator.parseFrom(byte[]pbBytes)
+static FilterWrapper
+FilterWrapper.parseFrom(byte[]pbBytes)
 
 
-static RegexStringComparator
-RegexStringComparator.parseFrom(byte[]pbBytes)
+static BinaryPrefixComparator
+BinaryPrefixComparator.parseFrom(byte[]pbBytes)
 
 
-static Filter
-Filter.parseFrom(byte[]pbBytes)
-Concrete implementers can signal a failure condition in 
their code by throwing an
- http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException.
-
+static NullComparator
+NullComparator.parseFrom(byte[]pbBytes)
 
 
-static RandomRowFilter
-RandomRowFilter.parseFrom(byte[]pbBytes)
+static ColumnPrefixFilter
+ColumnPrefixFilter.parseFrom(byte[]pbBytes)
 
 
-static FirstKeyOnlyFilter
-FirstKeyOnlyFilter.parseFrom(byte[]pbBytes)
+static PageFilter
+PageFilter.parseFrom(byte[]pbBytes)
 
 
-static SkipFilter
-SkipFilter.parseFrom(byte[]pbBytes)
+static BitComparator
+BitComparator.parseFrom(byte[]pbBytes)
 
 
-static BinaryPrefixComparator
-BinaryPrefixComparator.parseFrom(byte[]pbBytes)
+static RowFilter
+RowFilter.parseFrom(byte[]pbBytes)
 
 
-static TimestampsFilter
-TimestampsFilter.parseFrom(byte[]pbBytes)
+static ColumnRangeFilter
+ColumnRangeFilter.parseFrom(byte[]pbBytes)
 
 
-static ValueFilter
-ValueFilter.parseFrom(byte[]pbBytes)
+static ColumnCountGetFilter
+ColumnCountGetFilter.parseFrom(byte[]pbBytes)
 
 
-static KeyOnlyFilter
-KeyOnlyFilter.parseFrom(byte[]pbBytes)
+static SubstringComparator
+SubstringComparator.parseFrom(byte[]pbBytes)
 
 
-static FamilyFilter
-FamilyFilter.parseFrom(byte[]pbBytes)
+static MultipleColumnPrefixFilter
+MultipleColumnPrefixFilter.parseFrom(byte[]pbBytes)
 
 
-static QualifierFilter
-QualifierFilter.parseFrom(byte[]pbBytes)
+static ColumnPaginationFilter
+ColumnPaginationFilter.parseFrom(byte[]pbBytes)
 
 
-static FilterList
-FilterList.parseFrom(byte[]pbBytes)
+static DependentColumnFilter
+DependentColumnFilter.parseFrom(byte[]pbBytes)
 
 
-static ColumnRangeFilter
-ColumnRangeFilter.parseFrom(byte[]pbBytes)
+static BinaryComparator
+BinaryComparator.parseFrom(byte[]pbBytes)
 
 
-static ColumnPaginationFilter
-ColumnPaginationFilter.parseFrom(byte[]pbBytes)
+static InclusiveStopFilter
+InclusiveStopFilter.parseFrom(byte[]pbBytes)
 
 
-static SubstringComparator
-SubstringComparator.parseFrom(byte[]pbBytes)
+static KeyOnlyFilter
+KeyOnlyFilter.parseFrom(byte[]pbBytes)
 
 
-static WhileMatchFilter
-WhileMatchFilter.parseFrom(byte[]pbBytes)
-
-
 static MultiRowRangeFilter
 MultiRowRangeFilter.parseFrom(byte[]pbBytes)
 
+
+static Filter
+Filter.parseFrom(byte[]pbBytes)
+Concrete implementers can signal a failure condition in 
their code by throwing an
+ http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException.
+
+
 
-static PrefixFilter
-PrefixFilter.parseFrom(byte[]pbBytes)
+static RegexStringComparator
+RegexStringComparator.parseFrom(byte[]pbBytes)
 
 
-static SingleColumnValueExcludeFilter
-SingleColumnValueExcludeFilter.parseFrom(byte[]pbBytes)
+static FirstKeyOnlyFilter
+FirstKeyOnlyFilter.parseFrom(byte[]pbBytes)
 
 
-static DependentColumnFilter
-DependentColumnFilter.parseFrom(byte[]pbBytes)
+static WhileMatchFilter

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
index 72cba99..653e5da 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
@@ -285,15 +285,15 @@
 
 
 private HRegionServer
-MetricsTableWrapperAggregateImpl.regionServer
+MetricsRegionServerWrapperImpl.regionServer
 
 
 private HRegionServer
-RSRpcServices.regionServer
+StorefileRefresherChore.regionServer
 
 
 private HRegionServer
-StorefileRefresherChore.regionServer
+MetricsTableWrapperAggregateImpl.regionServer
 
 
 private HRegionServer
@@ -301,7 +301,7 @@
 
 
 private HRegionServer
-MetricsRegionServerWrapperImpl.regionServer
+RSRpcServices.regionServer
 
 
 private HRegionServer
@@ -312,13 +312,13 @@
 CompactSplitThread.server
 
 
-private HRegionServer
-SplitRequest.server
-
-
 (package private) HRegionServer
 HRegionServer.PeriodicMemstoreFlusher.server
 
+
+private HRegionServer
+SplitRequest.server
+
 
 
 
@@ -509,11 +509,11 @@
 
 
 private HRegionServer
-RSStatusTmpl.ImplData.m_regionServer
+RegionListTmpl.ImplData.m_regionServer
 
 
 private HRegionServer
-RegionListTmpl.ImplData.m_regionServer
+RSStatusTmpl.ImplData.m_regionServer
 
 
 private HRegionServer
@@ -534,11 +534,11 @@
 
 
 HRegionServer
-RSStatusTmpl.ImplData.getRegionServer()
+RegionListTmpl.ImplData.getRegionServer()
 
 
 HRegionServer
-RegionListTmpl.ImplData.getRegionServer()
+RSStatusTmpl.ImplData.getRegionServer()
 
 
 
@@ -582,11 +582,11 @@
 
 
 void
-RSStatusTmpl.ImplData.setRegionServer(HRegionServerregionServer)
+RegionListTmpl.ImplData.setRegionServer(HRegionServerregionServer)
 
 
 void
-RegionListTmpl.ImplData.setRegionServer(HRegionServerregionServer)
+RSStatusTmpl.ImplData.setRegionServer(HRegionServerregionServer)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
index a58a597..1516290 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
@@ -749,14 +749,14 @@
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
index 2e70a42..af316e0 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
@@ -648,15 +648,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanner
-DefaultMemStore.getScanners(longreadPt)
+MemStore.getScanners(longreadPt)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanner
-MemStore.getScanners(longreadPt)
+CompactingMemStore.getScanners(longreadPt)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html 
b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
index 399d78e..864b1c1 100644
--- a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
+++ b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
@@ -164,15 +164,15 @@
 
 
 
+private void
+HMaster.waitForRegionServers(MonitoredTaskstatus)
+
+
 void
 ServerManager.waitForRegionServers(MonitoredTaskstatus)
 Wait for the region servers to report in.
 
 
-
-private void
-HMaster.waitForRegionServers(MonitoredTaskstatus)
-
 
 private void
 SplitLogManager.waitForSplittingCompletion(SplitLogManager.TaskBatchbatch,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
 
b/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
index b8cf007..d3a4dfd 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
@@ -121,13 +121,13 @@
 
 
 NamespaceTableAndRegionInfo
-NamespaceStateManager.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
-Gets an instance of NamespaceTableAndRegionInfo associated 
with namespace.
-
+NamespaceAuditor.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringnamespace)
 
 
 NamespaceTableAndRegionInfo
-NamespaceAuditor.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringnamespace)
+NamespaceStateManager.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Gets an instance of NamespaceTableAndRegionInfo associated 
with namespace.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html 
b/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
index 49fc0a6..55b4a74 100644
--- a/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
+++ b/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
@@ -185,23 +185,23 @@
 
 
 Codec.Decoder
-CellCodec.getDecoder(ByteBuffbuf)
+KeyValueCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-Codec.getDecoder(ByteBuffbuf)
+CellCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(ByteBuffbuf)
+Codec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
+CellCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(ByteBuffbuf)
+KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
@@ -493,20 +493,20 @@
 
 
 
-private ByteBuff
-RowIndexSeekerV1.currentBuffer
+protected ByteBuff
+BufferedDataBlockEncoder.SeekerState.currentBuffer
 
 
 protected ByteBuff
-RowIndexSeekerV1.SeekerState.currentBuffer
+BufferedDataBlockEncoder.BufferedEncodedSeeker.currentBuffer
 
 
-protected ByteBuff
-BufferedDataBlockEncoder.SeekerState.currentBuffer
+private ByteBuff
+RowIndexSeekerV1.currentBuffer
 
 
 protected ByteBuff
-BufferedDataBlockEncoder.BufferedEncodedSeeker.currentBuffer
+RowIndexSeekerV1.SeekerState.currentBuffer
 
 
 private ByteBuff
@@ -529,23 +529,23 @@
 
 
 Cell
-RowIndexCodecV1.getFirstKeyCellInBlock(ByteBuffblock)
+CopyKeyDataBlockEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-CopyKeyDataBlockEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+PrefixKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-DiffKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+FastDiffDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-FastDiffDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+DiffKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-PrefixKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+RowIndexCodecV1.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 void
@@ -572,11 +572,11 @@
 
 
 void
-RowIndexSeekerV1.setCurrentBuffer(ByteBuffbuffer)
+BufferedDataBlockEncoder.BufferedEncodedSeeker.setCurrentBuffer(ByteBuffbuffer)
 
 
 void

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
index 76ec709..e97ea76 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
@@ -332,14 +332,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-BufferedMutatorImpl.mutate(Mutationm)
-
-
-void
 BufferedMutator.mutate(Mutationmutation)
 Sends a Mutation to 
the table.
 
 
+
+void
+BufferedMutatorImpl.mutate(Mutationm)
+
 
 
 
@@ -351,14 +351,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-BufferedMutatorImpl.mutate(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">List? extends Mutationms)
-
-
-void
 BufferedMutator.mutate(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">List? extends Mutationmutations)
 Send some Mutations to 
the table.
 
 
+
+void
+BufferedMutatorImpl.mutate(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">List? extends Mutationms)
+
 
 
 
@@ -491,15 +491,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 MutationSerialization.getDeserializer(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassMutationc)
 
 
-org.apache.hadoop.mapreduce.RecordWriterImmutableBytesWritable,Mutation
-MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-
-
 org.apache.hadoop.mapreduce.RecordWriterKEY,Mutation
 TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
 Creates a new record writer.
 
 
+
+org.apache.hadoop.mapreduce.RecordWriterImmutableBytesWritable,Mutation
+MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
+
 
 org.apache.hadoop.io.serializer.SerializerMutation
 MutationSerialization.getSerializer(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassMutationc)
@@ -607,11 +607,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-DefaultOperationQuota.addMutation(Mutationmutation)
+NoopOperationQuota.addMutation(Mutationmutation)
 
 
 void
-NoopOperationQuota.addMutation(Mutationmutation)
+DefaultOperationQuota.addMutation(Mutationmutation)
 
 
 void
@@ -964,6 +964,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
+MultiRowMutationProcessor.process(longnow,
+   HRegionregion,
+   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutationsToApply,
+   WALEditwalEdit)
+
+
+void
 RowProcessor.process(longnow,
HRegionregion,
http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutations,
@@ -971,13 +978,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 HRegion handles the locks and MVCC and invokes this method 
properly.
 
 
-
-void
-MultiRowMutationProcessor.process(longnow,
-   HRegionregion,
-   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutationsToApply,
-   WALEditwalEdit)
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
index 2136979..8ac4b8a 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
@@ -126,11 +126,11 @@
 
 
 private NonceGenerator
-HBaseAdmin.ng
+AsyncHBaseAdmin.ng
 
 
 private NonceGenerator
-AsyncHBaseAdmin.ng
+HBaseAdmin.ng
 
 
 (package private) static NonceGenerator
@@ -159,11 +159,11 @@
 
 
 NonceGenerator
-ClusterConnection.getNonceGenerator()
+ConnectionImplementation.getNonceGenerator()
 
 
 NonceGenerator
-ConnectionImplementation.getNonceGenerator()
+ClusterConnection.getNonceGenerator()
 
 
 NonceGenerator


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index a332e0c..4526143 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+Append
+Append.add(Cellcell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cellcell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -1185,12 +1185,12 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   booleanmayHaveMoreCellsInRow)
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 Mutation
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-ColumnPrefixFilter.getNextCellHint(Cellcell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
-Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+abstract Cell
+Filter.getNextCellHint(CellcurrentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellcell)
+ColumnPaginationFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
 
 
 Cell
-WhileMatchFilter.transformCell(Cellv)
+FilterList.transformCell(Cellc)
 
 
 Cell
-FilterList.transformCell(Cellc)

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmplImpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmplImpl.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmplImpl.html
index 144d11f..8f1c379 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmplImpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmplImpl.html
@@ -70,15 +70,15 @@
 062
 063{
 064  private final HMaster master;
-065  private final AssignmentManager 
assignmentManager;
-066  private final boolean 
catalogJanitorEnabled;
-067  private final ListServerName 
servers;
+065  private final boolean 
catalogJanitorEnabled;
+066  private final MapString,Integer 
frags;
+067  private final AssignmentManager 
assignmentManager;
 068  private final SetServerName 
deadServers;
 069  private final String format;
-070  private final MapString,Integer 
frags;
+070  private final ListServerName 
servers;
 071  private final String filter;
-072  private final ServerManager 
serverManager;
-073  private final ServerName 
metaLocation;
+072  private final ServerName 
metaLocation;
+073  private final ServerManager 
serverManager;
 074  // 69, 1
 075  
 076  public String formatZKString() {
@@ -108,17 +108,17 @@
 100
 101  protected static 
org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData 
__jamon_setOptionalArguments(org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 p_implData)
 102  {
-103if(! 
p_implData.getAssignmentManager__IsNotDefault())
+103if(! 
p_implData.getCatalogJanitorEnabled__IsNotDefault())
 104{
-105  
p_implData.setAssignmentManager(null);
+105  
p_implData.setCatalogJanitorEnabled(true);
 106}
-107if(! 
p_implData.getCatalogJanitorEnabled__IsNotDefault())
+107if(! 
p_implData.getFrags__IsNotDefault())
 108{
-109  
p_implData.setCatalogJanitorEnabled(true);
+109  p_implData.setFrags(null);
 110}
-111if(! 
p_implData.getServers__IsNotDefault())
+111if(! 
p_implData.getAssignmentManager__IsNotDefault())
 112{
-113  p_implData.setServers(null);
+113  
p_implData.setAssignmentManager(null);
 114}
 115if(! 
p_implData.getDeadServers__IsNotDefault())
 116{
@@ -128,21 +128,21 @@
 120{
 121  p_implData.setFormat("html");
 122}
-123if(! 
p_implData.getFrags__IsNotDefault())
+123if(! 
p_implData.getServers__IsNotDefault())
 124{
-125  p_implData.setFrags(null);
+125  p_implData.setServers(null);
 126}
 127if(! 
p_implData.getFilter__IsNotDefault())
 128{
 129  p_implData.setFilter("general");
 130}
-131if(! 
p_implData.getServerManager__IsNotDefault())
+131if(! 
p_implData.getMetaLocation__IsNotDefault())
 132{
-133  
p_implData.setServerManager(null);
+133  p_implData.setMetaLocation(null);
 134}
-135if(! 
p_implData.getMetaLocation__IsNotDefault())
+135if(! 
p_implData.getServerManager__IsNotDefault())
 136{
-137  p_implData.setMetaLocation(null);
+137  
p_implData.setServerManager(null);
 138}
 139return p_implData;
 140  }
@@ -150,15 +150,15 @@
 142  {
 143super(p_templateManager, 
__jamon_setOptionalArguments(p_implData));
 144master = p_implData.getMaster();
-145assignmentManager = 
p_implData.getAssignmentManager();
-146catalogJanitorEnabled = 
p_implData.getCatalogJanitorEnabled();
-147servers = p_implData.getServers();
+145catalogJanitorEnabled = 
p_implData.getCatalogJanitorEnabled();
+146frags = p_implData.getFrags();
+147assignmentManager = 
p_implData.getAssignmentManager();
 148deadServers = 
p_implData.getDeadServers();
 149format = p_implData.getFormat();
-150frags = p_implData.getFrags();
+150servers = p_implData.getServers();
 151filter = p_implData.getFilter();
-152serverManager = 
p_implData.getServerManager();
-153metaLocation = 
p_implData.getMetaLocation();
+152metaLocation = 
p_implData.getMetaLocation();
+153serverManager = 
p_implData.getServerManager();
 154  }
 155  
 156  @Override public void 
renderNoFlush(final java.io.Writer jamonWriter)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html
index 9be600e..5ee360d 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html
+++ 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index b705301..581ba48 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -124,104 +124,104 @@
 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
+OrderedInt16.decode(PositionedByteRangesrc)
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
+RawLong.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+OrderedNumeric.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRangesrc)
+byte[]
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-T
-TerminatedWrapper.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
+OrderedInt8.decode(PositionedByteRangesrc)
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
+OrderedInt64.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true;
 title="class or interface in java.lang">Double
-RawDouble.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true;
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRangesrc)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 RawString.decode(PositionedByteRangesrc)
 
 
-T
-DataType.decode(PositionedByteRangesrc)
-Read an instance of T from the buffer 
src.
-
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
-OrderedInt64.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
+RawShort.decode(PositionedByteRangesrc)
 
 
 byte[]
 OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
-OrderedNumeric.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true;
 title="class or interface in java.lang">Float
+OrderedFloat32.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true;
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true;
 title="class or interface in java.lang">Double
+OrderedFloat64.decode(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long
-RawLong.decode(PositionedByteRangesrc)
+T
+DataType.decode(PositionedByteRangesrc)
+Read an instance of T from the buffer 
src.
+
 
 
-byte[]
-RawBytes.decode(PositionedByteRangesrc)
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true;
 title="class or interface in java.lang">Float
+RawFloat.decode(PositionedByteRangesrc)
 
 
+T
+TerminatedWrapper.decode(PositionedByteRangesrc)
+
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 93046b3..952582c 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-065@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-066@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+064@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+065@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
 067@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
 068@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-069@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+069@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
 070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-071@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-072@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName")})
+071@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,57 +118,57 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 29, 1
-114public void 
setAssignmentManager(AssignmentManager assignmentManager)
+113// 25, 1
+114public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
 115{
-116  // 29, 1
-117  m_assignmentManager = 
assignmentManager;
-118  m_assignmentManager__IsNotDefault = 
true;
+116  // 25, 1
+117  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
+118  
m_catalogJanitorEnabled__IsNotDefault = true;
 119}
-120public AssignmentManager 
getAssignmentManager()
+120public boolean 
getCatalogJanitorEnabled()
 121{
-122  return m_assignmentManager;
+122  return m_catalogJanitorEnabled;
 123}
-124private AssignmentManager 
m_assignmentManager;
-125public boolean 
getAssignmentManager__IsNotDefault()
+124private boolean 
m_catalogJanitorEnabled;
+125public boolean 
getCatalogJanitorEnabled__IsNotDefault()
 126{
-127  return 
m_assignmentManager__IsNotDefault;
+127  return 
m_catalogJanitorEnabled__IsNotDefault;
 128}
-129private boolean 
m_assignmentManager__IsNotDefault;
-130// 25, 1
-131public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
+129private boolean 
m_catalogJanitorEnabled__IsNotDefault;
+130// 21, 1
+131public void 
setFrags(MapString,Integer frags)
 132{
-133  // 25, 1
-134  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
-135  
m_catalogJanitorEnabled__IsNotDefault = true;
+133  // 21, 1
+134  m_frags = frags;
+135  m_frags__IsNotDefault = true;
 136}
-137public boolean 
getCatalogJanitorEnabled()
+137public MapString,Integer 
getFrags()
 138{
-139  return m_catalogJanitorEnabled;
+139  return m_frags;
 140}
-141private boolean 
m_catalogJanitorEnabled;
-142public boolean 
getCatalogJanitorEnabled__IsNotDefault()
+141private MapString,Integer 
m_frags;
+142public boolean 
getFrags__IsNotDefault()
 143{
-144  return 
m_catalogJanitorEnabled__IsNotDefault;
+144  return m_frags__IsNotDefault;
 145}
-146private boolean 
m_catalogJanitorEnabled__IsNotDefault;
-147// 23, 1
-148public void 
setServers(ListServerName servers)
+146private boolean 
m_frags__IsNotDefault;
+147// 29, 1
+148public void 
setAssignmentManager(AssignmentManager assignmentManager)
 149{
-150  // 23, 1
-151  m_servers = servers;
-152  m_servers__IsNotDefault = true;
+150  // 29, 1
+151  m_assignmentManager = 
assignmentManager;
+152  m_assignmentManager__IsNotDefault = 
true;
 153}
-154public ListServerName 
getServers()
+154public AssignmentManager 
getAssignmentManager()
 155{
-156

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
index 2e2b8c9..cefb0b6 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
@@ -104,12 +104,12 @@
 
 
 protected ProtobufLogReader.WALHdrContext
-SecureProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
+ProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
   org.apache.hadoop.fs.FSDataInputStreamstream)
 
 
 protected ProtobufLogReader.WALHdrContext
-ProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
+SecureProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
   org.apache.hadoop.fs.FSDataInputStreamstream)
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
index 5d6fc7d..05d364d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
@@ -269,7 +269,7 @@
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListener
-DisabledWALProvider.DisabledWAL.listeners
+AbstractFSWALProvider.listeners
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListener
@@ -277,7 +277,7 @@
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListener
-AbstractFSWALProvider.listeners
+DisabledWALProvider.DisabledWAL.listeners
 
 
 
@@ -334,30 +334,30 @@
 
 
 void
-WALProvider.init(WALFactoryfactory,
+AbstractFSWALProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringproviderId)
-Set up the provider to create wals.
-
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)
 
 
 void
-DisabledWALProvider.init(WALFactoryfactory,
+RegionGroupingProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)
 
 
 void
-RegionGroupingProvider.init(WALFactoryfactory,
+WALProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringproviderId)
+Set up the provider to create wals.
+
 
 
 void
-AbstractFSWALProvider.init(WALFactoryfactory,
+DisabledWALProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
index ebd7232..c759933 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
@@ -150,15 +150,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock
-BlockCache.iterator()
+CombinedBlockCache.iterator()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock
-LruBlockCache.iterator()
+BlockCache.iterator()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock
-CombinedBlockCache.iterator()
+LruBlockCache.iterator()
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorCachedBlock

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
index 6fec015..4098b79 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
@@ -143,17 +143,17 @@
 
 
 void
-NoOpDataBlockEncoder.saveMetadata(HFile.Writerwriter)
+HFileDataBlockEncoderImpl.saveMetadata(HFile.Writerwriter)
 
 
 void
-HFileDataBlockEncoder.saveMetadata(HFile.Writerwriter)
-Save metadata in HFile which will be written to disk
-
+NoOpDataBlockEncoder.saveMetadata(HFile.Writerwriter)
 
 
 void
-HFileDataBlockEncoderImpl.saveMetadata(HFile.Writerwriter)
+HFileDataBlockEncoder.saveMetadata(HFile.Writerwriter)
+Save metadata in HFile which will be written to disk
+
 
 
 
@@ -203,18 +203,18 @@
 
 
 
-abstract void
-BloomContext.addLastBloomKey(HFile.Writerwriter)
-Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
-
+void
+RowColBloomContext.addLastBloomKey(HFile.Writerwriter)
 
 
 void
 RowBloomContext.addLastBloomKey(HFile.Writerwriter)
 
 
-void
-RowColBloomContext.addLastBloomKey(HFile.Writerwriter)
+abstract void
+BloomContext.addLastBloomKey(HFile.Writerwriter)
+Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
+
 
 
 static BloomFilterWriter

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
index 6bcd209..f8482be 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
@@ -106,15 +106,15 @@
 
 
 
-private HFileBlock.Writer
-HFileBlockIndex.BlockIndexWriter.blockWriter
-
-
 protected HFileBlock.Writer
 HFileWriterImpl.blockWriter
 block writer
 
 
+
+private HFileBlock.Writer
+HFileBlockIndex.BlockIndexWriter.blockWriter
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
index 9f3dfdb..e0b77da 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
@@ -164,15 +164,15 @@
 
 
 HFileContext
-HFileBlockEncodingContext.getHFileContext()
+HFileBlockDecodingContext.getHFileContext()
 
 
 HFileContext
-HFileBlockDecodingContext.getHFileContext()
+HFileBlockDefaultDecodingContext.getHFileContext()
 
 
 HFileContext
-HFileBlockDefaultDecodingContext.getHFileContext()
+HFileBlockEncodingContext.getHFileContext()
 
 
 HFileContext
@@ -252,24 +252,24 @@
 
 
 private HFileContext
-HFile.WriterFactory.fileContext
-
-
-private HFileContext
 HFileBlock.fileContext
 Meta data that holds meta information on the 
hfileblock.
 
 
-
+
 private HFileContext
 HFileBlock.Writer.fileContext
 Meta data that holds 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
index 793bd20..b3951ce 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
@@ -168,23 +168,23 @@
 
 
 void
+CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+  Cacheablebuf)
+
+
+void
 BlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf)
 Add block to cache (defaults to not in-memory).
 
 
-
+
 void
 LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf)
 Cache the block with the specified name and buffer.
 
 
-
-void
-CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
-  Cacheablebuf)
-
 
 void
 MemcachedBlockCache.cacheBlock(BlockCacheKeycacheKey,
@@ -192,35 +192,35 @@
 
 
 void
-BlockCache.cacheBlock(BlockCacheKeycacheKey,
+CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
-Add block to cache.
-
+  booleancacheDataInL1)
 
 
 void
-LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
+InclusiveCombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
-Cache the block with the specified name and buffer.
-
+  booleancacheDataInL1)
 
 
 void
-CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+BlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
+  booleancacheDataInL1)
+Add block to cache.
+
 
 
 void
-InclusiveCombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
+  booleancacheDataInL1)
+Cache the block with the specified name and buffer.
+
 
 
 void
@@ -237,17 +237,17 @@
 
 
 boolean
-BlockCache.evictBlock(BlockCacheKeycacheKey)
-Evict block from cache.
-
+CombinedBlockCache.evictBlock(BlockCacheKeycacheKey)
 
 
 boolean
-LruBlockCache.evictBlock(BlockCacheKeycacheKey)
+BlockCache.evictBlock(BlockCacheKeycacheKey)
+Evict block from cache.
+
 
 
 boolean
-CombinedBlockCache.evictBlock(BlockCacheKeycacheKey)
+LruBlockCache.evictBlock(BlockCacheKeycacheKey)
 
 
 boolean
@@ -255,35 +255,35 @@
 
 
 Cacheable
-BlockCache.getBlock(BlockCacheKeycacheKey,
+CombinedBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
-Fetch block from cache.
-
+booleanupdateCacheMetrics)
 
 
 Cacheable
-LruBlockCache.getBlock(BlockCacheKeycacheKey,
+InclusiveCombinedBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
-Get the buffer of the block with the specified name.
-
+booleanupdateCacheMetrics)
 
 
 Cacheable
-CombinedBlockCache.getBlock(BlockCacheKeycacheKey,
+BlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
+booleanupdateCacheMetrics)
+Fetch block from cache.
+
 
 
 Cacheable
-InclusiveCombinedBlockCache.getBlock(BlockCacheKeycacheKey,
+LruBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
+booleanupdateCacheMetrics)
+Get the buffer of the block with the specified name.
+
 
 
 Cacheable
@@ -310,20 +310,20 @@
 
 
 void
+CombinedBlockCache.returnBlock(BlockCacheKeycacheKey,
+   Cacheableblock)
+
+
+void
 BlockCache.returnBlock(BlockCacheKeycacheKey,
Cacheableblock)
 Called when the scanner using the block decides to return 
the block once its usage
  is over.
 
 
-
-void
-LruBlockCache.returnBlock(BlockCacheKeycacheKey,
-   Cacheableblock)
-
 
 void
-CombinedBlockCache.returnBlock(BlockCacheKeycacheKey,
+LruBlockCache.returnBlock(BlockCacheKeycacheKey,
Cacheableblock)
 
 
@@ -509,13 +509,13 @@
 
 
 void
-CachedEntryQueue.add(http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true;
 title="class or interface in java.util">Map.EntryBlockCacheKey,BucketCache.BucketEntryentry)
-Attempt to add the specified entry to this queue.
-
+BucketCache.BucketEntryGroup.add(http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true;
 title="class or interface in java.util">Map.EntryBlockCacheKey,BucketCache.BucketEntryblock)
 
 
 void
-BucketCache.BucketEntryGroup.add(http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true;
 title="class or interface in 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
index 72f56a8..78fd371 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
@@ -250,7 +250,10 @@
 
 
 ByteRange
-SimpleByteRange.deepCopy()
+ByteRange.deepCopy()
+Create a new ByteRange with new backing byte[] 
containing a copy
+ of the content from this range's window.
+
 
 
 ByteRange
@@ -258,10 +261,7 @@
 
 
 ByteRange
-ByteRange.deepCopy()
-Create a new ByteRange with new backing byte[] 
containing a copy
- of the content from this range's window.
-
+SimpleByteRange.deepCopy()
 
 
 ByteRange
@@ -281,16 +281,6 @@
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byteval)
-
-
-ByteRange
-SimpleMutableByteRange.put(intindex,
-   byteval)
-
-
-ByteRange
 ByteRange.put(intindex,
byteval)
 Store val at index.
@@ -298,13 +288,13 @@
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val)
+SimpleMutableByteRange.put(intindex,
+   byteval)
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val)
+SimpleByteRange.put(intindex,
+   byteval)
 
 
 ByteRange
@@ -315,17 +305,13 @@
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleMutableByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
@@ -339,13 +325,17 @@
 
 
 ByteRange
-SimpleByteRange.putInt(intindex,
-  intval)
+SimpleMutableByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
-SimpleMutableByteRange.putInt(intindex,
-  intval)
+SimpleByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
@@ -356,13 +346,13 @@
 
 
 ByteRange
-SimpleByteRange.putLong(intindex,
-   longval)
+SimpleMutableByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
-SimpleMutableByteRange.putLong(intindex,
-   longval)
+SimpleByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
@@ -373,13 +363,13 @@
 
 
 ByteRange
-SimpleByteRange.putShort(intindex,
-shortval)
+SimpleMutableByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
-SimpleMutableByteRange.putShort(intindex,
-shortval)
+SimpleByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
@@ -390,21 +380,25 @@
 
 
 ByteRange
-SimpleByteRange.set(byte[]bytes)
+SimpleMutableByteRange.putShort(intindex,
+shortval)
 
 
 ByteRange
+SimpleByteRange.putShort(intindex,
+shortval)
+
+
+ByteRange
 ByteRange.set(byte[]bytes)
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[]bytes,
-   intoffset,
-   intlength)
+SimpleByteRange.set(byte[]bytes)
 
-
+
 ByteRange
 ByteRange.set(byte[]bytes,
intoffset,
@@ -412,16 +406,22 @@
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(intcapacity)
+SimpleByteRange.set(byte[]bytes,
+   intoffset,
+   intlength)
 
-
+
 ByteRange
 ByteRange.set(intcapacity)
 Reuse this ByteRange over a new byte[].
 
 
+
+ByteRange
+SimpleByteRange.set(intcapacity)
+
 
 ByteRange
 ByteRange.setLength(intlength)
@@ -436,27 +436,17 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopy()
-
-
-ByteRange
-SimpleMutableByteRange.shallowCopy()
-
-
-ByteRange
 ByteRange.shallowCopy()
 Create a new ByteRange that points at this 
range's byte[].
 
 
 
 ByteRange
-SimpleByteRange.shallowCopySubRange(intinnerOffset,
-   intcopyLength)
+SimpleMutableByteRange.shallowCopy()
 
 
 ByteRange
-SimpleMutableByteRange.shallowCopySubRange(intinnerOffset,
-   intcopyLength)
+SimpleByteRange.shallowCopy()
 
 
 ByteRange
@@ -467,11 +457,13 @@
 
 
 ByteRange
-SimpleByteRange.unset()
+SimpleMutableByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
 
 
 ByteRange
-SimpleMutableByteRange.unset()
+SimpleByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
 
 
 ByteRange
@@ -479,6 +471,14 @@
 Nullifies this ByteRange.
 
 
+
+ByteRange
+SimpleMutableByteRange.unset()
+
+
+ByteRange
+SimpleByteRange.unset()
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
index da760b5..a6ec9c7 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
@@ -121,23 +121,23 @@
 
 
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 3fd13be..07dfbe1 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,166 +393,166 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 privateHMaster m_master
 
 
-
+
 
 
 
 
-m_format
-privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String m_format
+m_assignmentManager
+privateAssignmentManager m_assignmentManager
 
 
-
+
 
 
 
 
-m_format__IsNotDefault
-privateboolean m_format__IsNotDefault
+m_assignmentManager__IsNotDefault
+privateboolean m_assignmentManager__IsNotDefault
 
 
-
+
 
 
 
 
-m_servers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
+m_catalogJanitorEnabled
+privateboolean m_catalogJanitorEnabled
 
 
-
+
 
 
 
 
-m_servers__IsNotDefault
-privateboolean m_servers__IsNotDefault
+m_catalogJanitorEnabled__IsNotDefault
+privateboolean m_catalogJanitorEnabled__IsNotDefault
 
 
-
+
 
 
 
 
-m_frags
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer m_frags
+m_servers
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
 
 
-
+
 
 
 
 
-m_frags__IsNotDefault
-privateboolean m_frags__IsNotDefault
+m_servers__IsNotDefault
+privateboolean m_servers__IsNotDefault
 
 
-
+
 
 
 
 
-m_metaLocation
-privateServerName m_metaLocation
+m_deadServers
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName m_deadServers
 
 
-
+
 
 
 
 
-m_metaLocation__IsNotDefault
-privateboolean m_metaLocation__IsNotDefault
+m_deadServers__IsNotDefault
+privateboolean m_deadServers__IsNotDefault
 
 
-
+
 
 
 
 
-m_serverManager
-privateServerManager m_serverManager
+m_format
+privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String m_format
 
 
-
+
 
 
 
 
-m_serverManager__IsNotDefault
-privateboolean m_serverManager__IsNotDefault
+m_format__IsNotDefault
+privateboolean m_format__IsNotDefault
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled
-privateboolean m_catalogJanitorEnabled
+m_frags
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer m_frags
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled__IsNotDefault
-privateboolean m_catalogJanitorEnabled__IsNotDefault
+m_frags__IsNotDefault
+privateboolean m_frags__IsNotDefault
 
 
-
+
 
 
 
 
-m_deadServers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName m_deadServers
+m_filter
+privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String m_filter
 
 
-
+
 
 
 
 
-m_deadServers__IsNotDefault
-privateboolean m_deadServers__IsNotDefault
+m_filter__IsNotDefault
+privateboolean m_filter__IsNotDefault
 
 
-
+
 
 
 
 
-m_assignmentManager
-privateAssignmentManager m_assignmentManager
+m_serverManager
+privateServerManager m_serverManager
 
 
-
+
 
 
 
 
-m_assignmentManager__IsNotDefault
-privateboolean m_assignmentManager__IsNotDefault
+m_serverManager__IsNotDefault
+privateboolean m_serverManager__IsNotDefault
 
 
-
+
 
 
 
 
-m_filter
-privatehttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String m_filter
+m_metaLocation
+privateServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-privateboolean m_filter__IsNotDefault
+m_metaLocation__IsNotDefault
+privateboolean m_metaLocation__IsNotDefault
 
 
 
@@ -598,247 +598,247 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 publicHMastergetMaster()
 
 
-
+
 
 
 
 
-setFormat

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html 
b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
index 8a19eda..2408858 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
@@ -244,7 +244,7 @@ the order they are declared.
 
 
 values
-public staticReference.Range[]values()
+public staticReference.Range[]values()
 Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -264,7 +264,7 @@ for (Reference.Range c : Reference.Range.values())
 
 
 valueOf
-public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
index b6e7034..44310c8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
@@ -162,11 +162,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 ImmutableBytesWritable
-TableRecordReader.createKey()
+TableSnapshotInputFormat.TableSnapshotRecordReader.createKey()
 
 
 ImmutableBytesWritable
-TableSnapshotInputFormat.TableSnapshotRecordReader.createKey()
+TableRecordReader.createKey()
 
 
 ImmutableBytesWritable
@@ -183,11 +183,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
@@ -197,9 +195,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 
@@ -218,12 +218,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
+   Resultvalues,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
-Pass the key, value to reduce
-
+   org.apache.hadoop.mapred.Reporterreporter)
 
 
 void
@@ -236,19 +234,21 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,
+IdentityTableMap.map(ImmutableBytesWritablekey,
+   Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Pass the key, value to reduce
+
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritablekey,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
+TableRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
@@ -281,12 +281,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
index dd37400..675b6af 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
@@ -205,22 +205,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValueUtil.create(intlength,
+KeyValue.create(intlength,
   http://docs.oracle.com/javase/8/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
-KeyValue.create(intlength,
+KeyValueUtil.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
@@ -336,31 +336,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b)
+KeyValue.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b)
+KeyValueUtil.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b,
+KeyValue.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b,
+KeyValueUtil.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
@@ -530,17 +530,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValueUtil.write(KeyValuekv,
+KeyValue.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a
- Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
 
 
 
 static long
-KeyValue.write(KeyValuekv,
+KeyValueUtil.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a
+ Writable.
 
 
 
@@ -751,28 +751,38 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
+ for details on this methods.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index 5113e11..cd76c6a 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -140,11 +140,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Query.getFilter()
+Scan.getFilter()
 
 
 Filter
-Scan.getFilter()
+Query.getFilter()
 
 
 
@@ -156,8 +156,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Get
-Get.setFilter(Filterfilter)
+Scan
+Scan.setFilter(Filterfilter)
 
 
 Query
@@ -166,8 +166,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Scan
-Scan.setFilter(Filterfilter)
+Get
+Get.setFilter(Filterfilter)
 
 
 
@@ -394,75 +394,75 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-PageFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-MultipleColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+FirstKeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-KeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+TimestampsFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnCountGetFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-ColumnRangeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-FamilyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+SingleColumnValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter
-ColumnPaginationFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter

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

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site bad6d290c -> ce7e3598c


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
index b75a9a8..9be600e 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
@@ -33,10 +33,10 @@
 025  requiredArguments = {
 026@org.jamon.annotations.Argument(name 
= "regionServer", type = "HRegionServer")},
 027  optionalArguments = {
-028@org.jamon.annotations.Argument(name 
= "bcn", type = "String"),
-029@org.jamon.annotations.Argument(name 
= "bcv", type = "String"),
-030@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-031@org.jamon.annotations.Argument(name 
= "filter", type = "String")})
+028@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+029@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+030@org.jamon.annotations.Argument(name 
= "bcv", type = "String"),
+031@org.jamon.annotations.Argument(name 
= "bcn", type = "String")})
 032public class RSStatusTmpl
 033  extends 
org.jamon.AbstractTemplateProxy
 034{
@@ -77,74 +77,74 @@
 069  return m_regionServer;
 070}
 071private HRegionServer 
m_regionServer;
-072// 23, 1
-073public void setBcn(String bcn)
+072// 21, 1
+073public void setFilter(String 
filter)
 074{
-075  // 23, 1
-076  m_bcn = bcn;
-077  m_bcn__IsNotDefault = true;
+075  // 21, 1
+076  m_filter = filter;
+077  m_filter__IsNotDefault = true;
 078}
-079public String getBcn()
+079public String getFilter()
 080{
-081  return m_bcn;
+081  return m_filter;
 082}
-083private String m_bcn;
-084public boolean 
getBcn__IsNotDefault()
+083private String m_filter;
+084public boolean 
getFilter__IsNotDefault()
 085{
-086  return m_bcn__IsNotDefault;
+086  return m_filter__IsNotDefault;
 087}
-088private boolean 
m_bcn__IsNotDefault;
-089// 24, 1
-090public void setBcv(String bcv)
+088private boolean 
m_filter__IsNotDefault;
+089// 22, 1
+090public void setFormat(String 
format)
 091{
-092  // 24, 1
-093  m_bcv = bcv;
-094  m_bcv__IsNotDefault = true;
+092  // 22, 1
+093  m_format = format;
+094  m_format__IsNotDefault = true;
 095}
-096public String getBcv()
+096public String getFormat()
 097{
-098  return m_bcv;
+098  return m_format;
 099}
-100private String m_bcv;
-101public boolean 
getBcv__IsNotDefault()
+100private String m_format;
+101public boolean 
getFormat__IsNotDefault()
 102{
-103  return m_bcv__IsNotDefault;
+103  return m_format__IsNotDefault;
 104}
-105private boolean 
m_bcv__IsNotDefault;
-106// 22, 1
-107public void setFormat(String 
format)
+105private boolean 
m_format__IsNotDefault;
+106// 24, 1
+107public void setBcv(String bcv)
 108{
-109  // 22, 1
-110  m_format = format;
-111  m_format__IsNotDefault = true;
+109  // 24, 1
+110  m_bcv = bcv;
+111  m_bcv__IsNotDefault = true;
 112}
-113public String getFormat()
+113public String getBcv()
 114{
-115  return m_format;
+115  return m_bcv;
 116}
-117private String m_format;
-118public boolean 
getFormat__IsNotDefault()
+117private String m_bcv;
+118public boolean 
getBcv__IsNotDefault()
 119{
-120  return m_format__IsNotDefault;
+120  return m_bcv__IsNotDefault;
 121}
-122private boolean 
m_format__IsNotDefault;
-123// 21, 1
-124public void setFilter(String 
filter)
+122private boolean 
m_bcv__IsNotDefault;
+123// 23, 1
+124public void setBcn(String bcn)
 125{
-126  // 21, 1
-127  m_filter = filter;
-128  m_filter__IsNotDefault = true;
+126  // 23, 1
+127  m_bcn = bcn;
+128  m_bcn__IsNotDefault = true;
 129}
-130public String getFilter()
+130public String getBcn()
 131{
-132  return m_filter;
+132  return m_bcn;
 133}
-134private String m_filter;
-135public boolean 
getFilter__IsNotDefault()
+134private String m_bcn;
+135public boolean 
getBcn__IsNotDefault()
 136{
-137  return m_filter__IsNotDefault;
+137  return m_bcn__IsNotDefault;
 138}
-139private boolean 
m_filter__IsNotDefault;
+139private boolean 
m_bcn__IsNotDefault;
 140  }
 141  @Override
 142  protected 
org.jamon.AbstractTemplateProxy.ImplData makeImplData()
@@ -156,31 +156,31 @@
 148return (ImplData) 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
index e768cd7..8c57b38 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
@@ -265,15 +265,15 @@
 
 
 private ReplicationPeers
-ReplicationSource.replicationPeers
+ReplicationSourceManager.replicationPeers
 
 
 private ReplicationPeers
-Replication.replicationPeers
+ReplicationSource.replicationPeers
 
 
 private ReplicationPeers
-ReplicationSourceManager.replicationPeers
+Replication.replicationPeers
 
 
 private ReplicationPeers

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
index 7f8b4b2..7bebf07 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
@@ -151,15 +151,15 @@
 
 
 private ReplicationQueues
-ReplicationSource.replicationQueues
+ReplicationSourceManager.replicationQueues
 
 
 private ReplicationQueues
-Replication.replicationQueues
+ReplicationSource.replicationQueues
 
 
 private ReplicationQueues
-ReplicationSourceManager.replicationQueues
+Replication.replicationQueues
 
 
 private ReplicationQueues

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
index b3d3829..373d114 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
@@ -147,11 +147,11 @@
 
 
 private ReplicationTracker
-Replication.replicationTracker
+ReplicationSourceManager.replicationTracker
 
 
 private ReplicationTracker
-ReplicationSourceManager.replicationTracker
+Replication.replicationTracker
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
index d70f824..ffad47a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
@@ -185,14 +185,14 @@
 
 
 WALEntryFilter
-BaseReplicationEndpoint.getWALEntryfilter()
-Returns a default set of filters
+ReplicationEndpoint.getWALEntryfilter()
+Returns a WALEntryFilter to use for filtering out 
WALEntries from the log.
 
 
 
 WALEntryFilter
-ReplicationEndpoint.getWALEntryfilter()
-Returns a WALEntryFilter to use for filtering out 
WALEntries from the log.
+BaseReplicationEndpoint.getWALEntryfilter()
+Returns a default set of filters
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
index 4c2ce9f..9cffb66 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
@@ -104,11 +104,11 @@
 
 
 private MetricsReplicationSourceImpl
-MetricsReplicationGlobalSourceSource.rms
+MetricsReplicationSourceSourceImpl.rms
 
 
 private MetricsReplicationSourceImpl
-MetricsReplicationSourceSourceImpl.rms
+MetricsReplicationGlobalSourceSource.rms
 
 
 (package private) MetricsReplicationSourceImpl


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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index d3cba55..2812ba9 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -140,111 +140,111 @@
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cellv)
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)
+ColumnCountGetFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cellv)
+RowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cellv)
+FuzzyRowFilter.filterKeyValue(Cellc)
 
 
-Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cellignored)
+RandomRowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cellv)
+FirstKeyOnlyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cellkv)
+SkipFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cellv)
+TimestampsFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
+ValueFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cellv)
+KeyOnlyFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+FamilyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cellv)
+QualifierFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cellignored)
+FilterList.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
+ColumnRangeFilter.filterKeyValue(Cellkv)
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cellv)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+ColumnPaginationFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cellv)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cellv)
+MultiRowRangeFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
-Deprecated.
-
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cellv)
+DependentColumnFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cellc)
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
+Deprecated.
+
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cellc)
+PageFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+InclusiveStopFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cellv)
+FilterWrapper.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cellc)
+MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cellv)
+SingleColumnValueFilter.filterKeyValue(Cellc)
 
 
 static Filter.ReturnCode

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index 8f44ebe..abddd91 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -433,13 +433,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 SkipFilter.filter
 
 
-(package private) Filter
-FilterWrapper.filter
-
-
 private Filter
 WhileMatchFilter.filter
 
+
+(package private) Filter
+FilterWrapper.filter
+
 
 private Filter
 FilterList.seekHintFilter
@@ -468,15 +468,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-SingleColumnValueExcludeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
+ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 4526143..a332e0c 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Append
-Append.add(Cellcell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cellcell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -1185,13 +1185,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   booleanmayHaveMoreCellsInRow)
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
+
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
 
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+ColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellcell)
+MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPaginationFilter.getNextCellHint(Cellcell)
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
-Cell
-ColumnPrefixFilter.getNextCellHint(Cellcell)
+abstract Cell
+Filter.getNextCellHint(CellcurrentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-FilterList.transformCell(Cellc)
+WhileMatchFilter.transformCell(Cellv)
 
 
 Cell
-WhileMatchFilter.transformCell(Cellv)

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 1bee57f..83dcf5c 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -262,16 +262,16 @@ service.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalHRegionInfo
-AsyncMetaTableAccessor.getHRegionInfo(Resultr,
+private static HRegionInfo
+MetaTableAccessor.getHRegionInfo(Resultr,
   byte[]qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
 
 
 
-private static HRegionInfo
-MetaTableAccessor.getHRegionInfo(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalHRegionInfo
+AsyncMetaTableAccessor.getHRegionInfo(Resultr,
   byte[]qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
@@ -286,7 +286,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -295,7 +295,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -303,55 +303,55 @@ service.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionLocations
-AsyncMetaTableAccessor.getRegionLocations(Resultr)
+static RegionLocations
+MetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Resultr)
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionLocations
+AsyncMetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
 private static long
-AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
+MetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
 private static long
-MetaTableAccessor.getSeqNumDuringOpen(Resultr,
+AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerName
-AsyncMetaTableAccessor.getServerName(Resultr,
+static ServerName
+MetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-static ServerName
-MetaTableAccessor.getServerName(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerName
+AsyncMetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalTableState
-AsyncMetaTableAccessor.getTableState(Resultr)
-
-
 static TableState
 MetaTableAccessor.getTableState(Resultr)
 Decode table state from META Result.
 
 
+
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalTableState
+AsyncMetaTableAccessor.getTableState(Resultr)
+
 
 void
 AsyncMetaTableAccessor.MetaTableRawScanResultConsumer.onNext(Result[]results,
@@ -447,13 +447,13 @@ service.
 ClientScanner.cache
 
 
-private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
-CompleteScanResultCache.partialResults
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/Deque.html?is-external=true;
 title="class or interface in java.util">DequeResult
 BatchScanResultCache.partialResults
 
+

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 7ce1e58..7881202 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -1968,111 +1968,111 @@ service.
 
 
 private TableName
+SnapshotDescription.table
+
+
+private TableName
 RegionCoprocessorRpcChannel.table
 
+
+private TableName
+RawAsyncTableImpl.tableName
+
 
 private TableName
-SnapshotDescription.table
+RegionServerCallable.tableName
 
 
 protected TableName
-AsyncHBaseAdmin.TableProcedureBiConsumer.tableName
+RegionAdminServiceCallable.tableName
 
 
 private TableName
-HRegionLocator.tableName
+BufferedMutatorImpl.tableName
 
 
 private TableName
-ScannerCallableWithReplicas.tableName
+AsyncProcessTask.tableName
 
 
 private TableName
-ClientScanner.tableName
+AsyncProcessTask.Builder.tableName
 
 
 private TableName
-AsyncClientScanner.tableName
+AsyncRequestFutureImpl.tableName
 
 
-private TableName
-AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName
+protected TableName
+TableBuilderBase.tableName
 
 
 private TableName
-AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName
+AsyncBatchRpcRetryingCaller.tableName
 
 
 private TableName
-RawAsyncTableImpl.tableName
+HTable.tableName
 
 
 private TableName
-RegionCoprocessorRpcChannelImpl.tableName
+TableState.tableName
 
 
-private TableName
-AsyncTableRegionLocatorImpl.tableName
+protected TableName
+RpcRetryingCallerWithReadReplicas.tableName
 
 
 protected TableName
-RegionAdminServiceCallable.tableName
+AsyncTableBuilderBase.tableName
 
 
 private TableName
-HTable.tableName
+AsyncSingleRequestRpcRetryingCaller.tableName
 
 
 private TableName
-BufferedMutatorImpl.tableName
+ScannerCallableWithReplicas.tableName
 
 
 private TableName
-AsyncBatchRpcRetryingCaller.tableName
+AsyncTableRegionLocatorImpl.tableName
 
 
 private TableName
-BufferedMutatorParams.tableName
+HBaseAdmin.TableFuture.tableName
 
 
 private TableName
-HBaseAdmin.TableFuture.tableName
+RegionCoprocessorRpcChannelImpl.tableName
 
 
-private TableName
-AsyncRequestFutureImpl.tableName
+protected TableName
+AsyncHBaseAdmin.TableProcedureBiConsumer.tableName
 
 
 private TableName
-AsyncProcessTask.tableName
+ClientScanner.tableName
 
 
 private TableName
-AsyncProcessTask.Builder.tableName
+BufferedMutatorParams.tableName
 
 
 private TableName
-RegionServerCallable.tableName
+AsyncClientScanner.tableName
 
 
 private TableName
-AsyncSingleRequestRpcRetryingCaller.tableName
-
-
-protected TableName
-TableBuilderBase.tableName
-
-
-protected TableName
-RpcRetryingCallerWithReadReplicas.tableName
+AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName
 
 
-protected TableName
-AsyncTableBuilderBase.tableName
+private TableName
+AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName
 
 
 private TableName
-TableState.tableName
+HRegionLocator.tableName
 
 
 
@@ -2110,58 +2110,58 @@ service.
 
 
 TableName
-Table.getName()
-Gets the fully qualified table name instance of this 
table.
-
+RawAsyncTableImpl.getName()
 
 
 TableName
-HRegionLocator.getName()
-
-
-TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+RegionLocator.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
-
-TableName
-AsyncTableImpl.getName()
-
 
 TableName
-RawAsyncTableImpl.getName()
+BufferedMutatorImpl.getName()
 
 
 TableName
-AsyncTableRegionLocatorImpl.getName()
-
-
-TableName
 BufferedMutator.getName()
 Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
+
+TableName
+HTable.getName()
+
 
 TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-HTable.getName()
+AsyncTableImpl.getName()
 
 
 TableName
-BufferedMutatorImpl.getName()
+AsyncTableRegionLocatorImpl.getName()
 
 
 TableName
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
+
+
+
+TableName
 AsyncTableBase.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
+
+TableName
+HRegionLocator.getName()
+
 
 TableName
 HTableWrapper.getName()
@@ -2172,24 +2172,16 @@ service.
 
 
 TableName
-SnapshotDescription.getTableName()
+RegionServerCallable.getTableName()
 
 
 TableName
-BufferedMutatorParams.getTableName()
+SnapshotDescription.getTableName()
 
 
-protected TableName
-HBaseAdmin.TableFuture.getTableName()
-
-
 TableName
 AsyncProcessTask.getTableName()
 
-
-TableName
-RegionServerCallable.getTableName()
-
 
 TableName
 TableState.getTableName()
@@ -2197,6 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index 5f69a6c..fbbb727 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -622,19 +622,19 @@
 
 
 private ServerName
-FastFailInterceptorContext.server
+AsyncRequestFutureImpl.SingleServerRequestRunnable.server
 
 
 private ServerName
-AsyncRequestFutureImpl.SingleServerRequestRunnable.server
+FastFailInterceptorContext.server
 
 
 private ServerName
-AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName
+AsyncAdminRequestRetryingCaller.serverName
 
 
 private ServerName
-AsyncAdminRequestRetryingCaller.serverName
+AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName
 
 
 private ServerName
@@ -734,13 +734,13 @@
 
 
 
-(package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturePairHRegionInfo,ServerName
-AsyncHBaseAdmin.getRegion(byte[]regionName)
-
-
 (package private) PairHRegionInfo,ServerName
 HBaseAdmin.getRegion(byte[]regionName)
 
+
+(package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturePairHRegionInfo,ServerName
+AsyncHBaseAdmin.getRegion(byte[]regionName)
+
 
 private PairRegionState.State,ServerName
 ZKAsyncRegistry.getStateAndServerName(org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.MetaRegionServerproto)
@@ -793,16 +793,16 @@
 ServerNameserverName)
 
 
-void
-MetaCache.cacheLocation(TableNametableName,
+private void
+ConnectionImplementation.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableNametableName,
+void
+MetaCache.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
@@ -831,18 +831,20 @@
 
 
 void
-ConnectionImplementation.clearCaches(ServerNameserverName)
-
-
-void
 ClusterConnection.clearCaches(ServerNamesn)
 Clear any caches that pertain to server name 
sn.
 
 
+
+void
+ConnectionImplementation.clearCaches(ServerNameserverName)
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+Close a region.
+
 
 
 void
@@ -858,10 +860,8 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 private void
@@ -973,14 +973,14 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ConnectionImplementation.getAdmin(ServerNameserverName)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 ClusterConnection.getAdmin(ServerNameserverName)
 Establishes a connection to the region server at the 
specified address.
 
 
+
+org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
+ConnectionImplementation.getAdmin(ServerNameserverName)
+
 
 (package private) 
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface
 AsyncConnectionImpl.getAdminStub(ServerNameserverName)
@@ -992,15 +992,15 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
-ConnectionImplementation.getClient(ServerNameserverName)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 ClusterConnection.getClient(ServerNameserverName)
 Establishes a connection to the region server at the 
specified address, and returns
  a region client protocol.
 
 
+
+org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
index f10d65b..73935a3 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
@@ -146,20 +146,20 @@
 
 
 
-static HTableDescriptor
-HTableDescriptor.parseFrom(byte[]bytes)
+static HColumnDescriptor
+HColumnDescriptor.parseFrom(byte[]bytes)
 
 
-static ClusterId
-ClusterId.parseFrom(byte[]bytes)
+static HTableDescriptor
+HTableDescriptor.parseFrom(byte[]bytes)
 
 
 static HRegionInfo
 HRegionInfo.parseFrom(byte[]bytes)
 
 
-static HColumnDescriptor
-HColumnDescriptor.parseFrom(byte[]bytes)
+static ClusterId
+ClusterId.parseFrom(byte[]bytes)
 
 
 static SplitLogTask
@@ -265,145 +265,145 @@
 ByteArrayComparable.parseFrom(byte[]pbBytes)
 
 
-static SingleColumnValueExcludeFilter
-SingleColumnValueExcludeFilter.parseFrom(byte[]pbBytes)
+static ColumnPrefixFilter
+ColumnPrefixFilter.parseFrom(byte[]pbBytes)
 
 
-static ValueFilter
-ValueFilter.parseFrom(byte[]pbBytes)
+static ColumnCountGetFilter
+ColumnCountGetFilter.parseFrom(byte[]pbBytes)
 
 
-static SkipFilter
-SkipFilter.parseFrom(byte[]pbBytes)
+static RowFilter
+RowFilter.parseFrom(byte[]pbBytes)
 
 
-static FamilyFilter
-FamilyFilter.parseFrom(byte[]pbBytes)
+static FuzzyRowFilter
+FuzzyRowFilter.parseFrom(byte[]pbBytes)
 
 
-static FilterWrapper
-FilterWrapper.parseFrom(byte[]pbBytes)
+static BinaryComparator
+BinaryComparator.parseFrom(byte[]pbBytes)
 
 
-static BinaryPrefixComparator
-BinaryPrefixComparator.parseFrom(byte[]pbBytes)
+static RegexStringComparator
+RegexStringComparator.parseFrom(byte[]pbBytes)
 
 
-static NullComparator
-NullComparator.parseFrom(byte[]pbBytes)
+static Filter
+Filter.parseFrom(byte[]pbBytes)
+Concrete implementers can signal a failure condition in 
their code by throwing an
+ http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException.
+
 
 
-static ColumnPrefixFilter
-ColumnPrefixFilter.parseFrom(byte[]pbBytes)
+static RandomRowFilter
+RandomRowFilter.parseFrom(byte[]pbBytes)
 
 
-static PageFilter
-PageFilter.parseFrom(byte[]pbBytes)
+static FirstKeyOnlyFilter
+FirstKeyOnlyFilter.parseFrom(byte[]pbBytes)
 
 
-static BitComparator
-BitComparator.parseFrom(byte[]pbBytes)
+static SkipFilter
+SkipFilter.parseFrom(byte[]pbBytes)
 
 
-static RowFilter
-RowFilter.parseFrom(byte[]pbBytes)
+static BinaryPrefixComparator
+BinaryPrefixComparator.parseFrom(byte[]pbBytes)
 
 
-static ColumnRangeFilter
-ColumnRangeFilter.parseFrom(byte[]pbBytes)
+static TimestampsFilter
+TimestampsFilter.parseFrom(byte[]pbBytes)
 
 
-static ColumnCountGetFilter
-ColumnCountGetFilter.parseFrom(byte[]pbBytes)
+static ValueFilter
+ValueFilter.parseFrom(byte[]pbBytes)
 
 
-static SubstringComparator
-SubstringComparator.parseFrom(byte[]pbBytes)
+static KeyOnlyFilter
+KeyOnlyFilter.parseFrom(byte[]pbBytes)
 
 
-static MultipleColumnPrefixFilter
-MultipleColumnPrefixFilter.parseFrom(byte[]pbBytes)
+static FamilyFilter
+FamilyFilter.parseFrom(byte[]pbBytes)
 
 
-static ColumnPaginationFilter
-ColumnPaginationFilter.parseFrom(byte[]pbBytes)
+static QualifierFilter
+QualifierFilter.parseFrom(byte[]pbBytes)
 
 
-static DependentColumnFilter
-DependentColumnFilter.parseFrom(byte[]pbBytes)
+static FilterList
+FilterList.parseFrom(byte[]pbBytes)
 
 
-static BinaryComparator
-BinaryComparator.parseFrom(byte[]pbBytes)
+static ColumnRangeFilter
+ColumnRangeFilter.parseFrom(byte[]pbBytes)
 
 
-static InclusiveStopFilter
-InclusiveStopFilter.parseFrom(byte[]pbBytes)
+static ColumnPaginationFilter
+ColumnPaginationFilter.parseFrom(byte[]pbBytes)
 
 
-static KeyOnlyFilter
-KeyOnlyFilter.parseFrom(byte[]pbBytes)
+static SubstringComparator
+SubstringComparator.parseFrom(byte[]pbBytes)
 
 
-static MultiRowRangeFilter
-MultiRowRangeFilter.parseFrom(byte[]pbBytes)
+static WhileMatchFilter
+WhileMatchFilter.parseFrom(byte[]pbBytes)
 
 
-static Filter
-Filter.parseFrom(byte[]pbBytes)
-Concrete implementers can signal a failure condition in 
their code by throwing an
- http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException.
-
+static MultiRowRangeFilter
+MultiRowRangeFilter.parseFrom(byte[]pbBytes)
 
 
-static RegexStringComparator
-RegexStringComparator.parseFrom(byte[]pbBytes)
+static PrefixFilter
+PrefixFilter.parseFrom(byte[]pbBytes)
 
 
-static FirstKeyOnlyFilter
-FirstKeyOnlyFilter.parseFrom(byte[]pbBytes)
+static SingleColumnValueExcludeFilter

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
index d8726d4..380f04c 100644
--- a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
@@ -238,40 +238,40 @@ implements HRegionServer regionServer
 
 
-
+
 
 
 
 
-bcn
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String bcn
+filter
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String filter
 
 
-
+
 
 
 
 
-bcv
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String bcv
+format
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String format
 
 
-
+
 
 
 
 
-format
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String format
+bcv
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String bcv
 
 
-
+
 
 
 
 
-filter
-private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String filter
+bcn
+private finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String bcn
 
 
 

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

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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ce7e3598/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html 
b/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html
index 

<    1   2   3   4   5   6   7   >