http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/CellUtil.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.html
index 400e518..d5437a6 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.html
@@ -409,17 +409,23 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createFirstOnRow(byte[],%20int,%20short)">createFirstOnRow</a></strong>(byte[]&nbsp;row,
+                                int&nbsp;roffset,
+                                short&nbsp;rlength)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createFirstOnRow(org.apache.hadoop.hbase.Cell)">createFirstOnRow</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Create a Cell that is smaller than all other possible Cells 
for the given Cell's row.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createFirstOnRowCol(org.apache.hadoop.hbase.Cell)">createFirstOnRowCol</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Create a Cell that is smaller than all other possible Cells 
for the given Cell's row.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createFirstOnRowCol(org.apache.hadoop.hbase.Cell,%20byte[],%20int,%20int)">createFirstOnRowCol</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                                       byte[]&nbsp;qArray,
@@ -429,81 +435,81 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  passed qualifier.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createFirstOnRowColTS(org.apache.hadoop.hbase.Cell,%20long)">createFirstOnRowColTS</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                                           long&nbsp;ts)</code>
 <div class="block">Creates the first cell with the row/family/qualifier of 
this cell and the given timestamp.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createLastOnRow(org.apache.hadoop.hbase.Cell)">createLastOnRow</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Create a Cell that is larger than all other possible Cells 
for the given Cell's row.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#createLastOnRowCol(org.apache.hadoop.hbase.Cell)">createLastOnRowCol</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Create a Cell that is larger than all other possible Cells 
for the given Cell's rk:cf:q.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#equals(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">equals</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;a,
             <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;b)</code>
 <div class="block">equals</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#equalsIgnoreMvccVersion(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">equalsIgnoreMvccVersion</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;a,
                                               <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;b)</code>
 <div class="block">special case for Cell.equals</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static long</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#estimatedHeapSizeOf(org.apache.hadoop.hbase.Cell)">estimatedHeapSizeOf</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">This is an estimate of the heap space occupied by a 
cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#estimatedSerializedSizeOf(org.apache.hadoop.hbase.Cell)">estimatedSerializedSizeOf</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#estimatedSerializedSizeOfKey(org.apache.hadoop.hbase.Cell)">estimatedSerializedSizeOfKey</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#fillFamilyRange(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.util.ByteRange)">fillFamilyRange</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                               <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#fillQualifierRange(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.util.ByteRange)">fillQualifierRange</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                                     <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#fillRowRange(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.util.ByteRange)">fillRowRange</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                         <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a>&nbsp;range)</code>
 <div class="block">ByteRange</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#fillTagRange(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.util.ByteRange)">fillTagRange</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                         <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#fillValueRange(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.util.ByteRange)">fillValueRange</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                             <a 
href="../../../../org/apache/hadoop/hbase/util/ByteRange.html" title="interface 
in org.apache.hadoop.hbase.util">ByteRange</a>&nbsp;range)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#findCommonPrefixInFlatKey(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell,%20boolean,%20boolean)">findCommonPrefixInFlatKey</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c1,
                                                   <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c2,
@@ -513,17 +519,17 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in 
org.apache.hadoop.hbase"><code>KeyValue</code></a>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getCellKeyAsString(org.apache.hadoop.hbase.Cell)">getCellKeyAsString</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static byte[]</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getCellKeySerializedAsKeyValueKey(org.apache.hadoop.hbase.Cell)">getCellKeySerializedAsKeyValueKey</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">This method exists just to encapsulate how we serialize 
keys.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getQualifierBufferShallowCopy(org.apache.hadoop.hbase.Cell)">getQualifierBufferShallowCopy</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
@@ -531,105 +537,105 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getRowAsInt(org.apache.hadoop.hbase.Cell)">getRowAsInt</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Converts the rowkey bytes of the given cell into an int 
value</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static byte</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getRowByte(org.apache.hadoop.hbase.Cell,%20int)">getRowByte</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                     int&nbsp;index)</code>
 <div class="block">misc</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>private static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getSumOfCellElementLengths(org.apache.hadoop.hbase.Cell)">getSumOfCellElementLengths</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>private static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getSumOfCellKeyElementLengths(org.apache.hadoop.hbase.Cell)">getSumOfCellKeyElementLengths</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in 
org.apache.hadoop.hbase">Tag</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getTag(org.apache.hadoop.hbase.Cell,%20byte)">getTag</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
             byte&nbsp;type)</code>
 <div class="block">Retrieve Cell's first tag, matching the passed in type</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static byte[]</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getTagArray(org.apache.hadoop.hbase.Cell)">getTagArray</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Returns tag value in a new byte array.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</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><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getTags(org.apache.hadoop.hbase.Cell)">getTags</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html?is-external=true";
 title="class or interface in java.math">BigDecimal</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getValueAsBigDecimal(org.apache.hadoop.hbase.Cell)">getValueAsBigDecimal</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Converts the value bytes of the given cell into a 
BigDecimal</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static double</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getValueAsDouble(org.apache.hadoop.hbase.Cell)">getValueAsDouble</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Converts the value bytes of the given cell into a double 
value</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static long</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getValueAsLong(org.apache.hadoop.hbase.Cell)">getValueAsLong</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Converts the value bytes of the given cell into a long 
value</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#getValueBufferShallowCopy(org.apache.hadoop.hbase.Cell)">getValueBufferShallowCopy</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDelete(byte)">isDelete</a></strong>(byte&nbsp;type)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDelete(org.apache.hadoop.hbase.Cell)">isDelete</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDeleteColumnOrFamily(org.apache.hadoop.hbase.Cell)">isDeleteColumnOrFamily</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDeleteColumns(org.apache.hadoop.hbase.Cell)">isDeleteColumns</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDeleteColumnVersion(org.apache.hadoop.hbase.Cell)">isDeleteColumnVersion</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDeleteFamily(org.apache.hadoop.hbase.Cell)">isDeleteFamily</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDeleteFamilyVersion(org.apache.hadoop.hbase.Cell)">isDeleteFamilyVersion</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#isDeleteType(org.apache.hadoop.hbase.Cell)">isDeleteType</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingColumn(org.apache.hadoop.hbase.Cell,%20byte[],%20byte[])">matchingColumn</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                             byte[]&nbsp;fam,
                             byte[]&nbsp;qual)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingColumn(org.apache.hadoop.hbase.Cell,%20byte[],%20int,%20int,%20byte[],%20int,%20int)">matchingColumn</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                             byte[]&nbsp;fam,
@@ -639,29 +645,29 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
                             int&nbsp;qoffset,
                             int&nbsp;qlength)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingColumn(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingColumn</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                             <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingFamily(org.apache.hadoop.hbase.Cell,%20byte[])">matchingFamily</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                             byte[]&nbsp;buf)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingFamily(org.apache.hadoop.hbase.Cell,%20byte[],%20int,%20int)">matchingFamily</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                             byte[]&nbsp;buf,
                             int&nbsp;offset,
                             int&nbsp;length)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingFamily(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingFamily</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                             <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingQualifier(org.apache.hadoop.hbase.Cell,%20byte[])">matchingQualifier</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                                   byte[]&nbsp;buf)</code>
@@ -669,7 +675,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  byte[] are equal</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingQualifier(org.apache.hadoop.hbase.Cell,%20byte[],%20int,%20int)">matchingQualifier</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                                   byte[]&nbsp;buf,
@@ -679,24 +685,24 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  byte[] are equal</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingQualifier(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingQualifier</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                                   <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingRow(org.apache.hadoop.hbase.Cell,%20byte[])">matchingRow</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                       byte[]&nbsp;buf)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingRow(org.apache.hadoop.hbase.Cell,%20byte[],%20int,%20int)">matchingRow</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                       byte[]&nbsp;buf,
                       int&nbsp;offset,
                       int&nbsp;length)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingRow(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingRow</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                       <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>
@@ -706,48 +712,48 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingRowColumn(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingRowColumn</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                                   <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>
 <div class="block">Compares the row and column of two keyvalues for 
equality</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingRows(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingRows</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                         <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>
 <div class="block">Compares the row of two keyvalues for equality</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingTimestamp(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingTimestamp</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;a,
                                   <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingType(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingType</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;a,
                         <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;b)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingValue(org.apache.hadoop.hbase.Cell,%20byte[])">matchingValue</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                           byte[]&nbsp;buf)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingValue(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell)">matchingValue</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                           <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#matchingValue(org.apache.hadoop.hbase.Cell,%20org.apache.hadoop.hbase.Cell,%20int,%20int)">matchingValue</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;left,
                           <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;right,
                           int&nbsp;lvlength,
                           int&nbsp;rvlength)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#overlappingKeys(byte[],%20byte[],%20byte[],%20byte[])">overlappingKeys</a></strong>(byte[]&nbsp;start1,
                               byte[]&nbsp;end1,
@@ -757,14 +763,14 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  start2...end2, assuming the byte arrays represent row keys</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#setSequenceId(org.apache.hadoop.hbase.Cell,%20long)">setSequenceId</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                           long&nbsp;seqId)</code>
 <div class="block">Sets the given seqId to the cell.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#setTimestamp(org.apache.hadoop.hbase.Cell,%20byte[],%20int)">setTimestamp</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                         byte[]&nbsp;ts,
@@ -772,14 +778,14 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Sets the given timestamp to the cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#setTimestamp(org.apache.hadoop.hbase.Cell,%20long)">setTimestamp</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                         long&nbsp;ts)</code>
 <div class="block">Sets the given timestamp to the cell.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/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><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#tagsIterator(byte[],%20int,%20int)">tagsIterator</a></strong>(byte[]&nbsp;tags,
                         int&nbsp;offset,
@@ -790,26 +796,26 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>private static <a 
href="http://docs.oracle.com/javase/7/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><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#tagsIterator(java.nio.ByteBuffer,%20int,%20int)">tagsIterator</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;tags,
                         int&nbsp;offset,
                         int&nbsp;length)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/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><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#tagsIterator(org.apache.hadoop.hbase.Cell)">tagsIterator</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Util method to iterate through the tags in the given 
cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#toString(org.apache.hadoop.hbase.Cell,%20boolean)">toString</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                 boolean&nbsp;verbose)</code>
 <div class="block">Returns a string representation of the cell</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#updateLatestStamp(org.apache.hadoop.hbase.Cell,%20byte[],%20int)">updateLatestStamp</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                                   byte[]&nbsp;ts,
@@ -818,7 +824,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  <a 
href="../../../../org/apache/hadoop/hbase/HConstants.html#LATEST_TIMESTAMP"><code>HConstants.LATEST_TIMESTAMP</code></a>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#updateLatestStamp(org.apache.hadoop.hbase.Cell,%20long)">updateLatestStamp</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                                   long&nbsp;ts)</code>
@@ -826,7 +832,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  <a 
href="../../../../org/apache/hadoop/hbase/HConstants.html#LATEST_TIMESTAMP"><code>HConstants.LATEST_TIMESTAMP</code></a>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeFamily(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20byte)">writeFamily</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                       <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -834,14 +840,14 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Writes the family from the given cell to the output 
stream</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeFlatKey(org.apache.hadoop.hbase.Cell,%20java.io.DataOutputStream)">writeFlatKey</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out)</code>
 <div class="block">Writes the Cell's key part as it would have serialized in a 
KeyValue.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeQualifier(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20int)">writeQualifier</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                             <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -849,7 +855,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Writes the qualifier from the given cell to the output 
stream</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeQualifierSkippingBytes(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20int,%20int)">writeQualifierSkippingBytes</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                                                       <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -858,7 +864,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Writes the qualifier from the given cell to the output 
stream excluding the common prefix</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeRow(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20short)">writeRow</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                 <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -866,7 +872,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Writes the row from the given cell to the output 
stream</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeRowKeyExcludingCommon(org.apache.hadoop.hbase.Cell,%20short,%20int,%20java.io.DataOutputStream)">writeRowKeyExcludingCommon</a></strong>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                                                     short&nbsp;rLen,
@@ -875,7 +881,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Write rowkey excluding the common part.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeRowSkippingBytes(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20short,%20int)">writeRowSkippingBytes</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                                           <a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -884,7 +890,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Writes the row from the given cell to the output stream 
excluding the common prefix</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeTags(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20int)">writeTags</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                   <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -892,7 +898,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Writes the tag from the given cell to the output 
stream</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/hadoop/hbase/CellUtil.html#writeValue(java.io.DataOutputStream,%20org.apache.hadoop.hbase.Cell,%20int)">writeValue</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                     <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
@@ -2154,13 +2160,24 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <dt><span class="strong">Returns:</span></dt><dd>First possible Cell on passed 
Cell's row.</dd></dl>
 </li>
 </ul>
+<a name="createFirstOnRow(byte[], int, short)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFirstOnRow</h4>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1509">createFirstOnRow</a>(byte[]&nbsp;row,
+                    int&nbsp;roffset,
+                    short&nbsp;rlength)</pre>
+</li>
+</ul>
 <a name="createFirstOnRowCol(org.apache.hadoop.hbase.Cell)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createFirstOnRowCol</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1515">createFirstOnRowCol</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1519">createFirstOnRowCol</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
 <div class="block">Create a Cell that is smaller than all other possible Cells 
for the given Cell's row.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - 
</dd>
 <dt><span class="strong">Returns:</span></dt><dd>First possible Cell on passed 
Cell's row.</dd></dl>
@@ -2172,7 +2189,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockList">
 <li class="blockList">
 <h4>createFirstOnNextRow</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1531">createFirstOnNextRow</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1535">createFirstOnNextRow</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
 <div class="block">Create a Cell that is smaller than all other possible Cells 
for the given Cell row's next row.
  Makes the next row's rowkey by appending single byte 0x00 to the end of 
current row key.</div>
 </li>
@@ -2183,7 +2200,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockList">
 <li class="blockList">
 <h4>createFirstOnRowCol</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1548">createFirstOnRowCol</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1552">createFirstOnRowCol</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                        byte[]&nbsp;qArray,
                        int&nbsp;qoffest,
                        int&nbsp;qlength)</pre>
@@ -2199,7 +2216,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockList">
 <li class="blockList">
 <h4>createFirstOnRowColTS</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1569">createFirstOnRowColTS</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1573">createFirstOnRowColTS</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                          long&nbsp;ts)</pre>
 <div class="block">Creates the first cell with the row/family/qualifier of 
this cell and the given timestamp.
  Uses the "maximum" type that guarantees that the new cell is the lowest 
possible for this
@@ -2213,7 +2230,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockList">
 <li class="blockList">
 <h4>createLastOnRow</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1590">createLastOnRow</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1594">createLastOnRow</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
 <div class="block">Create a Cell that is larger than all other possible Cells 
for the given Cell's row.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - 
</dd>
 <dt><span class="strong">Returns:</span></dt><dd>Last possible Cell on passed 
Cell's row.</dd></dl>
@@ -2225,7 +2242,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockList">
 <li class="blockList">
 <h4>createLastOnRowCol</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1606">createLastOnRowCol</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1610">createLastOnRowCol</a>(<a
 href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
 <div class="block">Create a Cell that is larger than all other possible Cells 
for the given Cell's rk:cf:q. Used
  in creating "fake keys" for the multi-column Bloom filter optimization to 
skip the row/column
  we already know is not in the file.</div>
@@ -2239,7 +2256,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockList">
 <li class="blockList">
 <h4>createFirstDeleteFamilyCellOnRow</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1629">createFirstDeleteFamilyCellOnRow</a>(byte[]&nbsp;row,
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1633">createFirstDeleteFamilyCellOnRow</a>(byte[]&nbsp;row,
                                     byte[]&nbsp;fam)</pre>
 <div class="block">Create a Delete Family Cell for the specified row and 
family that would
  be smaller than all other possible Delete Family KeyValues that have the
@@ -2255,7 +2272,7 @@ public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hba
 <ul class="blockListLast">
 <li class="blockList">
 <h4>compressTags</h4>
-<pre>public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1640">compressTags</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
+<pre>public static&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/CellUtil.html#line.1644">compressTags</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/DataOutputStream.html?is-external=true";
 title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                 <a href="../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;cell,
                 <a 
href="../../../../org/apache/hadoop/hbase/io/TagCompressionContext.html" 
title="class in 
org.apache.hadoop.hbase.io">TagCompressionContext</a>&nbsp;tagCompressionContext)
                          throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html 
b/devapidocs/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html
index 97174a2..e386993 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html
@@ -258,7 +258,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html"
 title="enum in 
org.apache.hadoop.hbase">HealthChecker.HealthCheckerExitStatus</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html#line.24">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html"
 title="enum in 
org.apache.hadoop.hbase">HealthChecker.HealthCheckerExitStatus</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html#line.38">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -275,7 +275,7 @@ for (HealthChecker.HealthCheckerExitStatus c : 
HealthChecker.HealthCheckerExitSt
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html"
 title="enum in 
org.apache.hadoop.hbase">HealthChecker.HealthCheckerExitStatus</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html#line.24">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html"
 title="enum in 
org.apache.hadoop.hbase">HealthChecker.HealthCheckerExitStatus</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html#line.38">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html 
b/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
index 4f1ee73..af9a0e6 100644
--- a/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
+++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
@@ -331,7 +331,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in 
org.apache.hadoop.hbase">KeyValue.Type</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.Type.html#line.58">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in 
org.apache.hadoop.hbase">KeyValue.Type</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.Type.html#line.233">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -348,7 +348,7 @@ for (KeyValue.Type c : KeyValue.Type.values())
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in 
org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.Type.html#line.58">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in 
org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.Type.html#line.233">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ProcedureState.html 
b/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
index fb4dce0..bc58668 100644
--- a/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
+++ b/devapidocs/org/apache/hadoop/hbase/ProcedureState.html
@@ -269,7 +269,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in 
org.apache.hadoop.hbase">ProcedureState</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ProcedureState.html#line.28">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in 
org.apache.hadoop.hbase">ProcedureState</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ProcedureState.html#line.30">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -286,7 +286,7 @@ for (ProcedureState c : ProcedureState.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in 
org.apache.hadoop.hbase">ProcedureState</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ProcedureState.html#line.28">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/hadoop/hbase/ProcedureState.html" title="enum in 
org.apache.hadoop.hbase">ProcedureState</a>&nbsp;<a 
href="../../../../src-html/org/apache/hadoop/hbase/ProcedureState.html#line.30">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html 
b/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
index bc7e4ff..a20872e 100644
--- a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
+++ b/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html
@@ -99,7 +99,7 @@
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a 
href="../../../../org/apache/hadoop/hbase/master/balancer/BalancerChore.html" 
title="class in org.apache.hadoop.hbase.master.balancer">BalancerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/CatalogJanitor.html" 
title="class in org.apache.hadoop.hbase.master">CatalogJanitor</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/cleaner/CleanerChore.html" 
title="class in org.apache.hadoop.hbase.master.cleaner">CleanerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/balancer/ClusterStatusChore.html"
 title="class in 
org.apache.hadoop.hbase.master.balancer">ClusterStatusChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/ClusterStatusPublisher.html" 
title="class in org.apache.hadoop.hbase.master">ClusterStatusPublisher</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/CompactedHFilesDischarger.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">CompactedHFilesDischarger</a>, <a 
href="../../../../org/apache/hadoop/hbas
 e/master/ExpiredMobFileCleanerChore.html" title="class in 
org.apache.hadoop.hbase.master">ExpiredMobFileCleanerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/HealthCheckChore.html" title="class 
in org.apache.hadoop.hbase">HealthCheckChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/HeapMemoryManager.HeapMemoryTunerChore.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HeapMemoryManager.HeapMemoryTunerChore</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/master/HMaster.PeriodicDoMetrics.html"
 title="class in org.apache.hadoop.hbase.master">HMaster.PeriodicDoMetrics</a>, 
<a 
href="../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HRegionServer.CompactionChecker</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HRegionServer.MovedRegionsCleaner</a>, <a
  
href="../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.PeriodicMemstoreFlusher.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HRegionServer.PeriodicMemstoreFlusher</a>,
 <a href="../../../../org/apache/hadoop/hbase/master/MobCompactionChore.html" 
title="class in org.apache.hadoop.hbase.master">MobCompactionChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/quotas/QuotaCache.QuotaRefresherChore.html"
 title="class in 
org.apache.hadoop.hbase.quotas">QuotaCache.QuotaRefresherChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/normalizer/RegionNormalizerChore.html"
 title="class in 
org.apache.hadoop.hbase.master.normalizer">RegionNormalizerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/SplitLogManager.TimeoutMonitor.html"
 title="class in 
org.apache.hadoop.hbase.master">SplitLogManager.TimeoutMonitor</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/StorefileRefresherChore.html"
 title="class in org.apache.hadoop.hbase.
 regionserver">StorefileRefresherChore</a></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/master/balancer/BalancerChore.html" 
title="class in org.apache.hadoop.hbase.master.balancer">BalancerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/CatalogJanitor.html" 
title="class in org.apache.hadoop.hbase.master">CatalogJanitor</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/cleaner/CleanerChore.html" 
title="class in org.apache.hadoop.hbase.master.cleaner">CleanerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/balancer/ClusterStatusChore.html"
 title="class in 
org.apache.hadoop.hbase.master.balancer">ClusterStatusChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/ClusterStatusPublisher.html" 
title="class in org.apache.hadoop.hbase.master">ClusterStatusPublisher</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/CompactedHFilesDischarger.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">CompactedHFilesDischarger</a>, <a 
href="../../../../org/apache/hadoop/hbas
 e/master/ExpiredMobFileCleanerChore.html" title="class in 
org.apache.hadoop.hbase.master">ExpiredMobFileCleanerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/HealthCheckChore.html" title="class 
in org.apache.hadoop.hbase">HealthCheckChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/HeapMemoryManager.HeapMemoryTunerChore.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HeapMemoryManager.HeapMemoryTunerChore</a>,
 <a 
href="../../../../org/apache/hadoop/hbase/master/HMaster.PeriodicDoMetrics.html"
 title="class in org.apache.hadoop.hbase.master">HMaster.PeriodicDoMetrics</a>, 
<a 
href="../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HRegionServer.CompactionChecker</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HRegionServer.MovedRegionsCleaner</a>, <a
  
href="../../../../org/apache/hadoop/hbase/regionserver/HRegionServer.PeriodicMemstoreFlusher.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">HRegionServer.PeriodicMemstoreFlusher</a>,
 <a href="../../../../org/apache/hadoop/hbase/master/MobCompactionChore.html" 
title="class in org.apache.hadoop.hbase.master">MobCompactionChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/quotas/QuotaCache.QuotaRefresherChore.html"
 title="class in 
org.apache.hadoop.hbase.quotas">QuotaCache.QuotaRefresherChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/normalizer/RegionNormalizerChore.html"
 title="class in 
org.apache.hadoop.hbase.master.normalizer">RegionNormalizerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/cleaner/ReplicationZKLockCleanerChore.html"
 title="class in 
org.apache.hadoop.hbase.master.cleaner">ReplicationZKLockCleanerChore</a>, <a 
href="../../../../org/apache/hadoop/hbase/master/SplitLogManager.TimeoutMonitor.html"
 title="class in org.apach
 e.hadoop.hbase.master">SplitLogManager.TimeoutMonitor</a>, <a 
href="../../../../org/apache/hadoop/hbase/regionserver/StorefileRefresherChore.html"
 title="class in 
org.apache.hadoop.hbase.regionserver">StorefileRefresherChore</a></dd>
 </dl>
 <hr>
 <br>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
index b5dd7f6..520fcf3 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html
@@ -101,40 +101,44 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.mob.mapreduce">org.apache.hadoop.hbase.mob.mapreduce</a></td>
+<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.master.cleaner">org.apache.hadoop.hbase.master.cleaner</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.procedure.flush">org.apache.hadoop.hbase.procedure.flush</a></td>
+<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.mob.mapreduce">org.apache.hadoop.hbase.mob.mapreduce</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.regionserver">org.apache.hadoop.hbase.regionserver</a></td>
+<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.procedure.flush">org.apache.hadoop.hbase.procedure.flush</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.regionserver.snapshot">org.apache.hadoop.hbase.regionserver.snapshot</a></td>
+<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.regionserver">org.apache.hadoop.hbase.regionserver</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.hadoop.hbase.regionserver.snapshot">org.apache.hadoop.hbase.regionserver.snapshot</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a 
href="#org.apache.hadoop.hbase.replication">org.apache.hadoop.hbase.replication</a></td>
 <td class="colLast">
 <div class="block">Multi Cluster Replication</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
href="#org.apache.hadoop.hbase.replication.master">org.apache.hadoop.hbase.replication.master</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
href="#org.apache.hadoop.hbase.replication.regionserver">org.apache.hadoop.hbase.replication.regionserver</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
href="#org.apache.hadoop.hbase.util.hbck">org.apache.hadoop.hbase.util.hbck</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
href="#org.apache.hadoop.hbase.zookeeper">org.apache.hadoop.hbase.zookeeper</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -433,6 +437,26 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.hadoop.hbase.master.cleaner">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/hadoop/hbase/Abortable.html" 
title="interface in org.apache.hadoop.hbase">Abortable</a> in <a 
href="../../../../../org/apache/hadoop/hbase/master/cleaner/package-summary.html">org.apache.hadoop.hbase.master.cleaner</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
constructors, and an explanation">
+<caption><span>Constructors in <a 
href="../../../../../org/apache/hadoop/hbase/master/cleaner/package-summary.html">org.apache.hadoop.hbase.master.cleaner</a>
 with parameters of type <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/master/cleaner/ReplicationZKLockCleanerChore.html#ReplicationZKLockCleanerChore(org.apache.hadoop.hbase.Stoppable,%20org.apache.hadoop.hbase.Abortable,%20int,%20org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher,%20org.apache.hadoop.conf.Configuration)">ReplicationZKLockCleanerChore</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/Stoppable.html" title="interface 
in org.apache.hadoop.hbase">Stoppable</a>&nbsp;stopper,
+                                                          <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a>&nbsp;abortable,
+                                                          int&nbsp;period,
+                                                          <a 
href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html" 
title="class in org.apache.hadoop.hbase.zookeeper">ZooKeeperWatcher</a>&nbsp;zk,
+                                                          
org.apache.hadoop.conf.Configuration&nbsp;conf)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.hadoop.hbase.mob.mapreduce">
 <!--   -->
 </a>
@@ -619,16 +643,16 @@
 <td class="colLast"><span 
class="strong">ReplicationQueuesArguments.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationQueuesArguments.html#abort">abort</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
-<td class="colLast"><span 
class="strong">ReplicationStateZKBase.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationStateZKBase.html#abortable">abortable</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>private <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
+<td class="colLast"><span 
class="strong">ReplicationPeersZKImpl.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.html#abortable">abortable</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
-<td class="colLast"><span 
class="strong">ReplicationTableBase.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationTableBase.html#abortable">abortable</a></strong></code>&nbsp;</td>
+<td class="colLast"><span 
class="strong">ReplicationStateZKBase.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationStateZKBase.html#abortable">abortable</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>private <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
-<td class="colLast"><span 
class="strong">ReplicationPeersZKImpl.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.html#abortable">abortable</a></strong></code>&nbsp;</td>
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
+<td class="colLast"><span 
class="strong">ReplicationTableBase.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/replication/ReplicationTableBase.html#abortable">abortable</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -880,15 +904,15 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>private <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
+<td class="colLast"><span class="strong">ZKClusterId.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/zookeeper/ZKClusterId.html#abortable">abortable</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
 <td class="colLast"><span 
class="strong">ZooKeeperNodeTracker.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.html#abortable">abortable</a></strong></code>
 <div class="block">Used to abort if a fatal error occurs</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>private <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
-<td class="colLast"><span class="strong">ZKClusterId.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/zookeeper/ZKClusterId.html#abortable">abortable</a></strong></code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/hadoop/hbase/Abortable.html" title="interface 
in org.apache.hadoop.hbase">Abortable</a></code></td>
 <td class="colLast"><span 
class="strong">ZooKeeperWatcher.</span><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#abortable">abortable</a></strong></code>&nbsp;</td>

Reply via email to