Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9F693200C48 for ; Thu, 6 Apr 2017 13:57:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9DF07160B84; Thu, 6 Apr 2017 11:57:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4CD1A160B83 for ; Thu, 6 Apr 2017 13:57:32 +0200 (CEST) Received: (qmail 57003 invoked by uid 500); 6 Apr 2017 11:57:24 -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 52942 invoked by uid 99); 6 Apr 2017 11:57:21 -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; Thu, 06 Apr 2017 11:57:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC8A9E9683; Thu, 6 Apr 2017 11:57:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Thu, 06 Apr 2017 11:58:09 -0000 Message-Id: <0363c57a16254f4fae372ae03d7075e8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [50/51] [partial] hbase-site git commit: Published site at d7e3116a1744057359ca48d94aa50d7fdf0db974. archived-at: Thu, 06 Apr 2017 11:57:34 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5647403a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html index 4526143..a332e0c 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -Append -Append.add(Cell cell) -
Add column and value to this Append operation.
- - - Increment Increment.add(Cell cell)
Add the specified KeyValue to this operation.
- + Put Put.add(Cell kv)
Add the specified KeyValue to this Put operation.
+ +Append +Append.add(Cell cell) +
Add column and value to this Append operation.
+ + Delete Delete.addDeleteMarker(Cell kv) @@ -1185,13 +1185,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean mayHaveMoreCellsInRow)  -Append -Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - Increment Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + +Delete +Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + Mutation Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) @@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Put.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  -Delete -Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  +Append +Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  @@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -FilterList.getNextCellHint(Cell currentCell)  +ColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  +TimestampsFilter.getNextCellHint(Cell currentCell) +
Pick the next cell that the scanner should seek to.
+ Cell -ColumnRangeFilter.getNextCellHint(Cell cell)  +MultiRowRangeFilter.getNextCellHint(Cell currentKV)  -abstract Cell -Filter.getNextCellHint(Cell currentCell) -
If the filter returns the match code SEEK_NEXT_USING_HINT, then it should also tell which is - the next key it must seek to.
- +Cell +ColumnPaginationFilter.getNextCellHint(Cell cell)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +ColumnRangeFilter.getNextCellHint(Cell cell)  Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +FilterList.getNextCellHint(Cell currentCell)  Cell -TimestampsFilter.getNextCellHint(Cell currentCell) -
Pick the next cell that the scanner should seek to.
- +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  -Cell -ColumnPrefixFilter.getNextCellHint(Cell cell)  +abstract Cell +Filter.getNextCellHint(Cell currentCell) +
If the filter returns the match code SEEK_NEXT_USING_HINT, then it should also tell which is + the next key it must seek to.
+ Cell -MultiRowRangeFilter.getNextCellHint(Cell currentKV)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  Cell -FilterList.transformCell(Cell c)  +WhileMatchFilter.transformCell(Cell v)  Cell -WhileMatchFilter.transformCell(Cell v)  +FilterList.transformCell(Cell c)  Cell -KeyOnlyFilter.transformCell(Cell cell)  - - -Cell SkipFilter.transformCell(Cell v)  - + abstract Cell Filter.transformCell(Cell v)
Give the filter a chance to transform the passed KeyValue.
+ +Cell +KeyOnlyFilter.transformCell(Cell cell)  + @@ -1318,35 +1318,35 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - + - + - + - + - + - + @@ -1354,35 +1354,33 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - + - + - + - + - - + + @@ -1390,189 +1388,191 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - - + + - + - + - + - + - - + + - + - + - + - - + + - + - + - + - - - - - + + + + +
Filter.ReturnCodeMultipleColumnPrefixFilter.filterColumn(Cell cell) ColumnPrefixFilter.filterColumn(Cell cell) 
Filter.ReturnCodeColumnPrefixFilter.filterColumn(Cell cell) MultipleColumnPrefixFilter.filterColumn(Cell cell) 
Filter.ReturnCodeFilterList.filterKeyValue(Cell c) ValueFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeWhileMatchFilter.filterKeyValue(Cell v) FirstKeyOnlyFilter.filterKeyValue(Cell v) 
Filter.ReturnCodePageFilter.filterKeyValue(Cell ignored) ColumnPrefixFilter.filterKeyValue(Cell cell) 
Filter.ReturnCodeMultipleColumnPrefixFilter.filterKeyValue(Cell kv) TimestampsFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeInclusiveStopFilter.filterKeyValue(Cell v) ColumnCountGetFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeKeyOnlyFilter.filterKeyValue(Cell ignored) WhileMatchFilter.filterKeyValue(Cell v) 
Filter.ReturnCode
Filter.ReturnCodeColumnRangeFilter.filterKeyValue(Cell kv) RandomRowFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFamilyFilter.filterKeyValue(Cell v) MultiRowRangeFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeRandomRowFilter.filterKeyValue(Cell v) InclusiveStopFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) -
Deprecated. 
SingleColumnValueFilter.filterKeyValue(Cell c) 
Filter.ReturnCodeSkipFilter.filterKeyValue(Cell v) DependentColumnFilter.filterKeyValue(Cell c) 
Filter.ReturnCodeDependentColumnFilter.filterKeyValue(Cell c) QualifierFilter.filterKeyValue(Cell v) 
abstract Filter.ReturnCodeFilter.filterKeyValue(Cell v) -
A way to filter based on the column family, column qualifier and/or the column value.
-
Filter.ReturnCodeFirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
Deprecated. 
Filter.ReturnCode
Filter.ReturnCodeValueFilter.filterKeyValue(Cell v) ColumnRangeFilter.filterKeyValue(Cell kv) 
Filter.ReturnCodeColumnCountGetFilter.filterKeyValue(Cell v) FilterList.filterKeyValue(Cell c) 
Filter.ReturnCodeQualifierFilter.filterKeyValue(Cell v) MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
Filter.ReturnCodePrefixFilter.filterKeyValue(Cell v) SkipFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFuzzyRowFilter.filterKeyValue(Cell c) PageFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeTimestampsFilter.filterKeyValue(Cell v) PrefixFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnPrefixFilter.filterKeyValue(Cell cell) FamilyFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeMultiRowRangeFilter.filterKeyValue(Cell ignored) abstract Filter.ReturnCodeFilter.filterKeyValue(Cell v) +
A way to filter based on the column family, column qualifier and/or the column value.
+
Filter.ReturnCodeSingleColumnValueFilter.filterKeyValue(Cell c) FuzzyRowFilter.filterKeyValue(Cell c) 
Filter.ReturnCodeFirstKeyOnlyFilter.filterKeyValue(Cell v) KeyOnlyFilter.filterKeyValue(Cell ignored) 
booleanFilterList.filterRowKey(Cell firstRowCell) FirstKeyOnlyFilter.filterRowKey(Cell cell) 
booleanWhileMatchFilter.filterRowKey(Cell cell) ColumnPrefixFilter.filterRowKey(Cell cell) 
booleanPageFilter.filterRowKey(Cell cell) TimestampsFilter.filterRowKey(Cell cell) 
booleanMultipleColumnPrefixFilter.filterRowKey(Cell cell) ColumnCountGetFilter.filterRowKey(Cell cell) 
booleanInclusiveStopFilter.filterRowKey(Cell firstRowCell) WhileMatchFilter.filterRowKey(Cell cell) 
booleanCompareFilter.filterRowKey(Cell cell) RowFilter.filterRowKey(Cell firstRowCell) 
booleanKeyOnlyFilter.filterRowKey(Cell cell) RandomRowFilter.filterRowKey(Cell firstRowCell) 
booleanRowFilter.filterRowKey(Cell firstRowCell) MultiRowRangeFilter.filterRowKey(Cell firstRowCell) 
booleanColumnRangeFilter.filterRowKey(Cell cell) InclusiveStopFilter.filterRowKey(Cell firstRowCell) 
booleanRandomRowFilter.filterRowKey(Cell firstRowCell) SingleColumnValueFilter.filterRowKey(Cell cell) 
booleanSkipFilter.filterRowKey(Cell cell) ColumnPaginationFilter.filterRowKey(Cell cell) 
abstract booleanFilter.filterRowKey(Cell firstRowCell) -
Filters a row based on the row key.
-
booleanColumnRangeFilter.filterRowKey(Cell cell) 
booleanColumnPaginationFilter.filterRowKey(Cell cell) FilterList.filterRowKey(Cell firstRowCell) 
booleanColumnCountGetFilter.filterRowKey(Cell cell) MultipleColumnPrefixFilter.filterRowKey(Cell cell) 
booleanPrefixFilter.filterRowKey(Cell firstRowCell) CompareFilter.filterRowKey(Cell cell) 
booleanTimestampsFilter.filterRowKey(Cell cell) SkipFilter.filterRowKey(Cell cell) 
booleanColumnPrefixFilter.filterRowKey(Cell cell) PageFilter.filterRowKey(Cell cell) 
booleanMultiRowRangeFilter.filterRowKey(Cell firstRowCell) PrefixFilter.filterRowKey(Cell firstRowCell) 
booleanSingleColumnValueFilter.filterRowKey(Cell cell) abstract booleanFilter.filterRowKey(Cell firstRowCell) +
Filters a row based on the row key.
+
booleanFirstKeyOnlyFilter.filterRowKey(Cell cell) KeyOnlyFilter.filterRowKey(Cell cell) 
CellFilterList.getNextCellHint(Cell currentCell) ColumnPrefixFilter.getNextCellHint(Cell cell) 
CellMultipleColumnPrefixFilter.getNextCellHint(Cell cell) TimestampsFilter.getNextCellHint(Cell currentCell) +
Pick the next cell that the scanner should seek to.
+
CellColumnRangeFilter.getNextCellHint(Cell cell) MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
abstract CellFilter.getNextCellHint(Cell currentCell) -
If the filter returns the match code SEEK_NEXT_USING_HINT, then it should also tell which is - the next key it must seek to.
-
CellColumnPaginationFilter.getNextCellHint(Cell cell) 
CellColumnPaginationFilter.getNextCellHint(Cell cell) ColumnRangeFilter.getNextCellHint(Cell cell) 
CellFuzzyRowFilter.getNextCellHint(Cell currentCell) FilterList.getNextCellHint(Cell currentCell) 
CellTimestampsFilter.getNextCellHint(Cell currentCell) -
Pick the next cell that the scanner should seek to.
-
MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
CellColumnPrefixFilter.getNextCellHint(Cell cell) abstract CellFilter.getNextCellHint(Cell currentCell) +
If the filter returns the match code SEEK_NEXT_USING_HINT, then it should also tell which is + the next key it must seek to.
+
CellMultiRowRangeFilter.getNextCellHint(Cell currentKV) FuzzyRowFilter.getNextCellHint(Cell currentCell) 
CellFilterList.transformCell(Cell c) WhileMatchFilter.transformCell(Cell v) 
CellWhileMatchFilter.transformCell(Cell v) FilterList.transformCell(Cell c) 
CellKeyOnlyFilter.transformCell(Cell cell) 
Cell SkipFilter.transformCell(Cell v) 
abstract Cell Filter.transformCell(Cell v)
Give the filter a chance to transform the passed KeyValue.
CellKeyOnlyFilter.transformCell(Cell cell) 
@@ -1584,25 +1584,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + + + + - + - + - + - - - -
voidDependentColumnFilter.filterRowCells(List<Cell> kvs) 
void FilterList.filterRowCells(List<Cell> cells)
Filters that never filter by modifying the returned List of Cells can inherit this implementation that does nothing.
voidDependentColumnFilter.filterRowCells(List<Cell> kvs) SingleColumnValueExcludeFilter.filterRowCells(List<Cell> kvs) 
abstract void Filter.filterRowCells(List<Cell> kvs)
Chance to alter the list of Cells to be submitted.
voidSingleColumnValueExcludeFilter.filterRowCells(List<Cell> kvs) 
@@ -1687,11 +1687,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Cell> -MultiHFileOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  +HFileOutputFormat2.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Cell> -HFileOutputFormat2.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  +MultiHFileOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)