http://git-wip-us.apache.org/repos/asf/hbase-site/blob/eb05e3e3/apidocs/org/apache/hadoop/hbase/client/Table.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/Table.html 
b/apidocs/org/apache/hadoop/hbase/client/Table.html
index 9e72f68..db20dae 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Table.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Table.html
@@ -101,7 +101,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></dd>
+<dd><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></dd>
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
@@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>@InterfaceAudience.Public
 public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.53">Table</a>
-extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></pre>
+extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></pre>
 <div class="block">Used to communicate with a single HBase table.
  Obtain an instance from a <a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client"><code>Connection</code></a> 
and call <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#close--"><code>close()</code></a>
 afterwards.
 
@@ -151,21 +151,21 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch-java.util.List-java.lang.Object:A-">batch</a></span>(<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;? 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/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch-java.util.List-java.lang.Object:A-">batch</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;? 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="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results)</code>
 <div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments, Appends, RowMutations.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>&lt;R&gt;&nbsp;void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback-java.util.List-java.lang.Object:A-org.apache.hadoop.hbase.client.coprocessor.Batch.Callback-">batchCallback</a></span>(<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;? 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/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results,
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback-java.util.List-java.lang.Object:A-org.apache.hadoop.hbase.client.coprocessor.Batch.Callback-">batchCallback</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;? 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="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results,
              
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback&lt;R&gt;&nbsp;callback)</code>
 <div class="block">Same as <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch-java.util.List-java.lang.Object:A-"><code>batch(List,
 Object[])</code></a>, but with a callback.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>&lt;R extends com.google.protobuf.Message&gt;<br><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;byte[],R&gt;</code></td>
+<td class="colFirst"><code>&lt;R extends com.google.protobuf.Message&gt;<br><a 
href="https://docs.oracle.com/javase/8/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"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batchCoprocessorService-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.Message-byte:A-byte:A-R-">batchCoprocessorService</a></span>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
                        com.google.protobuf.Message&nbsp;request,
                        byte[]&nbsp;startKey,
@@ -312,8 +312,8 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </td>
 </tr>
 <tr id="i16" class="altColor">
-<td class="colFirst"><code>&lt;T extends 
com.google.protobuf.Service,R&gt;<br><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;byte[],R&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService-java.lang.Class-byte:A-byte:A-org.apache.hadoop.hbase.client.coprocessor.Batch.Call-">coprocessorService</a></span>(<a
 
href="http://docs.oracle.com/javase/8/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="colFirst"><code>&lt;T extends 
com.google.protobuf.Service,R&gt;<br><a 
href="https://docs.oracle.com/javase/8/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"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService-java.lang.Class-byte:A-byte:A-org.apache.hadoop.hbase.client.coprocessor.Batch.Call-">coprocessorService</a></span>(<a
 
href="https://docs.oracle.com/javase/8/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,
                   
org.apache.hadoop.hbase.client.coprocessor.Batch.Call&lt;T,R&gt;&nbsp;callable)</code>
@@ -325,7 +325,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i17" class="rowColor">
 <td class="colFirst"><code>&lt;T extends 
com.google.protobuf.Service,R&gt;<br>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService-java.lang.Class-byte:A-byte:A-org.apache.hadoop.hbase.client.coprocessor.Batch.Call-org.apache.hadoop.hbase.client.coprocessor.Batch.Callback-">coprocessorService</a></span>(<a
 
href="http://docs.oracle.com/javase/8/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"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService-java.lang.Class-byte:A-byte:A-org.apache.hadoop.hbase.client.coprocessor.Batch.Call-org.apache.hadoop.hbase.client.coprocessor.Batch.Callback-">coprocessorService</a></span>(<a
 
href="https://docs.oracle.com/javase/8/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,
                   
org.apache.hadoop.hbase.client.coprocessor.Batch.Call&lt;T,R&gt;&nbsp;callable,
@@ -344,7 +344,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i19" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#delete-java.util.List-">delete</a></span>(<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="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&gt;&nbsp;deletes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#delete-java.util.List-">delete</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&gt;&nbsp;deletes)</code>
 <div class="block">Batch Deletes the specified cells/rows from the table.</div>
 </td>
 </tr>
@@ -356,13 +356,13 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i21" class="rowColor">
 <td class="colFirst"><code>boolean[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#exists-java.util.List-">exists</a></span>(<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="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#exists-java.util.List-">exists</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)</code>
 <div class="block">Test for the existence of columns in the table, as 
specified by the Gets.</div>
 </td>
 </tr>
 <tr id="i22" class="altColor">
 <td class="colFirst"><code>default boolean[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#existsAll-java.util.List-">existsAll</a></span>(<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="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#existsAll-java.util.List-">existsAll</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">since 2.0 version and will 
be removed in 3.0 version.
              use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#exists-java.util.List-"><code>exists(List)</code></a></span></div>
@@ -377,7 +377,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i24" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#get-java.util.List-">get</a></span>(<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="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#get-java.util.List-">get</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)</code>
 <div class="block">Extracts specified cells from the given rows, as a 
batch.</div>
 </td>
 </tr>
@@ -410,7 +410,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i29" class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getOperationTimeout-java.util.concurrent.TimeUnit-">getOperationTimeout</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getOperationTimeout-java.util.concurrent.TimeUnit-">getOperationTimeout</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
 <div class="block">Get timeout of each operation in Table instance.</div>
 </td>
 </tr>
@@ -425,7 +425,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i31" class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getReadRpcTimeout-java.util.concurrent.TimeUnit-">getReadRpcTimeout</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getReadRpcTimeout-java.util.concurrent.TimeUnit-">getReadRpcTimeout</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
 <div class="block">Get timeout of each rpc read request in this Table 
instance.</div>
 </td>
 </tr>
@@ -440,7 +440,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i33" class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getRpcTimeout-java.util.concurrent.TimeUnit-">getRpcTimeout</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getRpcTimeout-java.util.concurrent.TimeUnit-">getRpcTimeout</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
 <div class="block">Get timeout of each rpc request in this Table 
instance.</div>
 </td>
 </tr>
@@ -484,7 +484,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i39" class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteRpcTimeout-java.util.concurrent.TimeUnit-">getWriteRpcTimeout</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteRpcTimeout-java.util.concurrent.TimeUnit-">getWriteRpcTimeout</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;unit)</code>
 <div class="block">Get timeout of each rpc write request in this Table 
instance.</div>
 </td>
 </tr>
@@ -521,7 +521,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 </tr>
 <tr id="i44" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#put-java.util.List-">put</a></span>(<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="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&gt;&nbsp;puts)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#put-java.util.List-">put</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&gt;&nbsp;puts)</code>
 <div class="block">Batch puts the specified data into the table.</div>
 </td>
 </tr>
@@ -607,15 +607,15 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getTableDescriptor</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 <a href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.74">getTableDescriptor</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>
+                                         throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">since 2.0 version and will be removed in 3.0 version.
              use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#getDescriptor--"><code>getDescriptor()</code></a></span></div>
 <div class="block">Gets the <a 
href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase"><code>table descriptor</code></a> for 
this table.</div>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -626,11 +626,11 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <li class="blockList">
 <h4>getDescriptor</h4>
 <pre><a 
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" 
title="interface in org.apache.hadoop.hbase.client">TableDescriptor</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.80">getDescriptor</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>
+                       throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Gets the <a 
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" 
title="interface in org.apache.hadoop.hbase.client"><code>table 
descriptor</code></a> for this table.</div>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -641,7 +641,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <li class="blockList">
 <h4>exists</h4>
 <pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.96">exists</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&nbsp;get)
-        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>
+        throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Test for the existence of columns in the table, as 
specified by the Get.
  <p>
 
@@ -656,7 +656,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the specified Get matches one or more keys, false if not</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -666,8 +666,8 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <ul class="blockList">
 <li class="blockList">
 <h4>exists</h4>
-<pre>boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.113">exists</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="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)
-          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>
+<pre>boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.113">exists</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)
+          throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Test for the existence of columns in the table, as 
specified by the Gets.
  <p>
 
@@ -683,7 +683,7 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array of boolean.  True if the specified Get matches one or more keys, 
false if not.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -693,9 +693,9 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html
 <ul class="blockList">
 <li class="blockList">
 <h4>existsAll</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.129">existsAll</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="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)
-                                 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>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.129">existsAll</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)
+                                 throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">since 2.0 version and will be removed in 3.0 version.
              use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#exists-java.util.List-"><code>exists(List)</code></a></span></div>
 <div class="block">Test for the existence of columns in the table, as 
specified by the Gets.
@@ -709,7 +709,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array of boolean.  True if the specified Get matches one or more keys, 
false if not.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -719,10 +719,10 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <ul class="blockList">
 <li class="blockList">
 <h4>batch</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.147">batch</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;? 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/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results)
-    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>,
-           <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.147">batch</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;? 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="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results)
+    throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a>,
+           <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
 <div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments, Appends, RowMutations.
  The ordering of execution of the actions is not defined. Meaning if you do a 
Put and a
  Get in the same <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch-java.util.List-java.lang.Object:A-"><code>batch(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;, java.lang.Object[])</code></a> 
call, you will not necessarily be
@@ -735,8 +735,8 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
                 the call for that action failed, even after retries. The order 
of the objects
                 in the results array corresponds to the order of actions in 
the request list.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code></dd>
-<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></code></dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.90.0</dd>
 </dl>
@@ -748,16 +748,16 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <ul class="blockList">
 <li class="blockList">
 <h4>batchCallback</h4>
-<pre>&lt;R&gt;&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.154">batchCallback</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;? 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/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results,
+<pre>&lt;R&gt;&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.154">batchCallback</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;? 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="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;results,
                        
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback&lt;R&gt;&nbsp;callback)
-                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>,
-                       <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
+                throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a>,
+                       <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></pre>
 <div class="block">Same as <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch-java.util.List-java.lang.Object:A-"><code>batch(List,
 Object[])</code></a>, but with a callback.</div>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code></dd>
-<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></code></dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.96.0</dd>
 </dl>
@@ -770,7 +770,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <li class="blockList">
 <h4>get</h4>
 <pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" 
title="class in org.apache.hadoop.hbase.client">Result</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.167">get</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&nbsp;get)
-    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>
+    throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Extracts certain cells from a given row.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -780,7 +780,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
  specified doesn't exist, the <a 
href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class 
in org.apache.hadoop.hbase.client"><code>Result</code></a> instance returned 
won't
  contain any <code>KeyValue</code>, as indicated by <a 
href="../../../../../org/apache/hadoop/hbase/client/Result.html#isEmpty--"><code>Result.isEmpty()</code></a>.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -792,8 +792,8 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" 
title="class in org.apache.hadoop.hbase.client">Result</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.186">get</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="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)
-      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>
+<pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" 
title="class in org.apache.hadoop.hbase.client">Result</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.186">get</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in 
org.apache.hadoop.hbase.client">Get</a>&gt;&nbsp;gets)
+      throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Extracts specified cells from the given rows, as a 
batch.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -805,7 +805,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
  Gets, AND an exception will be thrown. The ordering of the Result array 
corresponds to the order
  of the list of passed in Gets.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.90.0</dd>
 </dl>
@@ -818,7 +818,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <li class="blockList">
 <h4>getScanner</h4>
 <pre><a 
href="../../../../../org/apache/hadoop/hbase/client/ResultScanner.html" 
title="interface in org.apache.hadoop.hbase.client">ResultScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.199">getScanner</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)
-                  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>
+                  throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <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.
  Note that the passed <a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client"><code>Scan</code></a>'s start row and caching 
properties
@@ -829,7 +829,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A scanner.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -842,7 +842,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <li class="blockList">
 <h4>getScanner</h4>
 <pre><a 
href="../../../../../org/apache/hadoop/hbase/client/ResultScanner.html" 
title="interface in org.apache.hadoop.hbase.client">ResultScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.209">getScanner</a>(byte[]&nbsp;family)
-                  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>
+                  throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Gets a scanner on the current table for the given 
family.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -850,7 +850,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A scanner.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -864,7 +864,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <h4>getScanner</h4>
 <pre><a 
href="../../../../../org/apache/hadoop/hbase/client/ResultScanner.html" 
title="interface in org.apache.hadoop.hbase.client">ResultScanner</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.220">getScanner</a>(byte[]&nbsp;family,
                          byte[]&nbsp;qualifier)
-                  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>
+                  throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Gets a scanner on the current table for the given family 
and qualifier.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -873,7 +873,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A scanner.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -886,13 +886,13 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <li class="blockList">
 <h4>put</h4>
 <pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.230">put</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&nbsp;put)
-  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>
+  throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Puts some data in the table.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>put</code> - The data to put.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -904,14 +904,14 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.248">put</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="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&gt;&nbsp;puts)
-  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>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.248">put</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&gt;&nbsp;puts)
+  throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Batch puts the specified data into the table.
  <p>
  This can be used for group commit, or for submitting user defined batches. 
Before sending
  a batch of mutations to the server, the client runs a few validations on the 
input list. If an
  error is found, for example, a mutation was supplied but was missing it's 
column an
- <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in 
java.lang"><code>IllegalArgumentException</code></a> will be thrown and no 
mutations will be applied. If there
+ <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in 
java.lang"><code>IllegalArgumentException</code></a> will be thrown and no 
mutations will be applied. If there
  are any failures even after retries, a <a 
href="../../../../../org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html"
 title="class in 
org.apache.hadoop.hbase.client"><code>RetriesExhaustedWithDetailsException</code></a>
 will be
  thrown. RetriesExhaustedWithDetailsException contains lists of failed 
mutations and
  corresponding remote exceptions. The ordering of mutations and exceptions in 
the
@@ -920,7 +920,7 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>puts</code> - The list of mutations to apply.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -932,13 +932,13 @@ default&nbsp;boolean[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/h
 <ul class="blockList">
 <li class="blockList">
 <h4>checkAndPut</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.265">checkAndPut</a>(byte[]&nbsp;row,
                                 byte[]&nbsp;family,
                                 byte[]&nbsp;qualifier,
                                 byte[]&nbsp;value,
                                 <a 
href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&nbsp;put)
-                         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>
+                         throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Since 2.0.0. Will be removed in 3.0.0. Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#checkAndMutate-byte:A-byte:A-"><code>checkAndMutate(byte[],
 byte[])</code></a></span></div>
 <div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
  value. If it does, it adds the put.  If the passed value is null, the check
@@ -953,7 +953,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the new put was executed, false otherwise</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -963,14 +963,14 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>checkAndPut</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.289">checkAndPut</a>(byte[]&nbsp;row,
                                 byte[]&nbsp;family,
                                 byte[]&nbsp;qualifier,
                                 <a 
href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html"
 title="enum in 
org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a>&nbsp;compareOp,
                                 byte[]&nbsp;value,
                                 <a 
href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&nbsp;put)
-                         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>
+                         throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Since 2.0.0. Will be removed in 3.0.0. Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#checkAndMutate-byte:A-byte:A-"><code>checkAndMutate(byte[],
 byte[])</code></a></span></div>
 <div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
  value. If it does, it adds the put.  If the passed value is null, the check
@@ -991,7 +991,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the new put was executed, false otherwise</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1001,14 +1001,14 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>checkAndPut</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.313">checkAndPut</a>(byte[]&nbsp;row,
                                 byte[]&nbsp;family,
                                 byte[]&nbsp;qualifier,
                                 <a 
href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum 
in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
                                 byte[]&nbsp;value,
                                 <a 
href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in 
org.apache.hadoop.hbase.client">Put</a>&nbsp;put)
-                         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>
+                         throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Since 2.0.0. Will be removed in 3.0.0. Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#checkAndMutate-byte:A-byte:A-"><code>checkAndMutate(byte[],
 byte[])</code></a></span></div>
 <div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
  value. If it does, it adds the put.  If the passed value is null, the check
@@ -1029,7 +1029,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the new put was executed, false otherwise</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1040,13 +1040,13 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <li class="blockList">
 <h4>delete</h4>
 <pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.323">delete</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&nbsp;delete)
-     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>
+     throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Deletes the specified cells/row.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>delete</code> - The object that specifies what to delete.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>0.20.0</dd>
 </dl>
@@ -1058,8 +1058,8 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>delete</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.348">delete</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="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&gt;&nbsp;deletes)
-     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>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.348">delete</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&gt;&nbsp;deletes)
+     throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Batch Deletes the specified cells/rows from the table.
  <p>
  If a specified row does not exist, <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client"><code>Delete</code></a> will report as 
though sucessful
@@ -1074,7 +1074,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
  gets re-ordered, so the order in which the elements are inserted in the list 
gives no
  guarantee as to the order in which the <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client"><code>Delete</code></a>s are executed).</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs. In that case
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs. In that case
  the <code>deletes</code> argument will contain the <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client"><code>Delete</code></a> instances
  that have not be successfully applied.</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
@@ -1088,13 +1088,13 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>checkAndDelete</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.365">checkAndDelete</a>(byte[]&nbsp;row,
                                    byte[]&nbsp;family,
                                    byte[]&nbsp;qualifier,
                                    byte[]&nbsp;value,
                                    <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&nbsp;delete)
-                            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>
+                            throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Since 2.0.0. Will be removed in 3.0.0. Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#checkAndMutate-byte:A-byte:A-"><code>checkAndMutate(byte[],
 byte[])</code></a></span></div>
 <div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
  value. If it does, it adds the delete.  If the passed value is null, the
@@ -1109,7 +1109,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the new delete was executed, false otherwise</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1119,14 +1119,14 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>checkAndDelete</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.389">checkAndDelete</a>(byte[]&nbsp;row,
                                    byte[]&nbsp;family,
                                    byte[]&nbsp;qualifier,
                                    <a 
href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html"
 title="enum in 
org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a>&nbsp;compareOp,
                                    byte[]&nbsp;value,
                                    <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&nbsp;delete)
-                            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>
+                            throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Since 2.0.0. Will be removed in 3.0.0. Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#checkAndMutate-byte:A-byte:A-"><code>checkAndMutate(byte[],
 byte[])</code></a></span></div>
 <div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
  value. If it does, it adds the delete.  If the passed value is null, the
@@ -1147,7 +1147,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the new delete was executed, false otherwise</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1157,14 +1157,14 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>checkAndDelete</h4>
-<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.413">checkAndDelete</a>(byte[]&nbsp;row,
                                    byte[]&nbsp;family,
                                    byte[]&nbsp;qualifier,
                                    <a 
href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum 
in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;op,
                                    byte[]&nbsp;value,
                                    <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&nbsp;delete)
-                            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>
+                            throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Since 2.0.0. Will be removed in 3.0.0. Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#checkAndMutate-byte:A-byte:A-"><code>checkAndMutate(byte[],
 byte[])</code></a></span></div>
 <div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
  value. If it does, it adds the delete.  If the passed value is null, the
@@ -1185,7 +1185,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the new delete was executed, false otherwise</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1217,14 +1217,14 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <li class="blockList">
 <h4>mutateRow</h4>
 <pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.485">mutateRow</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" 
title="class in org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;rm)
-        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>
+        throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Performs multiple mutations atomically on a single row. 
Currently
  <a href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class 
in org.apache.hadoop.hbase.client"><code>Put</code></a> and <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client"><code>Delete</code></a> are supported.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>rm</code> - object that specifies the set of mutations to perform 
atomically</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -1235,7 +1235,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <li class="blockList">
 <h4>append</h4>
 <pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" 
title="class in org.apache.hadoop.hbase.client">Result</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.499">append</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;append)
-       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>
+       throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Appends values to one or more columns within a single row.
  <p>
  This operation guaranteed atomicity to readers. Appends are done
@@ -1248,7 +1248,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>values of columns after the append operation (maybe null)</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1259,7 +1259,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <li class="blockList">
 <h4>increment</h4>
 <pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" 
title="class in org.apache.hadoop.hbase.client">Result</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.513">increment</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;increment)
-          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>
+          throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Increments one or more columns within a single row.
  <p>
  This operation ensures atomicity to readers. Increments are done
@@ -1272,7 +1272,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>values of columns after the increment</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - e</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - e</dd>
 </dl>
 </li>
 </ul>
@@ -1286,7 +1286,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
                           byte[]&nbsp;family,
                           byte[]&nbsp;qualifier,
                           long&nbsp;amount)
-                   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>
+                   throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">See <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#incrementColumnValue-byte:A-byte:A-byte:A-long-org.apache.hadoop.hbase.client.Durability-"><code>incrementColumnValue(byte[],
 byte[], byte[], long, Durability)</code></a>
  <p>
  The <a href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client"><code>Durability</code></a> is 
defaulted to <a 
href="../../../../../org/apache/hadoop/hbase/client/Durability.html#SYNC_WAL"><code>Durability.SYNC_WAL</code></a>.</div>
@@ -1300,7 +1300,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The new value, post increment.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -1315,7 +1315,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
                           byte[]&nbsp;qualifier,
                           long&nbsp;amount,
                           <a 
href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;durability)
-                   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>
+                   throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Atomically increments a column value. If the column value 
already exists
  and is not a big-endian long, this could throw an exception. If the column
  value does not yet exist it is initialized to <code>amount</code> and
@@ -1334,7 +1334,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The new value, post increment.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -1345,15 +1345,15 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <li class="blockList">
 <h4>close</h4>
 <pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.556">close</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>
+    throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Releases any resources held or pending changes in internal 
buffers.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--";
 title="class or interface in java.lang">close</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--";
 title="class or interface in java.lang">close</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a></code></dd>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true#close--";
 title="class or interface in java.io">close</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true#close--";
 title="class or interface in java.io">close</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - if a remote or 
network exception occurs.</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -1400,12 +1400,12 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>coprocessorService</h4>
-<pre>&lt;T extends com.google.protobuf.Service,R&gt;&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;byte[],R&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.607">coprocessorService</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<pre>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;byte[],R&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.607">coprocessorService</a>(<a
 
href="https://docs.oracle.com/javase/8/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,
                                                                            
org.apache.hadoop.hbase.client.coprocessor.Batch.Call&lt;T,R&gt;&nbsp;callable)
                                                                     throws 
com.google.protobuf.ServiceException,
-                                                                           <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></pre>
+                                                                           <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></pre>
 <div class="block">Creates an instance of the given <code>Service</code> 
subclass for each table
  region spanning the range from the <code>startKey</code> row to 
<code>endKey</code> row (inclusive), and
  invokes the passed <code>Batch.Call.call(T)</code> method
@@ -1426,7 +1426,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dd>a map of result values keyed by region name</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>com.google.protobuf.ServiceException</code></dd>
-<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -1436,13 +1436,13 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>coprocessorService</h4>
-<pre>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.635">coprocessorService</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;service,
+<pre>&lt;T extends com.google.protobuf.Service,R&gt;&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.635">coprocessorService</a>(<a
 
href="https://docs.oracle.com/javase/8/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,
                                                                   
org.apache.hadoop.hbase.client.coprocessor.Batch.Call&lt;T,R&gt;&nbsp;callable,
                                                                   
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback&lt;R&gt;&nbsp;callback)
                                                            throws 
com.google.protobuf.ServiceException,
-                                                                  <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></pre>
+                                                                  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></pre>
 <div class="block">Creates an instance of the given <code>Service</code> 
subclass for each table
  region spanning the range from the <code>startKey</code> row to 
<code>endKey</code> row (inclusive), and
  invokes the passed <code>Batch.Call.call(T)</code> method
@@ -1465,7 +1465,7 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <dd><code>callback</code> - </dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>com.google.protobuf.ServiceException</code></dd>
-<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -1477,13 +1477,13 @@ boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Tab
 <ul class="blockList">
 <li class="blockList">
 <h4>batchCoprocessorService</h4>
-<pre>&lt;R extends com.google.protobuf.Message&gt;&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;byte[],R&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.663">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
+<pre>&lt;R extends com.google.protobuf.Message&gt;&nbsp;<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;byte[],R&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.663">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor&nbsp;methodDescriptor,
                                                                               
com.google.protobuf.Message&nbsp;request,
                                                                               
byte[]&nbsp;startKey,
                                                                               
byte[]&nbsp;endKey,
                                              

<TRUNCATED>

Reply via email to