http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html 
b/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html
index dfa465f..9e0a2b4 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":6,"i1":9,"i2":10,"i3":10,"i4":10,"i5":6,"i6":10,"i7":10,"i8":6,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":10,"i15":10};
+var methods = 
{"i0":6,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":6,"i7":10,"i8":10,"i9":6,"i10":10,"i11":10,"i12":9,"i13":10,"i14":10,"i15":10,"i16":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -178,7 +178,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <tr class="rowColor">
 <td class="colFirst"><code>protected <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/FilterListBase.html#transformedCell">transformedCell</a></span></code>
-<div class="block">When filtering a given Cell in <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>filterKeyValue(Cell)</code></a>,
 this stores the transformed Cell
+<div class="block">When filtering a given Cell in <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>filterCell(Cell)</code></a>,
 this stores the transformed Cell
  to be returned by <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-"><code>transformCell(Cell)</code></a>.</div>
 </td>
 </tr>
@@ -237,71 +237,77 @@ 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/FilterListBase.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/FilterListBase.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/FilterListBase.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">A way to filter based on the column family, column 
qualifier and/or the column value.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterRowCells-java.util.List-">filterRowCells</a></span>(<a
 
href="http://docs.oracle.com/javase/8/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/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;cells)</code>
 <div class="block">Filters that never filter by modifying the returned List of 
Cells can inherit this
  implementation that does nothing.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>protected abstract <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/FilterListBase.html#formatLogFilters-java.util.List-">formatLogFilters</a></span>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in 
org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;logFilters)</code>&nbsp;</td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><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;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#getFilters--">getFilters</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#hasFilterRow--">hasFilterRow</a></span>()</code>
 <div class="block">Fitlers that never filter by modifying the returned List of 
Cells can
  inherit this implementation that does nothing.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>(package private) abstract <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/FilterListBase.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
-                      <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)</code>
-<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>filterKeyValue(Cell)</code></a></div>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterCell</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
+                  <a href="../../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)</code>
+<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>filterCell(Cell)</code></a></div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isEmpty--">isEmpty</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isFamilyEssential-byte:A-">isFamilyEssential</a></span>(byte[]&nbsp;name)</code>
 <div class="block">By default, we require all scan's column families to be 
present.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>protected static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isInReturnCodes-org.apache.hadoop.hbase.filter.Filter.ReturnCode-org.apache.hadoop.hbase.filter.Filter.ReturnCode...-">isInReturnCodes</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;testRC,
                <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>...&nbsp;returnCodes)</code>&nbsp;</td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#setReversed-boolean-">setReversed</a></span>(boolean&nbsp;reversed)</code>
 <div class="block">alter the reversed scan flag</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#size--">size</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" 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/FilterListBase.html#toString--">toString</a></span>()</code>
 <div class="block">Return filter's info for debugging and logging 
purpose.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" 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/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-">transformCell</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">By default no transformation takes place
@@ -384,7 +390,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <li class="blockList">
 <h4>transformedCell</h4>
 <pre>protected&nbsp;<a href="../../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.51">transformedCell</a></pre>
-<div class="block">When filtering a given Cell in <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>filterKeyValue(Cell)</code></a>,
 this stores the transformed Cell
+<div class="block">When filtering a given Cell in <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>filterCell(Cell)</code></a>,
 this stores the transformed Cell
  to be returned by <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-"><code>transformCell(Cell)</code></a>.
 Individual filters transformation are applied
  only when the filter includes the Cell. Transformations are composed in the 
order specified by
  <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filters"><code>filters</code></a>.</div>
@@ -514,16 +520,16 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 </dl>
 </li>
 </ul>
-<a 
name="internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">
+<a 
name="internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>internalFilterKeyValue</h4>
-<pre>abstract&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/FilterListBase.html#line.118">internalFilterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
-                                                  <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)
-                                           throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>filterKeyValue(Cell)</code></a></div>
+<h4>internalFilterCell</h4>
+<pre>abstract&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/FilterListBase.html#line.118">internalFilterCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
+                                              <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)
+                                       throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>filterCell(Cell)</code></a></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>c</code> - The cell in question.</dd>
@@ -533,7 +539,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-"><code>FilterList.internalFilterKeyValue(Cell,
 Cell)</code></a></dd>
+<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-"><code>FilterList.internalFilterCell(Cell,
 Cell)</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -557,15 +563,52 @@ 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="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - in case an I/O 
or an filter specific failure needs to be signaled.</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/FilterListBase.html#line.126">filterCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c)
+                             throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
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="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - in case an I/O 
or an filter specific failure needs to be signaled.</dd>
@@ -580,7 +623,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>filterRowCells</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.130">filterRowCells</a>(<a
 
href="http://docs.oracle.com/javase/8/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/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;cells)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.135">filterRowCells</a>(<a
 
href="http://docs.oracle.com/javase/8/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/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&nbsp;cells)
                     throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Filters that never filter by modifying the returned List of 
Cells can inherit this
  implementation that does nothing. Filters that never filter by modifying the 
returned List of Cells can
@@ -606,7 +649,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>hasFilterRow</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.137">hasFilterRow</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.142">hasFilterRow</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#hasFilterRow--">FilterBase</a></code></span></div>
 <div class="block">Fitlers that never filter by modifying the returned List of 
Cells can
  inherit this implementation that does nothing.
@@ -627,7 +670,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>isFamilyEssential</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.147">isFamilyEssential</a>(byte[]&nbsp;name)
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.152">isFamilyEssential</a>(byte[]&nbsp;name)
                           throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#isFamilyEssential-byte:A-">FilterBase</a></code></span></div>
 <div class="block">By default, we require all scan's column families to be 
present. Our
@@ -654,7 +697,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>setReversed</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.160">setReversed</a>(boolean&nbsp;reversed)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListBase.html#line.165">setReversed</a>(boolean&nbsp;reversed)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#setReversed-boolean-">Filter</a></code></span></div>
 <div class="block">alter the reversed scan flag</div>
 <dl>
@@ -671,7 +714,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/FilterListBase.html#line.168">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/FilterListBase.html#line.173">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>
@@ -686,7 +729,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>formatLogFilters</h4>
-<pre>protected abstract&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/FilterListBase.html#line.173">formatLogFilters</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;logFilters)</pre>
+<pre>protected abstract&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/FilterListBase.html#line.178">formatLogFilters</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;logFilters)</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithAND.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithAND.html 
b/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithAND.html
index 129106d..eef6ca9 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithAND.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithAND.html
@@ -125,7 +125,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Private
-public class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.35">FilterListWithAND</a>
+public class <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.34">FilterListWithAND</a>
 extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></pre>
 <div class="block">FilterListWithAND represents an ordered list of filters 
which will be evaluated with an AND
  operator.</div>
@@ -163,8 +163,8 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>private <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListWithAND.html#seekHintFilter">seekHintFilter</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>private <a 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListWithAND.html#seekHintFilters">seekHintFilters</a></span></code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -227,7 +227,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListWithAND.html#filterRow--">filterRow</a></span>()</code>
 <div class="block">Filters that never filter by rows based on previously 
gathered state from
- <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 can inherit this implementation that
+ <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 can inherit this implementation that
  never filters a row.</div>
 </td>
 </tr>
@@ -259,9 +259,9 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>(package private) <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/FilterListWithAND.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
-                      <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)</code>
-<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterKeyValue(Cell)</code></a></div>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListWithAND.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterCell</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
+                  <a href="../../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)</code>
+<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterCell(Cell)</code></a></div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
@@ -284,7 +284,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#checkAndGetReversed-java.util.List-boolean-">checkAndGetReversed</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#compareCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">compareCell</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterRowCells-java.util.List-">filterRowCells</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#getFilters--">getFilters</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#hasFilterRow--">hasFilterRow</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isEmpty--">isEmpty</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isFamilyEssential-byte:A-"
 >isFamilyEssential</a>, <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isInReturnCodes-org.apache.hadoop.hbase.filter.Filter.ReturnCode-org.apache.hadoop.hbase.filter.Filter.ReturnCode...-">isInReturnCodes</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#setReversed-boolean-">setReversed</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#size--">size</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#toString--">toString</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-">transformCell</a></code></li>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#checkAndGetReversed-java.util.List-boolean-">checkAndGetReversed</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#compareCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">compareCell</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-">filterCell</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterRowCells-java.util.List-">filterRowCells</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#getFilters--">getFilters</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#hasFilterRow--">hasFilterRow</a>,
 <a href="../../../../../org/apache/hadoop/hbase/filter/FilterListBa
 se.html#isEmpty--">isEmpty</a>, <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isFamilyEssential-byte:A-">isFamilyEssential</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isInReturnCodes-org.apache.hadoop.hbase.filter.Filter.ReturnCode-org.apache.hadoop.hbase.filter.Filter.ReturnCode...-">isInReturnCodes</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#setReversed-boolean-">setReversed</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#size--">size</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#toString--">toString</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-">transformCell</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.filter.FilterBase">
@@ -321,13 +321,13 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="seekHintFilter">
+<a name="seekHintFilters">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>seekHintFilter</h4>
-<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt; <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.37">seekHintFilter</a></pre>
+<h4>seekHintFilters</h4>
+<pre>private&nbsp;<a 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt; <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.36">seekHintFilters</a></pre>
 </li>
 </ul>
 </li>
@@ -344,7 +344,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FilterListWithAND</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.39">FilterListWithAND</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;filters)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.38">FilterListWithAND</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;filters)</pre>
 </li>
 </ul>
 </li>
@@ -361,7 +361,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>addFilterLists</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.44">addFilterLists</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;filters)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.43">addFilterLists</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;filters)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#addFilterLists-java.util.List-">addFilterLists</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></code></dd>
@@ -374,7 +374,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>formatLogFilters</h4>
-<pre>protected&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/FilterListWithAND.html#line.52">formatLogFilters</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;logFilters)</pre>
+<pre>protected&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/FilterListWithAND.html#line.51">formatLogFilters</a>(<a
 
href="http://docs.oracle.com/javase/8/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/filter/Filter.html" title="class 
in org.apache.hadoop.hbase.filter">Filter</a>&gt;&nbsp;logFilters)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#formatLogFilters-java.util.List-">formatLogFilters</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></code></dd>
@@ -387,13 +387,13 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>mergeReturnCode</h4>
-<pre>private&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/FilterListWithAND.html#line.93">mergeReturnCode</a>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;rc,
+<pre>private&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/FilterListWithAND.html#line.92">mergeReturnCode</a>(<a
 href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;rc,
                                           <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;localRC)</pre>
 <div class="block">FilterList with MUST_PASS_ALL choose the maximal forward 
step among sub-filters in filter list.
  Let's call it: The Maximal Step Rule. So if filter-A in filter list return 
INCLUDE and filter-B
  in filter list return INCLUDE_AND_NEXT_COL, then the filter list should return
  INCLUDE_AND_NEXT_COL. For SEEK_NEXT_USING_HINT, it's more special, and in 
method
- filterKeyValueWithMustPassAll(), if any sub-filter return 
SEEK_NEXT_USING_HINT, then our filter
+ filterCellWithMustPassAll(), if any sub-filter return SEEK_NEXT_USING_HINT, 
then our filter
  list will return SEEK_NEXT_USING_HINT. so we don't care about the 
SEEK_NEXT_USING_HINT here.
  <br/>
  <br/>
@@ -428,20 +428,20 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 </dl>
 </li>
 </ul>
-<a 
name="internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">
+<a 
name="internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>internalFilterKeyValue</h4>
-<pre><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/FilterListWithAND.html#line.151">internalFilterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
-                                         <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)
-                                  throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">FilterListBase</a></code></span></div>
-<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterKeyValue(Cell)</code></a></div>
+<h4>internalFilterCell</h4>
+<pre><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/FilterListWithAND.html#line.150">internalFilterCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
+                                     <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformedCell)
+                              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">FilterListBase</a></code></span></div>
+<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterCell(Cell)</code></a></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterKeyValue</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></code></dd>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterCell</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>c</code> - The cell in question.</dd>
 <dd><code>transformedCell</code> - The transformed cell of previous 
filter(s)</dd>
@@ -450,7 +450,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-"><code>FilterList.internalFilterKeyValue(Cell,
 Cell)</code></a></dd>
+<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-"><code>FilterList.internalFilterCell(Cell,
 Cell)</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -460,7 +460,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>reset</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.189">reset</a>()
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.188">reset</a>()
            throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#reset--">FilterBase</a></code></span></div>
 <div class="block">Filters that are purely stateless and do nothing in their 
reset() methods can inherit
@@ -484,7 +484,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>filterRowKey</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.197">filterRowKey</a>(byte[]&nbsp;rowKey,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.196">filterRowKey</a>(byte[]&nbsp;rowKey,
                             int&nbsp;offset,
                             int&nbsp;length)
                      throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -493,7 +493,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
  never filters anything. (ie: returns false).
 
  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.
  
  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>
@@ -517,11 +517,11 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>filterRowKey</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.212">filterRowKey</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;firstRowCell)
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.211">filterRowKey</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;firstRowCell)
                      throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
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.
 
@@ -545,7 +545,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>filterAllRemaining</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.230">filterAllRemaining</a>()
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.229">filterAllRemaining</a>()
                            throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
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
@@ -571,14 +571,14 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>filterRow</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.243">filterRow</a>()
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterListWithAND.html#line.242">filterRow</a>()
                   throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#filterRow--">FilterBase</a></code></span></div>
 <div class="block">Filters that never filter by rows based on previously 
gathered state from
- <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 can inherit this implementation that
+ <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 can inherit this implementation that
  never filters a row.
 
- Last chance to veto row based on previous <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 calls. The filter
+ Last chance to veto row based on previous <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 calls. The filter
  needs to retain state then return a particular value for this call if they 
wish to exclude a
  row if a certain column is missing (for example).
  
@@ -600,7 +600,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <ul class="blockListLast">
 <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/FilterListWithAND.html#line.257">getNextCellHint</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;currentCell)
+<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/FilterListWithAND.html#line.256">getNextCellHint</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;currentCell)
                      throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
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

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html 
b/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html
index f77713a..228a750 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html
@@ -233,7 +233,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListWithOR.html#filterRow--">filterRow</a></span>()</code>
 <div class="block">Filters that never filter by rows based on previously 
gathered state from
- <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 can inherit this implementation that
+ <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 can inherit this implementation that
  never filters a row.</div>
 </td>
 </tr>
@@ -265,9 +265,9 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>(package private) <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/FilterListWithOR.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterKeyValue</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
-                      <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformCell)</code>
-<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterKeyValue(Cell)</code></a></div>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListWithOR.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterCell</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
+                  <a href="../../../../../org/apache/hadoop/hbase/Cell.html" 
title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;transformCell)</code>
+<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterCell(Cell)</code></a></div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
@@ -311,7 +311,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.hadoop.hbase.filter.<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#checkAndGetReversed-java.util.List-boolean-">checkAndGetReversed</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#compareCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">compareCell</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterRowCells-java.util.List-">filterRowCells</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#getFilters--">getFilters</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#hasFilterRow--">hasFilterRow</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isEmpty--">isEmpty</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isFamilyEssential-byte:A-"
 >isFamilyEssential</a>, <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isInReturnCodes-org.apache.hadoop.hbase.filter.Filter.ReturnCode-org.apache.hadoop.hbase.filter.Filter.ReturnCode...-">isInReturnCodes</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#setReversed-boolean-">setReversed</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#size--">size</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#toString--">toString</a>,
 > <a 
 >href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-">transformCell</a></code></li>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#checkAndGetReversed-java.util.List-boolean-">checkAndGetReversed</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#compareCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">compareCell</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-">filterCell</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">filterKeyValue</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterRowCells-java.util.List-">filterRowCells</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#getFilters--">getFilters</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#hasFilterRow--">hasFilterRow</a>,
 <a href="../../../../../org/apache/hadoop/hbase/filter/FilterListBa
 se.html#isEmpty--">isEmpty</a>, <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isFamilyEssential-byte:A-">isFamilyEssential</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#isInReturnCodes-org.apache.hadoop.hbase.filter.Filter.ReturnCode-org.apache.hadoop.hbase.filter.Filter.ReturnCode...-">isInReturnCodes</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#setReversed-boolean-">setReversed</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#size--">size</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#toString--">toString</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#transformCell-org.apache.hadoop.hbase.Cell-">transformCell</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.filter.FilterBase">
@@ -516,20 +516,20 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
                                 <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" 
title="enum in 
org.apache.hadoop.hbase.filter">Filter.ReturnCode</a>&nbsp;currentRC)</pre>
 </li>
 </ul>
-<a 
name="internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">
+<a 
name="internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>internalFilterKeyValue</h4>
-<pre><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/FilterListWithOR.html#line.249">internalFilterKeyValue</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
-                                         <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformCell)
-                                  throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">FilterListBase</a></code></span></div>
-<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterKeyValue(Cell)</code></a></div>
+<h4>internalFilterCell</h4>
+<pre><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/FilterListWithOR.html#line.249">internalFilterCell</a>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;c,
+                                     <a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;transformCell)
+                              throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">FilterListBase</a></code></span></div>
+<div class="block">Internal implementation of <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>FilterListBase.filterCell(Cell)</code></a></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterKeyValue</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></code></dd>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-">internalFilterCell</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.html" 
title="class in org.apache.hadoop.hbase.filter">FilterListBase</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>c</code> - The cell in question.</dd>
 <dd><code>transformCell</code> - The transformed cell of previous 
filter(s)</dd>
@@ -538,7 +538,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.html#internalFilterKeyValue-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-"><code>FilterList.internalFilterKeyValue(Cell,
 Cell)</code></a></dd>
+<dd><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterList.html#internalFilterCell-org.apache.hadoop.hbase.Cell-org.apache.hadoop.hbase.Cell-"><code>FilterList.internalFilterCell(Cell,
 Cell)</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -581,7 +581,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
  never filters anything. (ie: returns false).
 
  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.
  
  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>
@@ -609,7 +609,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
                      throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
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.
 
@@ -663,10 +663,10 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterListBase.ht
                   throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterBase.html#filterRow--">FilterBase</a></code></span></div>
 <div class="block">Filters that never filter by rows based on previously 
gathered state from
- <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 can inherit this implementation that
+ <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 can inherit this implementation that
  never filters a row.
 
- Last chance to veto row based on previous <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-"><code>Filter.filterKeyValue(Cell)</code></a>
 calls. The filter
+ Last chance to veto row based on previous <a 
href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-"><code>Filter.filterCell(Cell)</code></a>
 calls. The filter
  needs to retain state then return a particular value for this call if they 
wish to exclude a
  row if a certain column is missing (for example).
  

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/devapidocs/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html 
b/devapidocs/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html
index e7ccac2..c2264d5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static enum <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.html#line.135">FilterWrapper.FilterRowRetCode</a>
+<pre>public static enum <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.html#line.140">FilterWrapper.FilterRowRetCode</a>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a>&gt;</pre>
 </li>
 </ul>
@@ -216,7 +216,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>NOT_CALLED</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.136">NOT_CALLED</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.141">NOT_CALLED</a></pre>
 </li>
 </ul>
 <a name="INCLUDE">
@@ -225,7 +225,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>INCLUDE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.137">INCLUDE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.142">INCLUDE</a></pre>
 </li>
 </ul>
 <a name="EXCLUDE">
@@ -234,7 +234,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>EXCLUDE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.138">EXCLUDE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.143">EXCLUDE</a></pre>
 </li>
 </ul>
 <a name="INCLUDE_THIS_FAMILY">
@@ -243,7 +243,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>INCLUDE_THIS_FAMILY</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.139">INCLUDE_THIS_FAMILY</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.144">INCLUDE_THIS_FAMILY</a></pre>
 </li>
 </ul>
 </li>
@@ -260,7 +260,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/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.135">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.140">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:
@@ -280,7 +280,7 @@ for (FilterWrapper.FilterRowRetCode c : 
FilterWrapper.FilterRowRetCode.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.135">valueOf</a>(<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;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html"
 title="enum in 
org.apache.hadoop.hbase.filter">FilterWrapper.FilterRowRetCode</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/filter/FilterWrapper.FilterRowRetCode.html#line.140">valueOf</a>(<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;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 

Reply via email to