http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ed0004f8/devapidocs/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html
index 91bad53..844160b 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.534">CellUtil.TagRewriteCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.538">CellUtil.TagRewriteCell</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
 implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" 
title="interface in org.apache.hadoop.hbase">ExtendedCell</a></pre>
 <div class="block">This can be used when a Cell has to change with 
addition/removal of one or more tags. This is an
@@ -367,7 +367,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>cell</h4>
-<pre>protected&nbsp;<a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a> <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.535">cell</a></pre>
+<pre>protected&nbsp;<a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a> <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.539">cell</a></pre>
 </li>
 </ul>
 <a name="tags">
@@ -376,7 +376,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>tags</h4>
-<pre>protected&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.536">tags</a></pre>
+<pre>protected&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.540">tags</a></pre>
 </li>
 </ul>
 <a name="HEAP_SIZE_OVERHEAD">
@@ -385,7 +385,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HEAP_SIZE_OVERHEAD</h4>
-<pre>private static final&nbsp;long <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.537">HEAP_SIZE_OVERHEAD</a></pre>
+<pre>private static final&nbsp;long <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.541">HEAP_SIZE_OVERHEAD</a></pre>
 </li>
 </ul>
 </li>
@@ -402,7 +402,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>TagRewriteCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.543">TagRewriteCell</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.547">TagRewriteCell</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                       byte[]&nbsp;tags)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -425,7 +425,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.556">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.560">getRowArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getRowArray--">Cell</a></code></span></div>
 <div class="block">Contiguous raw bytes that may start at any index in the 
containing array. Max length is
  Short.MAX_VALUE which is 32,767 bytes.</div>
@@ -443,7 +443,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.561">getRowOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.565">getRowOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getRowOffset--">getRowOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -458,7 +458,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.566">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.570">getRowLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getRowLength--">getRowLength</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -473,7 +473,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.571">getFamilyArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.575">getFamilyArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getFamilyArray--">Cell</a></code></span></div>
 <div class="block">Contiguous bytes composed of legal HDFS filename characters 
which may start at any index in the
  containing array. Max length is Byte.MAX_VALUE, which is 127 bytes.</div>
@@ -491,7 +491,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.576">getFamilyOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.580">getFamilyOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getFamilyOffset--">getFamilyOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -506,7 +506,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.581">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.585">getFamilyLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getFamilyLength--">getFamilyLength</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -521,7 +521,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.586">getQualifierArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.590">getQualifierArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getQualifierArray--">Cell</a></code></span></div>
 <div class="block">Contiguous raw bytes that may start at any index in the 
containing array.</div>
 <dl>
@@ -538,7 +538,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.591">getQualifierOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.595">getQualifierOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getQualifierOffset--">getQualifierOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -553,7 +553,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.596">getQualifierLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.600">getQualifierLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getQualifierLength--">getQualifierLength</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -568,7 +568,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.601">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.605">getTimestamp</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getTimestamp--">getTimestamp</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -584,7 +584,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.606">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.610">getTypeByte</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getTypeByte--">getTypeByte</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -599,7 +599,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getSequenceId</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.611">getSequenceId</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.615">getSequenceId</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getSequenceId--">Cell</a></code></span></div>
 <div class="block">A region-specific unique monotonically increasing sequence 
ID given to each Cell. It always
  exists for cells in the memstore but is not retained forever. It will be kept 
for
@@ -619,7 +619,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.616">getValueArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.620">getValueArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueArray--">Cell</a></code></span></div>
 <div class="block">Contiguous raw bytes that may start at any index in the 
containing array. Max length is
  Integer.MAX_VALUE which is 2,147,483,647 bytes.</div>
@@ -637,7 +637,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.621">getValueOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.625">getValueOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueOffset--">getValueOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -652,7 +652,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.626">getValueLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.630">getValueLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueLength--">getValueLength</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -667,7 +667,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.631">getTagsArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.635">getTagsArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsArray--">Cell</a></code></span></div>
 <div class="block">Contiguous raw bytes representing tags that may start at 
any index in the containing array.</div>
 <dl>
@@ -684,7 +684,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.636">getTagsOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.640">getTagsOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsOffset--">getTagsOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -699,7 +699,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.641">getTagsLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.645">getTagsLength</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsLength--">Cell</a></code></span></div>
 <div class="block">HBase internally uses 2 bytes to store tags length in Cell.
  As the tags length is always a non-negative number, to make good use of the 
sign bit,
@@ -720,7 +720,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>heapSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.650">heapSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.654">heapSize</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html#heapSize--">heapSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in 
org.apache.hadoop.hbase.io">HeapSize</a></code></dd>
@@ -736,7 +736,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimestamp</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.659">setTimestamp</a>(long&nbsp;ts)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.663">setTimestamp</a>(long&nbsp;ts)
                   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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/SettableTimestamp.html#setTimestamp-long-">SettableTimestamp</a></code></span></div>
 <div class="block">Sets with the given timestamp.</div>
@@ -754,7 +754,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>setTimestamp</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.665">setTimestamp</a>(byte[]&nbsp;ts,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.669">setTimestamp</a>(byte[]&nbsp;ts,
                          int&nbsp;tsOffset)
                   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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/SettableTimestamp.html#setTimestamp-byte:A-int-">SettableTimestamp</a></code></span></div>
@@ -776,7 +776,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>setSequenceId</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.671">setSequenceId</a>(long&nbsp;seqId)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.675">setSequenceId</a>(long&nbsp;seqId)
                    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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/SettableSequenceId.html#setSequenceId-long-">SettableSequenceId</a></code></span></div>
 <div class="block">Sets with the given seqId.</div>
@@ -794,7 +794,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.677">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.681">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
                  boolean&nbsp;withTags)
           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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">ExtendedCell</a></code></span></div>
@@ -823,7 +823,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getSerializedSize</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.690">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.694">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a></code></dd>
@@ -845,7 +845,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.699">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.703">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
                   int&nbsp;offset)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">ExtendedCell</a></code></span></div>
 <div class="block">Write this Cell into the given buf's offset in a <a 
href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in 
org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div>
@@ -864,7 +864,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>deepClone</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.709">deepClone</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html#line.713">deepClone</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#deepClone--">ExtendedCell</a></code></span></div>
 <div class="block">Does a deep copy of the contents to a new memory area and 
returns it as a new cell.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ed0004f8/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html
 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html
index 0c7f918..2a0ded8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html
@@ -128,7 +128,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1040">CellUtil.ValueAndTagRewriteByteBufferCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1044">CellUtil.ValueAndTagRewriteByteBufferCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBufferCell.html"
 title="class in 
org.apache.hadoop.hbase">CellUtil.TagRewriteByteBufferCell</a></pre>
 </li>
 </ul>
@@ -292,7 +292,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockListLast">
 <li class="blockList">
 <h4>value</h4>
-<pre>protected&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1042">value</a></pre>
+<pre>protected&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1046">value</a></pre>
 </li>
 </ul>
 </li>
@@ -309,7 +309,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ValueAndTagRewriteByteBufferCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1044">ValueAndTagRewriteByteBufferCell</a>(<a
 href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a>&nbsp;cell,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1048">ValueAndTagRewriteByteBufferCell</a>(<a
 href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a>&nbsp;cell,
                                         byte[]&nbsp;value,
                                         byte[]&nbsp;tags)</pre>
 </li>
@@ -328,7 +328,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1050">getValueArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1054">getValueArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueArray--">Cell</a></code></span></div>
 <div class="block">Contiguous raw bytes that may start at any index in the 
containing array. Max length is
  Integer.MAX_VALUE which is 2,147,483,647 bytes.</div>
@@ -348,7 +348,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1055">getValueOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1059">getValueOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueOffset--">getValueOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -365,7 +365,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1060">getValueLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1064">getValueLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueLength--">getValueLength</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -382,7 +382,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueByteBuffer</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1065">getValueByteBuffer</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1069">getValueByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBufferCell.html#getValueByteBuffer--">getValueByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBufferCell.html"
 title="class in 
org.apache.hadoop.hbase">CellUtil.TagRewriteByteBufferCell</a></code></dd>
@@ -397,7 +397,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getValuePosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1070">getValuePosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1074">getValuePosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBufferCell.html#getValuePosition--">getValuePosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBufferCell.html"
 title="class in 
org.apache.hadoop.hbase">CellUtil.TagRewriteByteBufferCell</a></code></dd>
@@ -412,7 +412,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>heapSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1075">heapSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1079">heapSize</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html#heapSize--">heapSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in 
org.apache.hadoop.hbase.io">HeapSize</a></code></dd>
@@ -430,7 +430,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1084">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1088">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
                  boolean&nbsp;withTags)
           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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">ExtendedCell</a></code></span></div>
@@ -461,7 +461,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getSerializedSize</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1089">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1093">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a></code></dd>
@@ -485,7 +485,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1094">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1098">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
                   int&nbsp;offset)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">ExtendedCell</a></code></span></div>
 <div class="block">Write this Cell into the given buf's offset in a <a 
href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in 
org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div>
@@ -506,7 +506,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteByteBuff
 <ul class="blockListLast">
 <li class="blockList">
 <h4>deepClone</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1099">deepClone</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteByteBufferCell.html#line.1103">deepClone</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#deepClone--">ExtendedCell</a></code></span></div>
 <div class="block">Does a deep copy of the contents to a new memory area and 
returns it as a new cell.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ed0004f8/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html
index 8beca31..1bdd9e3 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.950">CellUtil.ValueAndTagRewriteCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.954">CellUtil.ValueAndTagRewriteCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.TagRewriteCell</a></pre>
 </li>
 </ul>
@@ -295,7 +295,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>value</h4>
-<pre>protected&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.952">value</a></pre>
+<pre>protected&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.956">value</a></pre>
 </li>
 </ul>
 </li>
@@ -312,7 +312,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ValueAndTagRewriteCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.954">ValueAndTagRewriteCell</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.958">ValueAndTagRewriteCell</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                               byte[]&nbsp;value,
                               byte[]&nbsp;tags)</pre>
 </li>
@@ -331,7 +331,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.960">getValueArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.964">getValueArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueArray--">Cell</a></code></span></div>
 <div class="block">Contiguous raw bytes that may start at any index in the 
containing array. Max length is
  Integer.MAX_VALUE which is 2,147,483,647 bytes.</div>
@@ -351,7 +351,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.965">getValueOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.969">getValueOffset</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueOffset--">getValueOffset</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -368,7 +368,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.970">getValueLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.974">getValueLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getValueLength--">getValueLength</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
@@ -385,7 +385,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>heapSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.975">heapSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.979">heapSize</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html#heapSize--">heapSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in 
org.apache.hadoop.hbase.io">HeapSize</a></code></dd>
@@ -403,7 +403,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.984">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.988">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
                  boolean&nbsp;withTags)
           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"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">ExtendedCell</a></code></span></div>
@@ -434,7 +434,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>static&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.989">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
+<pre>static&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.993">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;out,
                  boolean&nbsp;withTags,
                  <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                  byte[]&nbsp;value,
@@ -452,7 +452,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSerializedSize</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1009">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1013">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a></code></dd>
@@ -476,7 +476,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1014">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1018">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
                   int&nbsp;offset)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">ExtendedCell</a></code></span></div>
 <div class="block">Write this Cell into the given buf's offset in a <a 
href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in 
org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div>
@@ -497,7 +497,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1019">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
+<pre>static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1023">write</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;buf,
                   int&nbsp;offset,
                   <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                   byte[]&nbsp;value,
@@ -510,7 +510,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.TagRewriteCell.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>deepClone</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1033">deepClone</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.ValueAndTagRewriteCell.html#line.1037">deepClone</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#deepClone--">ExtendedCell</a></code></span></div>
 <div class="block">Does a deep copy of the contents to a new memory area and 
returns it as a new cell.</div>
 <dl>

Reply via email to