http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/ParseFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/ParseFilter.html b/apidocs/org/apache/hadoop/hbase/filter/ParseFilter.html index 43b2165..7993db3 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/ParseFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/ParseFilter.html @@ -406,7 +406,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>extractFilterSimpleExpression</h4> -<pre>public byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.205">extractFilterSimpleExpression</a>(byte[] filterStringAsByteArray, +<pre>public byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.212">extractFilterSimpleExpression</a>(byte[] filterStringAsByteArray, int filterExpressionStartOffset) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/charset/CharacterCodingException.html?is-external=true" title="class or interface in java.nio.charset">CharacterCodingException</a></pre> <div class="block">Extracts a simple filter expression from the filter string given by the user @@ -435,7 +435,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>parseSimpleFilterExpression</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.234">parseSimpleFilterExpression</a>(byte[] filterStringAsByteArray) +<pre>public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.241">parseSimpleFilterExpression</a>(byte[] filterStringAsByteArray) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/charset/CharacterCodingException.html?is-external=true" title="class or interface in java.nio.charset">CharacterCodingException</a></pre> <div class="block">Constructs a filter object given a simple filter expression <p></div> @@ -455,7 +455,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getFilterName</h4> -<pre>public static byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.267">getFilterName</a>(byte[] filterStringAsByteArray)</pre> +<pre>public static byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.274">getFilterName</a>(byte[] filterStringAsByteArray)</pre> <div class="block">Returns the filter name given a simple filter expression <p></div> <dl> @@ -472,7 +472,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getFilterArguments</h4> -<pre>public static <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><byte[]> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.295">getFilterArguments</a>(byte[] filterStringAsByteArray)</pre> +<pre>public static <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><byte[]> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.302">getFilterArguments</a>(byte[] filterStringAsByteArray)</pre> <div class="block">Returns the arguments of the filter from the filter string <p></div> <dl> @@ -489,7 +489,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>reduce</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.365">reduce</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>> operatorStack, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.372">reduce</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>> operatorStack, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</a><<a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a>> filterStack, <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> operator)</pre> <div class="block">This function is called while parsing the filterString and an operator is parsed @@ -508,7 +508,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>popArguments</h4> -<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.383">popArguments</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>> operatorStack, +<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.390">popArguments</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>> operatorStack, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</a><<a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a>> filterStack)</pre> <div class="block">Pops an argument from the operator stack and the number of arguments required by the operator from the filterStack and evaluates them @@ -528,7 +528,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>hasHigherPriority</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.463">hasHigherPriority</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> a, +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.470">hasHigherPriority</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> a, <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> b)</pre> <div class="block">Returns which operator has higher precedence <p> @@ -542,7 +542,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>createUnescapdArgument</h4> -<pre>public static byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.478">createUnescapdArgument</a>(byte[] filterStringAsByteArray, +<pre>public static byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.485">createUnescapdArgument</a>(byte[] filterStringAsByteArray, int argumentStartIndex, int argumentEndIndex)</pre> <div class="block">Removes the single quote escaping a single quote - thus it returns an unescaped argument @@ -563,7 +563,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>checkForOr</h4> -<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.516">checkForOr</a>(byte[] filterStringAsByteArray, +<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.523">checkForOr</a>(byte[] filterStringAsByteArray, int indexOfOr) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/charset/CharacterCodingException.html?is-external=true" title="class or interface in java.nio.charset">CharacterCodingException</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></pre> @@ -587,7 +587,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>checkForAnd</h4> -<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.542">checkForAnd</a>(byte[] filterStringAsByteArray, +<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.549">checkForAnd</a>(byte[] filterStringAsByteArray, int indexOfAnd) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/charset/CharacterCodingException.html?is-external=true" title="class or interface in java.nio.charset">CharacterCodingException</a></pre> <div class="block">Checks if the current index of filter string we are on is the beginning of the keyword 'AND' @@ -609,7 +609,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>checkForSkip</h4> -<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.569">checkForSkip</a>(byte[] filterStringAsByteArray, +<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.576">checkForSkip</a>(byte[] filterStringAsByteArray, int indexOfSkip) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/charset/CharacterCodingException.html?is-external=true" title="class or interface in java.nio.charset">CharacterCodingException</a></pre> <div class="block">Checks if the current index of filter string we are on is the beginning of the keyword 'SKIP' @@ -631,7 +631,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>checkForWhile</h4> -<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.599">checkForWhile</a>(byte[] filterStringAsByteArray, +<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.606">checkForWhile</a>(byte[] filterStringAsByteArray, int indexOfWhile) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/charset/CharacterCodingException.html?is-external=true" title="class or interface in java.nio.charset">CharacterCodingException</a></pre> <div class="block">Checks if the current index of filter string we are on is the beginning of the keyword 'WHILE' @@ -653,7 +653,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>isQuoteUnescaped</h4> -<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.629">isQuoteUnescaped</a>(byte[] array, +<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.636">isQuoteUnescaped</a>(byte[] array, int quoteIndex)</pre> <div class="block">Returns a boolean indicating whether the quote was escaped or not <p></div> @@ -672,7 +672,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>removeQuotesFromByteArray</h4> -<pre>public static byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.650">removeQuotesFromByteArray</a>(byte[] quotedByteArray)</pre> +<pre>public static byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.657">removeQuotesFromByteArray</a>(byte[] quotedByteArray)</pre> <div class="block">Takes a quoted byte array and converts it into an unquoted byte array For example: given a byte array representing 'abc', it returns a byte array representing abc @@ -691,7 +691,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>convertByteArrayToInt</h4> -<pre>public static int <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.672">convertByteArrayToInt</a>(byte[] numberAsByteArray)</pre> +<pre>public static int <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.679">convertByteArrayToInt</a>(byte[] numberAsByteArray)</pre> <div class="block">Converts an int expressed in a byte array to an actual int <p> This doesn't use Bytes.toInt because that assumes @@ -711,7 +711,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>convertByteArrayToLong</h4> -<pre>public static long <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.695">convertByteArrayToLong</a>(byte[] numberAsByteArray)</pre> +<pre>public static long <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.702">convertByteArrayToLong</a>(byte[] numberAsByteArray)</pre> <div class="block">Converts a long expressed in a byte array to an actual long <p> This doesn't use Bytes.toLong because that assumes @@ -731,7 +731,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>convertByteArrayToBoolean</h4> -<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.738">convertByteArrayToBoolean</a>(byte[] booleanAsByteArray)</pre> +<pre>public static boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.745">convertByteArrayToBoolean</a>(byte[] booleanAsByteArray)</pre> <div class="block">Converts a boolean expressed in a byte array to an actual boolean <p> This doesn't used Bytes.toBoolean because Bytes.toBoolean(byte []) @@ -752,7 +752,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>createCompareOp</h4> -<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.769">createCompareOp</a>(byte[] compareOpAsByteArray)</pre> +<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.776">createCompareOp</a>(byte[] compareOpAsByteArray)</pre> <div class="block">Takes a compareOperator symbol as a byte array and returns the corresponding CompareOperator <p></div> <dl> @@ -769,7 +769,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>createComparator</h4> -<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.793">createComparator</a>(byte[] comparator)</pre> +<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparable.html" title="class in org.apache.hadoop.hbase.filter">ByteArrayComparable</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.800">createComparator</a>(byte[] comparator)</pre> <div class="block">Parses a comparator of the form comparatorType:comparatorValue form and returns a comparator <p></div> <dl> @@ -786,7 +786,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>parseComparator</h4> -<pre>public static byte[][] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.819">parseComparator</a>(byte[] comparator)</pre> +<pre>public static byte[][] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.826">parseComparator</a>(byte[] comparator)</pre> <div class="block">Splits a column in comparatorType:comparatorValue form into separate byte arrays <p></div> <dl> @@ -803,7 +803,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getSupportedFilters</h4> -<pre>public <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><<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>> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.840">getSupportedFilters</a>()</pre> +<pre>public <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><<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>> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.847">getSupportedFilters</a>()</pre> <div class="block">Return a Set of filters supported by the Filter Language</div> </li> </ul> @@ -813,7 +813,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getAllFilters</h4> -<pre>public static <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</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>,<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>> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.848">getAllFilters</a>()</pre> +<pre>public static <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</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>,<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>> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.855">getAllFilters</a>()</pre> <div class="block">Returns all known filters</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -827,7 +827,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>registerFilter</h4> -<pre>public static void <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.859">registerFilter</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> name, +<pre>public static void <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/ParseFilter.html#line.866">registerFilter</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> name, <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> filterClass)</pre> <div class="block">Register a new filter with the parser. If the filter is already registered, an IllegalArgumentException will be thrown.</div> @@ -907,6 +907,6 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html b/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html index 88a0b29..9e58822 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/PrefixFilter.html @@ -622,6 +622,6 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html b/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html index 585d5c5..d14ed0d 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html @@ -458,6 +458,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.htm <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html b/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html index 337f41c..d894ec5 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/RandomRowFilter.html @@ -647,6 +647,6 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html b/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html index cab4d11..0fb49f9 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html +++ b/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.EngineType.html @@ -344,6 +344,6 @@ not permitted.)</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html b/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html index 0a26c58..9862ab0 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/RegexStringComparator.html @@ -508,6 +508,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparab <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html b/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html index 64df838..d89a8e6 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/RowFilter.html @@ -550,6 +550,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.htm <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html index bffab12..ace6ffd 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html @@ -543,6 +543,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/filter/SingleColumnValue <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html index 09bd527..d6d5211 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.html @@ -979,6 +979,6 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html b/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html index 039e4c9..d030088 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/SkipFilter.html @@ -657,6 +657,6 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html b/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html index 6fddea9..f1d1282 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/SubstringComparator.html @@ -386,6 +386,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/filter/ByteArrayComparab <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html b/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html index c2f2a7e..8180ce4 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html @@ -587,6 +587,6 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html b/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html index 79ad4b0..22d1895 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html @@ -457,6 +457,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.htm <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html b/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html index 9a97569..ae3a5e3 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html @@ -722,6 +722,6 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html index 23f7289..a946755 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html index 1c82477..fc77821 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/BinaryPrefixComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html index 388760a..6fae55b 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.BitwiseOp.html @@ -203,6 +203,6 @@ the order they are declared.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html index f5e65d1..55cdf50 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/BitComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html index daf918f..8282d89 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ByteArrayComparable.html @@ -371,6 +371,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html index 3a6ffcc..d8a4bd3 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnCountGetFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html index b1c2765..b3feaed 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPaginationFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html index 1895b08..15b46b5 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnPrefixFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html index b70f03e..32400c9 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ColumnRangeFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html index bd86764..dcbc679 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.CompareOp.html @@ -471,6 +471,6 @@ the order they are declared.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html index ebd48a9..e9be46a 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/CompareFilter.html @@ -194,6 +194,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html index db26473..4107e4f 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/DependentColumnFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html index c4f7682..595a66a 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FamilyFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html index 5302a24..8969141 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html @@ -284,6 +284,6 @@ the order they are declared.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html index 351e0bb..2968f40 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html @@ -179,7 +179,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#Scan-byte:A-org.apache.hadoop.hbase.filter.Filter-">Scan</a></span>(byte[] startRow, - <a href="../../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> filter)</code> </td> + <a href="../../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> filter)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">use <code>new Scan().withStartRow(startRow).setFilter(filter)</code> instead.</span></div> +</div> +</td> </tr> </tbody> </table> @@ -740,6 +744,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.Operator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.Operator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.Operator.html index dacc5dc..44ab115 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.Operator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.Operator.html @@ -203,6 +203,6 @@ the order they are declared.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.html index 0fc0928..1f523c2 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FilterList.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html index 9a21f94..faf827f 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html @@ -180,6 +180,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html index 509d124..ef61b68 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html @@ -165,6 +165,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/FuzzyRowFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FuzzyRowFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FuzzyRowFilter.html index 1429deb..2963089 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FuzzyRowFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FuzzyRowFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/InclusiveStopFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/InclusiveStopFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/InclusiveStopFilter.html index 0f03552..99a2403 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/InclusiveStopFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/InclusiveStopFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/IncompatibleFilterException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/IncompatibleFilterException.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/IncompatibleFilterException.html index d178b5b..4040610 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/IncompatibleFilterException.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/IncompatibleFilterException.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/InvalidRowFilterException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/InvalidRowFilterException.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/InvalidRowFilterException.html index f21db94..0029c94 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/InvalidRowFilterException.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/InvalidRowFilterException.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/KeyOnlyFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/KeyOnlyFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/KeyOnlyFilter.html index 5c0e085..573baf4 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/KeyOnlyFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/KeyOnlyFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/LongComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/LongComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/LongComparator.html index ba2999b..8ee9fa3 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/LongComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/LongComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.RowRange.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.RowRange.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.RowRange.html index 8e769ed..e98555c 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.RowRange.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.RowRange.html @@ -208,6 +208,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.html index 37f8da7..25c144d 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/MultiRowRangeFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/MultipleColumnPrefixFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/MultipleColumnPrefixFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/MultipleColumnPrefixFilter.html index 2655a52..5b18f16 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/MultipleColumnPrefixFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/MultipleColumnPrefixFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/NullComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/NullComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/NullComparator.html index b33d635..2aa4f15 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/NullComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/NullComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/PageFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/PageFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/PageFilter.html index feda0c4..fe030ab 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/PageFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/PageFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseConstants.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseConstants.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseConstants.html index 57a332d..bf09d0c 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseConstants.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseConstants.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseFilter.html index 334bf1a..0bbd962 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ParseFilter.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/PrefixFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/PrefixFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/PrefixFilter.html index de5ab59..83f3e85 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/PrefixFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/PrefixFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/QualifierFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/QualifierFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/QualifierFilter.html index 225cd75..ee61f7f 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/QualifierFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/QualifierFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/RandomRowFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/RandomRowFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/RandomRowFilter.html index 3039680..63b7c33 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/RandomRowFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/RandomRowFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.EngineType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.EngineType.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.EngineType.html index ece9a61..adfe35b 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.EngineType.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.EngineType.html @@ -194,6 +194,6 @@ the order they are declared.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.html index 6afebaf..0d91e43 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/RegexStringComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/RowFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/RowFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/RowFilter.html index 3c11743..4fb7afb 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/RowFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/RowFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueExcludeFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueExcludeFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueExcludeFilter.html index 41bfbc2..54d4f86 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueExcludeFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueExcludeFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueFilter.html index c0642aa..f5dd103 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/SingleColumnValueFilter.html @@ -179,6 +179,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/SkipFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/SkipFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/SkipFilter.html index d34c6af..43c7dd2 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/SkipFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/SkipFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/SubstringComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/SubstringComparator.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/SubstringComparator.html index 7ab8573..6cc4e5c 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/SubstringComparator.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/SubstringComparator.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/TimestampsFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/TimestampsFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/TimestampsFilter.html index 3630466..d2e5917 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/TimestampsFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/TimestampsFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/ValueFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/ValueFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/ValueFilter.html index e07e507..e84692f 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/ValueFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/ValueFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/class-use/WhileMatchFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/WhileMatchFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/WhileMatchFilter.html index 508c8a1..ea2b0d9 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/WhileMatchFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/WhileMatchFilter.html @@ -163,6 +163,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/package-summary.html b/apidocs/org/apache/hadoop/hbase/filter/package-summary.html index 28a1381..e8fc6ad 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-summary.html @@ -43,7 +43,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/hadoop/hbase/exceptions/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/favored/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/hadoop/hbase/http/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> @@ -449,7 +449,7 @@ crashes. </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/hadoop/hbase/exceptions/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/favored/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/hadoop/hbase/http/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> @@ -475,6 +475,6 @@ crashes. <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/package-tree.html b/apidocs/org/apache/hadoop/hbase/filter/package-tree.html index 8e1cf73..43925e3 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-tree.html @@ -43,7 +43,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/hadoop/hbase/exceptions/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/favored/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/hadoop/hbase/http/package-tree.html">Next</a></li> </ul> <ul class="navList"> @@ -193,7 +193,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/hadoop/hbase/exceptions/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/hadoop/hbase/favored/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/hadoop/hbase/http/package-tree.html">Next</a></li> </ul> <ul class="navList"> @@ -219,6 +219,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/filter/package-use.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/package-use.html b/apidocs/org/apache/hadoop/hbase/filter/package-use.html index acabb08..bd2eaa5 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-use.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-use.html @@ -482,6 +482,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/http/conf/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/http/conf/package-summary.html b/apidocs/org/apache/hadoop/hbase/http/conf/package-summary.html index 49f84f4..f28fe07 100644 --- a/apidocs/org/apache/hadoop/hbase/http/conf/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/http/conf/package-summary.html @@ -119,6 +119,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/62e361eb/apidocs/org/apache/hadoop/hbase/http/conf/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/http/conf/package-tree.html b/apidocs/org/apache/hadoop/hbase/http/conf/package-tree.html index 7915b8c..6ba6748 100644 --- a/apidocs/org/apache/hadoop/hbase/http/conf/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/http/conf/package-tree.html @@ -123,6 +123,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2007–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
