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 A7321200C6B for ; Mon, 17 Apr 2017 16:59:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A5D34160B9C; Mon, 17 Apr 2017 14:59:37 +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 63352160BB4 for ; Mon, 17 Apr 2017 16:59:35 +0200 (CEST) Received: (qmail 87756 invoked by uid 500); 17 Apr 2017 14:59:26 -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 83740 invoked by uid 99); 17 Apr 2017 14:59:23 -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; Mon, 17 Apr 2017 14:59:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2B58DFB92; Mon, 17 Apr 2017 14:59:23 +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: Mon, 17 Apr 2017 15:00:09 -0000 Message-Id: <1ed97834f17b4cecaf8d61437236790e@git.apache.org> In-Reply-To: <323c04e270764c50b7cb7c084715d056@git.apache.org> References: <323c04e270764c50b7cb7c084715d056@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Mon, 17 Apr 2017 14:59:37 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e4348f53/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 4526143..91eab86 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -128,27 +128,18 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. static Cell -CellUtil.copyCellTo(Cell cell, - ByteBuffer buf, - int offset, - int len) -
Clone the passed cell by copying its data into the passed buf.
- - - -static Cell CellUtil.createCell(byte[] row)
Create a Cell with specific row.
- + static Cell CellUtil.createCell(byte[] row, byte[] value)
Create a Cell with specific row and value.
- + static Cell CellUtil.createCell(byte[] row, byte[] family, @@ -156,7 +147,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Create a Cell with specific row.
- + static Cell CellUtil.createCell(byte[] row, byte[] family, @@ -165,7 +156,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte type, byte[] value)  - + static Cell CellUtil.createCell(byte[] row, byte[] family, @@ -178,7 +169,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Marked as audience Private as of 1.2.0.
- + static Cell CellUtil.createCell(byte[] row, byte[] family, @@ -190,7 +181,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Marked as audience Private as of 1.2.0.
- + static Cell CellUtil.createCell(byte[] row, byte[] family, @@ -202,7 +193,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Marked as audience Private as of 1.2.0.
- + static Cell CellUtil.createCell(byte[] rowArray, int rowOffset, @@ -214,23 +205,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. int qualifierOffset, int qualifierLength)  - + static Cell CellUtil.createCell(Cell cell, byte[] tags)  - + static Cell CellUtil.createCell(Cell cell, byte[] value, byte[] tags)  - + static Cell CellUtil.createCell(Cell cell, List<org.apache.hadoop.hbase.Tag> tags)  - + static Cell CellUtil.createFirstDeleteFamilyCellOnRow(byte[] row, byte[] fam) @@ -239,29 +230,29 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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, @@ -273,19 +264,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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, @@ -295,31 +286,31 @@ 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.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.
@@ -383,45 +374,36 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -static Cell -CellUtil.copyCellTo(Cell cell, - ByteBuffer buf, - int offset, - int len) -
Clone the passed cell by copying its data into the passed buf.
- - - 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.copyRow(Cell cell)
Copies the row to a new byte[]
- + static int CellUtil.copyRowTo(Cell cell, byte[] destination, @@ -429,13 +411,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
copyTo
- + static int CellUtil.copyRowTo(Cell cell, ByteBuffer destination, int destinationOffset)  - + static int CellUtil.copyTagTo(Cell cell, byte[] destination, @@ -443,63 +425,63 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Copies the tags info into the tag portion of the cell
- + 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.createCell(Cell cell, byte[] tags)  - + static Cell CellUtil.createCell(Cell cell, byte[] value, byte[] tags)  - + static Cell CellUtil.createCell(Cell cell, List<org.apache.hadoop.hbase.Tag> tags)  - + 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, @@ -509,92 +491,92 @@ 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.createFirstOnRowFamily(Cell cell, byte[] fArray, int foff, int flen)  - + 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)
Estimate based on keyvalue's serialization format.
- + static int CellUtil.estimatedSerializedSizeOfKey(Cell cell)
Calculates the serialized key size.
- + 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, @@ -604,17 +586,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.  @@ -622,104 +604,104 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
- + static byte CellUtil.getQualifierByte(Cell cell, int index)  - + 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.Tag CellUtil.getTag(Cell cell, byte type)
Retrieve Cell's first tag, matching the passed in type
- + static byte[] CellUtil.getTagArray(Cell cell)
Returns tag value in a new byte array.
- + 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 int CellUtil.getValueAsInt(Cell cell)
Converts the value bytes of the given cell into a int 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, @@ -729,29 +711,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) @@ -759,7 +741,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] are equal - + static boolean CellUtil.matchingQualifier(Cell left, byte[] buf, @@ -769,24 +751,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) @@ -796,55 +778,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, @@ -852,27 +834,27 @@ 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, boolean verbose)
Returns a string representation of the cell
- + static boolean CellUtil.updateLatestStamp(Cell cell, byte[] ts, @@ -881,7 +863,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HConstants.LATEST_TIMESTAMP. - + static boolean CellUtil.updateLatestStamp(Cell cell, long ts) @@ -889,7 +871,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. HConstants.LATEST_TIMESTAMP. - + static void CellUtil.writeFamily(OutputStream out, Cell cell, @@ -897,19 +879,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Writes the family from the given cell to the output stream
- + static void CellUtil.writeFlatKey(Cell cell, DataOutputStream out)
Writes the Cell's key part as it would have serialized in a KeyValue.
- + static int CellUtil.writeFlatKey(Cell cell, OutputStream out)  - + static void CellUtil.writeQualifier(OutputStream out, Cell cell, @@ -917,7 +899,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Writes the qualifier from the given cell to the output stream
- + static void CellUtil.writeQualifierSkippingBytes(DataOutputStream out, Cell cell, @@ -926,7 +908,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Writes the qualifier from the given cell to the output stream excluding the common prefix
- + static void CellUtil.writeRow(OutputStream out, Cell cell, @@ -934,7 +916,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Writes the row from the given cell to the output stream
- + static void CellUtil.writeRowKeyExcludingCommon(Cell cell, short rLen, @@ -943,7 +925,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Write rowkey excluding the common part.
- + static void CellUtil.writeRowSkippingBytes(DataOutputStream out, Cell cell, @@ -952,7 +934,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Writes the row from the given cell to the output stream excluding the common prefix
- + static void CellUtil.writeTags(OutputStream out, Cell cell, @@ -960,7 +942,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Writes the tag from the given cell to the output stream
- + static void CellUtil.writeValue(OutputStream out, Cell cell,