http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.EmptyCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
index 7e0a2f6..4d8c4c8 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private abstract static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2474">CellUtil.EmptyCell</a>
+private abstract static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2511">CellUtil.EmptyCell</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/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>, <a 
href="../../../../org/apache/hadoop/hbase/SettableSequenceId.html" 
title="interface in org.apache.hadoop.hbase">SettableSequenceId</a></pre>
 </li>
@@ -282,7 +282,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EmptyCell</h4>
-<pre>private&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2474">EmptyCell</a>()</pre>
+<pre>private&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2511">EmptyCell</a>()</pre>
 </li>
 </ul>
 </li>
@@ -299,7 +299,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>setSequenceId</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2477">setSequenceId</a>(long&nbsp;seqId)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2514">setSequenceId</a>(long&nbsp;seqId)</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>
 <dl>
@@ -314,7 +314,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2481">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2518">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>
@@ -332,7 +332,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2486">getRowOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2523">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>
@@ -347,7 +347,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2491">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2528">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>
@@ -362,7 +362,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2496">getFamilyArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2533">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>
@@ -380,7 +380,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2501">getFamilyOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2538">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>
@@ -395,7 +395,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2506">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2543">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>
@@ -410,7 +410,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2511">getQualifierArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2548">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>
@@ -427,7 +427,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2516">getQualifierOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2553">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>
@@ -442,7 +442,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2521">getQualifierLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2558">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>
@@ -457,7 +457,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getSequenceId</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2526">getSequenceId</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2563">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
@@ -477,7 +477,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2531">getValueArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2568">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>
@@ -495,7 +495,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2536">getValueOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2573">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>
@@ -510,7 +510,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2541">getValueLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2578">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>
@@ -525,7 +525,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2546">getTagsArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2583">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>
@@ -542,7 +542,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2551">getTagsOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2588">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>
@@ -557,7 +557,7 @@ implements <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTagsLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2556">getTagsLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html#line.2593">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,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
index 7f5a97f..76b30ed 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
@@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2744">CellUtil.FirstOnRowByteBufferCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2781">CellUtil.FirstOnRowByteBufferCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></pre>
 </li>
 </ul>
@@ -253,7 +253,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>rowBuff</h4>
-<pre>private final&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/CellUtil.FirstOnRowByteBufferCell.html#line.2745">rowBuff</a></pre>
+<pre>private final&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/CellUtil.FirstOnRowByteBufferCell.html#line.2782">rowBuff</a></pre>
 </li>
 </ul>
 <a name="roffset">
@@ -262,7 +262,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>roffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2746">roffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2783">roffset</a></pre>
 </li>
 </ul>
 <a name="rlength">
@@ -271,7 +271,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockListLast">
 <li class="blockList">
 <h4>rlength</h4>
-<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2747">rlength</a></pre>
+<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2784">rlength</a></pre>
 </li>
 </ul>
 </li>
@@ -288,7 +288,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowByteBufferCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2749">FirstOnRowByteBufferCell</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;row,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2786">FirstOnRowByteBufferCell</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;row,
                                 int&nbsp;roffset,
                                 short&nbsp;rlength)</pre>
 </li>
@@ -307,7 +307,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <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/CellUtil.FirstOnRowByteBufferCell.html#line.2756">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/CellUtil.FirstOnRowByteBufferCell.html#line.2793">getRowByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getRowByteBuffer--">getRowByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -322,7 +322,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2761">getRowPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2798">getRowPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getRowPosition--">getRowPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -337,7 +337,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2766">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2803">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>
@@ -354,7 +354,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2771">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2808">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
@@ -368,7 +368,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2776">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html#line.2813">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
index a871da2..1a01a18 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2706">CellUtil.FirstOnRowCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2743">CellUtil.FirstOnRowCell</a>
 extends <a href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.EmptyCell</a></pre>
 </li>
 </ul>
@@ -250,7 +250,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>rowArray</h4>
-<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2707">rowArray</a></pre>
+<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2744">rowArray</a></pre>
 </li>
 </ul>
 <a name="roffset">
@@ -259,7 +259,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>roffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2708">roffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2745">roffset</a></pre>
 </li>
 </ul>
 <a name="rlength">
@@ -268,7 +268,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>rlength</h4>
-<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2709">rlength</a></pre>
+<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2746">rlength</a></pre>
 </li>
 </ul>
 </li>
@@ -285,7 +285,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2711">FirstOnRowCell</a>(byte[]&nbsp;row,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2748">FirstOnRowCell</a>(byte[]&nbsp;row,
                       int&nbsp;roffset,
                       short&nbsp;rlength)</pre>
 </li>
@@ -304,7 +304,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2718">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2755">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>
@@ -324,7 +324,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2723">getRowOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2760">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>
@@ -341,7 +341,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2728">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2765">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>
@@ -358,7 +358,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2733">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2770">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
@@ -372,7 +372,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2738">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html#line.2775">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
index 7e7f345..471f7a2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2820">CellUtil.FirstOnRowColByteBufferCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2857">CellUtil.FirstOnRowColByteBufferCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html"
 title="class in 
org.apache.hadoop.hbase">CellUtil.FirstOnRowByteBufferCell</a></pre>
 </li>
 </ul>
@@ -287,7 +287,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>famBuff</h4>
-<pre>private final&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/CellUtil.FirstOnRowColByteBufferCell.html#line.2821">famBuff</a></pre>
+<pre>private final&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/CellUtil.FirstOnRowColByteBufferCell.html#line.2858">famBuff</a></pre>
 </li>
 </ul>
 <a name="famOffset">
@@ -296,7 +296,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>famOffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2822">famOffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2859">famOffset</a></pre>
 </li>
 </ul>
 <a name="famLength">
@@ -305,7 +305,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>famLength</h4>
-<pre>private final&nbsp;byte <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2823">famLength</a></pre>
+<pre>private final&nbsp;byte <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2860">famLength</a></pre>
 </li>
 </ul>
 <a name="colBuff">
@@ -314,7 +314,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>colBuff</h4>
-<pre>private final&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/CellUtil.FirstOnRowColByteBufferCell.html#line.2824">colBuff</a></pre>
+<pre>private final&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/CellUtil.FirstOnRowColByteBufferCell.html#line.2861">colBuff</a></pre>
 </li>
 </ul>
 <a name="colOffset">
@@ -323,7 +323,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>colOffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2825">colOffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2862">colOffset</a></pre>
 </li>
 </ul>
 <a name="colLength">
@@ -332,7 +332,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockListLast">
 <li class="blockList">
 <h4>colLength</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2826">colLength</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2863">colLength</a></pre>
 </li>
 </ul>
 </li>
@@ -349,7 +349,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowColByteBufferCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2828">FirstOnRowColByteBufferCell</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;row,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2865">FirstOnRowColByteBufferCell</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;row,
                                    int&nbsp;roffset,
                                    short&nbsp;rlength,
                                    <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;famBuff,
@@ -374,7 +374,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <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/CellUtil.FirstOnRowColByteBufferCell.html#line.2841">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/CellUtil.FirstOnRowColByteBufferCell.html#line.2878">getFamilyByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -389,7 +389,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2846">getFamilyPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2883">getFamilyPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getFamilyPosition--">getFamilyPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -404,7 +404,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2851">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2888">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>
@@ -421,7 +421,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <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/CellUtil.FirstOnRowColByteBufferCell.html#line.2856">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/CellUtil.FirstOnRowColByteBufferCell.html#line.2893">getQualifierByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -436,7 +436,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2861">getQualifierPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2898">getQualifierPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getQualifierPosition--">getQualifierPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -451,7 +451,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBuff
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2866">getQualifierLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html#line.2903">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
index e2ae4a4..ca42a15 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
@@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2872">CellUtil.FirstOnRowColCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2909">CellUtil.FirstOnRowColCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.FirstOnRowCell</a></pre>
 </li>
 </ul>
@@ -287,7 +287,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>fArray</h4>
-<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2873">fArray</a></pre>
+<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2910">fArray</a></pre>
 </li>
 </ul>
 <a name="foffset">
@@ -296,7 +296,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>foffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2874">foffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2911">foffset</a></pre>
 </li>
 </ul>
 <a name="flength">
@@ -305,7 +305,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>flength</h4>
-<pre>private final&nbsp;byte <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2875">flength</a></pre>
+<pre>private final&nbsp;byte <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2912">flength</a></pre>
 </li>
 </ul>
 <a name="qArray">
@@ -314,7 +314,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>qArray</h4>
-<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2876">qArray</a></pre>
+<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2913">qArray</a></pre>
 </li>
 </ul>
 <a name="qoffset">
@@ -323,7 +323,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>qoffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2877">qoffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2914">qoffset</a></pre>
 </li>
 </ul>
 <a name="qlength">
@@ -332,7 +332,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>qlength</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2878">qlength</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2915">qlength</a></pre>
 </li>
 </ul>
 </li>
@@ -349,7 +349,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowColCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2880">FirstOnRowColCell</a>(byte[]&nbsp;rArray,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2917">FirstOnRowColCell</a>(byte[]&nbsp;rArray,
                          int&nbsp;roffset,
                          short&nbsp;rlength,
                          byte[]&nbsp;fArray,
@@ -374,7 +374,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2892">getFamilyArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2929">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>
@@ -394,7 +394,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2897">getFamilyOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2934">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>
@@ -411,7 +411,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2902">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2939">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>
@@ -428,7 +428,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2907">getQualifierArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2944">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>
@@ -447,7 +447,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2912">getQualifierOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2949">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>
@@ -464,7 +464,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2917">getQualifierLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html#line.2954">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
index f84355f..725de72 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
@@ -138,7 +138,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2940">CellUtil.FirstOnRowColTSByteBufferCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2977">CellUtil.FirstOnRowColTSByteBufferCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html"
 title="class in 
org.apache.hadoop.hbase">CellUtil.FirstOnRowColByteBufferCell</a></pre>
 </li>
 </ul>
@@ -256,7 +256,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteB
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ts</h4>
-<pre>private&nbsp;long <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html#line.2942">ts</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html#line.2979">ts</a></pre>
 </li>
 </ul>
 </li>
@@ -273,7 +273,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteB
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowColTSByteBufferCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html#line.2944">FirstOnRowColTSByteBufferCell</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;rBuffer,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html#line.2981">FirstOnRowColTSByteBufferCell</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;rBuffer,
                                      int&nbsp;roffset,
                                      short&nbsp;rlength,
                                      <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;fBuffer,
@@ -299,7 +299,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteB
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html#line.2952">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html#line.2989">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
index a624a82..9322fa5 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
@@ -133,7 +133,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2923">CellUtil.FirstOnRowColTSCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2960">CellUtil.FirstOnRowColTSCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.FirstOnRowColCell</a></pre>
 </li>
 </ul>
@@ -251,7 +251,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ts</h4>
-<pre>private&nbsp;long <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html#line.2925">ts</a></pre>
+<pre>private&nbsp;long <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html#line.2962">ts</a></pre>
 </li>
 </ul>
 </li>
@@ -268,7 +268,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowColTSCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html#line.2927">FirstOnRowColTSCell</a>(byte[]&nbsp;rArray,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html#line.2964">FirstOnRowColTSCell</a>(byte[]&nbsp;rArray,
                            int&nbsp;roffset,
                            short&nbsp;rlength,
                            byte[]&nbsp;fArray,
@@ -294,7 +294,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html#line.2934">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html#line.2971">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
index 5c8fa01..eecb931 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.3099">CellUtil.FirstOnRowDeleteFamilyCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.3136">CellUtil.FirstOnRowDeleteFamilyCell</a>
 extends <a href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.EmptyCell</a></pre>
 </li>
 </ul>
@@ -248,7 +248,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>row</h4>
-<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3100">row</a></pre>
+<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3137">row</a></pre>
 </li>
 </ul>
 <a name="fam">
@@ -257,7 +257,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>fam</h4>
-<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3101">fam</a></pre>
+<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3138">fam</a></pre>
 </li>
 </ul>
 </li>
@@ -274,7 +274,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FirstOnRowDeleteFamilyCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3103">FirstOnRowDeleteFamilyCell</a>(byte[]&nbsp;row,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3140">FirstOnRowDeleteFamilyCell</a>(byte[]&nbsp;row,
                                   byte[]&nbsp;fam)</pre>
 </li>
 </ul>
@@ -292,7 +292,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3109">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3146">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>
@@ -312,7 +312,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3114">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3151">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>
@@ -329,7 +329,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3119">getFamilyArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3156">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>
@@ -349,7 +349,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3124">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3161">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>
@@ -366,7 +366,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3129">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3166">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
@@ -380,7 +380,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3134">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html#line.3171">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
index b52a2c8..ef41d4b 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
@@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2782">CellUtil.LastOnRowByteBufferCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2819">CellUtil.LastOnRowByteBufferCell</a>
 extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></pre>
 </li>
 </ul>
@@ -253,7 +253,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>rowBuff</h4>
-<pre>private final&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/CellUtil.LastOnRowByteBufferCell.html#line.2783">rowBuff</a></pre>
+<pre>private final&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/CellUtil.LastOnRowByteBufferCell.html#line.2820">rowBuff</a></pre>
 </li>
 </ul>
 <a name="roffset">
@@ -262,7 +262,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>roffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2784">roffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2821">roffset</a></pre>
 </li>
 </ul>
 <a name="rlength">
@@ -271,7 +271,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockListLast">
 <li class="blockList">
 <h4>rlength</h4>
-<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2785">rlength</a></pre>
+<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2822">rlength</a></pre>
 </li>
 </ul>
 </li>
@@ -288,7 +288,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockListLast">
 <li class="blockList">
 <h4>LastOnRowByteBufferCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2787">LastOnRowByteBufferCell</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;row,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2824">LastOnRowByteBufferCell</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;row,
                                int&nbsp;roffset,
                                short&nbsp;rlength)</pre>
 </li>
@@ -307,7 +307,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <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/CellUtil.LastOnRowByteBufferCell.html#line.2794">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/CellUtil.LastOnRowByteBufferCell.html#line.2831">getRowByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getRowByteBuffer--">getRowByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -322,7 +322,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2799">getRowPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2836">getRowPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html#getRowPosition--">getRowPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html" 
title="class in 
org.apache.hadoop.hbase">CellUtil.EmptyByteBufferCell</a></code></dd>
@@ -337,7 +337,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2804">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2841">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>
@@ -354,7 +354,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2809">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2846">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
@@ -368,7 +368,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCel
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2814">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html#line.2851">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>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f751513b/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html
index fef3722..fe2216c 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a 
href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html"
 title="annotation in 
org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
-private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2958">CellUtil.LastOnRowCell</a>
+private static class <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.2995">CellUtil.LastOnRowCell</a>
 extends <a href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" 
title="class in org.apache.hadoop.hbase">CellUtil.EmptyCell</a></pre>
 </li>
 </ul>
@@ -250,7 +250,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>rowArray</h4>
-<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2959">rowArray</a></pre>
+<pre>private final&nbsp;byte[] <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2996">rowArray</a></pre>
 </li>
 </ul>
 <a name="roffset">
@@ -259,7 +259,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>roffset</h4>
-<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2960">roffset</a></pre>
+<pre>private final&nbsp;int <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2997">roffset</a></pre>
 </li>
 </ul>
 <a name="rlength">
@@ -268,7 +268,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>rlength</h4>
-<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2961">rlength</a></pre>
+<pre>private final&nbsp;short <a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2998">rlength</a></pre>
 </li>
 </ul>
 </li>
@@ -285,7 +285,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>LastOnRowCell</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2963">LastOnRowCell</a>(byte[]&nbsp;row,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.3000">LastOnRowCell</a>(byte[]&nbsp;row,
                      int&nbsp;roffset,
                      short&nbsp;rlength)</pre>
 </li>
@@ -304,7 +304,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2970">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.3007">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>
@@ -324,7 +324,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2975">getRowOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.3012">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>
@@ -341,7 +341,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2980">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.3017">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>
@@ -358,7 +358,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2985">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.3022">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
@@ -372,7 +372,7 @@ extends <a 
href="../../../../org/apache/hadoop/hbase/CellUtil.EmptyCell.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.2990">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowCell.html#line.3027">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>

Reply via email to