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 4FBF1200B4A for ; Wed, 6 Jul 2016 01:54:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4E773160A6F; Tue, 5 Jul 2016 23:54:13 +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 5652D160A70 for ; Wed, 6 Jul 2016 01:54:11 +0200 (CEST) Received: (qmail 16195 invoked by uid 500); 5 Jul 2016 23:54:03 -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 13664 invoked by uid 99); 5 Jul 2016 23:54:00 -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; Tue, 05 Jul 2016 23:54:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CFC02E95B7; Tue, 5 Jul 2016 23:54:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Tue, 05 Jul 2016 23:54:32 -0000 Message-Id: In-Reply-To: <2977d85550e241f3a4f5191b5a23609d@git.apache.org> References: <2977d85550e241f3a4f5191b5a23609d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/52] [partial] hbase-site git commit: Published site at 29c46c4834a3f96e9fca33cb16bc7f3748fcd60c. archived-at: Tue, 05 Jul 2016 23:54:13 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/CellUtil.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.html b/devapidocs/org/apache/hadoop/hbase/CellUtil.html index 400e518..d5437a6 100644 --- a/devapidocs/org/apache/hadoop/hbase/CellUtil.html +++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.html @@ -409,17 +409,23 @@ extends static Cell +createFirstOnRow(byte[] row, + int roffset, + short rlength)  + + +static Cell createFirstOnRow(Cell cell)
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
- + static Cell createFirstOnRowCol(Cell cell)
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
- + static Cell createFirstOnRowCol(Cell cell, byte[] qArray, @@ -429,81 +435,81 @@ extends + static Cell createFirstOnRowColTS(Cell cell, long ts)
Creates the first cell with the row/family/qualifier of this cell and the given timestamp.
- + static Cell createLastOnRow(Cell cell)
Create a Cell that is larger than all other possible Cells for the given Cell's row.
- + static Cell createLastOnRowCol(Cell cell)
Create a Cell that is larger than all other possible Cells for the given Cell's rk:cf:q.
- + static boolean equals(Cell a, Cell b)
equals
- + static boolean equalsIgnoreMvccVersion(Cell a, Cell b)
special case for Cell.equals
- + static long estimatedHeapSizeOf(Cell cell)
This is an estimate of the heap space occupied by a cell.
- + static int estimatedSerializedSizeOf(Cell cell)  - + static int estimatedSerializedSizeOfKey(Cell cell)  - + static ByteRange fillFamilyRange(Cell cell, ByteRange range)  - + static ByteRange fillQualifierRange(Cell cell, ByteRange range)  - + static ByteRange fillRowRange(Cell cell, ByteRange range)
ByteRange
- + static ByteRange fillTagRange(Cell cell, ByteRange range)  - + static ByteRange fillValueRange(Cell cell, ByteRange range)  - + static int findCommonPrefixInFlatKey(Cell c1, Cell c2, @@ -513,17 +519,17 @@ extends KeyValue. - + static String getCellKeyAsString(Cell cell)  - + static byte[] getCellKeySerializedAsKeyValueKey(Cell cell)
This method exists just to encapsulate how we serialize keys.
- + static ByteBuffer getQualifierBufferShallowCopy(Cell cell)
Deprecated.  @@ -531,105 +537,105 @@ extends + static int getRowAsInt(Cell cell)
Converts the rowkey bytes of the given cell into an int value
- + static byte getRowByte(Cell cell, int index)
misc
- + private static int getSumOfCellElementLengths(Cell cell)  - + private static int getSumOfCellKeyElementLengths(Cell cell)  - + static Tag getTag(Cell cell, byte type)
Retrieve Cell's first tag, matching the passed in type
- + static byte[] getTagArray(Cell cell)
Returns tag value in a new byte array.
- + static List<Tag> getTags(Cell cell)  - + static BigDecimal getValueAsBigDecimal(Cell cell)
Converts the value bytes of the given cell into a BigDecimal
- + static double getValueAsDouble(Cell cell)
Converts the value bytes of the given cell into a double value
- + static long getValueAsLong(Cell cell)
Converts the value bytes of the given cell into a long value
- + static ByteBuffer getValueBufferShallowCopy(Cell cell)  - + static boolean isDelete(byte type)  - + static boolean isDelete(Cell cell)  - + static boolean isDeleteColumnOrFamily(Cell cell)  - + static boolean isDeleteColumns(Cell cell)  - + static boolean isDeleteColumnVersion(Cell cell)  - + static boolean isDeleteFamily(Cell cell)  - + static boolean isDeleteFamilyVersion(Cell cell)  - + static boolean isDeleteType(Cell cell)  - + static boolean matchingColumn(Cell left, byte[] fam, byte[] qual)  - + static boolean matchingColumn(Cell left, byte[] fam, @@ -639,29 +645,29 @@ extends + static boolean matchingColumn(Cell left, Cell right)  - + static boolean matchingFamily(Cell left, byte[] buf)  - + static boolean matchingFamily(Cell left, byte[] buf, int offset, int length)  - + static boolean matchingFamily(Cell left, Cell right)  - + static boolean matchingQualifier(Cell left, byte[] buf) @@ -669,7 +675,7 @@ extends + static boolean matchingQualifier(Cell left, byte[] buf, @@ -679,24 +685,24 @@ extends + static boolean matchingQualifier(Cell left, Cell right)  - + static boolean matchingRow(Cell left, byte[] buf)  - + static boolean matchingRow(Cell left, byte[] buf, int offset, int length)  - + static boolean matchingRow(Cell left, Cell right) @@ -706,48 +712,48 @@ extends + static boolean matchingRowColumn(Cell left, Cell right)
Compares the row and column of two keyvalues for equality
- + static boolean matchingRows(Cell left, Cell right)
Compares the row of two keyvalues for equality
- + static boolean matchingTimestamp(Cell a, Cell b)  - + static boolean matchingType(Cell a, Cell b)  - + static boolean matchingValue(Cell left, byte[] buf)  - + static boolean matchingValue(Cell left, Cell right)  - + static boolean matchingValue(Cell left, Cell right, int lvlength, int rvlength)  - + static boolean overlappingKeys(byte[] start1, byte[] end1, @@ -757,14 +763,14 @@ extends + static void setSequenceId(Cell cell, long seqId)
Sets the given seqId to the cell.
- + static void setTimestamp(Cell cell, byte[] ts, @@ -772,14 +778,14 @@ extends Sets the given timestamp to the cell.
- + static void setTimestamp(Cell cell, long ts)
Sets the given timestamp to the cell.
- + static Iterator<Tag> tagsIterator(byte[] tags, int offset, @@ -790,26 +796,26 @@ extends + private static Iterator<Tag> tagsIterator(ByteBuffer tags, int offset, int length)  - + static Iterator<Tag> tagsIterator(Cell cell)
Util method to iterate through the tags in the given cell.
- + static String toString(Cell cell, boolean verbose)
Returns a string representation of the cell
- + static boolean updateLatestStamp(Cell cell, byte[] ts, @@ -818,7 +824,7 @@ extends HConstants.LATEST_TIMESTAMP. - + static boolean updateLatestStamp(Cell cell, long ts) @@ -826,7 +832,7 @@ extends HConstants.LATEST_TIMESTAMP. - + static void writeFamily(DataOutputStream out, Cell cell, @@ -834,14 +840,14 @@ extends Writes the family from the given cell to the output stream - + static void writeFlatKey(Cell cell, DataOutputStream out)
Writes the Cell's key part as it would have serialized in a KeyValue.
- + static void writeQualifier(DataOutputStream out, Cell cell, @@ -849,7 +855,7 @@ extends Writes the qualifier from the given cell to the output stream - + static void writeQualifierSkippingBytes(DataOutputStream out, Cell cell, @@ -858,7 +864,7 @@ extends Writes the qualifier from the given cell to the output stream excluding the common prefix - + static void writeRow(DataOutputStream out, Cell cell, @@ -866,7 +872,7 @@ extends Writes the row from the given cell to the output stream - + static void writeRowKeyExcludingCommon(Cell cell, short rLen, @@ -875,7 +881,7 @@ extends Write rowkey excluding the common part. - + static void writeRowSkippingBytes(DataOutputStream out, Cell cell, @@ -884,7 +890,7 @@ extends Writes the row from the given cell to the output stream excluding the common prefix - + static void writeTags(DataOutputStream out, Cell cell, @@ -892,7 +898,7 @@ extends Writes the tag from the given cell to the output stream - + static void writeValue(DataOutputStream out, Cell cell, @@ -2154,13 +2160,24 @@ public static void Returns:
First possible Cell on passed Cell's row.
+
+ + +
    +
  • +

    createFirstOnRow

    +
    public static Cell createFirstOnRow(byte[] row,
    +                    int roffset,
    +                    short rlength)
    +
  • +