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 23232200D82 for ; Thu, 21 Dec 2017 16:19:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 21DB4160C30; Thu, 21 Dec 2017 15:19:44 +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 C01FA160C34 for ; Thu, 21 Dec 2017 16:19:41 +0100 (CET) Received: (qmail 45533 invoked by uid 500); 21 Dec 2017 15:19: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 44829 invoked by uid 99); 21 Dec 2017 15:19:39 -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; Thu, 21 Dec 2017 15:19:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7AA21F16CF; Thu, 21 Dec 2017 15:19:38 +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: Thu, 21 Dec 2017 15:19:50 -0000 Message-Id: <3c348a8ed6f34b728d260d46318ca2da@git.apache.org> In-Reply-To: <1359deaf8338404688f941344e4cae94@git.apache.org> References: <1359deaf8338404688f941344e4cae94@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/51] [partial] hbase-site git commit: Published site at . archived-at: Thu, 21 Dec 2017 15:19:44 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/505bbb2e/devapidocs/org/apache/hadoop/hbase/KeyValue.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.html index d8cfb05..628bd79 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.html @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Private
-public class KeyValue
+public class KeyValue
 extends Object
 implements ExtendedCell
An HBase Key/Value. This is the fundamental HBase Type. @@ -286,7 +286,7 @@ implements length  -private static org.apache.commons.logging.Log +private static org.slf4j.Logger LOG  @@ -1167,7 +1167,7 @@ implements
  • EMPTY_ARRAY_LIST

    -
    private static final ArrayList<Tag> EMPTY_ARRAY_LIST
    +
    private static final ArrayList<Tag> EMPTY_ARRAY_LIST
  • @@ -1176,7 +1176,7 @@ implements
  • LOG

    -
    private static final org.apache.commons.logging.Log LOG
    +
    private static final org.slf4j.Logger LOG
  • @@ -1185,7 +1185,7 @@ implements
  • FIXED_OVERHEAD

    -
    public static final int FIXED_OVERHEAD
    +
    public static final int FIXED_OVERHEAD
  • @@ -1194,7 +1194,7 @@ implements
  • COLUMN_FAMILY_DELIMITER

    -
    public static final char COLUMN_FAMILY_DELIMITER
    +
    public static final char COLUMN_FAMILY_DELIMITER
    Colon character in UTF-8
    See Also:
    @@ -1208,7 +1208,7 @@ implements
  • COLUMN_FAMILY_DELIM_ARRAY

    -
    public static final byte[] COLUMN_FAMILY_DELIM_ARRAY
    +
    public static final byte[] COLUMN_FAMILY_DELIM_ARRAY
  • @@ -1218,7 +1218,7 @@ implements

    COMPARATOR

    @Deprecated
    -public static final KeyValue.KVComparator COMPARATOR
    +public static final KeyValue.KVComparator COMPARATOR
    Deprecated. Use CellComparator.getInstance() instead. Deprecated for hbase 2.0, remove for hbase 3.0.
    Comparator for plain key/values; i.e. non-catalog table key/values. Works on Key portion of KeyValue only.
    @@ -1231,7 +1231,7 @@ public static final 

    META_COMPARATOR

    @Deprecated
    -public static final KeyValue.KVComparator META_COMPARATOR
    +public static final KeyValue.KVComparator META_COMPARATOR
    Deprecated. Use CellComparatorImpl.META_COMPARATOR instead. Deprecated for hbase 2.0, remove for hbase 3.0.
    A KeyValue.KVComparator for hbase:meta catalog table KeyValues.
    @@ -1243,7 +1243,7 @@ public static final 
  • KEY_LENGTH_SIZE

    -
    public static final int KEY_LENGTH_SIZE
    +
    public static final int KEY_LENGTH_SIZE
    Size of the key length field in bytes
    See Also:
    @@ -1257,7 +1257,7 @@ public static final 
  • TYPE_SIZE

    -
    public static final int TYPE_SIZE
    +
    public static final int TYPE_SIZE
    Size of the key type field in bytes
    See Also:
    @@ -1271,7 +1271,7 @@ public static final 
  • ROW_LENGTH_SIZE

    -
    public static final int ROW_LENGTH_SIZE
    +
    public static final int ROW_LENGTH_SIZE
    Size of the row length field in bytes
    See Also:
    @@ -1285,7 +1285,7 @@ public static final 
  • FAMILY_LENGTH_SIZE

    -
    public static final int FAMILY_LENGTH_SIZE
    +
    public static final int FAMILY_LENGTH_SIZE
    Size of the family length field in bytes
    See Also:
    @@ -1299,7 +1299,7 @@ public static final 
  • TIMESTAMP_SIZE

    -
    public static final int TIMESTAMP_SIZE
    +
    public static final int TIMESTAMP_SIZE
    Size of the timestamp field in bytes
    See Also:
    @@ -1313,7 +1313,7 @@ public static final 
  • TIMESTAMP_TYPE_SIZE

    -
    public static final int TIMESTAMP_TYPE_SIZE
    +
    public static final int TIMESTAMP_TYPE_SIZE
    See Also:
    Constant Field Values
    @@ -1326,7 +1326,7 @@ public static final 
  • KEY_INFRASTRUCTURE_SIZE

    -
    public static final int KEY_INFRASTRUCTURE_SIZE
    +
    public static final int KEY_INFRASTRUCTURE_SIZE
    See Also:
    Constant Field Values
    @@ -1339,7 +1339,7 @@ public static final 
  • ROW_OFFSET

    -
    public static final int ROW_OFFSET
    +
    public static final int ROW_OFFSET
    See Also:
    Constant Field Values
    @@ -1352,7 +1352,7 @@ public static final 
  • ROW_KEY_OFFSET

    -
    public static final int ROW_KEY_OFFSET
    +
    public static final int ROW_KEY_OFFSET
    See Also:
    Constant Field Values
    @@ -1365,7 +1365,7 @@ public static final 
  • KEYVALUE_INFRASTRUCTURE_SIZE

    -
    public static final int KEYVALUE_INFRASTRUCTURE_SIZE
    +
    public static final int KEYVALUE_INFRASTRUCTURE_SIZE
    See Also:
    Constant Field Values
    @@ -1378,7 +1378,7 @@ public static final 
  • TAGS_LENGTH_SIZE

    -
    public static final int TAGS_LENGTH_SIZE
    +
    public static final int TAGS_LENGTH_SIZE
    Size of the tags length field in bytes
    See Also:
    @@ -1392,7 +1392,7 @@ public static final 
  • KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE

    -
    public static final int KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE
    +
    public static final int KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE
    See Also:
    Constant Field Values
    @@ -1405,7 +1405,7 @@ public static final 
  • LOWESTKEY

    -
    public static final KeyValue LOWESTKEY
    +
    public static final KeyValue LOWESTKEY
    Lowest possible key. Makes a Key with highest possible Timestamp, empty row and column. No key can be equal or lower than this one in memstore or in store file.
    @@ -1417,7 +1417,7 @@ public static final 
  • bytes

    -
    protected byte[] bytes
    +
    protected byte[] bytes
  • @@ -1426,7 +1426,7 @@ public static final 
  • offset

    -
    protected int offset
    +
    protected int offset
  • @@ -1435,7 +1435,7 @@ public static final 
  • length

    -
    protected int length
    +
    protected int length
  • @@ -1444,7 +1444,7 @@ public static final 
  • seqId

    -
    private long seqId
    +
    private long seqId
  • @@ -1461,7 +1461,7 @@ public static final 
  • KeyValue

    -
    public KeyValue()
    +
    public KeyValue()
    Writable Constructor -- DO NOT USE
  • @@ -1471,7 +1471,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] bytes)
    +
    public KeyValue(byte[] bytes)
    Creates a KeyValue from the start of the specified byte array. Presumes bytes content is formatted as a KeyValue blob.
    @@ -1486,7 +1486,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] bytes,
    +
    public KeyValue(byte[] bytes,
                     int offset)
    Creates a KeyValue from the specified byte array and offset. Presumes bytes content starting at offset is @@ -1504,7 +1504,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] bytes,
    +
    public KeyValue(byte[] bytes,
                     int offset,
                     int length)
    Creates a KeyValue from the specified byte array, starting at offset, and @@ -1523,7 +1523,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] bytes,
    +
    public KeyValue(byte[] bytes,
                     int offset,
                     int length,
                     long ts)
    @@ -1544,7 +1544,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     long timestamp)
    Constructs KeyValue structure filled with null value. Sets type to KeyValue.Type.Maximum
    @@ -1561,7 +1561,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     long timestamp,
                     KeyValue.Type type)
    Constructs KeyValue structure filled with null value.
    @@ -1578,7 +1578,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier)
    Constructs KeyValue structure filled with null value. @@ -1597,7 +1597,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     byte[] value)
    @@ -1617,7 +1617,7 @@ public static final 
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1641,7 +1641,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1665,7 +1665,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1691,7 +1691,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1717,7 +1717,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1743,7 +1743,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1772,7 +1772,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     long timestamp,
    @@ -1799,7 +1799,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     int qoffset,
    @@ -1834,7 +1834,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     byte[] family,
                     byte[] qualifier,
                     int qoffset,
    @@ -1867,7 +1867,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     int roffset,
                     int rlength,
                     byte[] family,
    @@ -1898,7 +1898,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] buffer,
    +
    public KeyValue(byte[] buffer,
                     int boffset,
                     byte[] row,
                     int roffset,
    @@ -1950,7 +1950,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     int roffset,
                     int rlength,
                     byte[] family,
    @@ -1996,7 +1996,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     int roffset,
                     int rlength,
                     byte[] family,
    @@ -2039,7 +2039,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(int rlength,
    +
    public KeyValue(int rlength,
                     int flength,
                     int qlength,
                     long timestamp,
    @@ -2068,7 +2068,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(int rlength,
    +
    public KeyValue(int rlength,
                     int flength,
                     int qlength,
                     long timestamp,
    @@ -2099,7 +2099,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(byte[] row,
    +
    public KeyValue(byte[] row,
                     int roffset,
                     int rlength,
                     byte[] family,
    @@ -2118,7 +2118,7 @@ public static final 
     
  • KeyValue

    -
    public KeyValue(Cell c)
    +
    public KeyValue(Cell c)
  • @@ -2135,7 +2135,7 @@ public static final 
  • getKeyValueDataStructureSize

    -
    public static long getKeyValueDataStructureSize(int rlength,
    +
    public static long getKeyValueDataStructureSize(int rlength,
                                                     int flength,
                                                     int qlength,
                                                     int vlength)
    @@ -2158,7 +2158,7 @@ public static final 
  • getKeyValueDataStructureSize

    -
    public static long getKeyValueDataStructureSize(int rlength,
    +
    public static long getKeyValueDataStructureSize(int rlength,
                                                     int flength,
                                                     int qlength,
                                                     int vlength,
    @@ -2183,7 +2183,7 @@ public static final 
     
  • getKeyValueDataStructureSize

    -
    public static long getKeyValueDataStructureSize(int klength,
    +
    public static long getKeyValueDataStructureSize(int klength,
                                                     int vlength,
                                                     int tagsLength)
    Computes the number of bytes that a KeyValue instance with the provided @@ -2204,7 +2204,7 @@ public static final 
  • getKeyDataStructureSize

    -
    public static long getKeyDataStructureSize(int rlength,
    +
    public static long getKeyDataStructureSize(int rlength,
                                                int flength,
                                                int qlength)
    Computes the number of bytes that a KeyValue instance with the provided @@ -2225,7 +2225,7 @@ public static final 
  • getSequenceId

    -
    public long getSequenceId()
    +
    public long getSequenceId()
    used to achieve atomic operations in the memstore.
    Specified by:
    @@ -2243,7 +2243,7 @@ public static final 
  • setSequenceId

    -
    public void setSequenceId(long seqId)
    +
    public void setSequenceId(long seqId)
    Description copied from interface: ExtendedCell
    Sets with the given seqId.
    @@ -2260,7 +2260,7 @@ public static final 
  • createEmptyByteArray

    -
    private static byte[] createEmptyByteArray(int rlength,
    +
    private static byte[] createEmptyByteArray(int rlength,
                                                int flength,
                                                int qlength,
                                                long timestamp,
    @@ -2288,7 +2288,7 @@ public static final 
     
  • checkParameters

    -
    static void checkParameters(byte[] row,
    +
    static void checkParameters(byte[] row,
                                 int rlength,
                                 byte[] family,
                                 int flength,
    @@ -2315,7 +2315,7 @@ public static final 
     
  • writeByteArray

    -
    public static int writeByteArray(byte[] buffer,
    +
    public static int writeByteArray(byte[] buffer,
                                      int boffset,
                                      byte[] row,
                                      int roffset,
    @@ -2365,7 +2365,7 @@ public static final 
     
  • createByteArray

    -
    private static byte[] createByteArray(byte[] row,
    +
    private static byte[] createByteArray(byte[] row,
                                           int roffset,
                                           int rlength,
                                           byte[] family,
    @@ -2410,7 +2410,7 @@ public static final 
     
  • createByteArray

    -
    private static byte[] createByteArray(byte[] row,
    +
    private static byte[] createByteArray(byte[] row,
                                           int roffset,
                                           int rlength,
                                           byte[] family,
    @@ -2438,7 +2438,7 @@ public static final 
     
  • equals

    -
    public boolean equals(Object other)
    +
    public boolean equals(Object other)
    Needed doing 'contains' on List. Only compares the key portion, not the value.
    Overrides:
    @@ -2452,7 +2452,7 @@ public static final 
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    In line with equals(Object), only uses the key portion, not the value.
    Overrides:
    @@ -2466,7 +2466,7 @@ public static final 
  • calculateHashForKey

    -
    private int calculateHashForKey(Cell cell)
    +
    private int calculateHashForKey(Cell cell)
  • @@ -2475,7 +2475,7 @@ public static final 
  • clone

    -
    public KeyValue clone()
    +
    public KeyValue clone()
                    throws CloneNotSupportedException
    Clones a KeyValue. This creates a copy, re-allocating the buffer.
    @@ -2494,7 +2494,7 @@ public static final 
  • shallowCopy

    -
    public KeyValue shallowCopy()
    +
    public KeyValue shallowCopy()
    Creates a shallow copy of this KeyValue, reusing the data byte buffer. http://en.wikipedia.org/wiki/Object_copy
    @@ -2509,7 +2509,7 @@ public static final 
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    @@ -2522,7 +2522,7 @@ public static final 
  • keyToString

    -
    public static String keyToString(byte[] k)
    +
    public static String keyToString(byte[] k)
    Parameters:
    k - Key portion of a KeyValue.
    @@ -2537,7 +2537,7 @@ public static final 
  • toStringMap

    -
    public Map<String,ObjecttoStringMap()
    +
    public Map<String,ObjecttoStringMap()
    Produces a string map for this key/value pair. Useful for programmatic use and manipulation of the data stored in an WALKey, for example, printing as JSON. Values are left out due to their tendency to be large. If needed, @@ -2554,7 +2554,7 @@ public static final 
  • keyToString

    -
    public static String keyToString(byte[] b,
    +
    public static String keyToString(byte[] b,
                                      int o,
                                      int l)
    Use for logging.
    @@ -2574,7 +2574,7 @@ public static final 
  • humanReadableTimestamp

    -
    public static String humanReadableTimestamp(long timestamp)
    +
    public static String humanReadableTimestamp(long timestamp)
  • @@ -2583,7 +2583,7 @@ public static final 
  • getBuffer

    -
    public byte[] getBuffer()
    +
    public byte[] getBuffer()
    To be used only in tests where the Cells are clearly assumed to be of type KeyValue and that we need access to the backing array to do some test case related assertions.
    @@ -2598,7 +2598,7 @@ public static final 
  • getOffset

    -
    public int getOffset()
    +
    public int getOffset()
    Returns:
    Offset into getBuffer() at which this KeyValue starts.
    @@ -2611,7 +2611,7 @@ public static final 
  • getLength

    -
    public int getLength()
    +
    public int getLength()
    Returns:
    Length of bytes this KeyValue occupies in getBuffer().
    @@ -2624,7 +2624,7 @@ public static final 
  • getLength

    -
    private static int getLength(byte[] bytes,
    +
    private static int getLength(byte[] bytes,
                                  int offset)
    Determines the total length of the KeyValue stored in the specified byte array and offset. Includes all headers.
    @@ -2643,7 +2643,7 @@ public static final 
  • getKeyOffset

    -
    public int getKeyOffset()
    +
    public int getKeyOffset()
    Returns:
    Key offset in backing buffer..
    @@ -2656,7 +2656,7 @@ public static final 
  • getKeyString

    -
    public String getKeyString()
    +
    public String getKeyString()
  • @@ -2665,7 +2665,7 @@ public static final 
  • getKeyLength

    -
    public int getKeyLength()
    +
    public int getKeyLength()
    Returns:
    Length of key portion.
    @@ -2678,7 +2678,7 @@ public static final 
  • getValueArray

    -
    public byte[] getValueArray()
    +
    public byte[] getValueArray()
    Description copied from interface: Cell
    Contiguous raw bytes that may start at any index in the containing array. Max length is Integer.MAX_VALUE which is 2,147,483,647 bytes.
    @@ -2696,7 +2696,7 @@ public static final 
  • getValueOffset

    -
    public int getValueOffset()
    +
    public int getValueOffset()
    Specified by:
    getValueOffset in interface Cell
    @@ -2711,7 +2711,7 @@ public static final 
  • getValueLength

    -
    public int getValueLength()
    +
    public int getValueLength()
    Specified by:
    getValueLength in interface Cell
    @@ -2726,7 +2726,7 @@ public static final 
  • getRowArray

    -
    public byte[] getRowArray()
    +
    public byte[] getRowArray()
    Description copied from interface: Cell
    Contiguous raw bytes that may start at any index in the containing array. Max length is Short.MAX_VALUE which is 32,767 bytes.
    @@ -2744,7 +2744,7 @@ public static final 
  • getRowOffset

    -
    public int getRowOffset()
    +
    public int getRowOffset()
    Specified by:
    getRowOffset in interface Cell
    @@ -2759,7 +2759,7 @@ public static final 
  • getRowLength

    -
    public short getRowLength()
    +
    public short getRowLength()
    Specified by:
    getRowLength in interface Cell
    @@ -2774,7 +2774,7 @@ public static final 
  • getFamilyArray

    -
    public byte[] getFamilyArray()
    +
    public byte[] getFamilyArray()
    Description copied from interface: Cell
    Contiguous bytes composed of legal HDFS filename characters which may start at any index in the containing array. Max length is Byte.MAX_VALUE, which is 127 bytes.
    @@ -2792,7 +2792,7 @@ public static final 
  • getFamilyOffset

    -
    public int getFamilyOffset()
    +
    public int getFamilyOffset()
    Specified by:
    getFamilyOffset in interface Cell
    @@ -2807,7 +2807,7 @@ public static final 
  • getFamilyOffset

    -
    private int getFamilyOffset(int rlength)
    +
    private int getFamilyOffset(int rlength)
    Returns:
    Family offset
    @@ -2820,7 +2820,7 @@ public static final 
  • getFamilyLength

    -
    public byte getFamilyLength()
    +
    public byte getFamilyLength()
    Specified by:
    getFamilyLength in interface Cell
    @@ -2835,7 +2835,7 @@ public static final 
  • getFamilyLength

    -
    public byte getFamilyLength(int foffset)
    +
    public byte getFamilyLength(int foffset)
    Returns:
    Family length
    @@ -2848,7 +2848,7 @@ public static final 
  • getQualifierArray

    -
    public byte[] getQualifierArray()
    +
    public byte[] getQualifierArray()
    Description copied from interface: Cell
    Contiguous raw bytes that may start at any index in the containing array.
    @@ -2865,7 +2865,7 @@ public static final 
  • getQualifierOffset

    -
    public int getQualifierOffset()
    +
    public int getQualifierOffset()
    Specified by:
    getQualifierOffset in interface Cell
    @@ -2880,7 +2880,7 @@ public static final 
  • getQualifierOffset

    -
    private int getQualifierOffset(int foffset)
    +
    private int getQualifierOffset(int foffset)
    Returns:
    Qualifier offset
    @@ -2893,7 +2893,7 @@ public static final 
  • getQualifierLength

    -
    public int getQualifierLength()
    +
    public int getQualifierLength()
    Specified by:
    getQualifierLength in interface Cell
    @@ -2908,7 +2908,7 @@ public static final 
  • getQualifierLength

    -
    private int getQualifierLength(int rlength,
    +
    private int getQualifierLength(int rlength,
                                    int flength)
    Returns:
    @@ -2922,7 +2922,7 @@ public static final 
  • getTimestampOffset

    -
    public int getTimestampOffset()
    +
    public int getTimestampOffset()
    Returns:
    Timestamp offset
    @@ -2935,7 +2935,7 @@ public static final 
  • getTimestampOffset

    -
    private int getTimestampOffset(int keylength)
    +
    private int getTimestampOffset(int keylength)
    Parameters:
    keylength - Pass if you have it to save on a int creation.
    @@ -2950,7 +2950,7 @@ public static final 
  • isLatestTimestamp

    -
    public boolean isLatestTimestamp()
    +
    public boolean isLatestTimestamp()
    Returns:
    True if this KeyValue has a LATEST_TIMESTAMP timestamp.
    @@ -2963,7 +2963,7 @@ public static final 
  • updateLatestStamp

    -
    public boolean updateLatestStamp(byte[] now)
    +
    public boolean updateLatestStamp(byte[] now)
    Parameters:
    now - Time to set into this IFF timestamp == @@ -2979,7 +2979,7 @@ public static final 
  • setTimestamp

    -
    public void setTimestamp(long ts)
    +
    public void setTimestamp(long ts)
    Description copied from interface: ExtendedCell
    Sets with the given timestamp.
    @@ -2996,7 +2996,7 @@ public static final 
  • setTimestamp

    -
    public void setTimestamp(byte[] ts)
    +
    public void setTimestamp(byte[] ts)
    Description copied from interface: ExtendedCell
    Sets with the given timestamp.
    @@ -3013,7 +3013,7 @@ public static final 
  • getKey

    -
    public byte[] getKey()
    +
    public byte[] getKey()
    Do not use unless you have to. Used internally for compacting and testing. Use getRowArray(), getFamilyArray(), getQualifierArray(), and getValueArray() if accessing a KeyValue client-side.
    @@ -3029,7 +3029,7 @@ public static final 
  • getTimestamp

    -
    public long getTimestamp()
    +
    public long getTimestamp()
    Specified by:
    getTimestamp in interface Cell
    @@ -3044,7 +3044,7 @@ public static final 
  • getTimestamp

    -
    long getTimestamp(int keylength)
    +
    long getTimestamp(int keylength)
    Parameters:
    keylength - Pass if you have it to save on a int creation.
    @@ -3059,7 +3059,7 @@ public static final 
  • getTypeByte

    -
    public byte getTypeByte()
    +
    public byte getTypeByte()
    Specified by:
    getTypeByte in interface Cell
    @@ -3076,7 +3076,7 @@ public static final 
  • getTagsOffset

    -
    public int getTagsOffset()
    +
    public int getTagsOffset()
    This returns the offset where the tag actually starts.
    Specified by:
    @@ -3094,7 +3094,7 @@ public static final 
  • getTagsLength

    -
    public int getTagsLength()
    +
    public int getTagsLength()
    This returns the total length of the tag bytes
    Specified by:
    @@ -3112,7 +3112,7 @@ public static final 
  • getTagsArray

    -
    public byte[] getTagsArray()
    +
    public byte[] getTagsArray()
    Description copied from interface: ExtendedCell
    Contiguous raw bytes representing tags that may start at any index in the containing array.
    @@ -3131,7 +3131,7 @@ public static final 
  • createKeyOnly

    -
    public KeyValue createKeyOnly(boolean lenAsVal)
    +
    public KeyValue createKeyOnly(boolean lenAsVal)
    Creates a new KeyValue that only contains the key portion (the value is set to be null). @@ -3148,7 +3148,7 @@ public static final 
  • getDelimiter

    -
    public static int getDelimiter(byte[] b,
    +
    public static int getDelimiter(byte[] b,
                                    int offset,
                                    int length,
                                    int delimiter)
    @@ -3168,7 +3168,7 @@ public static final 
  • getDelimiterInReverse

    -
    public static int getDelimiterInReverse(byte[] b,
    +
    public static int getDelimiterInReverse(byte[] b,
                                             int offset,
                                             int length,
                                             int delimiter)
    @@ -3188,7 +3188,7 @@ public static final 
  • create

    -
    public static KeyValue create(DataInput in)
    +
    public static KeyValue create(DataInput in)
                            throws IOException
    Parameters:
    @@ -3208,7 +3208,7 @@ public static final 
  • create

    -
    public static KeyValue create(int length,
    +
    public static KeyValue create(int length,
                                   DataInput in)
                            throws IOException
    Create a KeyValue reading length from in
    @@ -3230,7 +3230,7 @@ public static final 
  • write

    -
    public static long write(KeyValue kv,
    +
    public static long write(KeyValue kv,
                              DataOutput out)
                       throws IOException
    Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
    @@ -3254,7 +3254,7 @@ public static final 

    oswrite

    @Deprecated
    -public static long oswrite(KeyValue kv,
    +public static long oswrite(KeyValue kv,
                                            OutputStream out,
                                            boolean withTags)
                                     throws IOException
    @@ -3285,7 +3285,7 @@ public static long 
  • write

    -
    public int write(OutputStream out,
    +
    public int write(OutputStream out,
                      boolean withTags)
               throws IOException
    Description copied from interface: ExtendedCell
    @@ -3314,7 +3314,7 @@ public static long 
  • getSerializedSize

    -
    public int getSerializedSize(boolean withTags)
    +
    public int getSerializedSize(boolean withTags)
    Specified by:
    getSerializedSize in interface ExtendedCell
    @@ -3336,7 +3336,7 @@ public static long 
  • write

    -
    public void write(ByteBuffer buf,
    +
    public void write(ByteBuffer buf,
                       int offset)
    Description copied from interface: ExtendedCell
    Write this Cell into the given buf's offset in a KeyValue format.
    @@ -3355,7 +3355,7 @@ public static long 
  • heapSize

    -
    public long heapSize()
    +
    public long heapSize()
    HeapSize implementation We do not count the bytes in the rowCache because it should be empty for a KeyValue in the @@ -3375,7 +3375,7 @@ public static long 
  • deepClone

    -
    public ExtendedCell deepClone()
    +
    public ExtendedCell deepClone()
    Description copied from interface: ExtendedCell
    Does a deep copy of the contents to a new memory area and returns it as a new cell.
    @@ -3392,7 +3392,7 @@ public static long 
  • getTag

    -
    public Optional<TaggetTag(byte type)
    +
    public Optional<TaggetTag(byte type)
    Description copied from interface: RawCell
    Returns the specific tag of the given type
    @@ -3411,7 +3411,7 @@ public static long 
  • getTags

    -
    public List<TaggetTags()
    +
    public List<TaggetTags()
    Description copied from interface: RawCell
    Creates a list of tags in the current cell
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/505bbb2e/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html b/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html index b33abef..eae142a 100644 --- a/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html +++ b/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html @@ -164,7 +164,7 @@ extends -private static org.apache.commons.logging.Log +private static org.slf4j.Logger LOG  @@ -391,7 +391,7 @@ extends
  • LOG

    -
    private static final org.apache.commons.logging.Log LOG
    +
    private static final org.slf4j.Logger LOG