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:27 UTC

[02/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/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
index 4a9df29..3079e9c 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 2.0.0-beta-2 API)</title>
+<title>MultiThreadedClientExample.SingleWriteExampleCallable (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="MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.246">MultiThreadedClientExample.SingleWriteExampleCallable</a>
+<pre>public static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.247">MultiThreadedClientExample.SingleWriteExampleCallable</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/Callable.html?is-external=true" title="class or interface in java.util.concurrent">Callable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</pre>
 <div class="block">Class to show how to send a single put.</div>
@@ -189,7 +189,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SingleWriteExampleCallable</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html#line.250">SingleWriteExampleCallable</a>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a>&nbsp;connection,
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html#line.251">SingleWriteExampleCallable</a>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a>&nbsp;connection,
                                   <a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</pre>
 </li>
 </ul>
@@ -207,7 +207,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>call</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html#line.256">call</a>()
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html#line.257">call</a>()
              throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
index 608c111..61143d0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample.WriteExampleCallable (Apache HBase 2.0.0-beta-2 API)</title>
+<title>MultiThreadedClientExample.WriteExampleCallable (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="MultiThreadedClientExample.WriteExampleCallable (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="MultiThreadedClientExample.WriteExampleCallable (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.202">MultiThreadedClientExample.WriteExampleCallable</a>
+<pre>public static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.203">MultiThreadedClientExample.WriteExampleCallable</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/Callable.html?is-external=true" title="class or interface in java.util.concurrent">Callable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</pre>
 <div class="block">Class that will show how to send batches of puts at the same time.</div>
@@ -189,7 +189,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>WriteExampleCallable</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html#line.206">WriteExampleCallable</a>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a>&nbsp;connection,
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html#line.207">WriteExampleCallable</a>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a>&nbsp;connection,
                             <a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</pre>
 </li>
 </ul>
@@ -207,7 +207,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>call</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html#line.212">call</a>()
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html#line.213">call</a>()
              throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
index 9494641..65e77a3 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample (Apache HBase 2.0.0-beta-2 API)</title>
+<title>MultiThreadedClientExample (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="MultiThreadedClientExample (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="MultiThreadedClientExample (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -118,7 +118,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.93">MultiThreadedClientExample</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.94">MultiThreadedClientExample</a>
 extends org.apache.hadoop.conf.Configured
 implements org.apache.hadoop.util.Tool</pre>
 <div class="block">Example on how to use HBase's <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client"><code>Connection</code></a> and <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client"><code>Table</code></a> in a
@@ -273,7 +274,7 @@ implements org.apache.hadoop.util.Tool</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MultiThreadedClientExample</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.113">MultiThreadedClientExample</a>()
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.114">MultiThreadedClientExample</a>()
                            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="throwsLabel">Throws:</span></dt>
@@ -295,7 +296,7 @@ implements org.apache.hadoop.util.Tool</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>run</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.128">run</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;args)
+<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.129">run</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;args)
         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -311,7 +312,7 @@ implements org.apache.hadoop.util.Tool</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.341">main</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;args)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html#line.342">main</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;args)
                  throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html
index 17cb290..f1184f4 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RefreshHFilesClient (Apache HBase 2.0.0-beta-2 API)</title>
+<title>RefreshHFilesClient (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="RefreshHFilesClient (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="RefreshHFilesClient (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/client/example/RefreshHFilesClient.html#line.42">RefreshHFilesClient</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.43">RefreshHFilesClient</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/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></pre>
 <div class="block">This client class is for invoking the refresh HFile function deployed on the
@@ -195,7 +196,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RefreshHFilesClient</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.51">RefreshHFilesClient</a>(org.apache.hadoop.conf.Configuration&nbsp;cfg)</pre>
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.52">RefreshHFilesClient</a>(org.apache.hadoop.conf.Configuration&nbsp;cfg)</pre>
 <div class="block">Constructor with Conf object</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -217,7 +218,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.
 <ul class="blockList">
 <li class="blockList">
 <h4>close</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.60">close</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.61">close</a>()
            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>
@@ -235,7 +236,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.
 <ul class="blockList">
 <li class="blockList">
 <h4>refreshHFiles</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.66">refreshHFiles</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.67">refreshHFiles</a>(<a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
                    throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -249,7 +250,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>refreshHFiles</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.72">refreshHFiles</a>(<a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a>&nbsp;table)
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/client/example/RefreshHFilesClient.html#line.73">refreshHFiles</a>(<a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a>&nbsp;table)
                    throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/AsyncClientExample.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/AsyncClientExample.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/AsyncClientExample.html
index 4ed3541..8e91222 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/AsyncClientExample.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/AsyncClientExample.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.client.example.AsyncClientExample (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.AsyncClientExample (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.client.example.AsyncClientExample (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.AsyncClientExample (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/client/example/class-use/BufferedMutatorExample.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html
index dbad1e4..0d9d0d0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.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.client.example.BufferedMutatorExample (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.BufferedMutatorExample (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.client.example.BufferedMutatorExample (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.BufferedMutatorExample (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/client/example/class-use/ExportEndpointExample.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/ExportEndpointExample.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/ExportEndpointExample.html
index 9cd9064..9980aa0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/ExportEndpointExample.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/ExportEndpointExample.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.client.example.ExportEndpointExample (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.ExportEndpointExample (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.client.example.ExportEndpointExample (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.ExportEndpointExample (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/client/example/class-use/HttpProxyExample.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/HttpProxyExample.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/HttpProxyExample.html
index 8256be7..6edf269 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/HttpProxyExample.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/HttpProxyExample.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.client.example.HttpProxyExample (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.HttpProxyExample (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.client.example.HttpProxyExample (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.HttpProxyExample (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/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
index 2c37af9..6e05d51 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.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.client.example.MultiThreadedClientExample.ReadExampleCallable (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.ReadExampleCallable (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.client.example.MultiThreadedClientExample.ReadExampleCallable (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.ReadExampleCallable (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/client/example/class-use/MultiThreadedClientExample.SingleWriteExampleCallable.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.SingleWriteExampleCallable.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.SingleWriteExampleCallable.html
index 71df357..69576f4 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.SingleWriteExampleCallable.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.SingleWriteExampleCallable.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.client.example.MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.SingleWriteExampleCallable (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.client.example.MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.SingleWriteExampleCallable (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/client/example/class-use/MultiThreadedClientExample.WriteExampleCallable.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.WriteExampleCallable.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.WriteExampleCallable.html
index 8afe131..e4d2726 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.WriteExampleCallable.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.WriteExampleCallable.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.client.example.MultiThreadedClientExample.WriteExampleCallable (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.WriteExampleCallable (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.client.example.MultiThreadedClientExample.WriteExampleCallable (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.WriteExampleCallable (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/client/example/class-use/MultiThreadedClientExample.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.html
index 46cdd3b..b0a7ecf 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.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.client.example.MultiThreadedClientExample (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample (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.client.example.MultiThreadedClientExample (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample (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/client/example/class-use/RefreshHFilesClient.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/RefreshHFilesClient.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/RefreshHFilesClient.html
index e8403fc..6236708 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/RefreshHFilesClient.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/class-use/RefreshHFilesClient.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.client.example.RefreshHFilesClient (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.RefreshHFilesClient (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.client.example.RefreshHFilesClient (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.RefreshHFilesClient (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/client/example/package-frame.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-frame.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-frame.html
index 7e49570..a412d3b 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-frame.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.example (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client.example (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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-summary.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-summary.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-summary.html
index 9902b9f..e922b5c 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-summary.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.example (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client.example (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="org.apache.hadoop.hbase.client.example (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="org.apache.hadoop.hbase.client.example (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/client/example/package-tree.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-tree.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-tree.html
index 7a0b955..f60dd9b 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-tree.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.example Class Hierarchy (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client.example Class Hierarchy (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="org.apache.hadoop.hbase.client.example Class Hierarchy (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="org.apache.hadoop.hbase.client.example Class Hierarchy (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/client/example/package-use.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-use.html b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-use.html
index fa3276b..17ca54c 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-use.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/example/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.hadoop.hbase.client.example (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Package org.apache.hadoop.hbase.client.example (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 Package org.apache.hadoop.hbase.client.example (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Package org.apache.hadoop.hbase.client.example (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/client/locking/EntityLock.LockHeartbeatWorker.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.LockHeartbeatWorker.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.LockHeartbeatWorker.html
index d4f2ded..6653bda 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.LockHeartbeatWorker.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.LockHeartbeatWorker.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EntityLock.LockHeartbeatWorker (Apache HBase 2.0.0-beta-2 API)</title>
+<title>EntityLock.LockHeartbeatWorker (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="EntityLock.LockHeartbeatWorker (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="EntityLock.LockHeartbeatWorker (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/client/locking/EntityLock.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.html
index 5edd241..9474008 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/EntityLock.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EntityLock (Apache HBase 2.0.0-beta-2 API)</title>
+<title>EntityLock (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="EntityLock (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="EntityLock (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/client/locking/LockServiceClient.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/LockServiceClient.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/LockServiceClient.html
index ea2b843..78671a0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/LockServiceClient.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/LockServiceClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LockServiceClient (Apache HBase 2.0.0-beta-2 API)</title>
+<title>LockServiceClient (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="LockServiceClient (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="LockServiceClient (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/client/locking/class-use/EntityLock.LockHeartbeatWorker.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.LockHeartbeatWorker.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.LockHeartbeatWorker.html
index dcd06f3..c522c85 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.LockHeartbeatWorker.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.LockHeartbeatWorker.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.client.locking.EntityLock.LockHeartbeatWorker (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.locking.EntityLock.LockHeartbeatWorker (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.client.locking.EntityLock.LockHeartbeatWorker (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.locking.EntityLock.LockHeartbeatWorker (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/client/locking/class-use/EntityLock.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.html
index 3cba377..41a80b3 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/EntityLock.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.client.locking.EntityLock (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.locking.EntityLock (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.client.locking.EntityLock (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.locking.EntityLock (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/client/locking/class-use/LockServiceClient.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/LockServiceClient.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/LockServiceClient.html
index a77b0ea..62f4685 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/LockServiceClient.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/class-use/LockServiceClient.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.client.locking.LockServiceClient (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.locking.LockServiceClient (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.client.locking.LockServiceClient (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.locking.LockServiceClient (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/client/locking/package-frame.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-frame.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-frame.html
index 17feff7..680dfbc 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-frame.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.locking (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client.locking (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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-summary.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-summary.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-summary.html
index 013b671..b74b073 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-summary.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.locking (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client.locking (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="org.apache.hadoop.hbase.client.locking (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="org.apache.hadoop.hbase.client.locking (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/client/locking/package-tree.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-tree.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-tree.html
index cf9a7b5..f1f66ee 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-tree.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.locking Class Hierarchy (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client.locking Class Hierarchy (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="org.apache.hadoop.hbase.client.locking Class Hierarchy (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="org.apache.hadoop.hbase.client.locking Class Hierarchy (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/client/locking/package-use.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-use.html b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-use.html
index 7bf1fa1..d45d369 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-use.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/locking/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.hadoop.hbase.client.locking (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Package org.apache.hadoop.hbase.client.locking (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 Package org.apache.hadoop.hbase.client.locking (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Package org.apache.hadoop.hbase.client.locking (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/client/package-frame.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/client/package-frame.html b/2.0/apidocs/org/apache/hadoop/hbase/client/package-frame.html
index 3735ed1..40d03af 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/client/package-frame.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/client/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client (Apache HBase 2.0.0-beta-2 API)</title>
+<title>org.apache.hadoop.hbase.client (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>
@@ -38,6 +38,7 @@
 <li><a href="ClusterConnection.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">ClusterConnection</span></a></li>
 <li><a href="ColumnFamilyDescriptor.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">ColumnFamilyDescriptor</span></a></li>
 <li><a href="Connection.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">Connection</span></a></li>
+<li><a href="CoprocessorDescriptor.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">CoprocessorDescriptor</span></a></li>
 <li><a href="HBaseAdmin.ProcedureFuture.WaitForStateCallable.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">HBaseAdmin.ProcedureFuture.WaitForStateCallable</span></a></li>
 <li><a href="NonceGenerator.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">NonceGenerator</span></a></li>
 <li><a href="RegionInfo.html" title="interface in org.apache.hadoop.hbase.client" target="classFrame"><span class="interfaceName">RegionInfo</span></a></li>
@@ -85,6 +86,7 @@
 <li><a href="ConnectionFactory.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">ConnectionFactory</a></li>
 <li><a href="ConnectionUtils.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">ConnectionUtils</a></li>
 <li><a href="ConnectionUtils.ShortCircuitingClusterConnection.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">ConnectionUtils.ShortCircuitingClusterConnection</a></li>
+<li><a href="CoprocessorDescriptorBuilder.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">CoprocessorDescriptorBuilder</a></li>
 <li><a href="Cursor.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">Cursor</a></li>
 <li><a href="DelayingRunner.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">DelayingRunner</a></li>
 <li><a href="Delete.html" title="class in org.apache.hadoop.hbase.client" target="classFrame">Delete</a></li>