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

[31/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/CompareOperator.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
index ce27a70..2cb6958 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.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.CompareOperator (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.CompareOperator (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompareOperator (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompareOperator (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -369,11 +369,11 @@ the order they are declared.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ColumnValueFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/filter/ColumnValueFilter.html#getCompareOperator--">getCompareOperator</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CompareFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#getCompareOperator--">getCompareOperator</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CompareFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#getCompareOperator--">getCompareOperator</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">ColumnValueFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/filter/ColumnValueFilter.html#getCompareOperator--">getCompareOperator</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a></code></td>
@@ -541,44 +541,70 @@ the order they are declared.</div>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">HRegion.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html#checkAndMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.client.Mutation-boolean-">checkAndMutate</a></span>(byte[]&nbsp;row,
+<td class="colFirst"><code>default boolean</code></td>
+<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/Region.html#checkAndMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.client.Mutation-">checkAndMutate</a></span>(byte[]&nbsp;row,
               byte[]&nbsp;family,
               byte[]&nbsp;qualifier,
               <a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
               <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a>&nbsp;comparator,
-              <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a>&nbsp;mutation,
-              boolean&nbsp;writeToWAL)</code>&nbsp;</td>
+              <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a>&nbsp;mutation)</code>
+<div class="block">Atomically checks if a row/family/qualifier value matches the expected value and if it does,
+ it performs the mutation.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/Region.html#checkAndMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.client.Mutation-boolean-">checkAndMutate</a></span>(byte[]&nbsp;row,
+<td class="colLast"><span class="typeNameLabel">HRegion.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html#checkAndMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.io.TimeRange-org.apache.hadoop.hbase.client.Mutation-">checkAndMutate</a></span>(byte[]&nbsp;row,
               byte[]&nbsp;family,
               byte[]&nbsp;qualifier,
               <a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
               <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a>&nbsp;comparator,
-              <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a>&nbsp;mutation,
-              boolean&nbsp;writeToWAL)</code>
+              <a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>&nbsp;timeRange,
+              <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a>&nbsp;mutation)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/Region.html#checkAndMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.io.TimeRange-org.apache.hadoop.hbase.client.Mutation-">checkAndMutate</a></span>(byte[]&nbsp;row,
+              byte[]&nbsp;family,
+              byte[]&nbsp;qualifier,
+              <a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
+              <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a>&nbsp;comparator,
+              <a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>&nbsp;timeRange,
+              <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a>&nbsp;mutation)</code>
 <div class="block">Atomically checks if a row/family/qualifier value matches the expected value and if it does,
  it performs the mutation.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>default boolean</code></td>
+<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/Region.html#checkAndRowMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.client.RowMutations-">checkAndRowMutate</a></span>(byte[]&nbsp;row,
+                 byte[]&nbsp;family,
+                 byte[]&nbsp;qualifier,
+                 <a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
+                 <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a>&nbsp;comparator,
+                 <a href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;mutations)</code>
+<div class="block">Atomically checks if a row/family/qualifier value matches the expected values and if it does,
+ it performs the row mutations.</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">HRegion.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html#checkAndRowMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.client.RowMutations-">checkAndRowMutate</a></span>(byte[]&nbsp;row,
+<td class="colLast"><span class="typeNameLabel">HRegion.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/HRegion.html#checkAndRowMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.io.TimeRange-org.apache.hadoop.hbase.client.RowMutations-">checkAndRowMutate</a></span>(byte[]&nbsp;row,
                  byte[]&nbsp;family,
                  byte[]&nbsp;qualifier,
                  <a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
                  <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a>&nbsp;comparator,
+                 <a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>&nbsp;timeRange,
                  <a href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;rm)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/Region.html#checkAndRowMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.client.RowMutations-">checkAndRowMutate</a></span>(byte[]&nbsp;row,
+<td class="colLast"><span class="typeNameLabel">Region.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/Region.html#checkAndRowMutate-byte:A-byte:A-byte:A-org.apache.hadoop.hbase.CompareOperator-org.apache.hadoop.hbase.filter.ByteArrayComparable-org.apache.hadoop.hbase.io.TimeRange-org.apache.hadoop.hbase.client.RowMutations-">checkAndRowMutate</a></span>(byte[]&nbsp;row,
                  byte[]&nbsp;family,
                  byte[]&nbsp;qualifier,
                  <a href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
                  <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a>&nbsp;comparator,
+                 <a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>&nbsp;timeRange,
                  <a href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;mutations)</code>
 <div class="block">Atomically checks if a row/family/qualifier value matches the expected values and if it does,
  it performs the row mutations.</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilityFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilityFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilityFactory.html
index 54808a9..4cd5bc3 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilityFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilityFactory.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.CompatibilityFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.CompatibilityFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompatibilityFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompatibilityFactory (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/CompatibilitySingletonFactory.SingletonStorage.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.SingletonStorage.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.SingletonStorage.html
index 2ec1175..f9b4711 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.SingletonStorage.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.SingletonStorage.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.CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompatibilitySingletonFactory.SingletonStorage (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompatibilitySingletonFactory.SingletonStorage (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/CompatibilitySingletonFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.html
index 3dad619..7ae55b7 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompatibilitySingletonFactory.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.CompatibilitySingletonFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.CompatibilitySingletonFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompatibilitySingletonFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompatibilitySingletonFactory (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/CompoundConfiguration.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompoundConfiguration.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompoundConfiguration.html
index c83ef68..5d44f45 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompoundConfiguration.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CompoundConfiguration.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.CompoundConfiguration (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.CompoundConfiguration (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompoundConfiguration (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.CompoundConfiguration (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/CoordinatedStateManager.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateManager.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateManager.html
index eb3681f..e618925 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateManager.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateManager.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.CoordinatedStateManager (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.CoordinatedStateManager (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.hadoop.hbase.CoordinatedStateManager (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.CoordinatedStateManager (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.State.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.State.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.State.html
index ff58926..5f491e0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.State.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.State.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.Coprocessor.State (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.Coprocessor.State (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.Coprocessor.State (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.Coprocessor.State (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/Coprocessor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html
index ebc4a9d..83e2db6 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/Coprocessor.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.Coprocessor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.Coprocessor (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.hadoop.hbase.Coprocessor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.Coprocessor (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html
index a25f122..292b9d5 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.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.CoprocessorEnvironment (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.CoprocessorEnvironment (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.hadoop.hbase.CoprocessorEnvironment (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.CoprocessorEnvironment (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -252,7 +252,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">BaseRowProcessorEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/BaseRowProcessorEndpoint.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">start</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>
+<td class="colLast"><span class="typeNameLabel">MultiRowMutationEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MultiRowMutationEndpoint.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">start</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>
 <div class="block">Stores a reference to the coprocessor environment provided by the
  <a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html" title="class in org.apache.hadoop.hbase.regionserver"><code>RegionCoprocessorHost</code></a> from the region where this
  coprocessor is loaded.</div>
@@ -260,7 +260,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">MultiRowMutationEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MultiRowMutationEndpoint.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">start</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>
+<td class="colLast"><span class="typeNameLabel">BaseRowProcessorEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/BaseRowProcessorEndpoint.html#start-org.apache.hadoop.hbase.CoprocessorEnvironment-">start</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>
 <div class="block">Stores a reference to the coprocessor environment provided by the
  <a href="../../../../../org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html" title="class in org.apache.hadoop.hbase.regionserver"><code>RegionCoprocessorHost</code></a> from the region where this
  coprocessor is loaded.</div>
@@ -276,11 +276,11 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">BaseRowProcessorEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/BaseRowProcessorEndpoint.html#stop-org.apache.hadoop.hbase.CoprocessorEnvironment-">stop</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">MultiRowMutationEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MultiRowMutationEndpoint.html#stop-org.apache.hadoop.hbase.CoprocessorEnvironment-">stop</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">MultiRowMutationEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/MultiRowMutationEndpoint.html#stop-org.apache.hadoop.hbase.CoprocessorEnvironment-">stop</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">BaseRowProcessorEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/BaseRowProcessorEndpoint.html#stop-org.apache.hadoop.hbase.CoprocessorEnvironment-">stop</a></span>(<a href="../../../../../org/apache/hadoop/hbase/CoprocessorEnvironment.html" title="interface in org.apache.hadoop.hbase">CoprocessorEnvironment</a>&nbsp;env)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/DaemonThreadFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/DaemonThreadFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/DaemonThreadFactory.html
index 0c715f3..9cc857e 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/DaemonThreadFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/DaemonThreadFactory.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.DaemonThreadFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.DaemonThreadFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.DaemonThreadFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.DaemonThreadFactory (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/DoNotRetryIOException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html
index 8229103..ca05a7f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.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.DoNotRetryIOException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.DoNotRetryIOException (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.DoNotRetryIOException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.DoNotRetryIOException (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -478,7 +478,9 @@
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/quotas/ThrottlingException.html" title="class in org.apache.hadoop.hbase.quotas">ThrottlingException</a></span></code>
-<div class="block">Describe the throttling result.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">replaced by <a href="../../../../../org/apache/hadoop/hbase/quotas/RpcThrottlingException.html" title="class in org.apache.hadoop.hbase.quotas"><code>RpcThrottlingException</code></a> since hbase-2.0.0.</span></div>
+</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/DroppedSnapshotException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html
index aed7112..d6266c8 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.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.DroppedSnapshotException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.DroppedSnapshotException (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.DroppedSnapshotException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.DroppedSnapshotException (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCell.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCell.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCell.html
index 1163d1a..819a670 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCell.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCell.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.ExtendedCell (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.ExtendedCell (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,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.ExtendedCell (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.ExtendedCell (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -195,14 +195,6 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></td>
-<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#deepClone--">deepClone</a></span>()</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></td>
-<td class="colLast"><span class="typeNameLabel">NoTagsKeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/NoTagsKeyValue.html#deepClone--">deepClone</a></span>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></td>
 <td class="colLast"><span class="typeNameLabel">NoTagsByteBufferKeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/NoTagsByteBufferKeyValue.html#deepClone--">deepClone</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -212,6 +204,14 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></td>
+<td class="colLast"><span class="typeNameLabel">NoTagsKeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/NoTagsKeyValue.html#deepClone--">deepClone</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></td>
+<td class="colLast"><span class="typeNameLabel">KeyValue.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/KeyValue.html#deepClone--">deepClone</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected abstract <a href="../../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></td>
 <td class="colLast"><span class="typeNameLabel">ExtendedCellBuilderImpl.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/ExtendedCellBuilderImpl.html#innerBuild--">innerBuild</a></span>()</code>&nbsp;</td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilder.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilder.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilder.html
index 69a33a0..43157c9 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilder.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilder.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.ExtendedCellBuilder (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.ExtendedCellBuilder (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.hadoop.hbase.ExtendedCellBuilder (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.ExtendedCellBuilder (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderFactory.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderFactory.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderFactory.html
index 1b9f755..44b1739 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderFactory.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderFactory.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.ExtendedCellBuilderFactory (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.ExtendedCellBuilderFactory (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.ExtendedCellBuilderFactory (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.ExtendedCellBuilderFactory (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderImpl.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderImpl.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderImpl.html
index 7fa1cc6..97f9d59 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderImpl.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/ExtendedCellBuilderImpl.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.ExtendedCellBuilderImpl (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.ExtendedCellBuilderImpl (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.ExtendedCellBuilderImpl (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.ExtendedCellBuilderImpl (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html
index 5fac1cd..2c4acc9 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.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.HBaseConfiguration (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HBaseConfiguration (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.HBaseConfiguration (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HBaseConfiguration (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html
index 43af466..e863afc 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.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.HBaseIOException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HBaseIOException (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.HBaseIOException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HBaseIOException (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -659,14 +659,22 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/quotas/RpcThrottlingException.html" title="class in org.apache.hadoop.hbase.quotas">RpcThrottlingException</a></span></code>
+<div class="block">Describe the throttling result.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/quotas/SpaceLimitingException.html" title="class in org.apache.hadoop.hbase.quotas">SpaceLimitingException</a></span></code>
 <div class="block">An Exception that is thrown when a space quota is in violation.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/quotas/ThrottlingException.html" title="class in org.apache.hadoop.hbase.quotas">ThrottlingException</a></span></code>
-<div class="block">Describe the throttling result.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">replaced by <a href="../../../../../org/apache/hadoop/hbase/quotas/RpcThrottlingException.html" title="class in org.apache.hadoop.hbase.quotas"><code>RpcThrottlingException</code></a> since hbase-2.0.0.</span></div>
+</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/HBaseInterfaceAudience.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html
index d0c7ca8..1260f22 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.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.HBaseInterfaceAudience (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HBaseInterfaceAudience (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.HBaseInterfaceAudience (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HBaseInterfaceAudience (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
index ecebd40..e9854d2 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.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.HColumnDescriptor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HColumnDescriptor (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.HColumnDescriptor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HColumnDescriptor (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.OperationStatusCode.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.OperationStatusCode.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.OperationStatusCode.html
index dfa4371..dd87aa2 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.OperationStatusCode.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.OperationStatusCode.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.HConstants.OperationStatusCode (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HConstants.OperationStatusCode (Apache HBase 2.0.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.hadoop.hbase.HConstants.OperationStatusCode (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HConstants.OperationStatusCode (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/HConstants.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html
index 22ee7bb..ace4911 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HConstants.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.HConstants (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HConstants (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.HConstants (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HConstants (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/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
index 6208b96..a175c48 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.WeightComparator.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.HDFSBlocksDistribution.HostAndWeight.WeightComparator (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight.WeightComparator (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.HDFSBlocksDistribution.HostAndWeight.WeightComparator (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight.WeightComparator (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/HDFSBlocksDistribution.HostAndWeight.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html
index ac74c73..8e47aeb 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.HostAndWeight.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.HDFSBlocksDistribution.HostAndWeight (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight (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.HDFSBlocksDistribution.HostAndWeight (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight (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/HDFSBlocksDistribution.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html
index 48cb7dc..911356f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HDFSBlocksDistribution.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.HDFSBlocksDistribution (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HDFSBlocksDistribution (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.HDFSBlocksDistribution (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HDFSBlocksDistribution (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -181,11 +181,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HDFSBlocksDistribution.html" title="class in org.apache.hadoop.hbase">HDFSBlocksDistribution</a></code></td>
-<td class="colLast"><span class="typeNameLabel">StoreFileInfo.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/StoreFileInfo.html#getHDFSBlockDistribution--">getHDFSBlockDistribution</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HStoreFile.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/HStoreFile.html#getHDFSBlockDistribution--">getHDFSBlockDistribution</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HDFSBlocksDistribution.html" title="class in org.apache.hadoop.hbase">HDFSBlocksDistribution</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HStoreFile.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/HStoreFile.html#getHDFSBlockDistribution--">getHDFSBlockDistribution</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">StoreFileInfo.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/StoreFileInfo.html#getHDFSBlockDistribution--">getHDFSBlockDistribution</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HDFSBlocksDistribution.html" title="class in org.apache.hadoop.hbase">HDFSBlocksDistribution</a></code></td>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index 39bdd00..2c44bf3 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.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.HRegionInfo (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HRegionInfo (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.HRegionInfo (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HRegionInfo (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -402,11 +402,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a></code></td>
-<td class="colLast"><span class="typeNameLabel">RegionServerCallable.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/RegionServerCallable.html#getHRegionInfo--">getHRegionInfo</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">ScannerCallable.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html#getHRegionInfo--">getHRegionInfo</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ScannerCallable.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html#getHRegionInfo--">getHRegionInfo</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">RegionServerCallable.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/RegionServerCallable.html#getHRegionInfo--">getHRegionInfo</a></span>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -518,10 +518,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a></code></td>
-<td class="colLast"><span class="typeNameLabel">TableSnapshotInputFormatImpl.InputSplit.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.InputSplit.html#getRegionInfo--">getRegionInfo</a></span>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a></code></td>
 <td class="colLast"><span class="typeNameLabel">TableSnapshotInputFormat.TableSnapshotRegionSplit.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.TableSnapshotRegionSplit.html#getRegionInfo--">getRegionInfo</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0
@@ -529,6 +525,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div>
 </div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a></code></td>
+<td class="colLast"><span class="typeNameLabel">TableSnapshotInputFormatImpl.InputSplit.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.InputSplit.html#getRegionInfo--">getRegionInfo</a></span>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
index 851f54b..4d2b717 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.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.HRegionLocation (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HRegionLocation (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.HRegionLocation (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HRegionLocation (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/HTableDescriptor.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html
index fc47fcf..361113d 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.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.HTableDescriptor (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HTableDescriptor (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.HTableDescriptor (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HTableDescriptor (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/HealthCheckChore.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HealthCheckChore.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HealthCheckChore.html
index a4b8cf0..02edbed 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/HealthCheckChore.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/HealthCheckChore.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.HealthCheckChore (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.HealthCheckChore (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.HealthCheckChore (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.HealthCheckChore (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/IndividualBytesFieldCell.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/IndividualBytesFieldCell.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/IndividualBytesFieldCell.html
index 4d69959..5f7c4b7 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/IndividualBytesFieldCell.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/IndividualBytesFieldCell.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.IndividualBytesFieldCell (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.IndividualBytesFieldCell (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.IndividualBytesFieldCell (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.IndividualBytesFieldCell (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/InvalidFamilyOperationException.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html
index b93f244..ebefd88 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.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.InvalidFamilyOperationException (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.InvalidFamilyOperationException (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.InvalidFamilyOperationException (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.InvalidFamilyOperationException (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/JMXListener.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html
index dc77477..bb97a5a 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/JMXListener.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.JMXListener (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.JMXListener (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.JMXListener (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.JMXListener (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/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
index a5f9732..9270d41 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture.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.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture (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.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture (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/JitterScheduledThreadPoolExecutorImpl.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html
index 71aa6ae..e0a6bba 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/JitterScheduledThreadPoolExecutorImpl.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.JitterScheduledThreadPoolExecutorImpl (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl (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.JitterScheduledThreadPoolExecutorImpl (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl (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/KeepDeletedCells.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html
index 0a8d455..2ae5bf0 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.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.KeepDeletedCells (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeepDeletedCells (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.KeepDeletedCells (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeepDeletedCells (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {
@@ -239,11 +239,11 @@ the order they are declared.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/KeepDeletedCells.html" title="enum in org.apache.hadoop.hbase">KeepDeletedCells</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ScanInfo.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanInfo.html#getKeepDeletedCells--">getKeepDeletedCells</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">CustomizedScanInfoBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/CustomizedScanInfoBuilder.html#getKeepDeletedCells--">getKeepDeletedCells</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/KeepDeletedCells.html" title="enum in org.apache.hadoop.hbase">KeepDeletedCells</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CustomizedScanInfoBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/CustomizedScanInfoBuilder.html#getKeepDeletedCells--">getKeepDeletedCells</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">ScanInfo.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/regionserver/ScanInfo.html#getKeepDeletedCells--">getKeepDeletedCells</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/KeepDeletedCells.html" title="enum in org.apache.hadoop.hbase">KeepDeletedCells</a></code></td>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/27160a1f/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html
index 91c5ffe..7355732 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KVComparator.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.KVComparator (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValue.KVComparator (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.KVComparator (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValue.KVComparator (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/KeyValue.KeyOnlyKeyValue.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html
index f4c3e16..9a28a9b 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.KeyOnlyKeyValue.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.KeyOnlyKeyValue (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue (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.KeyOnlyKeyValue (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue (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/KeyValue.MetaComparator.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.MetaComparator.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.MetaComparator.html
index d61d4f4..19561b3 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.MetaComparator.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.MetaComparator.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.MetaComparator (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValue.MetaComparator (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.MetaComparator (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValue.MetaComparator (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/KeyValue.SamePrefixComparator.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html
index c5284e0..3140912 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.SamePrefixComparator.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.KeyValue.SamePrefixComparator (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.KeyValue.SamePrefixComparator (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.KeyValue.SamePrefixComparator (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.KeyValue.SamePrefixComparator (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/KeyValue.Type.html
----------------------------------------------------------------------
diff --git a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.Type.html b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.Type.html
index f66d4e0..aa0172f 100644
--- a/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.Type.html
+++ b/2.0/apidocs/org/apache/hadoop/hbase/class-use/KeyValue.Type.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.Type (Apache HBase 2.0.0-beta-2 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.KeyValue.Type (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.Type (Apache HBase 2.0.0-beta-2 API)";
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.KeyValue.Type (Apache HBase 2.0.1 API)";
         }
     }
     catch(err) {