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 6A80B200B29 for ; Thu, 16 Jun 2016 01:18:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 69217160A69; Wed, 15 Jun 2016 23:18:46 +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 2B4DA160A67 for ; Thu, 16 Jun 2016 01:18:44 +0200 (CEST) Received: (qmail 16483 invoked by uid 500); 15 Jun 2016 23:18:39 -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 13781 invoked by uid 99); 15 Jun 2016 23:18:37 -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, 15 Jun 2016 23:18:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61957E0BAC; Wed, 15 Jun 2016 23:18:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Wed, 15 Jun 2016 23:19:10 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [abbrv] [partial] hbase git commit: Published site at 158568e7806e461275406bc15856ba26e4660f4c archived-at: Wed, 15 Jun 2016 23:18:46 -0000 http://git-wip-us.apache.org/repos/asf/hbase/blob/702fbc6f/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 e3765f3..d9895fb 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -111,22 +111,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.

Uses of Cell in org.apache.hadoop.hbase

- - - - - - - - - - - - -
Fields in org.apache.hadoop.hbase declared as Cell 
Modifier and TypeField and Description
static CellHConstants.NO_NEXT_INDEXED_KEY -
The byte array represents for NO_NEXT_INDEXED_KEY; - The actual value is irrelevant because this is always compared by reference.
-
@@ -301,18 +285,26 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + - - - - + + + + - - - - + + + + - - + +
Methods in org.apache.hadoop.hbase that return Cell 
CellUtil.cloneValue(Cell cell) 
static voidCellUtil.compressTags(DataOutputStream out, + Cell cell, + org.apache.hadoop.hbase.io.TagCompressionContext tagCompressionContext) +
Compresses the tags to the given outputstream using the TagcompressionContext
+
static int CellUtil.copyFamilyTo(Cell cell, byte[] destination, int destinationOffset) 
static int CellUtil.copyQualifierTo(Cell cell, byte[] destination, int destinationOffset) 
static int CellUtil.copyRowTo(Cell cell, byte[] destination, @@ -320,7 +312,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
copyTo
static int CellUtil.copyTagTo(Cell cell, byte[] destination, @@ -328,35 +320,35 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Copies the tags info into the tag portion of the cell
static int CellUtil.copyValueTo(Cell cell, byte[] destination, int destinationOffset) 
static org.apache.hadoop.hbase.CellScanner CellUtil.createCellScanner(Cell[] cellArray) 
static Cell CellUtil.createFirstOnNextRow(Cell cell)
Create a Cell that is smaller than all other possible Cells for the given Cell row's next row.
static Cell CellUtil.createFirstOnRow(Cell cell)
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
static Cell CellUtil.createFirstOnRowCol(Cell cell)
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
static Cell CellUtil.createFirstOnRowCol(Cell cell, byte[] qArray, @@ -366,81 +358,81 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. passed qualifier.
static Cell CellUtil.createFirstOnRowColTS(Cell cell, long ts)
Creates the first cell with the row/family/qualifier of this cell and the given timestamp.
static Cell CellUtil.createLastOnRow(Cell cell)
Create a Cell that is larger than all other possible Cells for the given Cell's row.
static Cell CellUtil.createLastOnRowCol(Cell cell)
Create a Cell that is larger than all other possible Cells for the given Cell's rk:cf:q.
static boolean CellUtil.equals(Cell a, Cell b)
equals
static boolean CellUtil.equalsIgnoreMvccVersion(Cell a, Cell b)
special case for Cell.equals
static long CellUtil.estimatedHeapSizeOf(Cell cell)
This is an estimate of the heap space occupied by a cell.
static int CellUtil.estimatedSerializedSizeOf(Cell cell) 
static int CellUtil.estimatedSerializedSizeOfKey(Cell cell) 
static ByteRange CellUtil.fillFamilyRange(Cell cell, ByteRange range) 
static ByteRange CellUtil.fillQualifierRange(Cell cell, ByteRange range) 
static ByteRange CellUtil.fillRowRange(Cell cell, ByteRange range)
ByteRange
static ByteRange CellUtil.fillTagRange(Cell cell, ByteRange range) 
static ByteRange CellUtil.fillValueRange(Cell cell, ByteRange range) 
static int CellUtil.findCommonPrefixInFlatKey(Cell c1, Cell c2, @@ -450,17 +442,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. KeyValue.
static String CellUtil.getCellKeyAsString(Cell cell) 
static byte[] CellUtil.getCellKeySerializedAsKeyValueKey(Cell cell)
This method exists just to encapsulate how we serialize keys.
static ByteBuffer CellUtil.getQualifierBufferShallowCopy(Cell cell)
Deprecated.  @@ -468,19 +460,26 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
static int CellUtil.getRowAsInt(Cell cell)
Converts the rowkey bytes of the given cell into an int value
static byte CellUtil.getRowByte(Cell cell, int index)
misc
static org.apache.hadoop.hbase.TagCellUtil.getTag(Cell cell, + byte type) +
Retrieve Cell's first tag, matching the passed in type
+
static byte[] CellUtil.getTagArray(Cell cell) @@ -488,62 +487,66 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
static List<org.apache.hadoop.hbase.Tag>CellUtil.getTags(Cell cell) 
static BigDecimal CellUtil.getValueAsBigDecimal(Cell cell)
Converts the value bytes of the given cell into a BigDecimal
static double CellUtil.getValueAsDouble(Cell cell)
Converts the value bytes of the given cell into a double value
static long CellUtil.getValueAsLong(Cell cell)
Converts the value bytes of the given cell into a long value
static ByteBuffer CellUtil.getValueBufferShallowCopy(Cell cell) 
static boolean CellUtil.isDelete(Cell cell) 
static boolean CellUtil.isDeleteColumnOrFamily(Cell cell) 
static boolean CellUtil.isDeleteColumns(Cell cell) 
static boolean CellUtil.isDeleteColumnVersion(Cell cell) 
static boolean CellUtil.isDeleteFamily(Cell cell) 
static boolean CellUtil.isDeleteFamilyVersion(Cell cell) 
static boolean CellUtil.isDeleteType(Cell cell) 
static boolean CellUtil.matchingColumn(Cell left, byte[] fam, byte[] qual) 
static boolean CellUtil.matchingColumn(Cell left, byte[] fam, @@ -553,29 +556,29 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. int qoffset, int qlength) 
static boolean CellUtil.matchingColumn(Cell left, Cell right) 
static boolean CellUtil.matchingFamily(Cell left, byte[] buf) 
static boolean CellUtil.matchingFamily(Cell left, byte[] buf, int offset, int length) 
static boolean CellUtil.matchingFamily(Cell left, Cell right) 
static boolean CellUtil.matchingQualifier(Cell left, byte[] buf) @@ -583,7 +586,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] are equal
static boolean CellUtil.matchingQualifier(Cell left, byte[] buf, @@ -593,24 +596,24 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] are equal
static boolean CellUtil.matchingQualifier(Cell left, Cell right) 
static boolean CellUtil.matchingRow(Cell left, byte[] buf) 
static boolean CellUtil.matchingRow(Cell left, byte[] buf, int offset, int length) 
static boolean CellUtil.matchingRow(Cell left, Cell right) @@ -620,55 +623,55 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
static boolean CellUtil.matchingRowColumn(Cell left, Cell right)
Compares the row and column of two keyvalues for equality
static boolean CellUtil.matchingRows(Cell left, Cell right)
Compares the row of two keyvalues for equality
static boolean CellUtil.matchingTimestamp(Cell a, Cell b) 
static boolean CellUtil.matchingType(Cell a, Cell b) 
static boolean CellUtil.matchingValue(Cell left, byte[] buf) 
static boolean CellUtil.matchingValue(Cell left, Cell right) 
static boolean CellUtil.matchingValue(Cell left, Cell right, int lvlength, int rvlength) 
static void CellUtil.setSequenceId(Cell cell, long seqId)
Sets the given seqId to the cell.
static void CellUtil.setTimestamp(Cell cell, byte[] ts, @@ -676,13 +679,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Sets the given timestamp to the cell.
static void CellUtil.setTimestamp(Cell cell, long ts)
Sets the given timestamp to the cell.
static Iterator<org.apache.hadoop.hbase.Tag>CellUtil.tagsIterator(Cell cell) +
Util method to iterate through the tags in the given cell.
+
static String CellUtil.toString(Cell cell, @@ -910,17 +919,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
PutPut.add(Cell kv) -
Add the specified KeyValue to this Put operation.
-
Append Append.add(Cell cell)
Add column and value to this Append operation.
PutPut.add(Cell kv) +
Add the specified KeyValue to this Put operation.
+
Delete Delete.addDeleteMarker(Cell kv) @@ -1002,13 +1011,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) 
PutPut.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) 
Append Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) 
DeleteDelete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) 
Mutation Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) @@ -1016,8 +1025,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
DeleteDelete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) PutPut.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) 
@@ -1035,18 +1044,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -MultiRowRangeFilter.getNextCellHint(Cell currentKV)  +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.
- +Cell +MultiRowRangeFilter.getNextCellHint(Cell currentKV)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +FilterList.getNextCellHint(Cell currentCell)  Cell @@ -1054,24 +1060,27 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  +ColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnRangeFilter.getNextCellHint(Cell cell)  +TimestampsFilter.getNextCellHint(Cell currentCell) +
Pick the next cell that the scanner should seek to.
+ Cell -ColumnPrefixFilter.getNextCellHint(Cell cell)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  Cell -FilterList.getNextCellHint(Cell currentCell)  +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  abstract Cell -Filter.transformCell(Cell v) -
Give the filter a chance to transform the passed KeyValue.
+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.
@@ -1080,7 +1089,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -SkipFilter.transformCell(Cell v)  +KeyOnlyFilter.transformCell(Cell cell)  Cell @@ -1088,7 +1097,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -KeyOnlyFilter.transformCell(Cell cell)  +SkipFilter.transformCell(Cell v)  + + +abstract Cell +Filter.transformCell(Cell v) +
Give the filter a chance to transform the passed KeyValue.
+ @@ -1125,55 +1140,53 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Filter.ReturnCode -MultipleColumnPrefixFilter.filterColumn(Cell cell)  +ColumnPrefixFilter.filterColumn(Cell cell)  Filter.ReturnCode -ColumnPrefixFilter.filterColumn(Cell cell)  +MultipleColumnPrefixFilter.filterColumn(Cell cell)  Filter.ReturnCode -QualifierFilter.filterKeyValue(Cell v)  +InclusiveStopFilter.filterKeyValue(Cell v)  Filter.ReturnCode -MultiRowRangeFilter.filterKeyValue(Cell ignored)  +QualifierFilter.filterKeyValue(Cell v)  Filter.ReturnCode -TimestampsFilter.filterKeyValue(Cell v)  +RandomRowFilter.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 FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
Deprecated. 
  + +Filter.ReturnCode +WhileMatchFilter.filterKeyValue(Cell v)  + Filter.ReturnCode -PrefixFilter.filterKeyValue(Cell v)  +ColumnRangeFilter.filterKeyValue(Cell kv)  Filter.ReturnCode -ColumnPaginationFilter.filterKeyValue(Cell v)  +ColumnCountGetFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FirstKeyOnlyFilter.filterKeyValue(Cell v)  +RowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -WhileMatchFilter.filterKeyValue(Cell v)  +KeyOnlyFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -RowFilter.filterKeyValue(Cell v)  +FirstKeyOnlyFilter.filterKeyValue(Cell v)  Filter.ReturnCode @@ -1181,35 +1194,35 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Filter.ReturnCode -FuzzyRowFilter.filterKeyValue(Cell c)  +MultiRowRangeFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -FamilyFilter.filterKeyValue(Cell v)  +FilterList.filterKeyValue(Cell c)  Filter.ReturnCode -MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  +FuzzyRowFilter.filterKeyValue(Cell c)  Filter.ReturnCode -InclusiveStopFilter.filterKeyValue(Cell v)  +ColumnPrefixFilter.filterKeyValue(Cell cell)  Filter.ReturnCode -ColumnCountGetFilter.filterKeyValue(Cell v)  +FamilyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -PageFilter.filterKeyValue(Cell ignored)  +SkipFilter.filterKeyValue(Cell v)  Filter.ReturnCode -SingleColumnValueFilter.filterKeyValue(Cell c)  +PageFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -ColumnRangeFilter.filterKeyValue(Cell kv)  +TimestampsFilter.filterKeyValue(Cell v)  Filter.ReturnCode @@ -1217,120 +1230,119 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Filter.ReturnCode -SkipFilter.filterKeyValue(Cell v)  +SingleColumnValueFilter.filterKeyValue(Cell c)  Filter.ReturnCode -ColumnPrefixFilter.filterKeyValue(Cell cell)  +PrefixFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FilterList.filterKeyValue(Cell c)  +ColumnPaginationFilter.filterKeyValue(Cell v)  Filter.ReturnCode -KeyOnlyFilter.filterKeyValue(Cell ignored)  +MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  -Filter.ReturnCode -RandomRowFilter.filterKeyValue(