http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html
index 65ddd82..9d6aea3 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":9,"i6":9,"i7":10,"i8":9,"i9":10,"i10":10,"i11":9,"i12":9,"i13":9,"i14":9,"i15":10,"i16":10,"i17":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":42,"i4":10,"i5":9,"i6":9,"i7":9,"i8":10,"i9":9,"i10":10,"i11":10,"i12":9,"i13":9,"i14":9,"i15":9,"i16":10,"i17":10,"i18":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -252,7 +252,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -272,25 +272,31 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#filterCell-org.apache.hadoop.hbase.Cell-">filterCell</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>
 <div class="block">A way to filter based on the column family, column 
qualifier and/or the column value.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#getNextCellHint-org.apache.hadoop.hbase.Cell-">getNextCellHint</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;currentCell)</code>
 <div class="block">Filters that are not sure which key must be next seeked to, 
can inherit
  this implementation that, by default, returns a null Cell.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>(package private) static byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#getNextForFuzzyRule-boolean-byte:A-byte:A-byte:A-">getNextForFuzzyRule</a></span>(boolean&nbsp;reverse,
                    byte[]&nbsp;row,
                    byte[]&nbsp;fuzzyKeyBytes,
                    byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>(package private) static byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#getNextForFuzzyRule-boolean-byte:A-int-int-byte:A-byte:A-">getNextForFuzzyRule</a></span>(boolean&nbsp;reverse,
                    byte[]&nbsp;row,
@@ -299,39 +305,39 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
                    byte[]&nbsp;fuzzyKeyBytes,
                    byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>(package private) static byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#getNextForFuzzyRule-byte:A-byte:A-byte:A-">getNextForFuzzyRule</a></span>(byte[]&nbsp;row,
                    byte[]&nbsp;fuzzyKeyBytes,
                    byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>private boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#isPreprocessedMask-byte:A-">isPreprocessedMask</a></span>(byte[]&nbsp;mask)</code>&nbsp;</td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html" 
title="class in org.apache.hadoop.hbase.filter">FuzzyRowFilter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#parseFrom-byte:A-">parseFrom</a></span>(byte[]&nbsp;pbBytes)</code>&nbsp;</td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>private byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#preprocessMask-byte:A-">preprocessMask</a></span>(byte[]&nbsp;mask)</code>
 <div class="block">We need to preprocess mask array, as since we treat 2's as 
unfixed positions and -1 (0xff) as
  fixed positions</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>private void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#preprocessSearchKey-org.apache.hadoop.hbase.util.Pair-">preprocessSearchKey</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/util/Pair.html" title="class in 
org.apache.hadoop.hbase.util">Pair</a>&lt;byte[],byte[]&gt;&nbsp;p)</code>&nbsp;</td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>(package private) static <a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#satisfies-boolean-byte:A-byte:A-byte:A-">satisfies</a></span>(boolean&nbsp;reverse,
          byte[]&nbsp;row,
          byte[]&nbsp;fuzzyKeyBytes,
          byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>(package private) static <a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#satisfies-boolean-byte:A-int-int-byte:A-byte:A-">satisfies</a></span>(boolean&nbsp;reverse,
          byte[]&nbsp;row,
@@ -340,13 +346,13 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
          byte[]&nbsp;fuzzyKeyBytes,
          byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>(package private) static <a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#satisfies-byte:A-byte:A-byte:A-">satisfies</a></span>(byte[]&nbsp;row,
          byte[]&nbsp;fuzzyKeyBytes,
          byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>(package private) static <a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#satisfiesNoUnsafe-boolean-byte:A-int-int-byte:A-byte:A-">satisfiesNoUnsafe</a></span>(boolean&nbsp;reverse,
                  byte[]&nbsp;row,
@@ -355,19 +361,19 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
                  byte[]&nbsp;fuzzyKeyBytes,
                  byte[]&nbsp;fuzzyKeyMeta)</code>&nbsp;</td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#toByteArray--">toByteArray</a></span>()</code>
 <div class="block">Return length 0 byte array for Filters that don't require 
special serialization</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#toString--">toString</a></span>()</code>
 <div class="block">Return filter's info for debugging and logging 
purpose.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>private static byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#trimTrailingZeroes-byte:A-byte:A-int-">trimTrailingZeroes</a></span>(byte[]&nbsp;result,
                   byte[]&nbsp;fuzzyKeyMeta,
@@ -529,7 +535,9 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>filterKeyValue</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.151">filterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.152">filterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div>
 <div class="block">A way to filter based on the column family, column 
qualifier and/or the column value. Return
  code is described below. This allows filters to filter only certain number of 
columns, then
@@ -542,15 +550,49 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
  If your filter returns <code>ReturnCode.NEXT_ROW</code>, it should return
  <code>ReturnCode.NEXT_ROW</code> until <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#reset--"><code>Filter.reset()</code></a>
 is called just in case the caller calls
  for the next row.
- 
+
  Concrete implementers can signal a failure condition in their code by 
throwing an
  <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io"><code>IOException</code></a>.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>c</code> - the Cell in question</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
+<dd>code as described below, Filter.ReturnCode.INCLUDE by default</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter"><code>Filter.ReturnCode</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="filterCell-org.apache.hadoop.hbase.Cell-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>filterCell</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.157">filterCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div>
+<div class="block">A way to filter based on the column family, column 
qualifier and/or the column value. Return
+ code is described below. This allows filters to filter only certain number of 
columns, then
+ terminate without matching ever column.
+
+ If filterRowKey returns true, filterCell needs to be consistent with it.
+
+ filterCell can assume that filterRowKey has already been called for the row.
+
+ If your filter returns <code>ReturnCode.NEXT_ROW</code>, it should return
+ <code>ReturnCode.NEXT_ROW</code> until <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#reset--"><code>Filter.reset()</code></a>
 is called just in case the caller calls
+ for the next row.
+
+ Concrete implementers can signal a failure condition in their code by 
throwing an
+ <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io"><code>IOException</code></a>.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-">filterCell</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>c</code> - the Cell in question</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
 <dd>code as described below</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter"><code>Filter.ReturnCode</code></a></dd>
@@ -563,7 +605,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getNextCellHint</h4>
-<pre>public&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/filter/FuzzyRowFilter.html#line.177">getNextCellHint</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;currentCell)</pre>
+<pre>public&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/filter/FuzzyRowFilter.html#line.183">getNextCellHint</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;currentCell)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#getNextCellHint-org.apache.hadoop.hbase.Cell-">FilterBase</a></code></span></div>
 <div class="block">Filters that are not sure which key must be next seeked to, 
can inherit
  this implementation that, by default, returns a null Cell.
@@ -589,7 +631,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>filterAllRemaining</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.254">filterAllRemaining</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.260">filterAllRemaining</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#filterAllRemaining--">FilterBase</a></code></span></div>
 <div class="block">Filters that never filter all remaining can inherit this 
implementation that
  never stops the filter early.
@@ -612,7 +654,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>toByteArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.261">toByteArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.267">toByteArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#toByteArray--">FilterBase</a></code></span></div>
 <div class="block">Return length 0 byte array for Filters that don't require 
special serialization</div>
 <dl>
@@ -629,7 +671,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>parseFrom</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html" 
title="class in org.apache.hadoop.hbase.filter">FuzzyRowFilter</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.278">parseFrom</a>(byte[]&nbsp;pbBytes)
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html" 
title="class in org.apache.hadoop.hbase.filter">FuzzyRowFilter</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.284">parseFrom</a>(byte[]&nbsp;pbBytes)
                                 throws <a 
href="../../../../../org/apache/hadoop/hbase/exceptions/DeserializationException.html"
 title="class in 
org.apache.hadoop.hbase.exceptions">DeserializationException</a></pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -649,7 +691,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.297">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.303">toString</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#toString--">FilterBase</a></code></span></div>
 <div class="block">Return filter's info for debugging and logging 
purpose.</div>
 <dl>
@@ -664,7 +706,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>satisfies</h4>
-<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.321">satisfies</a>(byte[]&nbsp;row,
+<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.327">satisfies</a>(byte[]&nbsp;row,
                                               byte[]&nbsp;fuzzyKeyBytes,
                                               byte[]&nbsp;fuzzyKeyMeta)</pre>
 </li>
@@ -675,7 +717,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>satisfies</h4>
-<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.326">satisfies</a>(boolean&nbsp;reverse,
+<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.332">satisfies</a>(boolean&nbsp;reverse,
                                               byte[]&nbsp;row,
                                               byte[]&nbsp;fuzzyKeyBytes,
                                               byte[]&nbsp;fuzzyKeyMeta)</pre>
@@ -687,7 +729,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>satisfies</h4>
-<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.331">satisfies</a>(boolean&nbsp;reverse,
+<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.337">satisfies</a>(boolean&nbsp;reverse,
                                               byte[]&nbsp;row,
                                               int&nbsp;offset,
                                               int&nbsp;length,
@@ -701,7 +743,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>satisfiesNoUnsafe</h4>
-<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.395">satisfiesNoUnsafe</a>(boolean&nbsp;reverse,
+<pre>static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.SatisfiesCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FuzzyRowFilter.SatisfiesCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.401">satisfiesNoUnsafe</a>(boolean&nbsp;reverse,
                                                       byte[]&nbsp;row,
                                                       int&nbsp;offset,
                                                       int&nbsp;length,
@@ -715,7 +757,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getNextForFuzzyRule</h4>
-<pre>static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.442">getNextForFuzzyRule</a>(byte[]&nbsp;row,
+<pre>static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.448">getNextForFuzzyRule</a>(byte[]&nbsp;row,
                                   byte[]&nbsp;fuzzyKeyBytes,
                                   byte[]&nbsp;fuzzyKeyMeta)</pre>
 </li>
@@ -726,7 +768,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getNextForFuzzyRule</h4>
-<pre>static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.447">getNextForFuzzyRule</a>(boolean&nbsp;reverse,
+<pre>static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.453">getNextForFuzzyRule</a>(boolean&nbsp;reverse,
                                   byte[]&nbsp;row,
                                   byte[]&nbsp;fuzzyKeyBytes,
                                   byte[]&nbsp;fuzzyKeyMeta)</pre>
@@ -738,7 +780,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getNextForFuzzyRule</h4>
-<pre>static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.524">getNextForFuzzyRule</a>(boolean&nbsp;reverse,
+<pre>static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.530">getNextForFuzzyRule</a>(boolean&nbsp;reverse,
                                   byte[]&nbsp;row,
                                   int&nbsp;offset,
                                   int&nbsp;length,
@@ -757,7 +799,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>trimTrailingZeroes</h4>
-<pre>private static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.600">trimTrailingZeroes</a>(byte[]&nbsp;result,
+<pre>private static&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.606">trimTrailingZeroes</a>(byte[]&nbsp;result,
                                          byte[]&nbsp;fuzzyKeyMeta,
                                          int&nbsp;toInc)</pre>
 <div class="block">For forward scanner, next cell hint should  not contain any 
trailing zeroes
@@ -780,7 +822,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>areSerializedFieldsEqual</h4>
-<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.616">areSerializedFieldsEqual</a>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&nbsp;o)</pre>
+<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#line.622">areSerializedFieldsEqual</a>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&nbsp;o)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#areSerializedFieldsEqual-org.apache.hadoop.hbase.filter.Filter-">FilterBase</a></code></span></div>
 <div class="block">Default implementation so that writers of custom filters 
aren't forced to implement.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html
index edb261e..9fe6ff1 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":10,"i8":10};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = 
{"i0":10,"i1":9,"i2":10,"i3":10,"i4":42,"i5":10,"i6":10,"i7":9,"i8":10,"i9":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -201,7 +201,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -225,31 +225,37 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#filterCell-org.apache.hadoop.hbase.Cell-">filterCell</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>
 <div class="block">A way to filter based on the column family, column 
qualifier and/or the column value.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#filterRowKey-org.apache.hadoop.hbase.Cell-">filterRowKey</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;firstRowCell)</code>
 <div class="block">Filters a row based on the row key.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#getStopRowKey--">getStopRowKey</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html" 
title="class in 
org.apache.hadoop.hbase.filter">InclusiveStopFilter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#parseFrom-byte:A-">parseFrom</a></span>(byte[]&nbsp;pbBytes)</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#toByteArray--">toByteArray</a></span>()</code>
 <div class="block">Return length 0 byte array for Filters that don't require 
special serialization</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#toString--">toString</a></span>()</code>
 <div class="block">Return filter's info for debugging and logging 
purpose.</div>
@@ -349,7 +355,9 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>filterKeyValue</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.55">filterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;v)</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.56">filterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div>
 <div class="block">A way to filter based on the column family, column 
qualifier and/or the column value. Return
  code is described below. This allows filters to filter only certain number of 
columns, then
@@ -362,14 +370,48 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
  If your filter returns <code>ReturnCode.NEXT_ROW</code>, it should return
  <code>ReturnCode.NEXT_ROW</code> until <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#reset--"><code>Filter.reset()</code></a>
 is called just in case the caller calls
  for the next row.
- 
+
  Concrete implementers can signal a failure condition in their code by 
throwing an
  <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io"><code>IOException</code></a>.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>v</code> - the Cell in question</dd>
+<dd><code>c</code> - the Cell in question</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>code as described below, Filter.ReturnCode.INCLUDE by default</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter"><code>Filter.ReturnCode</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="filterCell-org.apache.hadoop.hbase.Cell-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>filterCell</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.61">filterCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div>
+<div class="block">A way to filter based on the column family, column 
qualifier and/or the column value. Return
+ code is described below. This allows filters to filter only certain number of 
columns, then
+ terminate without matching ever column.
+
+ If filterRowKey returns true, filterCell needs to be consistent with it.
+
+ filterCell can assume that filterRowKey has already been called for the row.
+
+ If your filter returns <code>ReturnCode.NEXT_ROW</code>, it should return
+ <code>ReturnCode.NEXT_ROW</code> until <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#reset--"><code>Filter.reset()</code></a>
 is called just in case the caller calls
+ for the next row.
+
+ Concrete implementers can signal a failure condition in their code by 
throwing an
+ <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io"><code>IOException</code></a>.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-">filterCell</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>c</code> - the Cell in question</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>code as described below</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -383,10 +425,10 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>filterRowKey</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.60">filterRowKey</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;firstRowCell)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.66">filterRowKey</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;firstRowCell)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterRowKey-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div>
 <div class="block">Filters a row based on the row key. If this returns true, 
the entire row will be excluded. If
- false, each KeyValue in the row will be passed to <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 below.
+ false, each KeyValue in the row will be passed to <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 below.
  If <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterAllRemaining--"><code>Filter.filterAllRemaining()</code></a>
 returns true, then <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterRowKey-org.apache.hadoop.hbase.Cell-"><code>Filter.filterRowKey(Cell)</code></a>
 should
  also return true.
 
@@ -408,7 +450,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>filterAllRemaining</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.68">filterAllRemaining</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.74">filterAllRemaining</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#filterAllRemaining--">FilterBase</a></code></span></div>
 <div class="block">Filters that never filter all remaining can inherit this 
implementation that
  never stops the filter early.
@@ -431,7 +473,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>createFilterFromArguments</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.72">createFilterFromArguments</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList</a>&lt;byte[]&gt;&nbsp;filterArguments)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.78">createFilterFromArguments</a>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList</a>&lt;byte[]&gt;&nbsp;filterArguments)</pre>
 </li>
 </ul>
 <a name="toByteArray--">
@@ -440,7 +482,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>toByteArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.82">toByteArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.88">toByteArray</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#toByteArray--">FilterBase</a></code></span></div>
 <div class="block">Return length 0 byte array for Filters that don't require 
special serialization</div>
 <dl>
@@ -457,7 +499,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>parseFrom</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html" 
title="class in org.apache.hadoop.hbase.filter">InclusiveStopFilter</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.96">parseFrom</a>(byte[]&nbsp;pbBytes)
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html" 
title="class in org.apache.hadoop.hbase.filter">InclusiveStopFilter</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.102">parseFrom</a>(byte[]&nbsp;pbBytes)
                                      throws <a 
href="../../../../../org/apache/hadoop/hbase/exceptions/DeserializationException.html"
 title="class in 
org.apache.hadoop.hbase.exceptions">DeserializationException</a></pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -477,14 +519,14 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>areSerializedFieldsEqual</h4>
-<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.112">areSerializedFieldsEqual</a>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&nbsp;o)</pre>
+<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.118">areSerializedFieldsEqual</a>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&nbsp;o)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#areSerializedFieldsEqual-org.apache.hadoop.hbase.filter.Filter-">FilterBase</a></code></span></div>
 <div class="block">Default implementation so that writers of custom filters 
aren't forced to implement.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#areSerializedFieldsEqual-org.apache.hadoop.hbase.filter.Filter-">areSerializedFieldsEqual</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterBase</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>other</code> - </dd>
+<dd><code>o</code> - the other filter to compare with</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if and only if the fields of the filter that are serialized
  are equal to the corresponding fields in other.  Used for testing.</dd>
@@ -497,7 +539,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.121">toString</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#line.127">toString</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#toString--">FilterBase</a></code></span></div>
 <div class="block">Return filter's info for debugging and logging 
purpose.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html
 
b/devapidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html
index e32d80e..36a6564 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>static class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.233">KeyOnlyFilter.KeyOnlyByteBufferCell</a>
+<pre>static class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.239">KeyOnlyFilter.KeyOnlyByteBufferCell</a>
 extends <a href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" 
title="class in org.apache.hadoop.hbase">ByteBufferCell</a></pre>
 </li>
 </ul>
@@ -338,7 +338,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>cell</h4>
-<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.234">cell</a></pre>
+<pre>private&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.240">cell</a></pre>
 </li>
 </ul>
 <a name="lenAsVal">
@@ -347,7 +347,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lenAsVal</h4>
-<pre>private&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.235">lenAsVal</a></pre>
+<pre>private&nbsp;boolean <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.241">lenAsVal</a></pre>
 </li>
 </ul>
 </li>
@@ -364,7 +364,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>KeyOnlyByteBufferCell</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.237">KeyOnlyByteBufferCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a>&nbsp;c,
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.243">KeyOnlyByteBufferCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a>&nbsp;c,
                              boolean&nbsp;lenAsVal)</pre>
 </li>
 </ul>
@@ -382,7 +382,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.243">getRowArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.249">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>
@@ -398,7 +398,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.248">getRowOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.254">getRowOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first row byte</dd>
@@ -411,7 +411,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowLength</h4>
-<pre>public&nbsp;short&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.253">getRowLength</a>()</pre>
+<pre>public&nbsp;short&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.259">getRowLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of row bytes. Must be &lt; rowArray.length - offset.</dd>
@@ -424,7 +424,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.258">getFamilyArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.264">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>
@@ -440,7 +440,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.263">getFamilyOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.269">getFamilyOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first family byte</dd>
@@ -453,7 +453,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyLength</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.268">getFamilyLength</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.274">getFamilyLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of family bytes.  Must be &lt; familyArray.length - offset.</dd>
@@ -466,7 +466,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.273">getQualifierArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.279">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>
@@ -481,7 +481,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.278">getQualifierOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.284">getQualifierOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first qualifier byte</dd>
@@ -494,7 +494,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.283">getQualifierLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.289">getQualifierLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of qualifier bytes.  Must be &lt; qualifierArray.length - 
offset.</dd>
@@ -507,7 +507,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimestamp</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.288">getTimestamp</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.294">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
@@ -521,7 +521,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTypeByte</h4>
-<pre>public&nbsp;byte&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.293">getTypeByte</a>()</pre>
+<pre>public&nbsp;byte&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.299">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>
@@ -534,7 +534,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getSequenceId</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.298">getSequenceId</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.304">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
@@ -552,7 +552,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.303">getValueArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.309">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>
@@ -568,7 +568,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.312">getValueOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.318">getValueOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Array index of first value byte</dd>
@@ -581,7 +581,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.317">getValueLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.323">getValueLength</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>Number of value bytes.  Must be &lt; valueArray.length - offset.</dd>
@@ -594,7 +594,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsArray</h4>
-<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.326">getTagsArray</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.332">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>
@@ -609,7 +609,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsOffset</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.331">getTagsOffset</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.337">getTagsOffset</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the first offset where the tags start in the Cell</dd>
@@ -622,7 +622,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.336">getTagsLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.342">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,
@@ -641,7 +641,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <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/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.341">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/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.347">getRowByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getRowByteBuffer--">getRowByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -656,7 +656,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getRowPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.346">getRowPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.352">getRowPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getRowPosition--">getRowPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -671,7 +671,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <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/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.351">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/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.357">getFamilyByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -686,7 +686,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getFamilyPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.356">getFamilyPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.362">getFamilyPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getFamilyPosition--">getFamilyPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -701,7 +701,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <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/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.361">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/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.367">getQualifierByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -716,7 +716,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getQualifierPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.366">getQualifierPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.372">getQualifierPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getQualifierPosition--">getQualifierPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -731,7 +731,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueByteBuffer</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.371">getValueByteBuffer</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.377">getValueByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getValueByteBuffer--">getValueByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -746,7 +746,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getValuePosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.380">getValuePosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.386">getValuePosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getValuePosition--">getValuePosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -761,7 +761,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getTagsByteBuffer</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.385">getTagsByteBuffer</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.391">getTagsByteBuffer</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getTagsByteBuffer--">getTagsByteBuffer</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>
@@ -776,7 +776,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTagsPosition</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.390">getTagsPosition</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.KeyOnlyByteBufferCell.html#line.396">getTagsPosition</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getTagsPosition--">getTagsPosition</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class 
in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd>

Reply via email to