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:19:55 UTC

[30/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/class-use/KeyValue.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
index a96d2a8..5a84e2a 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.KeyValue (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValue (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="Uses of Class org.apache.hadoop.hbase.KeyValue (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValue (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -176,22 +176,22 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#create-java.io.DataInput-">create</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">KeyValueUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValueUtil.html#create-java.io.DataInput-">create</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValueUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValueUtil.html#create-java.io.DataInput-">create</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#create-java.io.DataInput-">create</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#create-int-java.io.DataInput-">create</a></span>(int&nbsp;length,
+<td class="colLast"><span class="typeNameLabel">KeyValueUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValueUtil.html#create-int-java.io.DataInput-">create</a></span>(int&nbsp;length,
       <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>
 <div class="block">Create a KeyValue reading <code>length</code> from <code>in</code></div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValueUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValueUtil.html#create-int-java.io.DataInput-">create</a></span>(int&nbsp;length,
+<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#create-int-java.io.DataInput-">create</a></span>(int&nbsp;length,
       <a href="https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>
 <div class="block">Create a KeyValue reading <code>length</code> from <code>in</code></div>
 </td>
@@ -476,17 +476,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static long</code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#write-org.apache.hadoop.hbase.KeyValue-java.io.DataOutput-">write</a></span>(<a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;kv,
+<td class="colLast"><span class="typeNameLabel">KeyValueUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValueUtil.html#write-org.apache.hadoop.hbase.KeyValue-java.io.DataOutput-">write</a></span>(<a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;kv,
      <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)</code>
-<div class="block">Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.</div>
+<div class="block">Write out a KeyValue in the manner in which we used to when KeyValue was a
+ Writable.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static long</code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValueUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValueUtil.html#write-org.apache.hadoop.hbase.KeyValue-java.io.DataOutput-">write</a></span>(<a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;kv,
+<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#write-org.apache.hadoop.hbase.KeyValue-java.io.DataOutput-">write</a></span>(<a href="../../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;kv,
      <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)</code>
-<div class="block">Write out a KeyValue in the manner in which we used to when KeyValue was a
- Writable.</div>
+<div class="block">Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.</div>
 </td>
 </tr>
 </tbody>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
index a7a5b8a..9e0501e 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueTestUtil.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.KeyValueTestUtil (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValueTestUtil (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="Uses of Class org.apache.hadoop.hbase.KeyValueTestUtil (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValueTestUtil (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/class-use/KeyValueUtil.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html
index 1cc234b..b073bbe 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValueUtil.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.KeyValueUtil (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValueUtil (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="Uses of Class org.apache.hadoop.hbase.KeyValueUtil (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValueUtil (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/class-use/LocalHBaseCluster.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
index 7ed1eb4..93bf3c1 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.LocalHBaseCluster (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.LocalHBaseCluster (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="Uses of Class org.apache.hadoop.hbase.LocalHBaseCluster (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.LocalHBaseCluster (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/class-use/MasterNotRunningException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MasterNotRunningException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MasterNotRunningException.html
index c518d5b..bbd9de7 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MasterNotRunningException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MasterNotRunningException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MasterNotRunningException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MasterNotRunningException (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="Uses of Class org.apache.hadoop.hbase.MasterNotRunningException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MasterNotRunningException (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/class-use/MemoryCompactionPolicy.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MemoryCompactionPolicy.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MemoryCompactionPolicy.html
index 42e23c2..a4ed4fa 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MemoryCompactionPolicy.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MemoryCompactionPolicy.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MemoryCompactionPolicy (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MemoryCompactionPolicy (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="Uses of Class org.apache.hadoop.hbase.MemoryCompactionPolicy (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MemoryCompactionPolicy (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/class-use/MetaMutationAnnotation.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaMutationAnnotation.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaMutationAnnotation.html
index 34db063..954cbd0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaMutationAnnotation.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaMutationAnnotation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MetaMutationAnnotation (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MetaMutationAnnotation (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="Uses of Class org.apache.hadoop.hbase.MetaMutationAnnotation (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MetaMutationAnnotation (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/class-use/MetaTableAccessor.CloseableVisitor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.CloseableVisitor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.CloseableVisitor.html
index 50f1703..89016af 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.CloseableVisitor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.CloseableVisitor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.CloseableVisitor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.CloseableVisitor (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="Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.CloseableVisitor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.CloseableVisitor (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/class-use/MetaTableAccessor.DefaultVisitorBase.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.DefaultVisitorBase.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.DefaultVisitorBase.html
index 28a5d87..09a3825 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.DefaultVisitorBase.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.DefaultVisitorBase.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase (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="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase (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/class-use/MetaTableAccessor.QueryType.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.QueryType.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.QueryType.html
index d8fc1fc..cb643bc 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.QueryType.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.QueryType.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.QueryType (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.QueryType (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="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.QueryType (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.QueryType (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/class-use/MetaTableAccessor.TableVisitorBase.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.TableVisitorBase.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.TableVisitorBase.html
index 0c4b2d5..f7d8276 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.TableVisitorBase.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.TableVisitorBase.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.TableVisitorBase (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.TableVisitorBase (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="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.TableVisitorBase (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor.TableVisitorBase (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/class-use/MetaTableAccessor.Visitor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.Visitor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.Visitor.html
index 8b2e6d1..87e55637 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.Visitor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.Visitor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.Visitor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.Visitor (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="Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.Visitor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.MetaTableAccessor.Visitor (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/class-use/MetaTableAccessor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.html
index 67aea63..583a48e 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MetaTableAccessor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MetaTableAccessor (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="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MetaTableAccessor (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/class-use/MultiActionResultTooLarge.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MultiActionResultTooLarge.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MultiActionResultTooLarge.html
index 64eb5ba..16d4251 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/MultiActionResultTooLarge.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/MultiActionResultTooLarge.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.MultiActionResultTooLarge (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.MultiActionResultTooLarge (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="Uses of Class org.apache.hadoop.hbase.MultiActionResultTooLarge (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.MultiActionResultTooLarge (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/class-use/NamespaceDescriptor.Builder.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.Builder.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.Builder.html
index 2f05b81..b58295f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.Builder.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.Builder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor.Builder (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor.Builder (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="Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor.Builder (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor.Builder (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/class-use/NamespaceDescriptor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
index 3c15b8c..a3bb868 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor (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="Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NamespaceDescriptor (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -267,15 +267,15 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#createNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">createNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true" title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">AsyncAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/AsyncAdmin.html#createNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">createNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>
 <div class="block">Create a new namespace.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#createNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">createNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">Admin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html#createNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">createNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>
@@ -293,15 +293,15 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#modifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">modifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true" title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">AsyncAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/AsyncAdmin.html#modifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">modifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>
 <div class="block">Modify an existing namespace.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#modifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">modifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>&nbsp;</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">Admin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html#modifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">modifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;descriptor)</code>
@@ -349,22 +349,42 @@
 <tr class="altColor">
 <td class="colFirst"><code>default void</code></td>
 <td class="colLast"><span class="typeNameLabel">MasterObserver.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html#postModifyNamespace-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.NamespaceDescriptor-">postModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html" title="interface in org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
-                   <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;ns)</code>
-<div class="block">Called after the modifyNamespace operation has been requested.</div>
+                   <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;currentNsDescriptor)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Since 2.1. Will be removed in 3.0.</span></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>default void</code></td>
+<td class="colLast"><span class="typeNameLabel">MasterObserver.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html#postModifyNamespace-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.NamespaceDescriptor-org.apache.hadoop.hbase.NamespaceDescriptor-">postModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html" title="interface in org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
+                   <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;oldNsDescriptor,
+                   <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;currentNsDescriptor)</code>
+<div class="block">Called after the modifyNamespace operation has been requested.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>default void</code></td>
 <td class="colLast"><span class="typeNameLabel">MasterObserver.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html#preCreateNamespace-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.NamespaceDescriptor-">preCreateNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html" title="interface in org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
                   <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;ns)</code>
 <div class="block">Called before a new namespace is created by
  <a href="../../../../../org/apache/hadoop/hbase/master/HMaster.html" title="class in org.apache.hadoop.hbase.master"><code>HMaster</code></a>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>default void</code></td>
 <td class="colLast"><span class="typeNameLabel">MasterObserver.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html#preModifyNamespace-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.NamespaceDescriptor-">preModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html" title="interface in org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
-                  <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;ns)</code>
+                  <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;newNsDescriptor)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Since 2.1. Will be removed in 3.0.</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>default void</code></td>
+<td class="colLast"><span class="typeNameLabel">MasterObserver.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterObserver.html#preModifyNamespace-org.apache.hadoop.hbase.coprocessor.ObserverContext-org.apache.hadoop.hbase.NamespaceDescriptor-org.apache.hadoop.hbase.NamespaceDescriptor-">preModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/coprocessor/ObserverContext.html" title="interface in org.apache.hadoop.hbase.coprocessor">ObserverContext</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/coprocessor/MasterCoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase.coprocessor">MasterCoprocessorEnvironment</a>&gt;&nbsp;ctx,
+                  <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;currentNsDescriptor,
+                  <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;newNsDescriptor)</code>
 <div class="block">Called prior to modifying a namespace's properties.</div>
 </td>
 </tr>
@@ -481,7 +501,8 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">MasterCoprocessorHost.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/master/MasterCoprocessorHost.html#postModifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">postModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;ns)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">MasterCoprocessorHost.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/master/MasterCoprocessorHost.html#postModifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-org.apache.hadoop.hbase.NamespaceDescriptor-">postModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;oldNsDescriptor,
+                   <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;currentNsDescriptor)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -489,7 +510,8 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">MasterCoprocessorHost.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/master/MasterCoprocessorHost.html#preModifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-">preModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;ns)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">MasterCoprocessorHost.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/master/MasterCoprocessorHost.html#preModifyNamespace-org.apache.hadoop.hbase.NamespaceDescriptor-org.apache.hadoop.hbase.NamespaceDescriptor-">preModifyNamespace</a></span>(<a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;currentNsDescriptor,
+                  <a href="../../../../../org/apache/hadoop/hbase/NamespaceDescriptor.html" title="class in org.apache.hadoop.hbase">NamespaceDescriptor</a>&nbsp;newNsDescriptor)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceExistException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceExistException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceExistException.html
index 577b450..97f015f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceExistException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceExistException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NamespaceExistException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NamespaceExistException (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="Uses of Class org.apache.hadoop.hbase.NamespaceExistException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NamespaceExistException (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/class-use/NamespaceNotFoundException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceNotFoundException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceNotFoundException.html
index 48194b0..df2d09e 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceNotFoundException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NamespaceNotFoundException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NamespaceNotFoundException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NamespaceNotFoundException (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="Uses of Class org.apache.hadoop.hbase.NamespaceNotFoundException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NamespaceNotFoundException (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/class-use/NoTagsByteBufferKeyValue.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsByteBufferKeyValue.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsByteBufferKeyValue.html
index 704f021..c8ce933 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsByteBufferKeyValue.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsByteBufferKeyValue.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue (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="Uses of Class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue (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/class-use/NoTagsKeyValue.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsKeyValue.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsKeyValue.html
index 54de710..3937cf6 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsKeyValue.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NoTagsKeyValue.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NoTagsKeyValue (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NoTagsKeyValue (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="Uses of Class org.apache.hadoop.hbase.NoTagsKeyValue (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NoTagsKeyValue (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/class-use/NotAllMetaRegionsOnlineException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotAllMetaRegionsOnlineException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotAllMetaRegionsOnlineException.html
index f5f19e5..c975fd2 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotAllMetaRegionsOnlineException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotAllMetaRegionsOnlineException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException (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="Uses of Class org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException (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/class-use/NotServingRegionException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotServingRegionException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotServingRegionException.html
index 1dd75fc..97da63b 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotServingRegionException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/NotServingRegionException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.NotServingRegionException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.NotServingRegionException (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="Uses of Class org.apache.hadoop.hbase.NotServingRegionException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.NotServingRegionException (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/class-use/PleaseHoldException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/PleaseHoldException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/PleaseHoldException.html
index 2b7d2fd..9b16b0a 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/PleaseHoldException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/PleaseHoldException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.PleaseHoldException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.PleaseHoldException (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="Uses of Class org.apache.hadoop.hbase.PleaseHoldException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.PleaseHoldException (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/class-use/PrivateCellUtil.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/PrivateCellUtil.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/PrivateCellUtil.html
index 9888c77..5e54d3d 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/PrivateCellUtil.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/PrivateCellUtil.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.PrivateCellUtil (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.PrivateCellUtil (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="Uses of Class org.apache.hadoop.hbase.PrivateCellUtil (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.PrivateCellUtil (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/class-use/ProcedureState.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ProcedureState.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ProcedureState.html
deleted file mode 100644
index a38632d..0000000
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ProcedureState.html
+++ /dev/null
@@ -1,174 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.ProcedureState (Apache HBase 2.0.0-beta-2 API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.ProcedureState (Apache HBase 2.0.0-beta-2 API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/hadoop/hbase/class-use/ProcedureState.html" target="_top">Frames</a></li>
-<li><a href="ProcedureState.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class org.apache.hadoop.hbase.ProcedureState" class="title">Uses of Class<br>org.apache.hadoop.hbase.ProcedureState</h2>
-</div>
-<div class="classUseContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">ProcedureState</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Package</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.hadoop.hbase">org.apache.hadoop.hbase</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.hadoop.hbase">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">ProcedureState</a> in <a href="../../../../../org/apache/hadoop/hbase/package-summary.html">org.apache.hadoop.hbase</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/hadoop/hbase/package-summary.html">org.apache.hadoop.hbase</a> that return <a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">ProcedureState</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">ProcedureState</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ProcedureState.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html#valueOf-java.lang.String-">valueOf</a></span>(<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)</code>
-<div class="block">Returns the enum constant of this type with the specified name.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">ProcedureState</a>[]</code></td>
-<td class="colLast"><span class="typeNameLabel">ProcedureState.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html#values--">values</a></span>()</code>
-<div class="block">Returns an array containing the constants of this enum type, in
-the order they are declared.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in org.apache.hadoop.hbase">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/hadoop/hbase/class-use/ProcedureState.html" target="_top">Frames</a></li>
-<li><a href="ProcedureState.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/RSGroupTableAccessor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RSGroupTableAccessor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RSGroupTableAccessor.html
index 38d9fcf..df0a293 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RSGroupTableAccessor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RSGroupTableAccessor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RSGroupTableAccessor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RSGroupTableAccessor (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="Uses of Class org.apache.hadoop.hbase.RSGroupTableAccessor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RSGroupTableAccessor (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/class-use/RawCell.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCell.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCell.html
index 2a3b8dc..14f9c8f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCell.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCell.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.RawCell (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.RawCell (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="Uses of Interface org.apache.hadoop.hbase.RawCell (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.RawCell (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/class-use/RawCellBuilder.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilder.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilder.html
index ea10a8c..da97585 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilder.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.RawCellBuilder (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.RawCellBuilder (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="Uses of Interface org.apache.hadoop.hbase.RawCellBuilder (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.RawCellBuilder (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/class-use/RawCellBuilderFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilderFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilderFactory.html
index 1a05d6d..5c7ce4a 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilderFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RawCellBuilderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RawCellBuilderFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RawCellBuilderFactory (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="Uses of Class org.apache.hadoop.hbase.RawCellBuilderFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RawCellBuilderFactory (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/class-use/RegionException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionException.html
index b2e6d5f..5ddcbba 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RegionException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RegionException (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="Uses of Class org.apache.hadoop.hbase.RegionException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RegionException (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/class-use/RegionLoad.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLoad.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLoad.html
index 50cc1d7..fcd52ef 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLoad.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLoad.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RegionLoad (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RegionLoad (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="Uses of Class org.apache.hadoop.hbase.RegionLoad (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RegionLoad (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/class-use/RegionLocations.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html
index 8686c4d..9c61e55 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RegionLocations (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RegionLocations (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="Uses of Class org.apache.hadoop.hbase.RegionLocations (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RegionLocations (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/class-use/RegionMetrics.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetrics.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetrics.html
index c8e78da..ceb8a6c 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetrics.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetrics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.RegionMetrics (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.RegionMetrics (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="Uses of Interface org.apache.hadoop.hbase.RegionMetrics (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.RegionMetrics (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -210,17 +210,17 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/RegionMetrics.html" title="interface in org.apache.hadoop.hbase">RegionMetrics</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#getRegionMetrics-org.apache.hadoop.hbase.ServerName-org.apache.hadoop.hbase.TableName-">getRegionMetrics</a></span>(<a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName,
+                <a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true" title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/RegionMetrics.html" title="interface in org.apache.hadoop.hbase">RegionMetrics</a>&gt;&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">AsyncAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/AsyncAdmin.html#getRegionMetrics-org.apache.hadoop.hbase.ServerName-org.apache.hadoop.hbase.TableName-">getRegionMetrics</a></span>(<a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName,
                 <a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
 <div class="block">Get a list of <a href="../../../../../org/apache/hadoop/hbase/RegionMetrics.html" title="interface in org.apache.hadoop.hbase"><code>RegionMetrics</code></a> of all regions hosted on a region seerver for a table.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/RegionMetrics.html" title="interface in org.apache.hadoop.hbase">RegionMetrics</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">HBaseAdmin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/HBaseAdmin.html#getRegionMetrics-org.apache.hadoop.hbase.ServerName-org.apache.hadoop.hbase.TableName-">getRegionMetrics</a></span>(<a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName,
-                <a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/hadoop/hbase/RegionMetrics.html" title="interface in org.apache.hadoop.hbase">RegionMetrics</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">Admin.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html#getRegionMetrics-org.apache.hadoop.hbase.ServerName-org.apache.hadoop.hbase.TableName-">getRegionMetrics</a></span>(<a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetricsBuilder.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetricsBuilder.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetricsBuilder.html
index ce3fd17..fa53ef9 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetricsBuilder.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionMetricsBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RegionMetricsBuilder (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RegionMetricsBuilder (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="Uses of Class org.apache.hadoop.hbase.RegionMetricsBuilder (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RegionMetricsBuilder (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/class-use/RegionStateListener.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionStateListener.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionStateListener.html
index 324e05a..1c24f5e 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionStateListener.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionStateListener.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.RegionStateListener (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.RegionStateListener (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="Uses of Interface org.apache.hadoop.hbase.RegionStateListener (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.RegionStateListener (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/class-use/RegionTooBusyException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionTooBusyException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionTooBusyException.html
index c0169b3..51413d0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionTooBusyException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RegionTooBusyException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RegionTooBusyException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RegionTooBusyException (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="Uses of Class org.apache.hadoop.hbase.RegionTooBusyException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RegionTooBusyException (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/class-use/ReplicationPeerNotFoundException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ReplicationPeerNotFoundException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ReplicationPeerNotFoundException.html
index 3625f2b..d27d217 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ReplicationPeerNotFoundException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ReplicationPeerNotFoundException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.ReplicationPeerNotFoundException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.ReplicationPeerNotFoundException (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="Uses of Class org.apache.hadoop.hbase.ReplicationPeerNotFoundException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.ReplicationPeerNotFoundException (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/class-use/RetryImmediatelyException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RetryImmediatelyException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RetryImmediatelyException.html
index 6196b25..8fdc592 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/RetryImmediatelyException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/RetryImmediatelyException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.RetryImmediatelyException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.RetryImmediatelyException (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="Uses of Class org.apache.hadoop.hbase.RetryImmediatelyException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.RetryImmediatelyException (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/class-use/ScheduledChore.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ScheduledChore.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ScheduledChore.html
index a591b1b..6702f7e 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ScheduledChore.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ScheduledChore.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.ScheduledChore (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.ScheduledChore (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="Uses of Class org.apache.hadoop.hbase.ScheduledChore (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.ScheduledChore (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {