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 DCB1B200C74 for ; Sun, 9 Apr 2017 06:03:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DB722160BA8; Sun, 9 Apr 2017 04:03:24 +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 B5699160BAD for ; Sun, 9 Apr 2017 06:03:22 +0200 (CEST) Received: (qmail 12759 invoked by uid 500); 9 Apr 2017 04:03:17 -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 7967 invoked by uid 99); 9 Apr 2017 04:03:14 -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; Sun, 09 Apr 2017 04:03:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F156E943C; Sun, 9 Apr 2017 04:03:14 +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: Sun, 09 Apr 2017 04:03:53 -0000 Message-Id: <0cac1b310a6747a098bef9e4c52a8d23@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [41/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af. archived-at: Sun, 09 Apr 2017 04:03:25 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/58d4ae69/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html index e2a0d48..cdf8989 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -629,45 +629,45 @@ service. Cell -ByteBufferKeyValue.deepClone()  +IndividualBytesFieldCell.deepClone()  Cell -IndividualBytesFieldCell.deepClone()  +NoTagsKeyValue.deepClone()  Cell -NoTagsByteBufferKeyValue.deepClone()  +ExtendedCell.deepClone() +
Does a deep copy of the contents to a new memory area and returns it as a new cell.
+ Cell -NoTagsKeyValue.deepClone()  +NoTagsByteBufferKeyValue.deepClone()  Cell -CellUtil.TagRewriteCell.deepClone()  +KeyValue.deepClone()  Cell -CellUtil.TagRewriteByteBufferCell.deepClone()  +CellUtil.TagRewriteCell.deepClone()  Cell -CellUtil.ValueAndTagRewriteCell.deepClone()  +CellUtil.TagRewriteByteBufferCell.deepClone()  Cell -CellUtil.ValueAndTagRewriteByteBufferCell.deepClone()  +CellUtil.ValueAndTagRewriteCell.deepClone()  Cell -KeyValue.deepClone()  +CellUtil.ValueAndTagRewriteByteBufferCell.deepClone()  Cell -ExtendedCell.deepClone() -
Does a deep copy of the contents to a new memory area and returns it as a new cell.
- +ByteBufferKeyValue.deepClone()  @@ -1525,32 +1525,32 @@ service. -static boolean -CellUtil.matchingRowColumn(Cell left, +boolean +KeyValue.KVComparator.matchingRowColumn(Cell left, Cell right) +
Deprecated. 
Compares the row and column of two keyvalues for equality
-boolean -KeyValue.KVComparator.matchingRowColumn(Cell left, +static boolean +CellUtil.matchingRowColumn(Cell left, Cell right) -
Deprecated. 
Compares the row and column of two keyvalues for equality
-static boolean -CellUtil.matchingRows(Cell left, +boolean +KeyValue.KVComparator.matchingRows(Cell left, Cell right) +
Deprecated. 
Compares the row of two keyvalues for equality
-boolean -KeyValue.KVComparator.matchingRows(Cell left, +static boolean +CellUtil.matchingRows(Cell left, Cell right) -
Deprecated. 
Compares the row of two keyvalues for equality
@@ -1864,11 +1864,11 @@ service. private Cell -AllowPartialScanResultCache.lastCell  +BatchScanResultCache.lastCell  private Cell -BatchScanResultCache.lastCell  +AllowPartialScanResultCache.lastCell  @@ -1976,23 +1976,23 @@ service. -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) @@ -2079,16 +2079,6 @@ service. boolean mayHaveMoreCellsInRow)
  -Append -Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - -Mutation -Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) -
Method for setting the put's familyMap
- - - Delete Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  @@ -2100,6 +2090,16 @@ service. Put Put.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + +Append +Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + + +Mutation +Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) +
Method for setting the put's familyMap
+ + @@ -2131,23 +2131,23 @@ service. + + + + - + - - - -
BigDecimalBigDecimalColumnInterpreter.getValue(byte[] colFamily, + byte[] colQualifier, + Cell kv) 
Double DoubleColumnInterpreter.getValue(byte[] colFamily, byte[] colQualifier, Cell c) 
Long LongColumnInterpreter.getValue(byte[] colFamily, byte[] colQualifier, Cell kv) 
BigDecimalBigDecimalColumnInterpreter.getValue(byte[] colFamily, - byte[] colQualifier, - Cell kv) 
@@ -2163,13 +2163,13 @@ service. -private Cell -BaseDecoder.current  - - protected Cell KeyValueCodec.ByteBuffKeyValueDecoder.current  + +private Cell +BaseDecoder.current  + @@ -2205,17 +2205,15 @@ service. - + - + - - + + @@ -2223,15 +2221,17 @@ service. - + - - + + - + @@ -2247,8 +2247,8 @@ service. - - + + @@ -2256,15 +2256,15 @@ service. - + - + - - + + @@ -2808,7 +2808,7 @@ service. - + @@ -2819,23 +2819,7 @@ service. - - - - - - - - - - - - - - - - - + @@ -2852,19 +2836,27 @@ service. - + - + - + - + + + + + + + + + @@ -2875,23 +2867,31 @@ service. - - - - + + + + - + + + + + + + + +
CellBaseDecoder.current() KeyValueCodec.ByteBuffKeyValueDecoder.current() 
CellKeyValueCodec.ByteBuffKeyValueDecoder.current() BaseDecoder.current() 
protected abstract CellBaseDecoder.parseCell() -
Extract a Cell.
-
protected CellCellCodec.CellDecoder.parseCell() 
protected Cell
protected CellCellCodecWithTags.CellDecoder.parseCell() KeyValueCodecWithTags.KeyValueDecoder.parseCell() 
protected CellCellCodec.CellDecoder.parseCell() protected abstract CellBaseDecoder.parseCell() +
Extract a Cell.
+
protected CellKeyValueCodecWithTags.KeyValueDecoder.parseCell() CellCodecWithTags.CellDecoder.parseCell() 
protected Cell
abstract voidBaseEncoder.write(Cell cell) voidCellCodec.CellEncoder.write(Cell cell) 
void
voidCellCodecWithTags.CellEncoder.write(Cell cell) KeyValueCodecWithTags.KeyValueEncoder.write(Cell cell) 
voidCellCodec.CellEncoder.write(Cell cell) CellCodecWithTags.CellEncoder.write(Cell cell) 
voidKeyValueCodecWithTags.KeyValueEncoder.write(Cell cell) abstract voidBaseEncoder.write(Cell cell) 
void
CellFilterWrapper.getNextCellHint(Cell currentCell) ColumnPrefixFilter.getNextCellHint(Cell cell) 
Cell
CellColumnPrefixFilter.getNextCellHint(Cell cell) 
CellColumnRangeFilter.getNextCellHint(Cell cell) 
CellMultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
CellColumnPaginationFilter.getNextCellHint(Cell cell) 
CellMultiRowRangeFilter.getNextCellHint(Cell currentKV) FuzzyRowFilter.getNextCellHint(Cell currentCell) 
abstract Cell
CellFuzzyRowFilter.getNextCellHint(Cell currentCell) FilterList.getNextCellHint(Cell currentCell) 
CellFilterList.getNextCellHint(Cell currentCell) ColumnRangeFilter.getNextCellHint(Cell cell) 
CellSkipFilter.transformCell(Cell v) ColumnPaginationFilter.getNextCellHint(Cell cell) 
CellFilterWrapper.transformCell(Cell v) MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
CellFilterWrapper.getNextCellHint(Cell currentCell) 
CellMultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
Cell
CellKeyOnlyFilter.transformCell(Cell cell) 
abstract Cell Filter.transformCell(Cell v)
Give the filter a chance to transform the passed KeyValue.
CellSkipFilter.transformCell(Cell v) 
CellWhileMatchFilter.transformCell(Cell v) KeyOnlyFilter.transformCell(Cell cell) 
Cell FilterList.transformCell(Cell c) 
CellWhileMatchFilter.transformCell(Cell v) 
CellFilterWrapper.transformCell(Cell v) 
@@ -2949,197 +2949,197 @@ service. - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - +
Filter.ReturnCodeValueFilter.filterKeyValue(Cell v) ColumnPrefixFilter.filterKeyValue(Cell cell) 
Filter.ReturnCodeSkipFilter.filterKeyValue(Cell v) ColumnCountGetFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFamilyFilter.filterKeyValue(Cell v) RowFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFilterWrapper.filterKeyValue(Cell v) FuzzyRowFilter.filterKeyValue(Cell c) 
Filter.ReturnCodeColumnPrefixFilter.filterKeyValue(Cell cell) abstract Filter.ReturnCodeFilter.filterKeyValue(Cell v) +
A way to filter based on the column family, column qualifier and/or the column value.
+
Filter.ReturnCodePageFilter.filterKeyValue(Cell ignored) RandomRowFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeRowFilter.filterKeyValue(Cell v) FirstKeyOnlyFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnRangeFilter.filterKeyValue(Cell kv) SkipFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnCountGetFilter.filterKeyValue(Cell v) TimestampsFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeMultipleColumnPrefixFilter.filterKeyValue(Cell kv) ValueFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnPaginationFilter.filterKeyValue(Cell v) KeyOnlyFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeDependentColumnFilter.filterKeyValue(Cell c) FamilyFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeInclusiveStopFilter.filterKeyValue(Cell v) QualifierFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeKeyOnlyFilter.filterKeyValue(Cell ignored) FilterList.filterKeyValue(Cell c) 
Filter.ReturnCodeMultiRowRangeFilter.filterKeyValue(Cell ignored) ColumnRangeFilter.filterKeyValue(Cell kv) 
abstract Filter.ReturnCodeFilter.filterKeyValue(Cell v) -
A way to filter based on the column family, column qualifier and/or the column value.
-
Filter.ReturnCodeColumnPaginationFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFirstKeyOnlyFilter.filterKeyValue(Cell v) WhileMatchFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeWhileMatchFilter.filterKeyValue(Cell v) MultiRowRangeFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeFirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) -
Deprecated. 
PrefixFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeTimestampsFilter.filterKeyValue(Cell v) DependentColumnFilter.filterKeyValue(Cell c) 
Filter.ReturnCodeFuzzyRowFilter.filterKeyValue(Cell c) FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
Deprecated. 
Filter.ReturnCodeFilterList.filterKeyValue(Cell c) PageFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeRandomRowFilter.filterKeyValue(Cell v) InclusiveStopFilter.filterKeyValue(Cell v) 
Filter.ReturnCodePrefixFilter.filterKeyValue(Cell v) FilterWrapper.filterKeyValue(Cell v) 
Filter.ReturnCodeSingleColumnValueFilter.filterKeyValue(Cell c) MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
Filter.ReturnCodeQualifierFilter.filterKeyValue(Cell v) SingleColumnValueFilter.filterKeyValue(Cell c) 
booleanSkipFilter.filterRowKey(Cell cell) ColumnPrefixFilter.filterRowKey(Cell cell) 
booleanFilterWrapper.filterRowKey(Cell cell) ColumnCountGetFilter.filterRowKey(Cell cell) 
booleanFilterBase.filterRowKey(Cell cell) CompareFilter.filterRowKey(Cell cell) 
booleanColumnPrefixFilter.filterRowKey(Cell cell) RowFilter.filterRowKey(Cell firstRowCell) 
booleanPageFilter.filterRowKey(Cell cell) FilterBase.filterRowKey(Cell cell) 
booleanRowFilter.filterRowKey(Cell firstRowCell) abstract booleanFilter.filterRowKey(Cell firstRowCell) +
Filters a row based on the row key.
+
booleanColumnRangeFilter.filterRowKey(Cell cell) RandomRowFilter.filterRowKey(Cell firstRowCell) 
booleanColumnCountGetFilter.filterRowKey(Cell cell) FirstKeyOnlyFilter.filterRowKey(Cell cell) 
booleanMultipleColumnPrefixFilter.filterRowKey(Cell cell) SkipFilter.filterRowKey(Cell cell) 
booleanColumnPaginationFilter.filterRowKey(Cell cell) TimestampsFilter.filterRowKey(Cell cell) 
booleanInclusiveStopFilter.filterRowKey(Cell firstRowCell) KeyOnlyFilter.filterRowKey(Cell cell) 
booleanKeyOnlyFilter.filterRowKey(Cell cell) FilterList.filterRowKey(Cell firstRowCell) 
booleanMultiRowRangeFilter.filterRowKey(Cell firstRowCell) ColumnRangeFilter.filterRowKey(Cell cell)