http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html
----------------------------------------------------------------------
diff --git
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html
index 27cd08b..e0878ce 100644
---
a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html
+++
b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li><a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteByteBufferCell.html"
title="class in org.apache.hadoop.hbase"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteByteBufferExtendedCell.html"
title="class in org.apache.hadoop.hbase"><span
class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/hadoop/hbase/ProcedureState.html"
title="enum in org.apache.hadoop.hbase"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
@@ -141,7 +141,7 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from
interface org.apache.hadoop.hbase.<a
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in
org.apache.hadoop.hbase">Cell</a></h3>
-<code><a href="../../../../org/apache/hadoop/hbase/Cell.DataType.html"
title="enum in org.apache.hadoop.hbase">Cell.DataType</a></code></li>
+<code><a href="../../../../org/apache/hadoop/hbase/Cell.Type.html" title="enum
in org.apache.hadoop.hbase">Cell.Type</a></code></li>
</ul>
</li>
</ul>
@@ -257,7 +257,10 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
int offset,
<a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface
in org.apache.hadoop.hbase">Cell</a> cell,
byte[] value,
- byte[] tags)</code> </td>
+ byte[] tags)</code>
+<div class="block">Made into a static method so as to reuse the logic
+ within ValueAndTagRewriteByteBufferExtendedCell</div>
+</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>int</code></td>
@@ -272,7 +275,10 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
boolean withTags,
<a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface
in org.apache.hadoop.hbase">Cell</a> cell,
byte[] value,
- byte[] tags)</code> </td>
+ byte[] tags)</code>
+<div class="block">Made into a static method so as to reuse the logic within
+ ValueAndTagRewriteByteBufferExtendedCell</div>
+</td>
</tr>
</table>
<ul class="blockList">
@@ -462,12 +468,14 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
-<pre>static int <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.589">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> out,
+<pre>static int <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.592">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> out,
boolean withTags,
<a href="../../../../org/apache/hadoop/hbase/Cell.html"
title="interface in org.apache.hadoop.hbase">Cell</a> cell,
byte[] value,
byte[] tags)
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">Made into a static method so as to reuse the logic within
+ ValueAndTagRewriteByteBufferExtendedCell</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd>
@@ -480,7 +488,7 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
<ul class="blockList">
<li class="blockList">
<h4>getSerializedSize</h4>
-<pre>public int <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.611">getSerializedSize</a>(boolean withTags)</pre>
+<pre>public int <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.614">getSerializedSize</a>(boolean 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> in
interface <code><a
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface
in org.apache.hadoop.hbase">ExtendedCell</a></code></dd>
@@ -504,7 +512,7 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
-<pre>public void <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.616">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> buf,
+<pre>public void <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.619">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> buf,
int offset)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <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>
@@ -525,11 +533,13 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
-<pre>static void <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.621">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> buf,
+<pre>static void <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.627">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> buf,
int offset,
<a href="../../../../org/apache/hadoop/hbase/Cell.html"
title="interface in org.apache.hadoop.hbase">Cell</a> cell,
byte[] value,
byte[] tags)</pre>
+<div class="block">Made into a static method so as to reuse the logic
+ within ValueAndTagRewriteByteBufferExtendedCell</div>
</li>
</ul>
<a name="deepClone--">
@@ -538,7 +548,7 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
<ul class="blockListLast">
<li class="blockList">
<h4>deepClone</h4>
-<pre>public <a
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface
in org.apache.hadoop.hbase">ExtendedCell</a> <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.635">deepClone</a>()</pre>
+<pre>public <a
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface
in org.apache.hadoop.hbase">ExtendedCell</a> <a
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.641">deepClone</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <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>
@@ -579,7 +589,7 @@ extends <a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
</div>
<div class="subNav">
<ul class="navList">
-<li><a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteByteBufferCell.html"
title="class in org.apache.hadoop.hbase"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteByteBufferExtendedCell.html"
title="class in org.apache.hadoop.hbase"><span
class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/hadoop/hbase/ProcedureState.html"
title="enum in org.apache.hadoop.hbase"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">