http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd365a2b/devapidocs/org/apache/hadoop/hbase/client/AsyncTable.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncTable.html 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncTable.html
index 4e26db8..8067f23 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/AsyncTable.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/AsyncTable.html
@@ -179,7 +179,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&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/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent">CompletableFuture</a>&lt;T&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.html#batch-java.util.List-">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)</code>
-<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments and Appends.</div>
+<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments, Appends and RowMutations.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
@@ -987,13 +987,13 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <li class="blockList">
 <h4>batch</h4>
 <pre>&lt;T&gt;&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/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent">CompletableFuture</a>&lt;T&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.441">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)</pre>
-<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments and Appends. 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/AsyncTable.html#batch-java.util.List-"><code>batch(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;)</code></a> call, you will not 
necessarily be guaranteed that the Get returns what the Put
- had put.</div>
+<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments, Appends and 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/AsyncTable.html#batch-java.util.List-"><code>batch(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;)</code></a> call, you will not 
necessarily be guaranteed that the Get returns what the
+ Put had put.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>actions</code> - list of Get, Put, Delete, Increment, Append 
objects</dd>
+<dd><code>actions</code> - list of Get, Put, Delete, Increment, Append, and 
RowMutations objects</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A list of <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent"><code>CompletableFuture</code></a>s that represent the 
result for each action.</dd>
 </dl>
@@ -1010,7 +1010,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
  result list at once if the operation is succeeded.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>actions</code> - list of Get, Put, Delete, Increment, Append 
objects</dd>
+<dd><code>actions</code> - list of Get, Put, Delete, Increment, Append and 
RowMutations objects</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A list of the result for the actions. Wrapped by a <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent"><code>CompletableFuture</code></a>.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd365a2b/devapidocs/org/apache/hadoop/hbase/client/AsyncTableImpl.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncTableImpl.html 
b/devapidocs/org/apache/hadoop/hbase/client/AsyncTableImpl.html
index 0500d46..d472bcd 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/AsyncTableImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/AsyncTableImpl.html
@@ -205,7 +205,7 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.htm
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&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/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent">CompletableFuture</a>&lt;T&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTableImpl.html#batch-java.util.List-">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)</code>
-<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments and Appends.</div>
+<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments, Appends and RowMutations.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
@@ -896,15 +896,15 @@ implements <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.htm
 <h4>batch</h4>
 <pre>public&nbsp;&lt;T&gt;&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/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent">CompletableFuture</a>&lt;T&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTableImpl.html#line.218">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)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.html#batch-java.util.List-">AsyncTable</a></code></span></div>
-<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments and Appends. 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/AsyncTable.html#batch-java.util.List-"><code>AsyncTable.batch(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;)</code></a> call, you will not 
necessarily be guaranteed that the Get returns what the Put
- had put.</div>
+<div class="block">Method that does a batch call on Deletes, Gets, Puts, 
Increments, Appends and 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/AsyncTable.html#batch-java.util.List-"><code>AsyncTable.batch(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;)</code></a> call, you will not 
necessarily be guaranteed that the Get returns what the
+ Put had put.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.html#batch-java.util.List-">batch</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.html" 
title="interface in org.apache.hadoop.hbase.client">AsyncTable</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/ScanResultConsumer.html" 
title="interface in 
org.apache.hadoop.hbase.client">ScanResultConsumer</a>&gt;</code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>actions</code> - list of Get, Put, Delete, Increment, Append 
objects</dd>
+<dd><code>actions</code> - list of Get, Put, Delete, Increment, Append, and 
RowMutations objects</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>A list of <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in 
java.util.concurrent"><code>CompletableFuture</code></a>s that represent the 
result for each action.</dd>
 </dl>

Reply via email to