[46/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af.

2017-04-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/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/32aa5813/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 @@
 
 
 

[46/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af.

2017-04-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/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/e2af56d9/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
+++ 

[46/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af.

2017-04-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/58d4ae69/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/58d4ae69/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 @@