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 03E67200B87 for ; Sun, 4 Sep 2016 17:54:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 028BA160AC9; Sun, 4 Sep 2016 15:54:15 +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 7C79B160AD1 for ; Sun, 4 Sep 2016 17:54:12 +0200 (CEST) Received: (qmail 12483 invoked by uid 500); 4 Sep 2016 15:54:06 -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 10537 invoked by uid 99); 4 Sep 2016 15:54:05 -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, 04 Sep 2016 15:54:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 07B3FDFDD3; Sun, 4 Sep 2016 15:54:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dimaspivak@apache.org To: commits@hbase.apache.org Date: Sun, 04 Sep 2016 15:54:42 -0000 Message-Id: <28c85b1c2f884e9ab27e3eeb9e248dce@git.apache.org> In-Reply-To: <08f89282ffe740e6990312eb90b0aef7@git.apache.org> References: <08f89282ffe740e6990312eb90b0aef7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/52] [partial] hbase-site git commit: Published site at ab07f0087b8c5efcb1b084e42f4941ddb0c8885e. archived-at: Sun, 04 Sep 2016 15:54:15 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8ba76a42/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 cd5f1f9..a83dc84 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -391,13 +391,13 @@ service. Cell -ShareableMemory.cloneToCell() -
Does a deep copy of the contents to a new memory area and returns it in the form of a cell.
- +CellUtil.ShareableMemoryTagRewriteCell.cloneToCell()  Cell -CellUtil.ShareableMemoryTagRewriteCell.cloneToCell()  +ShareableMemory.cloneToCell() +
Does a deep copy of the contents to a new memory area and returns it in the form of a cell.
+ static Cell @@ -635,6 +635,16 @@ service. int +CellComparator.compare(Cell a, + Cell b)  + + +int +CellComparator.RowComparator.compare(Cell a, + Cell b)  + + +int KeyValue.MetaComparator.compare(Cell left, Cell right)
Deprecated. 
@@ -659,16 +669,6 @@ service.   -int -CellComparator.compare(Cell a, - Cell b)  - - -int -CellComparator.RowComparator.compare(Cell a, - Cell b)  - - private int CellComparator.compare(Cell a, Cell b, @@ -844,37 +844,37 @@ service. int -KeyValue.KVComparator.compareRows(Cell left, - Cell right) -
Deprecated. 
-  - - -int CellComparator.compareRows(Cell left, Cell right)
Compares the rows of the left and right cell.
- + int CellComparator.MetaCellComparator.compareRows(Cell left, Cell right)  - + int -KeyValue.KVComparator.compareTimestamps(Cell left, - Cell right) +KeyValue.KVComparator.compareRows(Cell left, + Cell right)
Deprecated. 
  - + static int CellComparator.compareTimestamps(Cell left, Cell right)
Compares cell's timestamps in DESCENDING order.
+ +int +KeyValue.KVComparator.compareTimestamps(Cell left, + Cell right) +
Deprecated. 
+  + static int CellComparator.compareValue(Cell cell, @@ -1709,17 +1709,17 @@ service. -Increment -Increment.add(Cell cell) -
Add the specified KeyValue to this operation.
- - - 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.
+ + Delete Delete.addDeleteMarker(Cell kv) @@ -1808,20 +1808,12 @@ service. boolean partial)
  -Put -Put.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - Delete Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - -Increment -Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - -Append -Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  +Put +Put.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  Mutation @@ -1829,6 +1821,14 @@ service.
Method for setting the put's familyMap
+ +Append +Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + + +Increment +Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + @@ -1860,10 +1860,10 @@ service. - - + + Cell c)  @@ -1872,10 +1872,10 @@ service.Cell kv)  - - + + Cell kv) 
BigDecimalBigDecimalColumnInterpreter.getValue(byte[] colFamily, +DoubleDoubleColumnInterpreter.getValue(byte[] colFamily, byte[] colQualifier, - Cell kv) 
Long
DoubleDoubleColumnInterpreter.getValue(byte[] colFamily, +BigDecimalBigDecimalColumnInterpreter.getValue(byte[] colFamily, byte[] colQualifier, - Cell c) 
@@ -1935,13 +1935,13 @@ service. protected Cell -KeyValueCodecWithTags.ByteBufferedKeyValueDecoder.createCell(byte[] buf, +KeyValueCodec.ByteBufferedKeyValueDecoder.createCell(byte[] buf, int offset, int len)  protected Cell -KeyValueCodec.ByteBufferedKeyValueDecoder.createCell(byte[] buf, +KeyValueCodecWithTags.ByteBufferedKeyValueDecoder.createCell(byte[] buf, int offset, int len)  @@ -1955,25 +1955,25 @@ service. protected Cell -CellCodec.CellDecoder.parseCell()  +KeyValueCodec.KeyValueDecoder.parseCell()  -protected Cell -KeyValueCodecWithTags.KeyValueDecoder.parseCell()  +protected abstract Cell +BaseDecoder.parseCell() +
Extract a Cell.
+ protected Cell -KeyValueCodec.KeyValueDecoder.parseCell()  +CellCodec.CellDecoder.parseCell()  protected Cell CellCodecWithTags.CellDecoder.parseCell()  -protected abstract Cell -BaseDecoder.parseCell() -
Extract a Cell.
- +protected Cell +KeyValueCodecWithTags.KeyValueDecoder.parseCell()  protected Cell @@ -1989,24 +1989,24 @@ service. -abstract void -BaseEncoder.write(Cell cell)  +void +KeyValueCodec.KeyValueEncoder.write(Cell cell)  -void -CellCodec.CellEncoder.write(Cell cell)  +abstract void +BaseEncoder.write(Cell cell)  void -KeyValueCodecWithTags.KeyValueEncoder.write(Cell cell)  +CellCodec.CellEncoder.write(Cell cell)  void -KeyValueCodec.KeyValueEncoder.write(Cell cell)  +CellCodecWithTags.CellEncoder.write(Cell cell)  void -CellCodecWithTags.CellEncoder.write(Cell cell)  +KeyValueCodecWithTags.KeyValueEncoder.write(Cell cell)  void @@ -2560,67 +2560,59 @@ service. Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +TimestampsFilter.getNextCellHint(Cell currentCell) +
Pick the next cell that the scanner should seek to.
+ -Cell -MultipleColumnPrefixFilter.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 -FilterList.getNextCellHint(Cell currentCell)  +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnPrefixFilter.getNextCellHint(Cell cell)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  Cell -ColumnRangeFilter.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.
+FilterBase.getNextCellHint(Cell currentCell) +
Filters that are not sure which key must be next seeked to, can inherit + this implementation that, by default, returns a null Cell.
- -Cell -MultiRowRangeFilter.getNextCellHint(Cell currentKV)  - Cell -TimestampsFilter.getNextCellHint(Cell currentCell) -
Pick the next cell that the scanner should seek to.
- +FilterList.getNextCellHint(Cell currentCell)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +ColumnRangeFilter.getNextCellHint(Cell cell)  Cell -FilterBase.getNextCellHint(Cell currentCell) -
Filters that are not sure which key must be next seeked to, can inherit - this implementation that, by default, returns a null Cell.
- +MultiRowRangeFilter.getNextCellHint(Cell currentKV)  Cell -FilterWrapper.getNextCellHint(Cell currentCell)  +ColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -WhileMatchFilter.transformCell(Cell v)  +FilterWrapper.getNextCellHint(Cell currentCell)  Cell -KeyOnlyFilter.transformCell(Cell cell)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  Cell -FilterList.transformCell(Cell c)  +WhileMatchFilter.transformCell(Cell v)  abstract Cell @@ -2630,16 +2622,24 @@ service. Cell -SkipFilter.transformCell(Cell v)  +KeyOnlyFilter.transformCell(Cell cell)  Cell +SkipFilter.transformCell(Cell v)  + + +Cell FilterBase.transformCell(Cell v)
By default no transformation takes place Give the filter a chance to transform the passed KeyValue.
+ +Cell +FilterList.transformCell(Cell c)  + Cell FilterWrapper.transformCell(Cell v)  @@ -2701,39 +2701,41 @@ service. Filter.ReturnCode -QualifierFilter.filterKeyValue(Cell v)  +DependentColumnFilter.filterKeyValue(Cell c)  Filter.ReturnCode -WhileMatchFilter.filterKeyValue(Cell v)  +PrefixFilter.filterKeyValue(Cell v)  Filter.ReturnCode -RandomRowFilter.filterKeyValue(Cell v)  +FamilyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ColumnCountGetFilter.filterKeyValue(Cell v)  +WhileMatchFilter.filterKeyValue(Cell v)  Filter.ReturnCode -DependentColumnFilter.filterKeyValue(Cell c)  +InclusiveStopFilter.filterKeyValue(Cell v)  Filter.ReturnCode -KeyOnlyFilter.filterKeyValue(Cell ignored)  +FirstKeyOnlyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FuzzyRowFilter.filterKeyValue(Cell c)  +TimestampsFilter.filterKeyValue(Cell v)  -Filter.ReturnCode -SingleColumnValueFilter.filterKeyValue(Cell c)  +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 -FamilyFilter.filterKeyValue(Cell v)  +KeyOnlyFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode @@ -2741,149 +2743,147 @@ service. Filter.ReturnCode -FilterList.filterKeyValue(Cell c)  +QualifierFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ColumnPrefixFilter.filterKeyValue(Cell cell)  +SkipFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ColumnRangeFilter.filterKeyValue(Cell kv)  +ColumnCountGetFilter.filterKeyValue(Cell v)  Filter.ReturnCode -PrefixFilter.filterKeyValue(Cell v)  +RandomRowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ValueFilter.filterKeyValue(Cell v)  +FuzzyRowFilter.filterKeyValue(Cell c)  -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 +SingleColumnValueFilter.filterKeyValue(Cell c)  Filter.ReturnCode -MultiRowRangeFilter.filterKeyValue(Cell ignored)  +FilterList.filterKeyValue(Cell c)  Filter.ReturnCode -FirstKeyOnlyFilter.filterKeyValue(Cell v)  +ColumnRangeFilter.filterKeyValue(Cell kv)  Filter.ReturnCode -FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) -
Deprecated. 
-  +MultiRowRangeFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -PageFilter.filterKeyValue(Cell ignored)  +FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
Deprecated. 
Filter.ReturnCode -TimestampsFilter.filterKeyValue(Cell v)  +ColumnPrefixFilter.filterKeyValue(Cell cell)  Filter.ReturnCode -ColumnPaginationFilter.filterKeyValue(Cell v)  +PageFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -SkipFilter.filterKeyValue(Cell v)  +RowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -RowFilter.filterKeyValue(Cell v)  +ValueFilter.filterKeyValue(Cell v)  Filter.ReturnCode -InclusiveStopFilter.filterKeyValue(Cell v)  +FilterWrapper.filterKeyValue(Cell v)  Filter.ReturnCode -FilterWrapper.filterKeyValue(Cell v)  +ColumnPaginationFilter.filterKeyValue(Cell v)  boolean -WhileMatchFilter.filterRowKey(Cell cell)  +PrefixFilter.filterRowKey(Cell firstRowCell)  boolean -RandomRowFilter.filterRowKey(Cell firstRowCell)  +WhileMatchFilter.filterRowKey(Cell cell)  boolean -ColumnCountGetFilter.filterRowKey(Cell cell)  +InclusiveStopFilter.filterRowKey(Cell firstRowCell)  boolean -KeyOnlyFilter.filterRowKey(Cell cell)  +FirstKeyOnlyFilter.filterRowKey(Cell cell)  boolean -SingleColumnValueFilter.filterRowKey(Cell cell)  +TimestampsFilter.filterRowKey(Cell cell)  -boolean -MultipleColumnPrefixFilter.filterRowKey(Cell cell)  +abstract boolean +Filter.filterRowKey(Cell firstRowCell) +
Filters a row based on the row key.
+ boolean -FilterList.filterRowKey(Cell firstRowCell)  +KeyOnlyFilter.filterRowKey(Cell cell)  boolean -ColumnPrefixFilter.filterRowKey(Cell cell)  +MultipleColumnPrefixFilter.filterRowKey(Cell cell)  boolean -ColumnRangeFilter.filterRowKey(Cell cell)  +CompareFilter.filterRowKey(Cell cell)  boolean -CompareFilter.filterRowKey(Cell cell)  +SkipFilter.filterRowKey(Cell cell)  boolean -PrefixFilter.filterRowKey(Cell firstRowCell)  +ColumnCountGetFilter.filterRowKey(Cell cell)  -abstract boolean -Filter.filterRowKey(Cell firstRowCell) -
Filters a row based on the row key.
- +boolean +RandomRowFilter.filterRowKey(Cell firstRowCell)  boolean -MultiRowRangeFilter.filterRowKey(Cell firstRowCell)  +SingleColumnValueFilter.filterRowKey(Cell cell)  boolean -FirstKeyOnlyFilter.filterRowKey(Cell cell)  +FilterBase.filterRowKey(Cell cell)  boolean -PageFilter.filterRowKey(Cell cell)  +FilterList.filterRowKey(Cell firstRowCell)  boolean -TimestampsFilter.filterRowKey(Cell cell)  +ColumnRangeFilter.filterRowKey(Cell cell)  boolean -ColumnPaginationFilter.filterRowKey(Cell cell)  +MultiRowRangeFilter.filterRowKey(Cell firstRowCell)  boolean -SkipFilter.filterRowKey(Cell cell)  +ColumnPrefixFilt