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 497DC200D1D for ; Fri, 29 Sep 2017 17:13:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4847F1609EF; Fri, 29 Sep 2017 15:13:47 +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 28CD8160BD7 for ; Fri, 29 Sep 2017 17:13:45 +0200 (CEST) Received: (qmail 9118 invoked by uid 500); 29 Sep 2017 15:13:37 -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 8775 invoked by uid 99); 29 Sep 2017 15:13: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; Fri, 29 Sep 2017 15:13:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D7106F5C18; Fri, 29 Sep 2017 15:13:35 +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: Fri, 29 Sep 2017 15:14:04 -0000 Message-Id: <0f8ca6567e35407c80f1546193058278@git.apache.org> In-Reply-To: <7b500687b18943669a81021ab88d2f7d@git.apache.org> References: <7b500687b18943669a81021ab88d2f7d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/51] [partial] hbase-site git commit: Published site at . archived-at: Fri, 29 Sep 2017 15:13:47 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aea328be/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 aefca3e..ed5695d 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -715,35 +715,28 @@ service. -static KeyValue -KeyValue.cloneAndAddTags(Cell c, - List<Tag> newTags) -
Create a new KeyValue by copying existing cell and adding new tags
- - - static byte[] CellUtil.cloneFamily(Cell cell)  - + static byte[] CellUtil.cloneQualifier(Cell cell)  - + static byte[] CellUtil.cloneRow(Cell cell)
get individual arrays for tests
- + static byte[] CellUtil.cloneTags(Cell cell)  - + static byte[] CellUtil.cloneValue(Cell cell)  - + int CellComparator.compare(Cell left, byte[] key, @@ -755,12 +748,12 @@ service. If the KeyValue (Cell's) serialization format changes this method cannot be used. - + int CellComparator.compare(Cell a, Cell b)  - + int KeyValue.MetaComparator.compare(Cell left, Cell right) @@ -769,7 +762,7 @@ service. table. - + int KeyValue.KVComparator.compare(Cell left, Cell right) @@ -778,13 +771,6 @@ service. rowkey, colfam/qual, timestamp, type, mvcc - -int -KeyValue.RawBytesComparator.compare(Cell left, - Cell right) -
Deprecated. 
-  - private int CellComparator.compare(Cell a, @@ -892,41 +878,34 @@ service.   -int -KeyValue.RawBytesComparator.compareOnlyKeyPortion(Cell left, - Cell right) -
Deprecated. 
-  - - static int CellComparator.compareQualifier(Cell cell, ByteArrayComparable comparator)
Compare cell's qualifier against given comparator
- + static int CellComparator.compareQualifiers(Cell left, byte[] right, int rOffset, int rLength)  - + static int CellComparator.compareQualifiers(Cell left, Cell right)
Compare the qualifiers part of the left and right cells.
- + static int CellComparator.compareRow(Cell cell, ByteArrayComparable comparator)
Compare cell's row against given comparator
- + protected int KeyValue.MetaComparator.compareRowKey(Cell l, Cell r) @@ -934,7 +913,7 @@ service.
Override the row key comparison to parse and compare the meta row key parts.
- + protected int KeyValue.KVComparator.compareRowKey(Cell left, Cell right) @@ -942,7 +921,7 @@ service.
Compares the only the user specified portion of a Key.
- + int CellComparator.compareRows(Cell left, byte[] right, @@ -952,54 +931,54 @@ service. stopRow in Scan. - + int CellComparator.MetaCellComparator.compareRows(Cell left, byte[] right, int roffset, int rlength)  - + 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.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, ByteArrayComparable comparator)
Compare cell's value against given comparator
- + private int CellComparator.compareWithoutRow(Cell left, byte[] right, @@ -1010,30 +989,30 @@ service. except the row). - + static int CellComparator.compareWithoutRow(Cell left, Cell right)  - + static void CellUtil.compressFamily(OutputStream out, Cell cell, Dictionary dict)  - + static void CellUtil.compressQualifier(OutputStream out, Cell cell, Dictionary dict)  - + static void CellUtil.compressRow(OutputStream out, Cell cell, Dictionary dict)  - + static void CellUtil.compressTags(OutputStream out, Cell cell, @@ -1041,48 +1020,48 @@ service.
Compresses the tags to the given outputstream using the TagcompressionContext
- + static byte[] TagUtil.concatTags(byte[] tags, Cell cell)  - + static int CellUtil.copyFamilyTo(Cell cell, byte[] destination, int destinationOffset)  - + static int CellUtil.copyFamilyTo(Cell cell, ByteBuffer destination, int destinationOffset)  - + static ByteBuffer KeyValueUtil.copyKeyToNewByteBuffer(Cell cell)
The position will be set to the beginning of the new ByteBuffer
- + 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, @@ -1090,13 +1069,13 @@ service.
copyTo
- + static int CellUtil.copyRowTo(Cell cell, ByteBuffer destination, int destinationOffset)  - + static int CellUtil.copyTagTo(Cell cell, byte[] destination, @@ -1104,73 +1083,73 @@ service.
Copies the tags info into the tag portion of the cell
- + static int CellUtil.copyTagTo(Cell cell, ByteBuffer destination, int destinationOffset)  - + static byte[] KeyValueUtil.copyToNewByteArray(Cell cell)  - + static KeyValue KeyValueUtil.copyToNewKeyValue(Cell cell)
copy the cell to create a new keyvalue
- + 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<Tag> tags)  - + static 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, @@ -1180,43 +1159,43 @@ service. 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 Cell CellUtil.createNextOnRowCol(Cell cell)  - + private static Cell CellUtil.createNextOnRowCol(Cell cell, long ts, byte type)  - + static KeyValue KeyValueUtil.ensureKeyValue(Cell cell)
Deprecated.  @@ -1224,66 +1203,66 @@ service.
- + 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, @@ -1293,17 +1272,17 @@ service. 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.  @@ -1311,130 +1290,130 @@ service.
- + 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 int KeyValueUtil.getSerializedSize(Cell cell, boolean withTags)  - + private static int CellUtil.getSumOfCellElementLengths(Cell cell)  - + private static int CellUtil.getSumOfCellKeyElementLengths(Cell cell)  - + static 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<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 int KeyValueUtil.keyLength(Cell cell)
Returns number of bytes this cell's key part would have been used if serialized as in KeyValue.
- + static int KeyValueUtil.length(Cell cell)
Returns number of bytes this cell would have been used if serialized as in KeyValue
- + static boolean CellUtil.matchingColumn(Cell left, byte[] fam, byte[] qual)  - + static boolean CellUtil.matchingColumn(Cell left, byte[] fam, @@ -1444,29 +1423,29 @@ service. 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) @@ -1474,7 +1453,7 @@ service. byte[] are equal - + static boolean CellUtil.matchingQualifier(Cell left, byte[] buf, @@ -1484,24 +1463,24 @@ service. 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) @@ -1511,14 +1490,14 @@ service. - + static boolean CellUtil.matchingRowColumn(Cell left, Cell right)
Compares the row and column of two keyvalues for equality
- + boolean KeyValue.KVComparator.matchingRowColumn(Cell left, Cell right) @@ -1526,14 +1505,14 @@ service.
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
- + boolean KeyValue.KVComparator.matchingRows(Cell left, Cell right) @@ -1541,7 +1520,7 @@ service.
Compares the row of two keyvalues for equality
- + private boolean KeyValue.KVComparator.matchingRows(Cell left, short lrowlength, @@ -1550,47 +1529,47 @@ service.
Deprecated. 
  - + 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 int KeyValueUtil.oswrite(Cell cell, OutputStream out, boolean withTags)  - + static void CellUtil.setSequenceId(Cell cell, long seqId)
Sets the given seqId to the cell.
- + static void CellUtil.setTimestamp(Cell cell, byte[] ts, @@ -1598,33 +1577,33 @@ service.
Sets the given timestamp to the cell.
- + static void CellUtil.setTimestamp(Cell cell, long ts)
Sets the given timestamp to the cell.
- + static Iterator<Tag> CellUtil.tagsIterator(Cell cell)
Util method to iterate through the tags in the given cell.
- + static KeyValue KeyValueUtil.toNewKeyCell(Cell cell)
Copies the key to a new KeyValue
- + static String CellUtil.toString(Cell cell, boolean verbose)
Returns a string representation of the cell
- + static boolean CellUtil.updateLatestStamp(Cell cell, byte[] ts, @@ -1633,7 +1612,7 @@ service. HConstants.LATEST_TIMESTAMP. - + static boolean CellUtil.updateLatestStamp(Cell cell, long ts) @@ -1641,7 +1620,7 @@ service. HConstants.LATEST_TIMESTAMP. - + (package private) static void CellUtil.ValueAndTagRewriteCell.write(ByteBuffer buf, int offset, @@ -1649,7 +1628,7 @@ service. byte[] value, byte[] tags)  - + (package private) static int CellUtil.ValueAndTagRewriteCell.write(OutputStream out, boolean withTags, @@ -1657,7 +1636,7 @@ service. byte[] value, byte[] tags)  - + static void CellUtil.writeFamily(OutputStream out, Cell cell, @@ -1665,19 +1644,19 @@ service.
Writes the family from the given cell to the output stream
- + static void CellUtil.writeFlatKey(Cell cell,