You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/08/26 20:20:07 UTC

[42/52] [partial] hbase-site git commit: HBASE-21119 update website docs for current 2.0 release

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CompareOperator.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CompareOperator.html b/2.0/apidocs/org/apache/hadoop/hbase/CompareOperator.html
index 482d614..0d35673 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CompareOperator.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CompareOperator.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompareOperator (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CompareOperator (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompareOperator (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CompareOperator (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -319,7 +319,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompareOperator.html#line.3">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompareOperator.html#line.44">values</a>()</pre>
 <div class="block">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:
@@ -339,7 +339,7 @@ for (CompareOperator c : CompareOperator.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompareOperator.html#line.3">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompareOperator.html#line.44">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> 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/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CompatibilityFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CompatibilityFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/CompatibilityFactory.html
index 0e77def..291a8a2 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CompatibilityFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CompatibilityFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompatibilityFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CompatibilityFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompatibilityFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CompatibilityFactory (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.30">CompatibilityFactory</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.32">CompatibilityFactory</a>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Class that will create many instances of classes provided by the hbase-hadoop{1|2}-compat jars.</div>
 </li>
@@ -214,7 +215,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>EXCEPTION_START</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.33">EXCEPTION_START</a></pre>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.35">EXCEPTION_START</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.CompatibilityFactory.EXCEPTION_START">Constant Field Values</a></dd>
@@ -227,7 +228,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EXCEPTION_END</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.34">EXCEPTION_END</a></pre>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.36">EXCEPTION_END</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.CompatibilityFactory.EXCEPTION_END">Constant Field Values</a></dd>
@@ -248,7 +249,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CompatibilityFactory</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.39">CompatibilityFactory</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.41">CompatibilityFactory</a>()</pre>
 <div class="block">This is a static only class don't let any instance be created.</div>
 </li>
 </ul>
@@ -266,7 +267,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getInstance</h4>
-<pre>public static&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.41">getInstance</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;klass)</pre>
+<pre>public static&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.43">getInstance</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;klass)</pre>
 </li>
 </ul>
 <a name="createExceptionString-java.lang.Class-">
@@ -275,7 +276,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createExceptionString</h4>
-<pre>protected static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.72">createExceptionString</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;klass)</pre>
+<pre>protected static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilityFactory.html#line.74">createExceptionString</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;klass)</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html b/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html
index cd14be2..a346952 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static enum <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.34">CompatibilitySingletonFactory.SingletonStorage</a>
+<pre>public static enum <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.36">CompatibilitySingletonFactory.SingletonStorage</a>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a>&gt;</pre>
 </li>
 </ul>
@@ -207,7 +207,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>INSTANCE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html#line.35">INSTANCE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html#line.37">INSTANCE</a></pre>
 </li>
 </ul>
 </li>
@@ -224,7 +224,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html#line.34">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html#line.36">values</a>()</pre>
 <div class="block">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:
@@ -244,7 +244,7 @@ for (CompatibilitySingletonFactory.SingletonStorage c : CompatibilitySingletonFa
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html#line.34">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html" title="enum in org.apache.hadoop.hbase">CompatibilitySingletonFactory.SingletonStorage</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.SingletonStorage.html#line.36">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> 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/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
index 7e8df8b..a13dbb2 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompatibilitySingletonFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CompatibilitySingletonFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompatibilitySingletonFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CompatibilitySingletonFactory (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -114,7 +114,8 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.33">CompatibilitySingletonFactory</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.35">CompatibilitySingletonFactory</a>
 extends <a href="../../../../org/apache/hadoop/hbase/CompatibilityFactory.html" title="class in org.apache.hadoop.hbase">CompatibilityFactory</a></pre>
 <div class="block">Factory for classes supplied by hadoop compatibility modules.  Only one of each class will be
   created.</div>
@@ -232,7 +233,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/CompatibilityFactory.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CompatibilitySingletonFactory</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.44">CompatibilitySingletonFactory</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.46">CompatibilitySingletonFactory</a>()</pre>
 <div class="block">This is a static only class don't let anyone create an instance.</div>
 </li>
 </ul>
@@ -250,7 +251,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/CompatibilityFactory.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getInstance</h4>
-<pre>public static&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.52">getInstance</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;klass)</pre>
+<pre>public static&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompatibilitySingletonFactory.html#line.54">getInstance</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;klass)</pre>
 <div class="block">Get the singleton instance of Any classes defined by compatibiliy jar's</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CompoundConfiguration.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CompoundConfiguration.html b/2.0/apidocs/org/apache/hadoop/hbase/CompoundConfiguration.html
index 56388dd..1185a5c 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CompoundConfiguration.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CompoundConfiguration.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompoundConfiguration (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CompoundConfiguration (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompoundConfiguration (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CompoundConfiguration (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-public class <a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.56">CompoundConfiguration</a>
+public class <a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.57">CompoundConfiguration</a>
 extends org.apache.hadoop.conf.Configuration</pre>
 <div class="block">Do a shallow merge of multiple KV configuration pools. This is a very useful
  utility class to easily add per-object configurations in addition to wider
@@ -300,7 +300,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CompoundConfiguration</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.63">CompoundConfiguration</a>()</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.64">CompoundConfiguration</a>()</pre>
 <div class="block">Default Constructor. Initializes empty configuration</div>
 </li>
 </ul>
@@ -318,7 +318,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html" title="class in org.apache.hadoop.hbase">CompoundConfiguration</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.137">add</a>(org.apache.hadoop.conf.Configuration&nbsp;conf)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html" title="class in org.apache.hadoop.hbase">CompoundConfiguration</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.138">add</a>(org.apache.hadoop.conf.Configuration&nbsp;conf)</pre>
 <div class="block">Add Hadoop Configuration object to config list.
  The added configuration overrides the previous ones if there are name collisions.</div>
 <dl>
@@ -335,7 +335,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>addBytesMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html" title="class in org.apache.hadoop.hbase">CompoundConfiguration</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.159">addBytesMap</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>,<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>&gt;&nbsp;map)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html" title="class in org.apache.hadoop.hbase">CompoundConfiguration</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.160">addBytesMap</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>,<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>&gt;&nbsp;map)</pre>
 <div class="block">Add Bytes map to config list. This map is generally
  created by HTableDescriptor or HColumnDescriptor, but can be abstractly
  used. The added configuration overrides the previous ones if there are
@@ -354,7 +354,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>addStringMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html" title="class in org.apache.hadoop.hbase">CompoundConfiguration</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.221">addStringMap</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;map)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html" title="class in org.apache.hadoop.hbase">CompoundConfiguration</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.222">addStringMap</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;map)</pre>
 <div class="block">Add String map to config list. This map is generally created by HTableDescriptor
  or HColumnDescriptor, but can be abstractly used. The added configuration
  overrides the previous ones if there are name collisions.</div>
@@ -370,7 +370,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.263">toString</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.264">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code>toString</code>&nbsp;in class&nbsp;<code>org.apache.hadoop.conf.Configuration</code></dd>
@@ -383,7 +383,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.273">get</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.274">get</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code>get</code>&nbsp;in class&nbsp;<code>org.apache.hadoop.conf.Configuration</code></dd>
@@ -396,7 +396,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getRaw</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.291">getRaw</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.292">getRaw</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code>getRaw</code>&nbsp;in class&nbsp;<code>org.apache.hadoop.conf.Configuration</code></dd>
@@ -409,7 +409,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getClassByName</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.309">getClassByName</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.310">getClassByName</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -425,7 +425,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.329">size</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.330">size</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code>size</code>&nbsp;in class&nbsp;<code>org.apache.hadoop.conf.Configuration</code></dd>
@@ -438,7 +438,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.361">get</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.362">get</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
 <div class="block">Get the value of the <code>name</code>. If the key is deprecated,
  it returns the value of the first key which replaces the deprecated key
@@ -469,7 +469,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>iterator</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.367">iterator</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.368">iterator</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--" title="class or interface in java.lang">iterator</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></dd>
@@ -484,7 +484,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>set</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.395">set</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.396">set</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -498,7 +498,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>clear</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.409">clear</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.410">clear</a>()</pre>
 <div class="block">These methods are unsupported, and no code using CompoundConfiguration depend upon them.
  Quickly abort upon any attempts to use them.</div>
 <dl>
@@ -513,7 +513,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.414">write</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</a>&nbsp;out)
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.415">write</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</a>&nbsp;out)
            throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -531,7 +531,7 @@ extends org.apache.hadoop.conf.Configuration</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>writeXml</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.419">writeXml</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/CompoundConfiguration.html#line.420">writeXml</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)
               throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CoordinatedStateManager.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CoordinatedStateManager.html b/2.0/apidocs/org/apache/hadoop/hbase/CoordinatedStateManager.html
index ab54afc..a2e9599 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CoordinatedStateManager.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CoordinatedStateManager.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CoordinatedStateManager (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CoordinatedStateManager (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CoordinatedStateManager (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CoordinatedStateManager (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html b/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html
index e8422a9..6671dbf 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Coprocessor.State (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Coprocessor.State (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Coprocessor.State (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Coprocessor.State (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -285,7 +285,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/Coprocessor.State.html" title="enum in org.apache.hadoop.hbase">Coprocessor.State</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Coprocessor.State.html#line.22">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/Coprocessor.State.html" title="enum in org.apache.hadoop.hbase">Coprocessor.State</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Coprocessor.State.html#line.80">values</a>()</pre>
 <div class="block">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:
@@ -305,7 +305,7 @@ for (Coprocessor.State c : Coprocessor.State.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/Coprocessor.State.html" title="enum in org.apache.hadoop.hbase">Coprocessor.State</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Coprocessor.State.html#line.22">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/Coprocessor.State.html" title="enum in org.apache.hadoop.hbase">Coprocessor.State</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Coprocessor.State.html#line.80">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> 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/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.html b/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.html
index 86ed1d3..21677bb 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/Coprocessor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Coprocessor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Coprocessor (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Coprocessor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Coprocessor (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html b/2.0/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html
index 710f519..b1f56e5 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CoprocessorEnvironment (Apache HBase 2.0.0-beta-2 API)</title>
+<title>CoprocessorEnvironment (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CoprocessorEnvironment (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="CoprocessorEnvironment (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html
index 2c08865..cbbf106 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DaemonThreadFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>DaemonThreadFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DaemonThreadFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="DaemonThreadFactory (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/hadoop/hbase/DaemonThreadFactory.html#line.26">DaemonThreadFactory</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../src-html/org/apache/hadoop/hbase/DaemonThreadFactory.html#line.28">DaemonThreadFactory</a>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent">ThreadFactory</a></pre>
 <div class="block">Thread factory that creates daemon threads</div>
@@ -184,7 +185,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonThreadFactory</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/DaemonThreadFactory.html#line.32">DaemonThreadFactory</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/DaemonThreadFactory.html#line.34">DaemonThreadFactory</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 </li>
 </ul>
 </li>
@@ -201,7 +202,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>newThread</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang">Thread</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/DaemonThreadFactory.html#line.39">newThread</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&nbsp;r)</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang">Thread</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/DaemonThreadFactory.html#line.41">newThread</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&nbsp;r)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true#newThread-java.lang.Runnable-" title="class or interface in java.util.concurrent">newThread</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent">ThreadFactory</a></code></dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html b/2.0/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html
index 9b40786..3331297 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DoNotRetryIOException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>DoNotRetryIOException (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DoNotRetryIOException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="DoNotRetryIOException (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html b/2.0/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
index 2a8bbbc..bca232d 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DroppedSnapshotException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>DroppedSnapshotException (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DroppedSnapshotException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="DroppedSnapshotException (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCell.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCell.html b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCell.html
index 7e47ee4..4e5dd6f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCell.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCell.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExtendedCell (Apache HBase 2.0.0-beta-2 API)</title>
+<title>ExtendedCell (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExtendedCell (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="ExtendedCell (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":18,"i1":18,"i2":6,"i3":18,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":18,"i12":18};
+var methods = {"i0":18,"i1":18,"i2":6,"i3":18,"i4":18,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":18,"i13":18};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -101,7 +101,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></dd>
+<dd><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></dd>
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
@@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>@InterfaceAudience.Private
 public interface <a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.33">ExtendedCell</a>
-extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a>, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a></pre>
+extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a>, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></pre>
 <div class="block">Extension to <a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase"><code>Cell</code></a> with server side required functions. Server side Cell implementations
  must implement this.</div>
 </li>
@@ -194,54 +194,58 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>default int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a></span>(boolean&nbsp;withTags)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize--">getSerializedSize</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
+<td class="colFirst"><code>default int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a></span>(boolean&nbsp;withTags)</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsArray--">getTagsArray</a></span>()</code>
 <div class="block">Contiguous raw bytes representing tags that may start at any index in the containing array.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsLength--">getTagsLength</a></span>()</code>
 <div class="block">HBase internally uses 2 bytes to store tags length in Cell.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsOffset--">getTagsOffset</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>byte</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTypeByte--">getTypeByte</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#setSequenceId-long-">setSequenceId</a></span>(long&nbsp;seqId)</code>
 <div class="block">Sets with the given seqId.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#setTimestamp-byte:A-">setTimestamp</a></span>(byte[]&nbsp;ts)</code>
 <div class="block">Sets with the given timestamp.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#setTimestamp-long-">setTimestamp</a></span>(long&nbsp;ts)</code>
 <div class="block">Sets with the given timestamp.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>default void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">write</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
      int&nbsp;offset)</code>
 <div class="block">Write this Cell into the given buf's offset in a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>default int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">write</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out,
      boolean&nbsp;withTags)</code>
@@ -290,7 +294,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CELL_NOT_BASED_ON_CHUNK</h4>
-<pre>static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.35">CELL_NOT_BASED_ON_CHUNK</a></pre>
+<pre>static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.34">CELL_NOT_BASED_ON_CHUNK</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.ExtendedCell.CELL_NOT_BASED_ON_CHUNK">Constant Field Values</a></dd>
@@ -351,13 +355,26 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 </dl>
 </li>
 </ul>
+<a name="getSerializedSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSerializedSize</h4>
+<pre>default&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.93">getSerializedSize</a>()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Serialized size (defaults to include tag length).</dd>
+</dl>
+</li>
+</ul>
 <a name="write-java.nio.ByteBuffer-int-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>default&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.95">write</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
+<pre>default&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.102">write</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
                    int&nbsp;offset)</pre>
 <div class="block">Write this Cell into the given buf's offset in a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div>
 <dl>
@@ -373,7 +390,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>deepClone</h4>
-<pre>default&nbsp;<a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.103">deepClone</a>()</pre>
+<pre>default&nbsp;<a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.110">deepClone</a>()</pre>
 <div class="block">Does a deep copy of the contents to a new memory area and returns it as a new cell.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -387,12 +404,13 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getChunkId</h4>
-<pre>default&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.113">getChunkId</a>()</pre>
+<pre>default&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.121">getChunkId</a>()</pre>
 <div class="block">Extracts the id of the backing bytebuffer of this cell if it was obtained from fixed sized
  chunks as in case of MemstoreLAB</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>the chunk id if the cell is backed by fixed sized Chunks, else return -1</dd>
+<dd>the chunk id if the cell is backed by fixed sized Chunks, else return
+ <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#CELL_NOT_BASED_ON_CHUNK"><code>CELL_NOT_BASED_ON_CHUNK</code></a>; i.e. -1.</dd>
 </dl>
 </li>
 </ul>
@@ -402,7 +420,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>setSequenceId</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.121">setSequenceId</a>(long&nbsp;seqId)
+<pre>void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.129">setSequenceId</a>(long&nbsp;seqId)
             throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Sets with the given seqId.</div>
 <dl>
@@ -419,7 +437,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimestamp</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.127">setTimestamp</a>(long&nbsp;ts)
+<pre>void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.135">setTimestamp</a>(long&nbsp;ts)
            throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Sets with the given timestamp.</div>
 <dl>
@@ -436,7 +454,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimestamp</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.133">setTimestamp</a>(byte[]&nbsp;ts)
+<pre>void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.141">setTimestamp</a>(byte[]&nbsp;ts)
            throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Sets with the given timestamp.</div>
 <dl>
@@ -453,7 +471,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getSequenceId</h4>
-<pre>long&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.142">getSequenceId</a>()</pre>
+<pre>long&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.150">getSequenceId</a>()</pre>
 <div class="block">A region-specific unique monotonically increasing sequence ID given to each Cell. It always
  exists for cells in the memstore but is not retained forever. It will be kept for
  <a href="../../../../org/apache/hadoop/hbase/HConstants.html#KEEP_SEQID_PERIOD"><code>HConstants.KEEP_SEQID_PERIOD</code></a> days, but generally becomes irrelevant after the cell's
@@ -472,7 +490,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsArray</h4>
-<pre>byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.148">getTagsArray</a>()</pre>
+<pre>byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.156">getTagsArray</a>()</pre>
 <div class="block">Contiguous raw bytes representing tags that may start at any index in the containing array.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -488,7 +506,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsOffset</h4>
-<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.153">getTagsOffset</a>()</pre>
+<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.161">getTagsOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsOffset--">getTagsOffset</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -503,7 +521,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsLength</h4>
-<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.163">getTagsLength</a>()</pre>
+<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.171">getTagsLength</a>()</pre>
 <div class="block">HBase internally uses 2 bytes to store tags length in Cell. As the tags length is always a
  non-negative number, to make good use of the sign bit, the max of tags length is defined 2 *
  Short.MAX_VALUE + 1 = 65535. As a result, the return type is int, because a short is not
@@ -523,7 +541,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interf
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>byte&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.168">getTypeByte</a>()</pre>
+<pre>byte&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/ExtendedCell.html#line.176">getTypeByte</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTypeByte--">getTypeByte</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
index 07a0009..a0f18fe 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExtendedCellBuilder (Apache HBase 2.0.0-beta-2 API)</title>
+<title>ExtendedCellBuilder (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExtendedCellBuilder (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="ExtendedCellBuilder (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderFactory.html
index efade15..1577bc2 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExtendedCellBuilderFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>ExtendedCellBuilderFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExtendedCellBuilderFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="ExtendedCellBuilderFactory (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html
index 8263072..57818f6 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExtendedCellBuilderImpl (Apache HBase 2.0.0-beta-2 API)</title>
+<title>ExtendedCellBuilderImpl (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExtendedCellBuilderImpl (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="ExtendedCellBuilderImpl (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html b/2.0/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
index b32eb1f..f4fc79a 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HBaseConfiguration (Apache HBase 2.0.0-beta-2 API)</title>
+<title>HBaseConfiguration (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HBaseConfiguration (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="HBaseConfiguration (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/HBaseIOException.html b/2.0/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
index 0cb40cc..2e0075d 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/HBaseIOException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HBaseIOException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>HBaseIOException (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HBaseIOException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="HBaseIOException (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -122,7 +122,7 @@
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../org/apache/hadoop/hbase/ipc/CallCancelledException.html" title="class in org.apache.hadoop.hbase.ipc">CallCancelledException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/CallTimeoutException.html" title="class in org.apache.hadoop.hbase.ipc">CallTimeoutException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/CellScannerButNoCodecException.html" title="class in org.apache.hadoop.hbase.ipc">CellScannerButNoCodecException</a>, <a href="../../../../org/apache/hadoop/hbase/master/ClusterSchemaException.html" title="class in org.apache.hadoop.hbase.master">ClusterSchemaException</a>, <a href="../../../../org/apache/hadoop/hbase/regionserver/wal/DamagedWALException.html" title="class in org.apache.hadoop.hbase.regionserver.wal">DamagedWALException</a>, <a href="../../../../org/apache/hadoop/hbase/DoNotRetryIOException.html" title="class in org.apache.hadoop.hbase">DoNotRetryIOException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/FailedServ
 erException.html" title="class in org.apache.hadoop.hbase.ipc">FailedServerException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html" title="class in org.apache.hadoop.hbase.ipc">FallbackDisallowedException</a>, <a href="../../../../org/apache/hadoop/hbase/util/LeaseNotRecoveredException.html" title="class in org.apache.hadoop.hbase.util">LeaseNotRecoveredException</a>, <a href="../../../../org/apache/hadoop/hbase/MasterNotRunningException.html" title="class in org.apache.hadoop.hbase">MasterNotRunningException</a>, <a href="../../../../org/apache/hadoop/hbase/master/NoSuchProcedureException.html" title="class in org.apache.hadoop.hbase.master">NoSuchProcedureException</a>, <a href="../../../../org/apache/hadoop/hbase/PleaseHoldException.html" title="class in org.apache.hadoop.hbase">PleaseHoldException</a>, <a href="../../../../org/apache/hadoop/hbase/RegionException.html" title="class in org.apache.hadoop.hbase">RegionException</a>, <a href="
 ../../../../org/apache/hadoop/hbase/ServiceNotRunningException.html" title="class in org.apache.hadoop.hbase">ServiceNotRunningException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/StoppedRpcClientException.html" title="class in org.apache.hadoop.hbase.ipc">StoppedRpcClientException</a>, <a href="../../../../org/apache/hadoop/hbase/TableInfoMissingException.html" title="class in org.apache.hadoop.hbase">TableInfoMissingException</a>, <a href="../../../../org/apache/hadoop/hbase/exceptions/UnexpectedStateException.html" title="class in org.apache.hadoop.hbase.exceptions">UnexpectedStateException</a>, <a href="../../../../org/apache/hadoop/hbase/client/WrongRowIOException.html" title="class in org.apache.hadoop.hbase.client">WrongRowIOException</a></dd>
+<dd><a href="../../../../org/apache/hadoop/hbase/ipc/CallCancelledException.html" title="class in org.apache.hadoop.hbase.ipc">CallCancelledException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/CallTimeoutException.html" title="class in org.apache.hadoop.hbase.ipc">CallTimeoutException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/CellScannerButNoCodecException.html" title="class in org.apache.hadoop.hbase.ipc">CellScannerButNoCodecException</a>, <a href="../../../../org/apache/hadoop/hbase/master/ClusterSchemaException.html" title="class in org.apache.hadoop.hbase.master">ClusterSchemaException</a>, <a href="../../../../org/apache/hadoop/hbase/regionserver/wal/DamagedWALException.html" title="class in org.apache.hadoop.hbase.regionserver.wal">DamagedWALException</a>, <a href="../../../../org/apache/hadoop/hbase/DoNotRetryIOException.html" title="class in org.apache.hadoop.hbase">DoNotRetryIOException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/FailedServ
 erException.html" title="class in org.apache.hadoop.hbase.ipc">FailedServerException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/FallbackDisallowedException.html" title="class in org.apache.hadoop.hbase.ipc">FallbackDisallowedException</a>, <a href="../../../../org/apache/hadoop/hbase/util/LeaseNotRecoveredException.html" title="class in org.apache.hadoop.hbase.util">LeaseNotRecoveredException</a>, <a href="../../../../org/apache/hadoop/hbase/MasterNotRunningException.html" title="class in org.apache.hadoop.hbase">MasterNotRunningException</a>, <a href="../../../../org/apache/hadoop/hbase/master/NoSuchProcedureException.html" title="class in org.apache.hadoop.hbase.master">NoSuchProcedureException</a>, <a href="../../../../org/apache/hadoop/hbase/PleaseHoldException.html" title="class in org.apache.hadoop.hbase">PleaseHoldException</a>, <a href="../../../../org/apache/hadoop/hbase/RegionException.html" title="class in org.apache.hadoop.hbase">RegionException</a>, <a href="
 ../../../../org/apache/hadoop/hbase/quotas/RpcThrottlingException.html" title="class in org.apache.hadoop.hbase.quotas">RpcThrottlingException</a>, <a href="../../../../org/apache/hadoop/hbase/ServiceNotRunningException.html" title="class in org.apache.hadoop.hbase">ServiceNotRunningException</a>, <a href="../../../../org/apache/hadoop/hbase/ipc/StoppedRpcClientException.html" title="class in org.apache.hadoop.hbase.ipc">StoppedRpcClientException</a>, <a href="../../../../org/apache/hadoop/hbase/TableInfoMissingException.html" title="class in org.apache.hadoop.hbase">TableInfoMissingException</a>, <a href="../../../../org/apache/hadoop/hbase/exceptions/UnexpectedStateException.html" title="class in org.apache.hadoop.hbase.exceptions">UnexpectedStateException</a>, <a href="../../../../org/apache/hadoop/hbase/client/WrongRowIOException.html" title="class in org.apache.hadoop.hbase.client">WrongRowIOException</a></dd>
 </dl>
 <hr>
 <br>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html b/2.0/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
index 73e7de2..de60e78 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HBaseInterfaceAudience (Apache HBase 2.0.0-beta-2 API)</title>
+<title>HBaseInterfaceAudience (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HBaseInterfaceAudience (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="HBaseInterfaceAudience (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html b/2.0/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
index af89018..87de3a4 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HColumnDescriptor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>HColumnDescriptor (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HColumnDescriptor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="HColumnDescriptor (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html b/2.0/apidocs/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html
index 9aa1e67..4993983 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HConstants.OperationStatusCode (Apache HBase 2.0.0-beta-2 API)</title>
+<title>HConstants.OperationStatusCode (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HConstants.OperationStatusCode (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="HConstants.OperationStatusCode (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -274,7 +274,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/HConstants.OperationStatusCode.html" title="enum in org.apache.hadoop.hbase">HConstants.OperationStatusCode</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html#line.244">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/HConstants.OperationStatusCode.html" title="enum in org.apache.hadoop.hbase">HConstants.OperationStatusCode</a>[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html#line.119">values</a>()</pre>
 <div class="block">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:
@@ -294,7 +294,7 @@ for (HConstants.OperationStatusCode c : HConstants.OperationStatusCode.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/HConstants.OperationStatusCode.html" title="enum in org.apache.hadoop.hbase">HConstants.OperationStatusCode</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html#line.244">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/HConstants.OperationStatusCode.html" title="enum in org.apache.hadoop.hbase">HConstants.OperationStatusCode</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/HConstants.OperationStatusCode.html#line.119">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are