http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html 
b/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
index e9a69de..800809b 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/CompareOperator.html
@@ -154,8 +154,9 @@ the order they are declared.</div>
               <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)</code>
-<div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
- value.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><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>Table.checkAndMutate(byte[],
 byte[])</code></a></span></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -166,7 +167,9 @@ the order they are declared.</div>
               <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/RowMutations.html" 
title="class in 
org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;mutation)</code>
-<div class="block">Atomically checks if a row/family/qualifier value matches 
the expected value.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><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>Table.checkAndMutate(byte[],
 byte[])</code></a></span></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -177,8 +180,9 @@ the order they are declared.</div>
            <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)</code>
-<div class="block">Atomically checks if a row/family/qualifier value matches 
the expected
- value.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><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>Table.checkAndMutate(byte[],
 byte[])</code></a></span></div>
+</div>
 </td>
 </tr>
 </tbody>
@@ -385,7 +389,9 @@ the order they are declared.</div>
               byte[]&nbsp;qualifier,
               <a 
href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum 
in org.apache.hadoop.hbase">CompareOperator</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)</code>&nbsp;</td>
+              <a 
href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class 
in org.apache.hadoop.hbase.client">Delete</a>&nbsp;delete)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
@@ -394,7 +400,9 @@ the order they are declared.</div>
               byte[]&nbsp;qualifier,
               <a 
href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum 
in org.apache.hadoop.hbase">CompareOperator</a>&nbsp;compareOp,
               byte[]&nbsp;value,
-              <a 
href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" 
title="class in 
org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;rm)</code>&nbsp;</td>
+              <a 
href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" 
title="class in org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;rm)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
@@ -403,7 +411,9 @@ the order they are declared.</div>
            byte[]&nbsp;qualifier,
            <a 
href="../../../../../org/apache/hadoop/hbase/CompareOperator.html" title="enum 
in org.apache.hadoop.hbase">CompareOperator</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)</code>&nbsp;</td>
+           <a href="../../../../../org/apache/hadoop/hbase/client/Put.html" 
title="class in org.apache.hadoop.hbase.client">Put</a>&nbsp;put)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/client/Append.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/Append.html 
b/apidocs/org/apache/hadoop/hbase/client/Append.html
index f18d6ba..63e7559 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Append.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Append.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
+var methods = 
{"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -129,7 +129,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
-public class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.44">Append</a>
+public class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.46">Append</a>
 extends <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" 
title="class in org.apache.hadoop.hbase.client">Mutation</a></pre>
 <div class="block">Performs Append operations on a single row.
  <p>
@@ -237,70 +237,89 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 </td>
 </tr>
 <tr id="i3" class="rowColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#extraHeapSize--">extraHeapSize</a></span>()</code>
+<div class="block">Subclasses should override this method to add the heap size 
of their own fields.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in 
org.apache.hadoop.hbase.io">TimeRange</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#getTimeRange--">getTimeRange</a></span>()</code>
+<div class="block">Gets the TimeRange used for this append.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#isReturnResults--">isReturnResults</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setACL-java.util.Map-">setACL</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,org.apache.hadoop.hbase.security.access.Permission&gt;&nbsp;perms)</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setACL-java.lang.String-org.apache.hadoop.hbase.security.access.Permission-">setACL</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
       
org.apache.hadoop.hbase.security.access.Permission&nbsp;perms)</code>&nbsp;</td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setAttribute-java.lang.String-byte:A-">setAttribute</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
             byte[]&nbsp;value)</code>
 <div class="block">Sets an attribute.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setCellVisibility-org.apache.hadoop.hbase.security.visibility.CellVisibility-">setCellVisibility</a></span>(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</code>
 <div class="block">Sets the visibility expression associated with cells in 
this Mutation.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setClusterIds-java.util.List-">setClusterIds</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="http://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&gt;&nbsp;clusterIds)</code>
 <div class="block">Marks that the clusters with the given clusterIds have 
consumed the mutation</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setDurability-org.apache.hadoop.hbase.client.Durability-">setDurability</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;d)</code>
 <div class="block">Set the durability for this mutation</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setFamilyCellMap-java.util.NavigableMap-">setFamilyCellMap</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<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/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&gt;&nbsp;map)</code>
 <div class="block">Method for setting the put's familyMap</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setId-java.lang.String-">setId</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;id)</code>
 <div class="block">This method allows you to set an identifier on an 
operation.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setPriority-int-">setPriority</a></span>(int&nbsp;priority)</code>&nbsp;</td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setReturnResults-boolean-">setReturnResults</a></span>(boolean&nbsp;returnResults)</code>&nbsp;</td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setTimeRange-long-long-">setTimeRange</a></span>(long&nbsp;minStamp,
+            long&nbsp;maxStamp)</code>
+<div class="block">Sets the TimeRange to be used on the Get for this 
append.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setTimestamp-long-">setTimestamp</a></span>(long&nbsp;timestamp)</code>
 <div class="block">Set the timestamp of the delete.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setTTL-long-">setTTL</a></span>(long&nbsp;ttl)</code>
 <div class="block">Set the TTL desired for the result of the mutation, in 
milliseconds.</div>
@@ -312,7 +331,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#cellScanner--">cellScanner</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#compareTo-org.apache.hadoop.hbase.client.Row-">compareTo</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#extraHeapSize--">extraHeapSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#get-byte:A-byte:A-">get</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getACL--">getACL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getCellVisibility--">getCellVisibility</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getClusterIds--">getClusterIds</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getDurability--">getDurability</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyCellMap--">getFamilyCellMap</a>,
 <a href="../../../../../org/apa
 che/hadoop/hbase/client/Mutation.html#getFingerprint--">getFingerprint</a>, <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getRow--">getRow</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTimeStamp--">getTimeStamp</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTTL--">getTTL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-byte:A-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-long-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-long-byte:A-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-long-byte:A-boolean-boolean-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#heapSize--">heapSize</a>,
  <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#isEmpty--">isEmpty</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#numFamilies--">numFamilies</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#size--">size</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#toMap-int-">toMap</a></code></li>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#cellScanner--">cellScanner</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#compareTo-org.apache.hadoop.hbase.client.Row-">compareTo</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#get-byte:A-byte:A-">get</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getACL--">getACL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getCellVisibility--">getCellVisibility</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getClusterIds--">getClusterIds</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getDurability--">getDurability</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyCellMap--">getFamilyCellMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFingerprint--">getFingerprint</a>,
 <a href="../../../../../org/a
 pache/hadoop/hbase/client/Mutation.html#getRow--">getRow</a>, <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTimeStamp--">getTimeStamp</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTTL--">getTTL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-byte:A-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-long-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-long-byte:A-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#has-byte:A-byte:A-long-byte:A-boolean-boolean-">has</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#heapSize--">heapSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#isEmpty--">isEmpty</a>,
 <a href="..
 
/../../../../org/apache/hadoop/hbase/client/Mutation.html#numFamilies--">numFamilies</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#size--">size</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#toMap-int-">toMap</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.client.OperationWithAttributes">
@@ -355,7 +374,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>Append</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.70">Append</a>(byte[]&nbsp;row)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.108">Append</a>(byte[]&nbsp;row)</pre>
 <div class="block">Create a Append operation for the specified row.
  <p>
  At least one column must be appended to.</div>
@@ -371,7 +390,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>Append</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.77">Append</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;a)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.115">Append</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;a)</pre>
 <div class="block">Copy constructor</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -385,7 +404,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Append</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.94">Append</a>(byte[]&nbsp;rowArray,
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.133">Append</a>(byte[]&nbsp;rowArray,
               int&nbsp;rowOffset,
               int&nbsp;rowLength)</pre>
 <div class="block">Create a Append operation for the specified row.
@@ -407,13 +426,71 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="setTimeRange-long-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTimeRange</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.65">setTimeRange</a>(long&nbsp;minStamp,
+                           long&nbsp;maxStamp)</pre>
+<div class="block">Sets the TimeRange to be used on the Get for this append.
+ <p>
+ This is useful for when you have counters that only last for specific
+ periods of time (ie. counters that are partitioned by time).  By setting
+ the range of valid times for this append, you can potentially gain
+ some performance with a more optimal Get operation.
+ Be careful adding the time range to this class as you will update the old 
cell if the
+ time range doesn't include the latest cells.
+ <p>
+ This range is used as [minStamp, maxStamp).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>minStamp</code> - minimum timestamp value, inclusive</dd>
+<dd><code>maxStamp</code> - maximum timestamp value, exclusive</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this</dd>
+</dl>
+</li>
+</ul>
+<a name="getTimeRange--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTimeRange</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in 
org.apache.hadoop.hbase.io">TimeRange</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.74">getTimeRange</a>()</pre>
+<div class="block">Gets the TimeRange used for this append.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>TimeRange</dd>
+</dl>
+</li>
+</ul>
+<a name="extraHeapSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>extraHeapSize</h4>
+<pre>protected&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.79">extraHeapSize</a>()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#extraHeapSize--">Mutation</a></code></span></div>
+<div class="block">Subclasses should override this method to add the heap size 
of their own fields.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#extraHeapSize--">extraHeapSize</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the heap size to add (will be aligned).</dd>
+</dl>
+</li>
+</ul>
 <a name="setReturnResults-boolean-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setReturnResults</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.51">setReturnResults</a>(boolean&nbsp;returnResults)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.89">setReturnResults</a>(boolean&nbsp;returnResults)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>returnResults</code> - True (default) if the append operation should 
return the results.
@@ -428,7 +505,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>isReturnResults</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.60">isReturnResults</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.98">isReturnResults</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>current setting for returnResults</dd>
@@ -442,7 +519,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <li class="blockList">
 <h4>add</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>
-public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.109">add</a>(byte[]&nbsp;family,
+public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.148">add</a>(byte[]&nbsp;family,
                               byte[]&nbsp;qualifier,
                               byte[]&nbsp;value)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">As of release 2.0.0, this will be removed in HBase 
3.0.0.
@@ -464,7 +541,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>addColumn</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.120">addColumn</a>(byte[]&nbsp;family,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.159">addColumn</a>(byte[]&nbsp;family,
                         byte[]&nbsp;qualifier,
                         byte[]&nbsp;value)</pre>
 <div class="block">Add the specified column and value to this Append 
operation.</div>
@@ -484,7 +561,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.131">add</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.170">add</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
 <div class="block">Add column and value to this Append operation.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -500,7 +577,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimestamp</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.144">setTimestamp</a>(long&nbsp;timestamp)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.183">setTimestamp</a>(long&nbsp;timestamp)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setTimestamp-long-">Mutation</a></code></span></div>
 <div class="block">Set the timestamp of the delete.</div>
 <dl>
@@ -515,7 +592,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setAttribute</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.150">setAttribute</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.189">setAttribute</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                            byte[]&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute-java.lang.String-byte:A-">Attributes</a></code></span></div>
 <div class="block">Sets an attribute.
@@ -538,7 +615,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setId</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.155">setId</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.194">setId</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setId-java.lang.String-">OperationWithAttributes</a></code></span></div>
 <div class="block">This method allows you to set an identifier on an 
operation. The original
  motivation for this was to allow the identifier to be used in slow query
@@ -559,7 +636,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setDurability</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.160">setDurability</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;d)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.199">setDurability</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;d)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability-org.apache.hadoop.hbase.client.Durability-">Mutation</a></code></span></div>
 <div class="block">Set the durability for this mutation</div>
 <dl>
@@ -574,7 +651,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setFamilyCellMap</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.165">setFamilyCellMap</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<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/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&gt;&nbsp;map)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.204">setFamilyCellMap</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<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/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&gt;&nbsp;map)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyCellMap-java.util.NavigableMap-">Mutation</a></code></span></div>
 <div class="block">Method for setting the put's familyMap</div>
 <dl>
@@ -589,7 +666,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setClusterIds</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.170">setClusterIds</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&gt;&nbsp;clusterIds)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.209">setClusterIds</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&gt;&nbsp;clusterIds)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setClusterIds-java.util.List-">Mutation</a></code></span></div>
 <div class="block">Marks that the clusters with the given clusterIds have 
consumed the mutation</div>
 <dl>
@@ -606,7 +683,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setCellVisibility</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.175">setCellVisibility</a>(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.214">setCellVisibility</a>(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility-org.apache.hadoop.hbase.security.visibility.CellVisibility-">Mutation</a></code></span></div>
 <div class="block">Sets the visibility expression associated with cells in 
this Mutation.</div>
 <dl>
@@ -621,7 +698,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setACL</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.180">setACL</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.219">setACL</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
                      
org.apache.hadoop.hbase.security.access.Permission&nbsp;perms)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -638,7 +715,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setACL</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.185">setACL</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,org.apache.hadoop.hbase.security.access.Permission&gt;&nbsp;perms)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.224">setACL</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,org.apache.hadoop.hbase.security.access.Permission&gt;&nbsp;perms)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setACL-java.util.Map-">setACL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
@@ -653,7 +730,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setPriority</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.190">setPriority</a>(int&nbsp;priority)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.229">setPriority</a>(int&nbsp;priority)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setPriority-int-">setPriority</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></code></dd>
@@ -666,7 +743,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setTTL</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.195">setTTL</a>(long&nbsp;ttl)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Append.html#line.234">setTTL</a>(long&nbsp;ttl)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setTTL-long-">Mutation</a></code></span></div>
 <div class="block">Set the TTL desired for the result of the mutation, in 
milliseconds.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html
----------------------------------------------------------------------
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html 
b/apidocs/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html
index 5349328..50c802b 100644
--- a/apidocs/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html
@@ -106,7 +106,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
-public static interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.522">AsyncTable.CoprocessorCallback</a>&lt;R&gt;</pre>
+public static interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.526">AsyncTable.CoprocessorCallback</a>&lt;R&gt;</pre>
 <div class="block">The callback when we want to execute a coprocessor call on 
a range of regions.
  <p>
  As the locating itself also takes some time, the implementation may want to 
send rpc calls on
@@ -214,7 +214,7 @@ public static interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase
 <ul class="blockList">
 <li class="blockList">
 <h4>onRegionComplete</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.528">onRegionComplete</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" 
title="interface in org.apache.hadoop.hbase.client">RegionInfo</a>&nbsp;region,
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.532">onRegionComplete</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" 
title="interface in org.apache.hadoop.hbase.client">RegionInfo</a>&nbsp;region,
                       <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html"
 title="type parameter in AsyncTable.CoprocessorCallback">R</a>&nbsp;resp)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -229,7 +229,7 @@ public static interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase
 <ul class="blockList">
 <li class="blockList">
 <h4>onRegionError</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.534">onRegionError</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" 
title="interface in org.apache.hadoop.hbase.client">RegionInfo</a>&nbsp;region,
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.538">onRegionError</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RegionInfo.html" 
title="interface in org.apache.hadoop.hbase.client">RegionInfo</a>&nbsp;region,
                    <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>&nbsp;error)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -244,7 +244,7 @@ public static interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase
 <ul class="blockList">
 <li class="blockList">
 <h4>onComplete</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.541">onComplete</a>()</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.545">onComplete</a>()</pre>
 <div class="block">Indicate that all responses of the regions have been 
notified by calling
  <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#onRegionComplete-org.apache.hadoop.hbase.client.RegionInfo-R-"><code>onRegionComplete(RegionInfo,
 Object)</code></a> or
  <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#onRegionError-org.apache.hadoop.hbase.client.RegionInfo-java.lang.Throwable-"><code>onRegionError(RegionInfo,
 Throwable)</code></a>.</div>
@@ -256,7 +256,7 @@ public static interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase
 <ul class="blockListLast">
 <li class="blockList">
 <h4>onError</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.546">onError</a>(<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>&nbsp;error)</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html#line.550">onError</a>(<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>&nbsp;error)</pre>
 <div class="block">Indicate that we got an error which does not belong to any 
regions. Usually a locating error.</div>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html 
b/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html
index a99f944..d7e1c74 100644
--- a/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html
@@ -696,7 +696,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>mutateRow</h4>
-<pre><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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.281">mutateRow</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" 
title="class in 
org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;mutation)</pre>
+<pre><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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.285">mutateRow</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" 
title="class in 
org.apache.hadoop.hbase.client">RowMutations</a>&nbsp;mutation)</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>
@@ -715,7 +715,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>scan</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.290">scan</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.294">scan</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan,
           <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.html" 
title="type parameter in AsyncTable">C</a>&nbsp;consumer)</pre>
 <div class="block">The scan API uses the observer pattern.</div>
 <dl>
@@ -734,7 +734,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>getScanner</h4>
-<pre>default&nbsp;<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/AsyncTable.html#line.297">getScanner</a>(byte[]&nbsp;family)</pre>
+<pre>default&nbsp;<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/AsyncTable.html#line.301">getScanner</a>(byte[]&nbsp;family)</pre>
 <div class="block">Gets a scanner on the current table for the given 
family.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -750,7 +750,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>getScanner</h4>
-<pre>default&nbsp;<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/AsyncTable.html#line.307">getScanner</a>(byte[]&nbsp;family,
+<pre>default&nbsp;<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/AsyncTable.html#line.311">getScanner</a>(byte[]&nbsp;family,
                                  byte[]&nbsp;qualifier)</pre>
 <div class="block">Gets a scanner on the current table for the given family 
and qualifier.</div>
 <dl>
@@ -768,7 +768,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <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/AsyncTable.html#line.316">getScanner</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</pre>
+<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/AsyncTable.html#line.320">getScanner</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</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.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -784,7 +784,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>scanAll</h4>
-<pre><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;<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/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.353">scanAll</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</pre>
+<pre><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;<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/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.357">scanAll</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a>&nbsp;scan)</pre>
 <div class="block">Return all the results that match the given scan object.
  <p>
  Notice that usually you should use this method with a <a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client"><code>Scan</code></a> object that has limit set.
@@ -830,7 +830,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>exists</h4>
-<pre>default&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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang">Boolean</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.365">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)</pre>
+<pre>default&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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang">Boolean</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.369">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)</pre>
 <div class="block">Test for the existence of columns in the table, as 
specified by the Gets.
  <p>
  This will return a list of booleans. Each value will be true if the related 
Get matches one or
@@ -851,7 +851,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>existsAll</h4>
-<pre>default&nbsp;<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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang">Boolean</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.376">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)</pre>
+<pre>default&nbsp;<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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang">Boolean</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.380">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)</pre>
 <div class="block">A simple version for batch exists. It will fail if there 
are any failures and you will get the
  whole result boolean list at once if the operation is succeeded.</div>
 <dl>
@@ -868,7 +868,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre><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;<a 
href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.389">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)</pre>
+<pre><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;<a 
href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.393">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)</pre>
 <div class="block">Extracts certain cells from the given rows, in batch.
  <p>
  Notice that you may not get all the results with this function, which means 
some of the
@@ -888,7 +888,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>getAll</h4>
-<pre>default&nbsp;<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;<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/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.397">getAll</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)</pre>
+<pre>default&nbsp;<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;<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/Result.html" title="class 
in org.apache.hadoop.hbase.client">Result</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.401">getAll</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)</pre>
 <div class="block">A simple version for batch get. It will fail if there are 
any failures and you will get the
  whole result list at once if the operation is succeeded.</div>
 <dl>
@@ -905,7 +905,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre><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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.406">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)</pre>
+<pre><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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.410">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)</pre>
 <div class="block">Puts some data in the table, in batch.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -921,7 +921,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>putAll</h4>
-<pre>default&nbsp;<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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.413">putAll</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)</pre>
+<pre>default&nbsp;<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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.417">putAll</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)</pre>
 <div class="block">A simple version of batch put. It will fail if there are 
any failures.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -937,7 +937,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>delete</h4>
-<pre><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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.422">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)</pre>
+<pre><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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.426">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)</pre>
 <div class="block">Deletes the specified cells/rows in bulk.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -953,7 +953,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>deleteAll</h4>
-<pre>default&nbsp;<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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.429">deleteAll</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)</pre>
+<pre>default&nbsp;<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;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true";
 title="class or interface in java.lang">Void</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.433">deleteAll</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)</pre>
 <div class="block">A simple version of batch delete. It will fail if there are 
any failures.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -969,7 +969,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <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>
+<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.445">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, 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
@@ -988,7 +988,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>batchAll</h4>
-<pre>default&nbsp;&lt;T&gt;&nbsp;<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;<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;T&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.449">batchAll</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>
+<pre>default&nbsp;&lt;T&gt;&nbsp;<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;<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;T&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.453">batchAll</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">A simple version of batch. It will fail if there are any 
failures and you will get the whole
  result list at once if the operation is succeeded.</div>
 <dl>
@@ -1005,7 +1005,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockList">
 <li class="blockList">
 <h4>coprocessorService</h4>
-<pre>&lt;S,R&gt;&nbsp;<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;R&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.474">coprocessorService</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in 
java.util.function">Function</a>&lt;com.google.protobuf.RpcChannel,S&gt;&nbsp;stubMaker,
+<pre>&lt;S,R&gt;&nbsp;<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;R&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.478">coprocessorService</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in 
java.util.function">Function</a>&lt;com.google.protobuf.RpcChannel,S&gt;&nbsp;stubMaker,
                                               <a 
href="../../../../../org/apache/hadoop/hbase/client/ServiceCaller.html" 
title="interface in 
org.apache.hadoop.hbase.client">ServiceCaller</a>&lt;S,R&gt;&nbsp;callable,
                                               byte[]&nbsp;row)</pre>
 <div class="block">Execute the given coprocessor call on the region which 
contains the given <code>row</code>.
@@ -1040,7 +1040,7 @@ public interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client
 <ul class="blockListLast">
 <li class="blockList">
 <h4>coprocessorService</h4>
-<pre>&lt;S,R&gt;&nbsp;org.apache.hadoop.hbase.client.AsyncTable.CoprocessorServiceBuilder&lt;S,R&gt;&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.613">coprocessorService</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in 
java.util.function">Function</a>&lt;com.google.protobuf.RpcChannel,S&gt;&nbsp;stubMaker,
+<pre>&lt;S,R&gt;&nbsp;org.apache.hadoop.hbase.client.AsyncTable.CoprocessorServiceBuilder&lt;S,R&gt;&nbsp;<a
 
href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line.617">coprocessorService</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in 
java.util.function">Function</a>&lt;com.google.protobuf.RpcChannel,S&gt;&nbsp;stubMaker,
                                                                                
                   <a 
href="../../../../../org/apache/hadoop/hbase/client/ServiceCaller.html" 
title="interface in 
org.apache.hadoop.hbase.client">ServiceCaller</a>&lt;S,R&gt;&nbsp;callable,
                                                                                
                   <a 
href="../../../../../org/apache/hadoop/hbase/client/AsyncTable.CoprocessorCallback.html"
 title="interface in 
org.apache.hadoop.hbase.client">AsyncTable.CoprocessorCallback</a>&lt;R&gt;&nbsp;callback)</pre>
 <div class="block">Execute a coprocessor call on the regions which are covered 
by a range.

Reply via email to