Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EBE91995E for ; Tue, 26 Apr 2016 20:03:28 +0000 (UTC) Received: (qmail 75816 invoked by uid 500); 26 Apr 2016 20:03:23 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 75720 invoked by uid 500); 26 Apr 2016 20:03:23 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 73276 invoked by uid 99); 26 Apr 2016 20:03:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 20:03:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 10E8DE08C1; Tue, 26 Apr 2016 20:03:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Tue, 26 Apr 2016 20:04:08 -0000 Message-Id: <02e445650caf480cbfcb2fbcde89acc5@git.apache.org> In-Reply-To: <3adbc47b51f64aee8352884fa990890c@git.apache.org> References: <3adbc47b51f64aee8352884fa990890c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [48/51] [partial] hbase-site git commit: Published site at e5d01577e4e989b1023559aa6addd1b37252293e. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/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 931046f..6c98f44 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 @@ -107,107 +107,107 @@ Filter.ReturnCode -ColumnRangeFilter.filterKeyValue(Cell kv)  +PrefixFilter.filterKeyValue(Cell v)  -abstract Filter.ReturnCode -Filter.filterKeyValue(Cell v) -
A way to filter based on the column family, column qualifier and/or the column value.
- +Filter.ReturnCode +FirstKeyOnlyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -RandomRowFilter.filterKeyValue(Cell v)  +SingleColumnValueFilter.filterKeyValue(Cell c)  Filter.ReturnCode -ColumnPaginationFilter.filterKeyValue(Cell v)  +SkipFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ColumnPrefixFilter.filterKeyValue(Cell cell)  +FuzzyRowFilter.filterKeyValue(Cell c)  Filter.ReturnCode -FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) -
Deprecated. 
-  +PageFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -SingleColumnValueFilter.filterKeyValue(Cell c)  +ColumnPaginationFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FilterList.filterKeyValue(Cell c)  +FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
Deprecated. 
Filter.ReturnCode -PrefixFilter.filterKeyValue(Cell v)  +KeyOnlyFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  +FamilyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -QualifierFilter.filterKeyValue(Cell v)  +ColumnCountGetFilter.filterKeyValue(Cell v)  Filter.ReturnCode -SkipFilter.filterKeyValue(Cell v)  +RowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -TimestampsFilter.filterKeyValue(Cell v)  +ColumnPrefixFilter.filterKeyValue(Cell cell)  Filter.ReturnCode -PageFilter.filterKeyValue(Cell ignored)  +DependentColumnFilter.filterKeyValue(Cell c)  Filter.ReturnCode -FuzzyRowFilter.filterKeyValue(Cell c)  +ColumnRangeFilter.filterKeyValue(Cell kv)  -Filter.ReturnCode -ColumnCountGetFilter.filterKeyValue(Cell v)  +abstract Filter.ReturnCode +Filter.filterKeyValue(Cell v) +
A way to filter based on the column family, column qualifier and/or the column value.
+ Filter.ReturnCode -InclusiveStopFilter.filterKeyValue(Cell v)  +ValueFilter.filterKeyValue(Cell v)  Filter.ReturnCode -MultiRowRangeFilter.filterKeyValue(Cell ignored)  +RandomRowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -DependentColumnFilter.filterKeyValue(Cell c)  +WhileMatchFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ValueFilter.filterKeyValue(Cell v)  +QualifierFilter.filterKeyValue(Cell v)  Filter.ReturnCode -RowFilter.filterKeyValue(Cell v)  +FilterList.filterKeyValue(Cell c)  Filter.ReturnCode -FirstKeyOnlyFilter.filterKeyValue(Cell v)  +TimestampsFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FamilyFilter.filterKeyValue(Cell v)  +MultiRowRangeFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -KeyOnlyFilter.filterKeyValue(Cell ignored)  +InclusiveStopFilter.filterKeyValue(Cell v)  Filter.ReturnCode -WhileMatchFilter.filterKeyValue(Cell v)  +MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  static Filter.ReturnCode http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/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 e72ed25..e2db83a 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html @@ -132,11 +132,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Filter -Scan.getFilter()  +Query.getFilter()  Filter -Query.getFilter()  +Scan.getFilter()  @@ -148,19 +148,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. +Query +Query.setFilter(Filter filter) +
Apply the specified server-side filter when performing the Query.
+ + + Scan Scan.setFilter(Filter filter)  - + Get Get.setFilter(Filter filter)  - -Query -Query.setFilter(Filter filter) -
Apply the specified server-side filter when performing the Query.
- - @@ -382,55 +382,55 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -438,19 +438,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - + - + @@ -607,18 +607,18 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - + + - - + +
static FilterColumnRangeFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) PrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterColumnPaginationFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) FirstKeyOnlyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterColumnPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) SingleColumnValueFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterSingleColumnValueFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) SingleColumnValueExcludeFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) PageFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterMultipleColumnPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) ColumnPaginationFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterQualifierFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) KeyOnlyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterSingleColumnValueExcludeFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) FamilyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterTimestampsFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) ColumnCountGetFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterPageFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) RowFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterColumnCountGetFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) ColumnPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterInclusiveStopFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) DependentColumnFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterDependentColumnFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) ColumnRangeFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static Filter
static FilterRowFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) QualifierFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterFirstKeyOnlyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) TimestampsFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterFamilyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) InclusiveStopFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
static FilterKeyOnlyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) MultipleColumnPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) 
Filter
voidTableRecordReader.setRowFilter(Filter rowFilter) protected voidTableInputFormatBase.setRowFilter(Filter rowFilter) +
Allows subclasses to set the Filter to be used.
+
void TableRecordReaderImpl.setRowFilter(Filter rowFilter) 
protected voidTableInputFormatBase.setRowFilter(Filter rowFilter) -
Allows subclasses to set the Filter to be used.
-
voidTableRecordReader.setRowFilter(Filter rowFilter) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/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 1f9f2e2..70499d5 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-tree.html @@ -153,11 +153,11 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-frame.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-frame.html b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-frame.html new file mode 100644 index 0000000..df9f9d6 --- /dev/null +++ b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-frame.html @@ -0,0 +1,12 @@ + + + + + +org.apache.hadoop.hbase.io.asyncfs (Apache HBase 2.0.0-SNAPSHOT API) + + + +

org.apache.hadoop.hbase.io.asyncfs

+ + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-summary.html b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-summary.html new file mode 100644 index 0000000..f85d4ef --- /dev/null +++ b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-summary.html @@ -0,0 +1,114 @@ + + + + + +org.apache.hadoop.hbase.io.asyncfs (Apache HBase 2.0.0-SNAPSHOT API) + + + + + + +
+ + + + + +
+ + +
+

Package org.apache.hadoop.hbase.io.asyncfs

+
+ +
+ + + + + +
+ + +

Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-tree.html b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-tree.html new file mode 100644 index 0000000..43c0594 --- /dev/null +++ b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-tree.html @@ -0,0 +1,118 @@ + + + + + +org.apache.hadoop.hbase.io.asyncfs Class Hierarchy (Apache HBase 2.0.0-SNAPSHOT API) + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.apache.hadoop.hbase.io.asyncfs

+Package Hierarchies: + +
+ +
+ + + + + +
+ + +

Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/641881f9/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html new file mode 100644 index 0000000..1a275a5 --- /dev/null +++ b/apidocs/org/apache/hadoop/hbase/io/asyncfs/package-use.html @@ -0,0 +1,115 @@ + + + + + +Uses of Package org.apache.hadoop.hbase.io.asyncfs (Apache HBase 2.0.0-SNAPSHOT API) + + + + + + + + + +
+

Uses of Package
org.apache.hadoop.hbase.io.asyncfs

+
+
No usage of org.apache.hadoop.hbase.io.asyncfs
+ + + + +

Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

+ +