http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html
index de2a7ac..6e471c6 100644
--- a/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" 
title="class in org.apache.hadoop.hbase"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html" 
title="class in org.apache.hadoop.hbase"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
 <li><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">org.apache.hadoop.hbase.ByteBufferCell</a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in 
org.apache.hadoop.hbase">org.apache.hadoop.hbase.ByteBufferExtendedCell</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue</li>
@@ -114,13 +114,13 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface 
in org.apache.hadoop.hbase">Cell</a></dd>
+<dd><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true";
 title="class or interface in java.lang">Cloneable</a>, <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>, <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a>, <a 
href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in 
org.apache.hadoop.hbase.io">HeapSize</a>, <a 
href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in 
org.apache.hadoop.hbase">RawCell</a></dd>
 </dl>
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-public class <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.33">ByteBufferKeyOnlyKeyValue</a>
-extends <a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferCell</a></pre>
+public class <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.37">ByteBufferKeyOnlyKeyValue</a>
+extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></pre>
 <div class="block">This is a key only Cell implementation which is identical 
to <a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html" 
title="class in 
org.apache.hadoop.hbase"><code>KeyValue.KeyOnlyKeyValue</code></a>
  with respect to key serialization but have its data in the form of Byte buffer
  (onheap and offheap).</div>
@@ -141,7 +141,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <!--   -->
 </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>
@@ -162,18 +162,36 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#buf">buf</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#FIXED_OVERHEAD">FIXED_OVERHEAD</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>private int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#length">length</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>private int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#offset">offset</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>private short</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#rowLen">rowLen</a></span></code>&nbsp;</td>
 </tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.hadoop.hbase.ExtendedCell">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.hadoop.hbase.<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a></h3>
+<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#CELL_NOT_BASED_ON_CHUNK">CELL_NOT_BASED_ON_CHUNK</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.hadoop.hbase.RawCell">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.hadoop.hbase.<a 
href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in 
org.apache.hadoop.hbase">RawCell</a></h3>
+<code><a 
href="../../../../org/apache/hadoop/hbase/RawCell.html#MAX_TAGS_LENGTH">MAX_TAGS_LENGTH</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -300,70 +318,86 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 </td>
 </tr>
 <tr id="i19" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in 
org.apache.hadoop.hbase">Tag</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTag-byte-">getTag</a></span>(byte&nbsp;type)</code>
+<div class="block">Returns the specific tag of the given type</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in 
org.apache.hadoop.hbase">Tag</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTags--">getTags</a></span>()</code>
+<div class="block">Creates a list of tags in the current cell</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTagsArray--">getTagsArray</a></span>()</code>
 <div class="block">Contiguous raw bytes representing tags that may start at 
any index in the containing array.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTagsByteBuffer--">getTagsByteBuffer</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTagsLength--">getTagsLength</a></span>()</code>
 <div class="block">HBase internally uses 2 bytes to store tags length in 
Cell.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTagsOffset--">getTagsOffset</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTagsPosition--">getTagsPosition</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTimestamp--">getTimestamp</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>private int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTimestampOffset--">getTimestampOffset</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i26" class="altColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.DataType.html" title="enum in 
org.apache.hadoop.hbase">Cell.DataType</a></code></td>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/hadoop/hbase/Cell.Type.html" title="enum in 
org.apache.hadoop.hbase">Cell.Type</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getType--">getType</a></span>()</code>
-<div class="block">Returns the type of cell in a human readable format using 
<a href="../../../../org/apache/hadoop/hbase/Cell.DataType.html" title="enum in 
org.apache.hadoop.hbase"><code>Cell.DataType</code></a></div>
+<div class="block">Returns the type of cell in a human readable format using 
<a href="../../../../org/apache/hadoop/hbase/Cell.Type.html" title="enum in 
org.apache.hadoop.hbase"><code>Cell.Type</code></a></div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>byte</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getTypeByte--">getTypeByte</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getValueArray--">getValueArray</a></span>()</code>
 <div class="block">Contiguous raw bytes that may start at any index in the 
containing array.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getValueByteBuffer--">getValueByteBuffer</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getValueLength--">getValueLength</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getValueOffset--">getValueOffset</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#getValuePosition--">getValuePosition</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#heapSize--">heapSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#setKey-java.nio.ByteBuffer-int-int-">setKey</a></span>(<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;key,
       int&nbsp;offset,
@@ -372,7 +406,25 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
  there is a need to create new OffheapKeyOnlyKeyValue.</div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#setSequenceId-long-">setSequenceId</a></span>(long&nbsp;seqId)</code>
+<div class="block">Sets with the given seqId.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#setTimestamp-byte:A-">setTimestamp</a></span>(byte[]&nbsp;ts)</code>
+<div class="block">Sets with the given timestamp.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#setTimestamp-long-">setTimestamp</a></span>(long&nbsp;ts)</code>
+<div class="block">Sets with the given timestamp.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
@@ -384,6 +436,20 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <h3>Methods inherited from class&nbsp;java.lang.<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></h3>
 <code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <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>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <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>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.ExtendedCell">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.hadoop.hbase.<a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface 
in org.apache.hadoop.hbase">ExtendedCell</a></h3>
+<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#deepClone--">deepClone</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getChunkId--">getChunkId</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">write</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">write</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.RawCell">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.hadoop.hbase.<a 
href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in 
org.apache.hadoop.hbase">RawCell</a></h3>
+<code><a 
href="../../../../org/apache/hadoop/hbase/RawCell.html#checkForTagsLength-int-">checkForTagsLength</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/RawCell.html#cloneTags--">cloneTags</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -398,13 +464,22 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <!--   -->
 </a>
 <h3>Field Detail</h3>
+<a name="FIXED_OVERHEAD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>FIXED_OVERHEAD</h4>
+<pre>public static final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.38">FIXED_OVERHEAD</a></pre>
+</li>
+</ul>
 <a name="buf">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>buf</h4>
-<pre>private&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> <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.35">buf</a></pre>
+<pre>private&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> <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.40">buf</a></pre>
 </li>
 </ul>
 <a name="offset">
@@ -413,7 +488,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>offset</h4>
-<pre>private&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.36">offset</a></pre>
+<pre>private&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.41">offset</a></pre>
 </li>
 </ul>
 <a name="length">
@@ -422,7 +497,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>length</h4>
-<pre>private&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.37">length</a></pre>
+<pre>private&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.42">length</a></pre>
 </li>
 </ul>
 <a name="rowLen">
@@ -431,7 +506,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>rowLen</h4>
-<pre>private&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.38">rowLen</a></pre>
+<pre>private&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.43">rowLen</a></pre>
 </li>
 </ul>
 </li>
@@ -448,7 +523,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>ByteBufferKeyOnlyKeyValue</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.44">ByteBufferKeyOnlyKeyValue</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.49">ByteBufferKeyOnlyKeyValue</a>()</pre>
 <div class="block">Used in cases where we want to avoid lot of garbage by 
allocating new objects with different
  keys. Use the emtpy construtor and set the keys using <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#setKey-java.nio.ByteBuffer-int-int-"><code>setKey(ByteBuffer,
 int, int)</code></a></div>
 </li>
@@ -459,7 +534,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ByteBufferKeyOnlyKeyValue</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.47">ByteBufferKeyOnlyKeyValue</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;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.52">ByteBufferKeyOnlyKeyValue</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,
                                  int&nbsp;length)</pre>
 </li>
@@ -478,7 +553,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>setKey</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.58">setKey</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;key,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.63">setKey</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;key,
                    int&nbsp;offset,
                    int&nbsp;length)</pre>
 <div class="block">A setter that helps to avoid object creation every time and 
whenever
@@ -497,7 +572,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.66">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.71">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>
@@ -513,7 +588,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.74">getRowOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.79">getRowOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first row byte</dd>
@@ -526,7 +601,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.82">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.87">getRowLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of row bytes. Must be &lt; rowArray.length - offset.</dd>
@@ -539,7 +614,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.87">getFamilyArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.92">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>
@@ -555,7 +630,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.95">getFamilyOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.100">getFamilyOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first family byte</dd>
@@ -568,7 +643,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.103">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.108">getFamilyLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of family bytes.  Must be &lt; familyArray.length - offset.</dd>
@@ -581,7 +656,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>private&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.107">getFamilyLength</a>(int&nbsp;famLenPos)</pre>
+<pre>private&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.112">getFamilyLength</a>(int&nbsp;famLenPos)</pre>
 </li>
 </ul>
 <a name="getQualifierArray--">
@@ -590,7 +665,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.112">getQualifierArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.117">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>
@@ -605,7 +680,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.120">getQualifierOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.125">getQualifierOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first qualifier byte</dd>
@@ -618,7 +693,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.128">getQualifierLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.133">getQualifierLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of qualifier bytes.  Must be &lt; qualifierArray.length - 
offset.</dd>
@@ -631,7 +706,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>private&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.132">getQualifierLength</a>(int&nbsp;rlength,
+<pre>private&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.137">getQualifierLength</a>(int&nbsp;rlength,
                                int&nbsp;flength)</pre>
 </li>
 </ul>
@@ -641,7 +716,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.137">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.142">getTimestamp</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Long value representing time at which this cell was "Put" into the row.  
Typically
@@ -655,7 +730,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestampOffset</h4>
-<pre>private&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.141">getTimestampOffset</a>()</pre>
+<pre>private&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.146">getTimestampOffset</a>()</pre>
 </li>
 </ul>
 <a name="getTypeByte--">
@@ -664,7 +739,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.146">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.151">getTypeByte</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The byte representation of the KeyValue.TYPE of this cell: one of Put, 
Delete, etc</dd>
@@ -677,23 +752,80 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.DataType.html" title="enum in 
org.apache.hadoop.hbase">Cell.DataType</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.150">getType</a>()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/Cell.html#getType--">Cell</a></code></span></div>
-<div class="block">Returns the type of cell in a human readable format using 
<a href="../../../../org/apache/hadoop/hbase/Cell.DataType.html" title="enum in 
org.apache.hadoop.hbase"><code>Cell.DataType</code></a></div>
+<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/Cell.Type.html" 
title="enum in org.apache.hadoop.hbase">Cell.Type</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.155">getType</a>()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getType--">ExtendedCell</a></code></span></div>
+<div class="block">Returns the type of cell in a human readable format using 
<a href="../../../../org/apache/hadoop/hbase/Cell.Type.html" title="enum in 
org.apache.hadoop.hbase"><code>Cell.Type</code></a>
+ <p>
+ Note : This does not expose the internal types of Cells like <a 
href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html#Maximum"><code>KeyValue.Type.Maximum</code></a>
 and
+ <a 
href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html#Minimum"><code>KeyValue.Type.Minimum</code></a></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The data type this cell: one of Put, Delete, etc</dd>
 </dl>
 </li>
 </ul>
+<a name="setSequenceId-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSequenceId</h4>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.160">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/ExtendedCell.html#setSequenceId-long-">ExtendedCell</a></code></span></div>
+<div class="block">Sets with the given seqId.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>seqId</code> - sequence ID</dd>
+<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>
+</dl>
+</li>
+</ul>
+<a name="setTimestamp-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTimestamp</h4>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.165">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/ExtendedCell.html#setTimestamp-long-">ExtendedCell</a></code></span></div>
+<div class="block">Sets with the given timestamp.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ts</code> - timestamp</dd>
+<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>
+</dl>
+</li>
+</ul>
+<a name="setTimestamp-byte:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTimestamp</h4>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.170">setTimestamp</a>(byte[]&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/ExtendedCell.html#setTimestamp-byte:A-">ExtendedCell</a></code></span></div>
+<div class="block">Sets with the given timestamp.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ts</code> - buffer containing the timestamp value</dd>
+<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>
+</dl>
+</li>
+</ul>
 <a name="getSequenceId--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getSequenceId</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.155">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>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.175">getSequenceId</a>()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSequenceId--">ExtendedCell</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
  <a 
href="../../../../org/apache/hadoop/hbase/HConstants.html#KEEP_SEQID_PERIOD"><code>HConstants.KEEP_SEQID_PERIOD</code></a>
 days, but generally becomes irrelevant after the cell's
@@ -710,7 +842,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.160">getValueArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.180">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>
@@ -726,7 +858,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.165">getValueOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.185">getValueOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first value byte</dd>
@@ -739,7 +871,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.170">getValueLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.190">getValueLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of value bytes.  Must be &lt; valueArray.length - offset.</dd>
@@ -752,8 +884,8 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.175">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>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.195">getTagsArray</a>()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsArray--">ExtendedCell</a></code></span></div>
 <div class="block">Contiguous raw bytes representing tags that may start at 
any index in the containing array.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -767,7 +899,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.180">getTagsOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.200">getTagsOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the first offset where the tags start in the Cell</dd>
@@ -780,14 +912,13 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.185">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,
- the max of tags length is defined 2 * Short.MAX_VALUE + 1 = 65535.
- As a result, the return type is int, because a short is not capable of 
handling that.
- Please note that even if the return type is int, the max tags length is far
- less than Integer.MAX_VALUE.</div>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.205">getTagsLength</a>()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsLength--">ExtendedCell</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, the max of tags length 
is defined 2 *
+ Short.MAX_VALUE + 1 = 65535. As a result, the return type is int, because a 
short is not
+ capable of handling that. Please note that even if the return type is int, 
the max tags length
+ is far less than Integer.MAX_VALUE.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the total length of the tags in the Cell.</dd>
@@ -800,10 +931,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.190">getRowByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.210">getRowByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getRowByteBuffer--">getRowByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getRowByteBuffer--">getRowByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> containing 
the row bytes.</dd>
 </dl>
@@ -815,10 +946,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.195">getRowPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.215">getRowPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getRowPosition--">getRowPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getRowPosition--">getRowPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Position in the <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> where row 
bytes start</dd>
 </dl>
@@ -830,10 +961,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.200">getFamilyByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.220">getFamilyByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> containing 
the column family bytes.</dd>
 </dl>
@@ -845,10 +976,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.205">getFamilyPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.225">getFamilyPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getFamilyPosition--">getFamilyPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getFamilyPosition--">getFamilyPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Position in the <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> where 
column family bytes start</dd>
 </dl>
@@ -860,7 +991,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLengthPosition</h4>
-<pre>private&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.210">getFamilyLengthPosition</a>()</pre>
+<pre>private&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.230">getFamilyLengthPosition</a>()</pre>
 </li>
 </ul>
 <a name="getQualifierByteBuffer--">
@@ -869,10 +1000,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.215">getQualifierByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.235">getQualifierByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> containing 
the column qualifier bytes.</dd>
 </dl>
@@ -884,10 +1015,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.220">getQualifierPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.240">getQualifierPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getQualifierPosition--">getQualifierPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getQualifierPosition--">getQualifierPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Position in the <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> where 
column qualifier bytes start</dd>
 </dl>
@@ -899,10 +1030,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <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/ByteBufferKeyOnlyKeyValue.html#line.226">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/ByteBufferKeyOnlyKeyValue.html#line.246">getValueByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getValueByteBuffer--">getValueByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getValueByteBuffer--">getValueByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> containing 
the value bytes.</dd>
 </dl>
@@ -914,10 +1045,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getValuePosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.231">getValuePosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.251">getValuePosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getValuePosition--">getValuePosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getValuePosition--">getValuePosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Position in the <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> where value 
bytes start</dd>
 </dl>
@@ -929,10 +1060,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.236">getTagsByteBuffer</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/ByteBufferKeyOnlyKeyValue.html#line.256">getTagsByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getTagsByteBuffer--">getTagsByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getTagsByteBuffer--">getTagsByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> containing 
the tag bytes.</dd>
 </dl>
@@ -944,10 +1075,10 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.241">getTagsPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.261">getTagsPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getTagsPosition--">getTagsPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in 
org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getTagsPosition--">getTagsPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Position in the <a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio"><code>ByteBuffer</code></a> where tag 
bytes start</dd>
 </dl>
@@ -956,16 +1087,62 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 <a name="toString--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<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/ByteBufferKeyOnlyKeyValue.html#line.246">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/ByteBufferKeyOnlyKeyValue.html#line.266">toString</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#toString--";
 title="class or interface in java.lang">toString</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>
 </dl>
 </li>
 </ul>
+<a name="getTags--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTags</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in 
org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.271">getTags</a>()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/RawCell.html#getTags--">RawCell</a></code></span></div>
+<div class="block">Creates a list of tags in the current cell</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a list of tags</dd>
+</dl>
+</li>
+</ul>
+<a name="getTag-byte-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTag</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional</a>&lt;<a 
href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in 
org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.276">getTag</a>(byte&nbsp;type)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/RawCell.html#getTag-byte-">RawCell</a></code></span></div>
+<div class="block">Returns the specific tag of the given type</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>type</code> - the type of the tag</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the specific tag if available or null</dd>
+</dl>
+</li>
+</ul>
+<a name="heapSize--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>heapSize</h4>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.html#line.281">heapSize</a>()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Approximate 'exclusive deep size' of implementing object.  Includes
+ count of payload and hosting object sizings.</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -994,7 +1171,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title=
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" 
title="class in org.apache.hadoop.hbase"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" 
title="class in org.apache.hadoop.hbase"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html" 
title="class in org.apache.hadoop.hbase"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

Reply via email to