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 9707618429 for ; Wed, 18 Nov 2015 07:50:54 +0000 (UTC) Received: (qmail 54698 invoked by uid 500); 18 Nov 2015 07:50:53 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 54529 invoked by uid 500); 18 Nov 2015 07:50:53 -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 51155 invoked by uid 99); 18 Nov 2015 07:50:50 -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; Wed, 18 Nov 2015 07:50:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3B894E10D0; Wed, 18 Nov 2015 07:50:50 +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: Wed, 18 Nov 2015 07:51:11 -0000 Message-Id: In-Reply-To: <6272ebf5b70247d88a951849548fe02a@git.apache.org> References: <6272ebf5b70247d88a951849548fe02a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] hbase git commit: Published site at 5ebd7660a94bfb18e6e05b6e46195c76c099eda2. http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/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 85c91dc..5fb97a7 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -2,7 +2,7 @@ - + Uses of Interface org.apache.hadoop.hbase.Cell (Apache HBase 2.0.0-SNAPSHOT API) @@ -1535,23 +1535,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) @@ -1633,27 +1633,27 @@ service. boolean partial)  -Append -Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - -Delete -Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - -Increment -Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - Mutation Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
Method for setting the put's familyMap
+ +Increment +Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + Put Put.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + +Delete +Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + + +Append +Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + @@ -1685,8 +1685,8 @@ service. - - + @@ -1697,8 +1697,8 @@ service.Cell c)  - - + @@ -1734,26 +1734,26 @@ service. - - + + - + - + - + - - + + @@ -1769,24 +1769,24 @@ service. - - + + - + - + - + - - + + @@ -2155,22 +2155,22 @@ service. - + Cell newCell) +
Called after a new cell has been created during an increment operation, but before + it is committed to the WAL or memstore.
+ - + Cell newCell) 
BigDecimalBigDecimalColumnInterpreter.getValue(byte[] colFamily, +LongLongColumnInterpreter.getValue(byte[] colFamily, byte[] colQualifier, Cell kv) 
LongLongColumnInterpreter.getValue(byte[] colFamily, +BigDecimalBigDecimalColumnInterpreter.getValue(byte[] colFamily, byte[] colQualifier, Cell kv) 
BaseDecoder.current() 
protected abstract CellBaseDecoder.parseCell() -
Extract a Cell.
-
protected CellKeyValueCodec.KeyValueDecoder.parseCell() 
protected CellCellCodec.CellDecoder.parseCell() KeyValueCodecWithTags.KeyValueDecoder.parseCell() 
protected CellCellCodecWithTags.CellDecoder.parseCell() CellCodec.CellDecoder.parseCell() 
protected CellKeyValueCodec.KeyValueDecoder.parseCell() CellCodecWithTags.CellDecoder.parseCell() 
protected CellKeyValueCodecWithTags.KeyValueDecoder.parseCell() protected abstract CellBaseDecoder.parseCell() +
Extract a Cell.
+
protected Cell
abstract voidBaseEncoder.write(Cell cell) voidKeyValueCodec.KeyValueEncoder.write(Cell cell) 
voidCellCodec.CellEncoder.write(Cell cell) KeyValueCodecWithTags.KeyValueEncoder.write(Cell cell) 
voidCellCodecWithTags.CellEncoder.write(Cell cell) CellCodec.CellEncoder.write(Cell cell) 
voidKeyValueCodec.KeyValueEncoder.write(Cell cell) CellCodecWithTags.CellEncoder.write(Cell cell) 
voidKeyValueCodecWithTags.KeyValueEncoder.write(Cell cell) abstract voidBaseEncoder.write(Cell cell) 
void
CellBaseRegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, +RegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, RegionObserver.MutationType opType, Mutation mutation, Cell oldCell, - Cell newCell) 
CellRegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, +BaseRegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, RegionObserver.MutationType opType, Mutation mutation, Cell oldCell, - Cell newCell) -
Called after a new cell has been created during an increment operation, but before - it is committed to the WAL or memstore.
-
@@ -2189,32 +2189,25 @@ service. Cell -BaseRegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, +RegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, RegionObserver.MutationType opType, Mutation mutation, Cell oldCell, - Cell newCell)  + Cell newCell) +
Called after a new cell has been created during an increment operation, but before + it is committed to the WAL or memstore.
+ Cell -RegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, +BaseRegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx, RegionObserver.MutationType opType, Mutation mutation, Cell oldCell, - Cell newCell) -
Called after a new cell has been created during an increment operation, but before - it is committed to the WAL or memstore.
- + Cell newCell)
  boolean -BaseRegionObserver.postScannerFilterRow(ObserverContext<RegionCoprocessorEnvironment> e, - InternalScanner s, - Cell curRowCell, - boolean hasMore)  - - -boolean RegionObserver.postScannerFilterRow(ObserverContext<RegionCoprocessorEnvironment> c, InternalScanner s, Cell curRowCell, @@ -2223,15 +2216,14 @@ service. filter. - -void -BaseRegionObserver.prePrepareTimeStampForDeleteVersion(ObserverContext<RegionCoprocessorEnvironment> e, - Mutation delete, - Cell cell, - byte[] byteNow, - Get get)  - +boolean +BaseRegionObserver.postScannerFilterRow(ObserverContext<RegionCoprocessorEnvironment> e, + InternalScanner s, + Cell curRowCell, + boolean hasMore)  + + void RegionObserver.prePrepareTimeStampForDeleteVersion(ObserverContext<RegionCoprocessorEnvironment> c, Mutation mutation, @@ -2241,6 +2233,14 @@ service.
Called before the server updates the timestamp for version delete with latest timestamp.
+ +void +BaseRegionObserver.prePrepareTimeStampForDeleteVersion(ObserverContext<RegionCoprocessorEnvironment> e, + Mutation delete, + Cell cell, + byte[] byteNow, + Get get)  + @@ -2252,25 +2252,19 @@ service. - - - - - + - + - + + + + +
voidBaseRegionObserver.postGetOp(ObserverContext<RegionCoprocessorEnvironment> e, - Get get, - List<Cell> results) 
void RegionObserver.postGetOp(ObserverContext<RegionCoprocessorEnvironment> c, Get get, List<Cell> result)
Called after the client performs a Get
voidBaseRegionObserver.preGetOp(ObserverContext<RegionCoprocessorEnvironment> e, - Get get, - List<Cell> results) BaseRegionObserver.postGetOp(ObserverContext<RegionCoprocessorEnvironment> e, + Get get, + List<Cell> results) 
void RegionObserver.preGetOp(ObserverContext<RegionCoprocessorEnvironment> c, Get get, @@ -2278,6 +2272,12 @@ service.
Called before the client performs a Get
voidBaseRegionObserver.preGetOp(ObserverContext<RegionCoprocessorEnvironment> e, + Get get, + List<Cell> results) 
@@ -2340,15 +2340,7 @@ service. Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  - - -Cell -ColumnPrefixFilter.getNextCellHint(Cell cell)  - - -Cell -ColumnRangeFilter.getNextCellHint(Cell cell)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  abstract Cell @@ -2359,52 +2351,48 @@ service. 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 -FilterList.getNextCellHint(Cell currentCell)  +ColumnRangeFilter.getNextCellHint(Cell cell)  Cell -FilterWrapper.getNextCellHint(Cell currentCell)  +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +FilterList.getNextCellHint(Cell currentCell)  Cell -MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  Cell -MultiRowRangeFilter.getNextCellHint(Cell currentKV)  +ColumnPrefixFilter.getNextCellHint(Cell cell)  -abstract Cell -Filter.transformCell(Cell v) -
Give the filter a chance to transform the passed KeyValue.
- +Cell +FilterWrapper.getNextCellHint(Cell currentCell)  Cell -FilterBase.transformCell(Cell v) -
By default no transformation takes place - - Give the filter a chance to transform the passed KeyValue.
+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 -FilterList.transformCell(Cell c)  +SkipFilter.transformCell(Cell v)  -Cell -FilterWrapper.transformCell(Cell v)  +abstract Cell +Filter.transformCell(Cell v) +
Give the filter a chance to transform the passed KeyValue.
+ Cell @@ -2412,12 +2400,24 @@ service. Cell -SkipFilter.transformCell(Cell v)  +FilterList.transformCell(Cell c)  Cell WhileMatchFilter.transformCell(Cell v)  + +Cell +FilterWrapper.transformCell(Cell v)  + + +Cell +FilterBase.transformCell(Cell v) +
By default no transformation takes place + + Give the filter a chance to transform the passed KeyValue.
+ + @@ -2463,11 +2463,11 @@ service. - + - + @@ -2475,27 +2475,19 @@ service. - - - - - - - - - + - + - + - + @@ -2505,71 +2497,71 @@ service. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -2577,109 +2569,109 @@ service. - +
Filter.ReturnCodeColumnPrefixFilter.filterColumn(Cell cell) MultipleColumnPrefixFilter.filterColumn(Cell cell) 
Filter.ReturnCodeMultipleColumnPrefixFilter.filterColumn(Cell cell) ColumnPrefixFilter.filterColumn(Cell cell) 
private boolean
Filter.ReturnCodeColumnCountGetFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnPaginationFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnPrefixFilter.filterKeyValue(Cell cell) PrefixFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeColumnRangeFilter.filterKeyValue(Cell kv) SkipFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeDependentColumnFilter.filterKeyValue(Cell c) FuzzyRowFilter.filterKeyValue(Cell c) 
Filter.ReturnCodeFamilyFilter.filterKeyValue(Cell v) QualifierFilter.filterKeyValue(Cell v) 
abstract Filter.ReturnCode
Filter.ReturnCodeFilterList.filterKeyValue(Cell c) MultiRowRangeFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeFilterWrapper.filterKeyValue(Cell v) RandomRowFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeFirstKeyOnlyFilter.filterKeyValue(Cell v) KeyOnlyFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCodeFirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) ColumnRangeFilter.filterKeyValue(Cell kv) 
Filter.ReturnCodeFuzzyRowFilter.filterKeyValue(Cell c) ColumnCountGetFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeInclusiveStopFilter.filterKeyValue(Cell v) MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
Filter.ReturnCodeKeyOnlyFilter.filterKeyValue(Cell ignored) FilterList.filterKeyValue(Cell c) 
Filter.ReturnCodeMultipleColumnPrefixFilter.filterKeyValue(Cell kv) ColumnPaginationFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeMultiRowRangeFilter.filterKeyValue(Cell ignored) DependentColumnFilter.filterKeyValue(Cell c) 
Filter.ReturnCodePageFilter.filterKeyValue(Cell ignored) FamilyFilter.filterKeyValue(Cell v) 
Filter.ReturnCodePrefixFilter.filterKeyValue(Cell v) WhileMatchFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeQualifierFilter.filterKeyValue(Cell v) ColumnPrefixFilter.filterKeyValue(Cell cell) 
Filter.ReturnCodeRandomRowFilter.filterKeyValue(Cell v) TimestampsFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeRowFilter.filterKeyValue(Cell v) FilterWrapper.filterKeyValue(Cell v) 
Filter.ReturnCodeSingleColumnValueFilter.filterKeyValue(Cell c) InclusiveStopFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeSkipFilter.filterKeyValue(Cell v) FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) 
Filter.ReturnCodeTimestampsFilter.filterKeyValue(Cell v) PageFilter.filterKeyValue(Cell ignored) 
Filter.ReturnCode
Filter.ReturnCodeWhileMatchFilter.filterKeyValue(Cell v) RowFilter.