You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/10/21 04:04:45 UTC

[44/51] [partial] hbase-site git commit: HBASE-21302 update website 1.2 docs for 1.2.8 release.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html
index 6e9af9f..9d6aa34 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PrefixFilter (Apache HBase 1.2.7 API)</title>
+<title>PrefixFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PrefixFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="PrefixFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html
index cb574bc..a99e2d0 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QualifierFilter (Apache HBase 1.2.7 API)</title>
+<title>QualifierFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="QualifierFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="QualifierFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html
index ca17b05..9c44252 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RandomRowFilter (Apache HBase 1.2.7 API)</title>
+<title>RandomRowFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RandomRowFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="RandomRowFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html
index 15a2358..29d2352 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RegexStringComparator.EngineType (Apache HBase 1.2.7 API)</title>
+<title>RegexStringComparator.EngineType (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RegexStringComparator.EngineType (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="RegexStringComparator.EngineType (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html
index 1f099f0..6029632 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RegexStringComparator (Apache HBase 1.2.7 API)</title>
+<title>RegexStringComparator (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RegexStringComparator (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="RegexStringComparator (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
index fae103b..8a63037 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowFilter (Apache HBase 1.2.7 API)</title>
+<title>RowFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RowFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="RowFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
index 12990ad..c631912 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SingleColumnValueExcludeFilter (Apache HBase 1.2.7 API)</title>
+<title>SingleColumnValueExcludeFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SingleColumnValueExcludeFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SingleColumnValueExcludeFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
index 005d942..89d358e 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SingleColumnValueFilter (Apache HBase 1.2.7 API)</title>
+<title>SingleColumnValueFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SingleColumnValueFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SingleColumnValueFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html
index c6df2d7..576a698 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SkipFilter (Apache HBase 1.2.7 API)</title>
+<title>SkipFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SkipFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SkipFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html
index 639b940..230342b 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SubstringComparator (Apache HBase 1.2.7 API)</title>
+<title>SubstringComparator (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SubstringComparator (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SubstringComparator (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
index 07043ff..7771c93 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TimestampsFilter (Apache HBase 1.2.7 API)</title>
+<title>TimestampsFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TimestampsFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="TimestampsFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html
index 4323e2f..661a99c 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ValueFilter (Apache HBase 1.2.7 API)</title>
+<title>ValueFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ValueFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="ValueFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html
index 94bbd58..90fd57d 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WhileMatchFilter (Apache HBase 1.2.7 API)</title>
+<title>WhileMatchFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="WhileMatchFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="WhileMatchFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html
index 7ad7217..f9f6221 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.BinaryComparator (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.BinaryComparator (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BinaryComparator (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BinaryComparator (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html
index 6087465..a0504e2 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.BinaryPrefixComparator (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.BinaryPrefixComparator (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BinaryPrefixComparator (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BinaryPrefixComparator (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html
index 632d2a5..aeb3070 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html
index fe6d7ed..3d89891 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.BitComparator (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.BitComparator (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BitComparator (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.BitComparator (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html
index 7f0fbb2..5b8791a 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.ByteArrayComparable (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.ByteArrayComparable (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ByteArrayComparable (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ByteArrayComparable (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -157,11 +161,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a></code></td>
-<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#comparator">comparator</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#comparator">comparator</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a></code></td>
-<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#comparator">comparator</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#comparator">comparator</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -180,11 +184,11 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a></code></td>
-<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a></code></td>
-<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a></code></td>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html
index 5d7ff73..8f16121 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnCountGetFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnCountGetFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnCountGetFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnCountGetFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html
index be1530c..8ca2224 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnPaginationFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnPaginationFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnPaginationFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnPaginationFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html
index 87a22ce..2246aaf 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnPrefixFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnPrefixFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnPrefixFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnPrefixFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html
index a64c126..a872898 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnRangeFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.ColumnRangeFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnRangeFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.ColumnRangeFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
index 568cf64..26a60e3 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.CompareFilter.CompareOp (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.CompareFilter.CompareOp (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.CompareFilter.CompareOp (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.CompareFilter.CompareOp (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -158,11 +162,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a></code></td>
-<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#compareOp">compareOp</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#compareOp">compareOp</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a></code></td>
-<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#compareOp">compareOp</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#compareOp">compareOp</a></strong></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -181,11 +185,11 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a></code></td>
-<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#getOperator()">getOperator</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#getOperator()">getOperator</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a></code></td>
-<td class="colLast"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#getOperator()">getOperator</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CompareFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.html#getOperator()">getOperator</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a></code></td>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html
index e69cf1b..75b5657 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.CompareFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.CompareFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.CompareFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.CompareFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html
index 2484fa2..ee0a470 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.DependentColumnFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.DependentColumnFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.DependentColumnFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.DependentColumnFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html
index c9ef6e9..3217225 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.FamilyFilter (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.FamilyFilter (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.FamilyFilter (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.FamilyFilter (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e99cd16b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index 0cdb6d2..867a7f0 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -3,13 +3,17 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.hadoop.hbase.filter.Filter.ReturnCode (Apache HBase 1.2.7 API)</title>
+<title>Uses of Class org.apache.hadoop.hbase.filter.Filter.ReturnCode (Apache HBase 1.2.8 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.Filter.ReturnCode (Apache HBase 1.2.7 API)";
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class org.apache.hadoop.hbase.filter.Filter.ReturnCode (Apache HBase 1.2.8 API)";
+        }
+    }
+    catch(err) {
     }
 //-->
 </script>
@@ -111,105 +115,105 @@
 </tr>
 <tr 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"><span class="strong">FirstKeyOnlyFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FirstKeyOnlyFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ColumnRangeFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnRangeFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;kv)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">SkipFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SkipFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">QualifierFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/QualifierFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">ColumnCountGetFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnCountGetFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">WhileMatchFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/WhileMatchFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">WhileMatchFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/WhileMatchFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FilterList.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FilterList.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">ColumnPaginationFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnPaginationFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FuzzyRowFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">ColumnRangeFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnRangeFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;kv)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">SkipFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SkipFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">FilterList.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FilterList.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">MultiRowRangeFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;ignored)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">FuzzyRowFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FuzzyRowFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ColumnPrefixFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnPrefixFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;kv)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>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"><span class="strong">Filter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>
-<div class="block">A way to filter based on the column family, column qualifier and/or the column value.</div>
-</td>
+<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"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">DependentColumnFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/DependentColumnFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">MultipleColumnPrefixFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;kv)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">ColumnPrefixFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnPrefixFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;kv)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ValueFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">MultiRowRangeFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/MultiRowRangeFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;ignored)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">KeyOnlyFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;ignored)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">RandomRowFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/RandomRowFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FirstKeyOnlyFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FirstKeyOnlyFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">FirstKeyValueMatchingQualifiersFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">TimestampsFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/TimestampsFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">ValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ValueFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DependentColumnFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/DependentColumnFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">SingleColumnValueFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;c)</code>&nbsp;</td>
+<td class="colFirst"><code>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"><span class="strong">Filter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>
+<div class="block">A way to filter based on the column family, column qualifier and/or the column value.</div>
+</td>
 </tr>
 <tr 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"><span class="strong">InclusiveStopFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ColumnCountGetFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnCountGetFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">QualifierFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/QualifierFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FamilyFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FamilyFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">TimestampsFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/TimestampsFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ColumnPaginationFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/ColumnPaginationFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">PageFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/PageFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;ignored)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">RandomRowFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/RandomRowFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">PrefixFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/PrefixFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">InclusiveStopFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/InclusiveStopFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">FamilyFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FamilyFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">PageFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/PageFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;ignored)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">KeyOnlyFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;ignored)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">RowFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/RowFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">RowFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/RowFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">FirstKeyValueMatchingQualifiersFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr 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"><span class="strong">MultipleColumnPrefixFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;kv)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">PrefixFilter.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/filter/PrefixFilter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)">filterKeyValue</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>&nbsp;v)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a></code></td>