http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/rest/client/Client.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/Client.html 
b/apidocs/org/apache/hadoop/hbase/rest/client/Client.html
index acfea4d..82c9cf5 100644
--- a/apidocs/org/apache/hadoop/hbase/rest/client/Client.html
+++ b/apidocs/org/apache/hadoop/hbase/rest/client/Client.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.57">Client</a>
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.55">Client</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">A wrapper around HttpClient which provides some useful 
function and
  semantics for interacting with the REST gateway.</div>
@@ -476,7 +475,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EMPTY_HEADER_ARRAY</h4>
-<pre>public static final&nbsp;org.apache.http.Header[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.58">EMPTY_HEADER_ARRAY</a></pre>
+<pre>public static final&nbsp;org.apache.http.Header[] <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.56">EMPTY_HEADER_ARRAY</a></pre>
 </li>
 </ul>
 </li>
@@ -493,7 +492,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>Client</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.73">Client</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.71">Client</a>()</pre>
 <div class="block">Default Constructor</div>
 </li>
 </ul>
@@ -503,7 +502,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>Client</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.91">Client</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in 
org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.89">Client</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in 
org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster)</pre>
 <div class="block">Constructor</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -517,7 +516,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Client</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.100">Client</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.98">Client</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
               boolean&nbsp;sslEnabled)</pre>
 <div class="block">Constructor</div>
 <dl>
@@ -541,7 +540,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>shutdown</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.107">shutdown</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.105">shutdown</a>()</pre>
 <div class="block">Shut down the client. Close any open persistent 
connections.</div>
 </li>
 </ul>
@@ -551,7 +550,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getHttpClient</h4>
-<pre>public&nbsp;org.apache.http.client.HttpClient&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.113">getHttpClient</a>()</pre>
+<pre>public&nbsp;org.apache.http.client.HttpClient&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.111">getHttpClient</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the wrapped HttpClient</dd>
@@ -564,7 +563,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addExtraHeader</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.122">addExtraHeader</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.120">addExtraHeader</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                            <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Add extra headers.  These extra headers will be applied to 
all http
  methods before they are removed. If any header is not used any more,
@@ -577,7 +576,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtraHeader</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.129">getExtraHeader</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.127">getExtraHeader</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Get an extra header value.</div>
 </li>
 </ul>
@@ -587,7 +586,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtraHeaders</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.136">getExtraHeaders</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.134">getExtraHeaders</a>()</pre>
 <div class="block">Get all extra headers (read-only).</div>
 </li>
 </ul>
@@ -597,7 +596,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeExtraHeader</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.143">removeExtraHeader</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.141">removeExtraHeader</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Remove an extra header.</div>
 </li>
 </ul>
@@ -607,7 +606,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>executePathOnly</h4>
-<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.160">executePathOnly</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.158">executePathOnly</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                                                     
org.apache.http.client.methods.HttpUriRequest&nbsp;method,
                                                     
org.apache.http.Header[]&nbsp;headers,
                                                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
@@ -636,7 +635,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>executeURI</h4>
-<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.215">executeURI</a>(org.apache.http.client.methods.HttpUriRequest&nbsp;method,
+<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.213">executeURI</a>(org.apache.http.client.methods.HttpUriRequest&nbsp;method,
                                                
org.apache.http.Header[]&nbsp;headers,
                                                <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;uri)
                                         throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -659,7 +658,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>execute</h4>
-<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.249">execute</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.247">execute</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                                             
org.apache.http.client.methods.HttpUriRequest&nbsp;method,
                                             
org.apache.http.Header[]&nbsp;headers,
                                             <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
@@ -686,7 +685,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getCluster</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.260">getCluster</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.258">getCluster</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the cluster definition</dd>
@@ -699,7 +698,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setCluster</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.267">setCluster</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in 
org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.265">setCluster</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in 
org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>cluster</code> - the cluster definition</dd>
@@ -712,7 +711,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>head</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.277">head</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.275">head</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
               throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a HEAD request</div>
 <dl>
@@ -731,7 +730,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>head</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.289">head</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.287">head</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      org.apache.http.Header[]&nbsp;headers)
               throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -754,7 +753,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.306">get</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.304">get</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a GET request</div>
 <dl>
@@ -773,7 +772,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.317">get</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.315">get</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a GET request</div>
@@ -794,7 +793,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.328">get</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.326">get</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;accept)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a GET request</div>
@@ -815,7 +814,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.340">get</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.338">get</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;accept)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -838,7 +837,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.355">get</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.353">get</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     org.apache.http.Header[]&nbsp;headers)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a GET request</div>
@@ -860,7 +859,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseBody</h4>
-<pre>public static&nbsp;byte[]&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.375">getResponseBody</a>(org.apache.http.HttpResponse&nbsp;resp)
+<pre>public static&nbsp;byte[]&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.373">getResponseBody</a>(org.apache.http.HttpResponse&nbsp;resp)
                               throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Returns the response body of the HTTPResponse, if any, as 
an array of bytes.
  If response body is not available or cannot be read, returns <tt>null</tt>
@@ -886,7 +885,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.406">get</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;c,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.404">get</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;c,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     org.apache.http.Header[]&nbsp;headers)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -909,7 +908,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.425">put</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.423">put</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                     byte[]&nbsp;content)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -932,7 +931,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.439">put</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.437">put</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                     byte[]&nbsp;content,
                     org.apache.http.Header&nbsp;extraHdr)
@@ -957,7 +956,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.453">put</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.451">put</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                     byte[]&nbsp;content)
@@ -982,7 +981,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.470">put</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.468">put</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                     byte[]&nbsp;content,
@@ -1009,7 +1008,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.490">put</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.488">put</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     org.apache.http.Header[]&nbsp;headers,
                     byte[]&nbsp;content)
              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1033,7 +1032,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.505">put</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.503">put</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                     org.apache.http.Header[]&nbsp;headers,
                     byte[]&nbsp;content)
@@ -1059,7 +1058,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>post</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.527">post</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.525">post</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                      byte[]&nbsp;content)
               throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1082,7 +1081,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>post</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.541">post</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.539">post</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                      byte[]&nbsp;content,
                      org.apache.http.Header&nbsp;extraHdr)
@@ -1107,7 +1106,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>post</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.555">post</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.553">post</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                      byte[]&nbsp;content)
@@ -1132,7 +1131,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>post</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.572">post</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.570">post</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;contentType,
                      byte[]&nbsp;content,
@@ -1159,7 +1158,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>post</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.592">post</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.590">post</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      org.apache.http.Header[]&nbsp;headers,
                      byte[]&nbsp;content)
               throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1183,7 +1182,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>post</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.607">post</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.605">post</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                      org.apache.http.Header[]&nbsp;headers,
                      byte[]&nbsp;content)
@@ -1209,7 +1208,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>delete</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.627">delete</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.625">delete</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
                 throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a DELETE request</div>
 <dl>
@@ -1228,7 +1227,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>delete</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.638">delete</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.636">delete</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                        org.apache.http.Header&nbsp;extraHdr)
                 throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a DELETE request</div>
@@ -1249,7 +1248,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>delete</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.649">delete</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.647">delete</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                        <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path)
                 throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Send a DELETE request</div>
@@ -1270,7 +1269,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>delete</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.668">delete</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Response.html" 
title="class in org.apache.hadoop.hbase.rest.client">Response</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Client.html#line.666">delete</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;cluster,
                        <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;path,
                        org.apache.http.Header&nbsp;extraHdr)
                 throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/rest/client/Cluster.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/Cluster.html 
b/apidocs/org/apache/hadoop/hbase/rest/client/Cluster.html
index 9579ff4..1b1f529 100644
--- a/apidocs/org/apache/hadoop/hbase/rest/client/Cluster.html
+++ b/apidocs/org/apache/hadoop/hbase/rest/client/Cluster.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.35">Cluster</a>
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.33">Cluster</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">A list of 'host:port' addresses of HTTP servers operating 
as a single
  entity, for example multiple redundant web service gateways.</div>
@@ -242,7 +241,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>nodes</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt; <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.36">nodes</a></pre>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt; <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.34">nodes</a></pre>
 </li>
 </ul>
 <a name="lastHost">
@@ -251,7 +250,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lastHost</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.38">lastHost</a></pre>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.36">lastHost</a></pre>
 </li>
 </ul>
 </li>
@@ -268,7 +267,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>Cluster</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.43">Cluster</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.41">Cluster</a>()</pre>
 <div class="block">Constructor</div>
 </li>
 </ul>
@@ -278,7 +277,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Cluster</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.49">Cluster</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;nodes)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.47">Cluster</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;nodes)</pre>
 <div class="block">Constructor</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -300,7 +299,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>isEmpty</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.56">isEmpty</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.54">isEmpty</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if no locations have been added, false otherwise</dd>
@@ -313,7 +312,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.64">add</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;node)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.62">add</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;node)</pre>
 <div class="block">Add a node to the cluster</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -327,7 +326,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.74">add</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.72">add</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                    int&nbsp;port)</pre>
 <div class="block">Add a node to the cluster</div>
 <dl>
@@ -343,7 +342,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>remove</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.86">remove</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;node)</pre>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.84">remove</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;node)</pre>
 <div class="block">Remove a node from the cluster</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -357,7 +356,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>remove</h4>
-<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.96">remove</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/hadoop/hbase/rest/client/Cluster.html" 
title="class in org.apache.hadoop.hbase.rest.client">Cluster</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.94">remove</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                       int&nbsp;port)</pre>
 <div class="block">Remove a node from the cluster</div>
 <dl>
@@ -373,7 +372,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.104">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/Cluster.html#line.102">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html 
b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html
index 65d690d..0e86f46 100644
--- a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html
+++ b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html
@@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.48">RemoteAdmin</a>
+public class <a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.46">RemoteAdmin</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
@@ -228,7 +227,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>RemoteAdmin</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.67">RemoteAdmin</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Client.html" 
title="class in org.apache.hadoop.hbase.rest.client">Client</a>&nbsp;client,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.65">RemoteAdmin</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Client.html" 
title="class in org.apache.hadoop.hbase.rest.client">Client</a>&nbsp;client,
                    org.apache.hadoop.conf.Configuration&nbsp;conf)</pre>
 <div class="block">Constructor</div>
 <dl>
@@ -244,7 +243,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RemoteAdmin</h4>
-<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.87">RemoteAdmin</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Client.html" 
title="class in org.apache.hadoop.hbase.rest.client">Client</a>&nbsp;client,
+<pre>public&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.85">RemoteAdmin</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/rest/client/Client.html" 
title="class in org.apache.hadoop.hbase.rest.client">Client</a>&nbsp;client,
                    org.apache.hadoop.conf.Configuration&nbsp;conf,
                    <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;accessToken)</pre>
 <div class="block">Constructor</div>
@@ -270,7 +269,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>isTableAvailable</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.100">isTableAvailable</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tableName)
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.98">isTableAvailable</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tableName)
                          throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -288,7 +287,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getRestVersion</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.VersionModel&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.110">getRestVersion</a>()
+<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.VersionModel&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.108">getRestVersion</a>()
                                                                throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -305,7 +304,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getClusterStatus</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.152">getClusterStatus</a>()
+<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.150">getClusterStatus</a>()
                                                                               
throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -321,7 +320,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getClusterVersion</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.195">getClusterVersion</a>()
+<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel&nbsp;<a
 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.193">getClusterVersion</a>()
                                                                                
 throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -338,7 +337,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>isTableAvailable</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.244">isTableAvailable</a>(byte[]&nbsp;tableName)
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.242">isTableAvailable</a>(byte[]&nbsp;tableName)
                          throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -356,7 +355,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>createTable</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.282">createTable</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>&nbsp;desc)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.280">createTable</a>(<a
 href="../../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>&nbsp;desc)
                  throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Creates a new table.</div>
 <dl>
@@ -373,7 +372,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>deleteTable</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.321">deleteTable</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tableName)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.319">deleteTable</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tableName)
                  throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Deletes a table.</div>
 <dl>
@@ -390,7 +389,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>deleteTable</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.330">deleteTable</a>(byte[]&nbsp;tableName)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.328">deleteTable</a>(byte[]&nbsp;tableName)
                  throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Deletes a table.</div>
 <dl>
@@ -407,7 +406,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTableList</h4>
-<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.TableListModel&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.367">getTableList</a>()
+<pre>public&nbsp;org.apache.hadoop.hbase.rest.model.TableListModel&nbsp;<a 
href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteAdmin.html#line.365">getTableList</a>()
                                                                throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

Reply via email to