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/10/21 04:04:09 UTC

[08/51] [partial] hbase-site git commit: HBASE-21302 update website 1.2 docs for 1.2.8 release.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
index 0e0c19b..85d61d1 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.Scan (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.Scan (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.Scan (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.Scan (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -226,11 +230,11 @@ service.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td>
-<td class="colLast"><span class="strong">ScannerCallable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html#getScan()">getScan</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ClientScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ClientScanner.html#getScan()">getScan</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td>
-<td class="colLast"><span class="strong">ClientScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ClientScanner.html#getScan()">getScan</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ScannerCallable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html#getScan()">getScan</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td>
@@ -446,15 +450,15 @@ service.</div>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/HTable.html#getScanner(org.apache.hadoop.hbase.client.Scan)">getScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</code>
-<div class="block">The underlying <a href="../../../../../../org/apache/hadoop/hbase/client/HTable.html" title="class in org.apache.hadoop.hbase.client"><code>HTable</code></a> must not be closed.</div>
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getScanner(org.apache.hadoop.hbase.client.Scan)">getScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</code>
+<div class="block">Returns a scanner on the current table as specified by the <a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a>
+ object.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getScanner(org.apache.hadoop.hbase.client.Scan)">getScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</code>
-<div class="block">Returns a scanner on the current table as specified by the <a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a>
- object.</div>
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/HTable.html#getScanner(org.apache.hadoop.hbase.client.Scan)">getScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</code>
+<div class="block">The underlying <a href="../../../../../../org/apache/hadoop/hbase/client/HTable.html" title="class in org.apache.hadoop.hbase.client"><code>HTable</code></a> must not be closed.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1429,6 +1433,12 @@ service.</div>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><span class="strong">StoreFileScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/StoreFileScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
+                <a href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
+                long&nbsp;oldestUnexpiredTS)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><span class="strong">KeyValueScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/KeyValueScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
                 <a href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
                 long&nbsp;oldestUnexpiredTS)</code>
@@ -1436,21 +1446,15 @@ service.</div>
  want to use based on criteria such as Bloom filters and timestamp ranges.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">NonLazyKeyValueScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/NonLazyKeyValueScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
-                <a href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
-                long&nbsp;oldestUnexpiredTS)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">StoreFileScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/StoreFileScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
+<td class="colLast"><span class="strong">DefaultMemStore.MemStoreScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/DefaultMemStore.MemStoreScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
                 <a href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
                 long&nbsp;oldestUnexpiredTS)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">DefaultMemStore.MemStoreScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/DefaultMemStore.MemStoreScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
+<td class="colLast"><span class="strong">NonLazyKeyValueScanner.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/regionserver/NonLazyKeyValueScanner.html#shouldUseScanner(org.apache.hadoop.hbase.client.Scan,%20org.apache.hadoop.hbase.regionserver.Store,%20long)">shouldUseScanner</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
                 <a href="../../../../../../org/apache/hadoop/hbase/regionserver/Store.html" title="interface in org.apache.hadoop.hbase.regionserver">Store</a>&nbsp;store,
                 long&nbsp;oldestUnexpiredTS)</code>&nbsp;</td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
index 38c0dea..6a88376 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.ScannerCallable (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.ScannerCallable (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.ScannerCallable (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.ScannerCallable (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -113,11 +117,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html" title="class in org.apache.hadoop.hbase.client">ScannerCallable</a></code></td>
-<td class="colLast"><span class="strong">ScannerCallable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html#getScannerCallableForReplica(int)">getScannerCallableForReplica</a></strong>(int&nbsp;id)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ReversedScannerCallable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ReversedScannerCallable.html#getScannerCallableForReplica(int)">getScannerCallableForReplica</a></strong>(int&nbsp;id)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html" title="class in org.apache.hadoop.hbase.client">ScannerCallable</a></code></td>
-<td class="colLast"><span class="strong">ReversedScannerCallable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ReversedScannerCallable.html#getScannerCallableForReplica(int)">getScannerCallableForReplica</a></strong>(int&nbsp;id)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ScannerCallable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/ScannerCallable.html#getScannerCallableForReplica(int)">getScannerCallableForReplica</a></strong>(int&nbsp;id)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerTimeoutException.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerTimeoutException.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerTimeoutException.html
index c24364c..2cd95ff 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerTimeoutException.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerTimeoutException.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.ScannerTimeoutException (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.ScannerTimeoutException (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.ScannerTimeoutException (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.ScannerTimeoutException (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ServerStatisticTracker.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ServerStatisticTracker.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ServerStatisticTracker.html
index 05cd2e4..616d74d 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ServerStatisticTracker.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/ServerStatisticTracker.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.ServerStatisticTracker (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.ServerStatisticTracker (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.ServerStatisticTracker (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.ServerStatisticTracker (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/StatsTrackingRpcRetryingCaller.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/StatsTrackingRpcRetryingCaller.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/StatsTrackingRpcRetryingCaller.html
index 9cc67ce..8778514 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/StatsTrackingRpcRetryingCaller.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/StatsTrackingRpcRetryingCaller.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.StatsTrackingRpcRetryingCaller (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.StatsTrackingRpcRetryingCaller (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.StatsTrackingRpcRetryingCaller (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.StatsTrackingRpcRetryingCaller (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
index 5ca0f24..3139012 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.client.Table (Apache HBase 1.2.7 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.client.Table (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.hadoop.hbase.client.Table (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.client.Table (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/TableSnapshotScanner.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/TableSnapshotScanner.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/TableSnapshotScanner.html
index 7cec30b..c386a8e 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/TableSnapshotScanner.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/TableSnapshotScanner.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.TableSnapshotScanner (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.TableSnapshotScanner (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.TableSnapshotScanner (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.TableSnapshotScanner (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/UnmodifyableHTableDescriptor.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/UnmodifyableHTableDescriptor.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/UnmodifyableHTableDescriptor.html
index 889960c..051c9fe 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/UnmodifyableHTableDescriptor.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/UnmodifyableHTableDescriptor.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.UnmodifyableHTableDescriptor (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.UnmodifyableHTableDescriptor (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.UnmodifyableHTableDescriptor (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.UnmodifyableHTableDescriptor (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/VersionInfoUtil.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/VersionInfoUtil.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/VersionInfoUtil.html
index a94475d..c155978 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/VersionInfoUtil.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/VersionInfoUtil.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.VersionInfoUtil (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.VersionInfoUtil (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.VersionInfoUtil (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.VersionInfoUtil (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/WrongRowIOException.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/WrongRowIOException.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/WrongRowIOException.html
index d4601db..33cc6f8 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/WrongRowIOException.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/class-use/WrongRowIOException.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.WrongRowIOException (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.WrongRowIOException (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.WrongRowIOException (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.WrongRowIOException (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.html
index a64fa5c..2dff472 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AggregationClient (Apache HBase 1.2.7 API)</title>
+<title>AggregationClient (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AggregationClient (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="AggregationClient (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html
index 9306ba4..3683c13 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Batch.Call (Apache HBase 1.2.7 API)</title>
+<title>Batch.Call (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Batch.Call (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Batch.Call (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html
index 3640a5c..8522175 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Batch.Callback (Apache HBase 1.2.7 API)</title>
+<title>Batch.Callback (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Batch.Callback (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Batch.Callback (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.html
index dd29c2f..1183a39 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/Batch.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Batch (Apache HBase 1.2.7 API)</title>
+<title>Batch (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Batch (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Batch (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.html
index 846d8dc..5e2e4f7 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BigDecimalColumnInterpreter (Apache HBase 1.2.7 API)</title>
+<title>BigDecimalColumnInterpreter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BigDecimalColumnInterpreter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="BigDecimalColumnInterpreter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.html
index 6b530a3..0671875 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DoubleColumnInterpreter (Apache HBase 1.2.7 API)</title>
+<title>DoubleColumnInterpreter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DoubleColumnInterpreter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="DoubleColumnInterpreter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.html
index b74af0c..175a89e 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LongColumnInterpreter (Apache HBase 1.2.7 API)</title>
+<title>LongColumnInterpreter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LongColumnInterpreter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="LongColumnInterpreter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.html
index 72db5c0..a1bf921 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowProcessorClient (Apache HBase 1.2.7 API)</title>
+<title>RowProcessorClient (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RowProcessorClient (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="RowProcessorClient (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.html
index 645acd4..c7644b5 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SecureBulkLoadClient (Apache HBase 1.2.7 API)</title>
+<title>SecureBulkLoadClient (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SecureBulkLoadClient (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SecureBulkLoadClient (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/AggregationClient.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/AggregationClient.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/AggregationClient.html
index cc65dc3..498436e 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/AggregationClient.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/AggregationClient.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.AggregationClient (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.AggregationClient (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.AggregationClient (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.AggregationClient (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Call.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Call.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Call.html
index 8ba6b7d..cad5456 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Call.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Call.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Call (Apache HBase 1.2.7 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Call (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Call (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Call (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -109,7 +113,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;byte[],R&gt;</code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
                   byte[]&nbsp;startKey,
                   byte[]&nbsp;endKey,
                   <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a>&lt;T,R&gt;&nbsp;callable)</code>
@@ -121,7 +125,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;byte[],R&gt;</code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
                   byte[]&nbsp;startKey,
                   byte[]&nbsp;endKey,
                   <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a>&lt;T,R&gt;&nbsp;callable)</code>
@@ -141,7 +145,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<br>void</code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
                   byte[]&nbsp;startKey,
                   byte[]&nbsp;endKey,
                   <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a>&lt;T,R&gt;&nbsp;callable,
@@ -154,7 +158,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<br>void</code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
                   byte[]&nbsp;startKey,
                   byte[]&nbsp;endKey,
                   <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a>&lt;T,R&gt;&nbsp;callable,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Callback.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Callback.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Callback.html
index b63a430..d861ba4 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Callback.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.Callback.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Callback (Apache HBase 1.2.7 API)</title>
+<title>Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Callback (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Callback (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface org.apache.hadoop.hbase.client.coprocessor.Batch.Callback (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -118,24 +122,24 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;R&gt;&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCallback(java.util.List,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
              <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a>&lt;R&gt;&nbsp;callback)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>If any exception is thrown by one of the actions, there is no way to
- retrieve the partially executed results. Use
- <a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)"><code>HTable.batchCallback(List, Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)</code></a>
- instead.</i></div>
+<div class="block"><i>If any exception is thrown by one of the actions, there is no way to retrieve the
+ partially executed results. Use <a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)"><code>Table.batchCallback(List, Object[],
+ org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)</code></a> instead.</i></div>
 </div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;R&gt;&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCallback(java.util.List,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
              <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a>&lt;R&gt;&nbsp;callback)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>If any exception is thrown by one of the actions, there is no way to retrieve the
- partially executed results. Use <a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)"><code>Table.batchCallback(List, Object[],
- org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)</code></a> instead.</i></div>
+<div class="block"><i>If any exception is thrown by one of the actions, there is no way to
+ retrieve the partially executed results. Use
+ <a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)"><code>HTable.batchCallback(List, Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)</code></a>
+ instead.</i></div>
 </div>
 </td>
 </tr>
@@ -147,7 +151,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;R&gt;&nbsp;void</code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;results,
              <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a>&lt;R&gt;&nbsp;callback)</code>
 <div class="block">Same as <a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batch(java.util.List,%20java.lang.Object[])"><code>Table.batch(List, Object[])</code></a>, but with a callback.</div>
@@ -155,7 +159,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;R&gt;&nbsp;void</code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;results,
              <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a>&lt;R&gt;&nbsp;callback)</code>
 <div class="block">Same as <a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batch(java.util.List,%20java.lang.Object[])"><code>Table.batch(List, Object[])</code></a>, but with a callback.</div>
@@ -172,7 +176,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;R extends com.google.protobuf.Message&gt;&nbsp;<br>void</code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor,%20com.google.protobuf.Message,%20byte[],%20byte[],%20R,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCoprocessorService</a></strong>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor,%20com.google.protobuf.Message,%20byte[],%20byte[],%20R,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCoprocessorService</a></strong>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
                        com.google.protobuf.Message&nbsp;request,
                        byte[]&nbsp;startKey,
                        byte[]&nbsp;endKey,
@@ -185,7 +189,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;R extends com.google.protobuf.Message&gt;&nbsp;<br>void</code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor,%20com.google.protobuf.Message,%20byte[],%20byte[],%20R,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCoprocessorService</a></strong>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor,%20com.google.protobuf.Message,%20byte[],%20byte[],%20R,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCoprocessorService</a></strong>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
                        com.google.protobuf.Message&nbsp;request,
                        byte[]&nbsp;startKey,
                        byte[]&nbsp;endKey,
@@ -206,7 +210,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<br>void</code></td>
-<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
                   byte[]&nbsp;startKey,
                   byte[]&nbsp;endKey,
                   <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a>&lt;T,R&gt;&nbsp;callable,
@@ -219,7 +223,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<br>void</code></td>
-<td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<td class="colLast"><span class="strong">HTable.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/client/HTable.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
                   byte[]&nbsp;startKey,
                   byte[]&nbsp;endKey,
                   <a href="../../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a>&lt;T,R&gt;&nbsp;callable,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.html
index 2acfb5f..b473dfb 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/Batch.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.Batch (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.Batch (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.Batch (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.Batch (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/BigDecimalColumnInterpreter.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/BigDecimalColumnInterpreter.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/BigDecimalColumnInterpreter.html
index cd7091e..a5742d5 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/BigDecimalColumnInterpreter.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/BigDecimalColumnInterpreter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/DoubleColumnInterpreter.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/DoubleColumnInterpreter.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/DoubleColumnInterpreter.html
index 5d4e351..fea2295 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/DoubleColumnInterpreter.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/DoubleColumnInterpreter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/LongColumnInterpreter.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/LongColumnInterpreter.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/LongColumnInterpreter.html
index 52129f2..d0b1130 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/LongColumnInterpreter.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/LongColumnInterpreter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/RowProcessorClient.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/RowProcessorClient.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/RowProcessorClient.html
index 9294f84..099a784 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/RowProcessorClient.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/RowProcessorClient.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/SecureBulkLoadClient.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/SecureBulkLoadClient.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/SecureBulkLoadClient.html
index ed973c8..9ca153c 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/SecureBulkLoadClient.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/class-use/SecureBulkLoadClient.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.SecureBulkLoadClient (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.coprocessor.SecureBulkLoadClient (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.SecureBulkLoadClient (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.coprocessor.SecureBulkLoadClient (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-frame.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-frame.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-frame.html
index c609c1a..3871895 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-frame.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-frame.html
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.7 API)</title>
+<title>org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-summary.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-summary.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-summary.html
index ca61f59..130d40a 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-summary.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-summary.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.7 API)</title>
+<title>org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-tree.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-tree.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-tree.html
index d0b2239..1ff339f 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-tree.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-tree.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.hadoop.hbase.client.coprocessor Class Hierarchy (Apache HBase 1.2.7 API)</title>
+<title>org.apache.hadoop.hbase.client.coprocessor Class Hierarchy (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.hadoop.hbase.client.coprocessor Class Hierarchy (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="org.apache.hadoop.hbase.client.coprocessor Class Hierarchy (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-use.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-use.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-use.html
index 9076f65..e56d2d2 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-use.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/coprocessor/package-use.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.7 API)</title>
+<title>Uses of Package org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Package org.apache.hadoop.hbase.client.coprocessor (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/BufferedMutatorExample.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/BufferedMutatorExample.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/BufferedMutatorExample.html
index c0efeaa..17556da 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/BufferedMutatorExample.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/BufferedMutatorExample.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BufferedMutatorExample (Apache HBase 1.2.7 API)</title>
+<title>BufferedMutatorExample (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BufferedMutatorExample (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="BufferedMutatorExample (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.ReadExampleCallable.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.ReadExampleCallable.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.ReadExampleCallable.html
index 323051a..b8dcd7e 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.ReadExampleCallable.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.ReadExampleCallable.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample.ReadExampleCallable (Apache HBase 1.2.7 API)</title>
+<title>MultiThreadedClientExample.ReadExampleCallable (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MultiThreadedClientExample.ReadExampleCallable (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="MultiThreadedClientExample.ReadExampleCallable (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
index a34efe6..8b4b267 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.SingleWriteExampleCallable.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 1.2.7 API)</title>
+<title>MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="MultiThreadedClientExample.SingleWriteExampleCallable (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
index 522c0f0..d15100a 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.WriteExampleCallable.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample.WriteExampleCallable (Apache HBase 1.2.7 API)</title>
+<title>MultiThreadedClientExample.WriteExampleCallable (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MultiThreadedClientExample.WriteExampleCallable (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="MultiThreadedClientExample.WriteExampleCallable (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
index cc19935..90bff86 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiThreadedClientExample (Apache HBase 1.2.7 API)</title>
+<title>MultiThreadedClientExample (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MultiThreadedClientExample (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="MultiThreadedClientExample (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html
index d65ab98..df5a793 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/BufferedMutatorExample.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.client.example.BufferedMutatorExample (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.BufferedMutatorExample (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.BufferedMutatorExample (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.BufferedMutatorExample (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
----------------------------------------------------------------------
diff --git a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
index 4d6f538..b8fdf2b 100644
--- a/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
+++ b/1.2/devapidocs/org/apache/hadoop/hbase/client/example/class-use/MultiThreadedClientExample.ReadExampleCallable.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <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 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.ReadExampleCallable (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.ReadExampleCallable (Apache HBase 1.2.7 API)";
+    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 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>