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 25571200D38 for ; Sat, 28 Oct 2017 17:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23F4D160BF6; Sat, 28 Oct 2017 15:16:22 +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 EB643160BFC for ; Sat, 28 Oct 2017 17:16:19 +0200 (CEST) Received: (qmail 38408 invoked by uid 500); 28 Oct 2017 15:16:07 -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 36868 invoked by uid 99); 28 Oct 2017 15:16:06 -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; Sat, 28 Oct 2017 15:16:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4754CE0885; Sat, 28 Oct 2017 15:16:05 +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: Sat, 28 Oct 2017 15:16:48 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/51] [partial] hbase-site git commit: Published site at . archived-at: Sat, 28 Oct 2017 15:16:22 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5018ccb3/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 036d92b..7ba7e45 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -134,8 +134,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. static Cell CellUtil.createCell(byte[] row)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use CellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder + instead
@@ -144,8 +144,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CellUtil.createCell(byte[] row, byte[] value)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use CellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder + instead
@@ -169,8 +169,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte type, byte[] value)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use CellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder + instead
@@ -185,8 +185,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] tags, long memstoreTS)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use ExtendedCellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use + ExtendedCellBuilder instead
@@ -200,8 +200,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] value, long memstoreTS)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use ExtendedCellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use + ExtendedCellBuilder instead
@@ -215,8 +215,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] value, byte[] tags)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use ExtendedCellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use + ExtendedCellBuilder instead
@@ -232,8 +232,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. int qualifierOffset, int qualifierLength)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0. - Use CellBuilder instead
+
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder + instead
@@ -253,111 +253,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CellUtil.createCell(Cell cell, List<org.apache.hadoop.hbase.Tag> tags)  - -static Cell -CellUtil.createFirstDeleteFamilyCellOnRow(byte[] row, - byte[] fam) -
Create a Delete Family Cell for the specified row and family that would - be smaller than all other possible Delete Family KeyValues that have the - same row and family.
- - - -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(byte[] row)  - - -static Cell -CellUtil.createFirstOnRow(byte[] row, - byte[] family, - byte[] col)  - - -static Cell -CellUtil.createFirstOnRow(byte[] row, - int roffset, - short rlength)  - - -static Cell -CellUtil.createFirstOnRow(byte[] row, - int roffset, - short rlength, - byte[] family, - int foffset, - byte flength, - byte[] col, - int coffset, - int clength)  - - -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, - int qoffest, - int qlength) -
Create a Cell that is smaller than all other possible Cells for the given Cell's rk:cf and - 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.createFirstOnRowFamily(Cell cell, - byte[] fArray, - int foff, - int flen)  - - -static Cell -CellUtil.createLastOnRow(byte[] row)  - - -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 Cell -CellUtil.createNextOnRowCol(Cell cell)  - - -static Cell -CellUtil.deepClone(Cell cell) -
Deep clones the given cell if the cell supports deep cloning
- - @@ -383,7 +278,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + @@ -396,10 +295,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] key, int offset, int length) -
Used when a cell needs to be compared with a key byte[] such as cases of - finding the index from the index block, bloom keys from the bloom blocks - This byte[] is expected to be serialized in the KeyValue serialization format - If the KeyValue (Cell's) serialization format changes this method cannot be used.
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
@@ -424,43 +322,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + int destinationOffset) +
Copies the family to the given byte[]
+ + int destinationOffset) +
Copies the family to the given bytebuffer
+ + int destinationOffset) +
Copies the qualifier to the given byte[]
+ + int destinationOffset) +
Copies the qualifier to the given bytebuffer
+ @@ -543,40 +372,52 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + int destinationOffset) +
Copies the row to the given bytebuffer
+ + int destinationOffset) +
Deprecated.  +
As of HBase-2.0. Will be removed in 3.0.
+
+ + int destinationOffset) +
Copies the value to the given byte[]
+ + int destinationOffset) +
Copies the value to the given bytebuffer
+ @@ -599,70 +440,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ByteRange range) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
+ + ByteRange range) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
+ + ByteRange range) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
+ + ByteRange range) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
+ @@ -727,8 +530,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.Cell c2, boolean bypassFamilyCheck, boolean withTsType) -
Find length of common prefix in keys of the cells, considering key as byte[] if serialized in - KeyValue.
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
@@ -738,7 +542,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. @@ -751,66 +557,43 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -818,27 +601,51 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - + - + - + - + @@ -854,7 +661,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. int flength, byte[] qual, int qoffset, - int qlength)  + int qlength) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+ @@ -871,7 +682,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + int length) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+ @@ -892,8 +707,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] buf, int offset, int length) -
Finds if the qualifier part of the cell and the KV serialized - byte[] are equal
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
@@ -904,7 +720,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + byte[] buf) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0. + Instead use CellUtil.matchingRows(Cell, byte[])
+
+ @@ -932,64 +753,73 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. + + + + - + - + + Cell b) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
+ - + - + - + - + - + - + - - - - @@ -1004,77 +834,38 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - - - - - - - - - - - - - - - - - - + - - - - @@ -1083,7 +874,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. short rLen, int commonPrefix,
static byte[]CellUtil.cloneTags(Cell cell) CellUtil.cloneTags(Cell cell) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
+
static byte[]
static intCellUtil.compareFamily(Cell cell, - ByteArrayComparable comparator) -
Compare cell's column family against given comparator
-
static intCellUtil.compareKeyBasedOnColHint(org.apache.hadoop.hbase.CellComparator comparator, - Cell nextIndexedCell, - Cell currentCell, - int foff, - int flen, - byte[] colHint, - int coff, - int clen, - long ts, - byte type) -
Used to compare two cells based on the column hint provided.
-
static intCellUtil.compareKeyIgnoresMvcc(org.apache.hadoop.hbase.CellComparator comparator, - Cell left, - Cell right) -
Compares only the key portion of a cell.
-
static intCellUtil.compareQualifier(Cell cell, - ByteArrayComparable comparator) -
Compare cell's qualifier against given comparator
-
static int CellUtil.compareQualifiers(Cell left, byte[] right, int rOffset, @@ -470,67 +331,35 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
static intCellUtil.compareRow(Cell cell, - ByteArrayComparable comparator) -
Compare cell's row against given comparator
-
static intCellUtil.compareValue(Cell cell, - ByteArrayComparable comparator) -
Compare cell's value against given comparator
-
static voidCellUtil.compressFamily(OutputStream out, - Cell cell, - org.apache.hadoop.hbase.io.util.Dictionary dict) 
static voidCellUtil.compressQualifier(OutputStream out, - Cell cell, - org.apache.hadoop.hbase.io.util.Dictionary dict) 
static voidCellUtil.compressRow(OutputStream out, - Cell cell, - org.apache.hadoop.hbase.io.util.Dictionary dict) 
static voidCellUtil.compressTags(OutputStream 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.copyFamilyTo(Cell cell, ByteBuffer destination, - int destinationOffset) 
static int CellUtil.copyQualifierTo(Cell cell, byte[] destination, - int destinationOffset) 
static int CellUtil.copyQualifierTo(Cell cell, ByteBuffer destination, - int destinationOffset) 
static byte[] CellUtil.copyRowTo(Cell cell, byte[] destination, int destinationOffset) -
copyTo
+
Copies the row to the given byte[]
static int CellUtil.copyRowTo(Cell cell, ByteBuffer destination, - int destinationOffset) 
static int CellUtil.copyTagTo(Cell cell, byte[] destination, int destinationOffset) -
Copies the tags info into the tag portion of the cell
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
static int CellUtil.copyTagTo(Cell cell, ByteBuffer destination, - int destinationOffset) 
static int CellUtil.copyValueTo(Cell cell, byte[] destination, - int destinationOffset) 
static int CellUtil.copyValueTo(Cell cell, ByteBuffer destination, - int destinationOffset) 
static Cell CellUtil.createCellScanner(Cell[] cellArray) 
static CellCellUtil.createFirstOnNextRow(Cell cell) -
Create a Cell that is smaller than all other possible Cells for the given Cell row's next row.
-
static CellCellUtil.createFirstOnRow(Cell cell) -
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
-
static CellCellUtil.createFirstOnRowCol(Cell cell) -
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
-
static CellCellUtil.createFirstOnRowCol(Cell cell, - byte[] qArray, - int qoffest, - int qlength) -
Create a Cell that is smaller than all other possible Cells for the given Cell's rk:cf and - passed qualifier.
-
static CellCellUtil.createFirstOnRowColTS(Cell cell, - long ts) -
Creates the first cell with the row/family/qualifier of this cell and the given timestamp.
-
static CellCellUtil.createFirstOnRowFamily(Cell cell, - byte[] fArray, - int foff, - int flen) 
static CellCellUtil.createLastOnRow(Cell cell) -
Create a Cell that is larger than all other possible Cells for the given Cell's row.
-
static CellCellUtil.createLastOnRowCol(Cell cell) -
Create a Cell that is larger than all other possible Cells for the given Cell's rk:cf:q.
-
static CellCellUtil.createNextOnRowCol(Cell cell) 
static CellCellUtil.deepClone(Cell cell) -
Deep clones the given cell if the cell supports deep cloning
-
static boolean CellUtil.equals(Cell a, Cell b) @@ -673,53 +450,79 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. static boolean CellUtil.equalsIgnoreMvccVersion(Cell a, Cell b) -
special case for Cell.equals
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
static long CellUtil.estimatedHeapSizeOf(Cell cell) -
This is an estimate of the heap space occupied by a cell.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static int CellUtil.estimatedSerializedSizeOf(Cell cell) -
Estimate based on keyvalue's serialization format in the RPC layer.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static int CellUtil.estimatedSerializedSizeOfKey(Cell cell) -
Calculates the serialized key size.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
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
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
static ByteRange CellUtil.fillTagRange(Cell cell, - ByteRange range) 
static ByteRange CellUtil.fillValueRange(Cell cell, - ByteRange range) 
static int
static byte[] CellUtil.getCellKeySerializedAsKeyValueKey(Cell cell) -
This method exists just to encapsulate how we serialize keys.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static byteCellUtil.getQualifierByte(Cell cell, - int index) 
static intCellUtil.getRowAsInt(Cell cell) -
Converts the rowkey bytes of the given cell into an int value
-
static byte CellUtil.getRowByte(Cell cell, int index) -
misc
+
Deprecated. 
static org.apache.hadoop.hbase.Tag CellUtil.getTag(Cell cell, byte type) -
Retrieve Cell's first tag, matching the passed in type
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static byte[] CellUtil.getTagArray(Cell cell) -
Returns tag value in a new byte array.
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
static List<org.apache.hadoop.hbase.Tag>CellUtil.getTags(Cell cell) 
static BigDecimalCellUtil.getValueAsBigDecimal(Cell cell) -
Converts the value bytes of the given cell into a BigDecimal
-
static doubleCellUtil.getValueAsDouble(Cell cell) -
Converts the value bytes of the given cell into a double value
-
static intCellUtil.getValueAsInt(Cell cell) -
Converts the value bytes of the given cell into a int value
-
static longCellUtil.getValueAsLong(Cell cell) -
Converts the value bytes of the given cell into a long value
+
CellUtil.getTags(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static ByteBufferCellUtil.getValueBufferShallowCopy(Cell cell) CellUtil.getValueBufferShallowCopy(Cell cell) +
Deprecated.  +
As of HBase-2.0. Will be removed in 3.0.
+
+
static boolean
static booleanCellUtil.isDeleteColumnOrFamily(Cell cell) CellUtil.isDeleteColumnOrFamily(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+
static booleanCellUtil.isDeleteColumns(Cell cell) CellUtil.isDeleteColumns(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+
static booleanCellUtil.isDeleteColumnVersion(Cell cell) CellUtil.isDeleteColumnVersion(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+
static booleanCellUtil.isDeleteFamily(Cell cell) CellUtil.isDeleteFamily(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+
static booleanCellUtil.isDeleteFamilyVersion(Cell cell) CellUtil.isDeleteFamilyVersion(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+
static booleanCellUtil.isDeleteType(Cell cell) CellUtil.isDeleteType(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+
static boolean
static boolean CellUtil.matchingFamily(Cell left, byte[] buf, int offset, - int length) 
static boolean
static boolean CellUtil.matchingRow(Cell left, - byte[] buf) 
static boolean
static booleanCellUtil.matchingRows(Cell left, + byte[] buf) 
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.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static void CellUtil.setTimestamp(Cell cell, byte[] ts, int tsOffset) -
Sets the given timestamp to the cell.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
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.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
CellUtil.updateLatestStamp(Cell cell, byte[] ts, int tsOffset) -
Sets the given timestamp to the cell iff current timestamp is - HConstants.LATEST_TIMESTAMP.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static boolean CellUtil.updateLatestStamp(Cell cell, long ts) -
Sets the given timestamp to the cell iff current timestamp is - HConstants.LATEST_TIMESTAMP.
-
static intCellUtil.writeCell(Cell cell, - OutputStream out, - boolean withTags) -
Writes the cell to the given OutputStream
-
static voidCellUtil.writeCellToBuffer(Cell cell, - ByteBuffer buf, - int offset) -
Writes a cell to the buffer at the given offset
-
static voidCellUtil.writeFamily(OutputStream out, - Cell cell, - byte flength) -
Writes the family from the given cell to the output stream
-
static voidCellUtil.writeFlatKey(Cell cell, - DataOutput out) -
Writes the Cell's key part as it would have serialized in a KeyValue.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static int CellUtil.writeFlatKey(Cell cell, - OutputStream out) 
static voidCellUtil.writeQualifier(OutputStream out, - Cell cell, - int qlength) -
Writes the qualifier from the given cell to the output stream
+ OutputStream out) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
static void CellUtil.writeQualifierSkippingBytes(DataOutputStream out, Cell cell, int qlength, int commonPrefix) -
Writes the qualifier from the given cell to the output stream excluding the common prefix
-
static voidCellUtil.writeRow(OutputStream out, - Cell cell, - short rlength) -
Writes the row from the given cell to the output stream
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+