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&nbsp;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&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/ProcedureState.html" 
title="enum in org.apache.hadoop.hbase"><span 
class="typeNameLink">Next&nbsp;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&nbsp;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&nbsp;offset,
      <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)</code>&nbsp;</td>
+     byte[]&nbsp;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&nbsp;withTags,
      <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)</code>&nbsp;</td>
+     byte[]&nbsp;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&nbsp;int&nbsp;<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>&nbsp;out,
+<pre>static&nbsp;int&nbsp;<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>&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,
                  byte[]&nbsp;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&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.611">getSerializedSize</a>(boolean&nbsp;withTags)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteCell.html#line.614">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>
@@ -504,7 +512,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public&nbsp;void&nbsp;<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>&nbsp;buf,
+<pre>public&nbsp;void&nbsp;<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>&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>
@@ -525,11 +533,13 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteC
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>static&nbsp;void&nbsp;<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>&nbsp;buf,
+<pre>static&nbsp;void&nbsp;<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>&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,
                   byte[]&nbsp;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&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/PrivateCellUtil.ValueAndTagRewriteCell.html#line.635">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/PrivateCellUtil.ValueAndTagRewriteCell.html#line.641">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>
@@ -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&nbsp;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&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/ProcedureState.html" 
title="enum in org.apache.hadoop.hbase"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

Reply via email to