http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4abd958d/apidocs/org/apache/hadoop/hbase/client/Increment.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/Increment.html 
b/apidocs/org/apache/hadoop/hbase/client/Increment.html
index acf692c..01568ac 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Increment.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Increment.html
@@ -514,7 +514,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimeRange</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.148">setTimeRange</a>(long&nbsp;minStamp,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.150">setTimeRange</a>(long&nbsp;minStamp,
                               long&nbsp;maxStamp)
                        throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Sets the TimeRange to be used on the Get for this increment.
@@ -523,6 +523,8 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
  periods of time (ie. counters that are partitioned by time).  By setting
  the range of valid times for this increment, 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>
@@ -542,7 +544,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimestamp</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.155">setTimestamp</a>(long&nbsp;timestamp)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.157">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>
@@ -557,7 +559,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setReturnResults</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.165">setReturnResults</a>(boolean&nbsp;returnResults)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.167">setReturnResults</a>(boolean&nbsp;returnResults)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>returnResults</code> - True (default) if the increment operation 
should return the results. A
@@ -572,7 +574,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>isReturnResults</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.174">isReturnResults</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.176">isReturnResults</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>current setting for returnResults</dd>
@@ -585,7 +587,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>numFamilies</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.183">numFamilies</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.185">numFamilies</a>()</pre>
 <div class="block">Method for retrieving the number of families to increment 
from</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -601,7 +603,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>hasFamilies</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.191">hasFamilies</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.193">hasFamilies</a>()</pre>
 <div class="block">Method for checking if any families have been inserted into 
this Increment</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -615,7 +617,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyMapOfLongs</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;byte[],<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/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.203">getFamilyMapOfLongs</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;byte[],<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/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.205">getFamilyMapOfLongs</a>()</pre>
 <div class="block">Before 0.95, when you called Increment#getFamilyMap(), you 
got back
  a map of families to a list of Longs.  Now, <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyCellMap--"><code>Mutation.getFamilyCellMap()</code></a>
 returns
  families by list of Cells.  This method has been added so you can have the
@@ -634,7 +636,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.221">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.223">toString</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toString--">Operation</a></code></span></div>
 <div class="block">Produces a string representation of this Operation. It 
defaults to a JSON
  representation, but falls back to a string representation of the
@@ -653,7 +655,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>compareTo</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.263">compareTo</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&nbsp;i)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.265">compareTo</a>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&nbsp;i)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-";
 title="class or interface in java.lang">compareTo</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&gt;</code></dd>
@@ -668,7 +670,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.269">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.271">hashCode</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
@@ -681,7 +683,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.276">equals</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.278">equals</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
@@ -694,7 +696,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>extraHeapSize</h4>
-<pre>protected&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.289">extraHeapSize</a>()</pre>
+<pre>protected&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.291">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>
@@ -711,7 +713,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setAttribute</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.294">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.296">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.
@@ -734,7 +736,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setId</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.299">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.301">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
@@ -755,7 +757,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setDurability</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.304">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.306">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>
@@ -770,7 +772,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setFamilyCellMap</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.309">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.311">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>
@@ -785,7 +787,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setClusterIds</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.314">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.316">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>
@@ -802,7 +804,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setCellVisibility</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.319">setCellVisibility</a>(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.321">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>
@@ -817,7 +819,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setACL</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.324">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.326">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>
@@ -834,7 +836,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setACL</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.329">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/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.331">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>
@@ -849,7 +851,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setTTL</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.334">setTTL</a>(long&nbsp;ttl)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.336">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>
@@ -868,7 +870,7 @@ implements <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setPriority</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.339">setPriority</a>(int&nbsp;priority)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Increment.html" 
title="class in org.apache.hadoop.hbase.client">Increment</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Increment.html#line.341">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>

Reply via email to