Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0185D18729 for ; Thu, 14 Jan 2016 17:24:10 +0000 (UTC) Received: (qmail 10599 invoked by uid 500); 14 Jan 2016 17:24:07 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 10484 invoked by uid 500); 14 Jan 2016 17:24: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 9284 invoked by uid 99); 14 Jan 2016 17:24: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; Thu, 14 Jan 2016 17:24:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D9718E388D; Thu, 14 Jan 2016 17:24:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Thu, 14 Jan 2016 17:24:10 -0000 Message-Id: <6f7be58773024854b3d2da9fdb92f35f@git.apache.org> In-Reply-To: <2932506ba6f6417d8a24e4b4b3268c06@git.apache.org> References: <2932506ba6f6417d8a24e4b4b3268c06@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/51] [partial] hbase-site git commit: Published site at c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/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 cf516cf..bbfc889 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.html @@ -243,7 +243,7 @@ implements -private static ArrayList<Tag> +private static ArrayList<Tag> EMPTY_ARRAY_LIST  @@ -410,7 +410,7 @@ implements List<Tag> tags) + List<Tag> tags)
Constructs KeyValue structure filled with specified values.
@@ -429,7 +429,7 @@ implements List<Tag> tags) + List<Tag> tags)
Constructs KeyValue structure filled with specified values.
@@ -439,7 +439,7 @@ implements Tag[] tags) + Tag[] tags)
Constructs KeyValue structure filled with specified values.
@@ -480,7 +480,7 @@ implements KeyValue.Type type, byte[] value, - List<Tag> tags) + List<Tag> tags)
Constructs KeyValue structure filled with specified values.
@@ -507,7 +507,7 @@ implements Tag[] tags) + Tag[] tags)
Constructs KeyValue structure filled with specified values.
@@ -571,7 +571,7 @@ implements List<Tag> tags) + List<Tag> tags)
Constructs KeyValue structure filled with specified values.
@@ -586,7 +586,7 @@ implements KeyValue.Type type, ByteBuffer value, - List<Tag> tags)  + List<Tag> tags)  KeyValue(byte[] bytes, @@ -677,7 +677,7 @@ implements static KeyValue cloneAndAddTags(Cell c, - List<Tag> newTags) + List<Tag> newTags)
Create a new KeyValue by copying existing cell and adding new tags
@@ -730,7 +730,7 @@ implements Object value, int voffset, int vlength, - List<Tag> tags)  + List<Tag> tags)  private static byte[] @@ -936,7 +936,7 @@ implements -List<Tag> +List<Tag> getTags()
Returns any tags embedded in the KeyValue.
@@ -1149,7 +1149,7 @@ implements Tag[] tags) + Tag[] tags)
Write KeyValue format into the provided byte array.
@@ -1181,7 +1181,7 @@ implements
  • EMPTY_ARRAY_LIST

    -
    private static final ArrayList<Tag> EMPTY_ARRAY_LIST
    +
    private static final ArrayList<Tag> EMPTY_ARRAY_LIST
  • @@ -1609,7 +1609,7 @@ public static final Tag[] tags) + Tag[] tags)
    Constructs KeyValue structure filled with specified values.
    Parameters:
    row - row key
    family - family name
    qualifier - column qualifier
    timestamp - version timestamp
    value - column value
    tags - tags
    Throws:
    @@ -1627,7 +1627,7 @@ public static final List<Tag> tags) + List<Tag> tags)
    Constructs KeyValue structure filled with specified values.
    Parameters:
    row - row key
    family - family name
    qualifier - column qualifier
    timestamp - version timestamp
    value - column value
    tags - tags non-empty list of tags or null
    Throws:
    @@ -1664,7 +1664,7 @@ public static final KeyValue.Type type, byte[] value, - List<Tag> tags) + List<Tag> tags)
    Constructs KeyValue structure filled with specified values.

    Column is split into two fields, family and qualifier.

    @@ -1708,7 +1708,7 @@ public static final List<Tag> tags) + List<Tag> tags)
    Constructs KeyValue structure filled with specified values.
    Parameters:
    row - row key
    family - family name
    qualifier - column qualifier
    qoffset - qualifier offset
    qlength - qualifier length
    timestamp - version timestamp
    type - key type
    value - column value
    voffset - value offset
    vlength - value length
    Throws:
    @@ -1785,7 +1785,7 @@ public static final Tag[] tags) + Tag[] tags)
    Constructs KeyValue structure filled with specified values. Uses the provided buffer as the data buffer.

    @@ -1816,7 +1816,7 @@ public static final List<Tag> tags) + List<Tag> tags)

    Constructs KeyValue structure filled with specified values.

    Column is split into two fields, family and qualifier.

    @@ -1910,7 +1910,7 @@ public static final KeyValue.Type type, ByteBuffer value, - List<Tag> tags) + List<Tag> tags) @@ -2094,7 +2094,7 @@ public static final Tag[] tags) + Tag[] tags)
    Write KeyValue format into the provided byte array.
    Parameters:
    buffer - the bytes buffer to use
    boffset - buffer offset
    row - row key
    roffset - row offset
    rlength - row length
    family - family name
    foffset - family offset
    flength - family length
    qualifier - column qualifier
    qoffset - qualifier offset
    qlength - qualifier length
    timestamp - version timestamp
    type - key type
    value - column value
    voffset - value offset
    vlength - value length
    Returns:
    The number of useful bytes in the buffer.
    @@ -2109,7 +2109,7 @@ public static final 
  • checkForTagsLength

    -
    private static void checkForTagsLength(int tagsLength)
    +
    private static void checkForTagsLength(int tagsLength)
  • @@ -2118,7 +2118,7 @@ public static final 
  • createByteArray

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

    -
    private static byte[] createByteArray(byte[] row,
    +
    private static byte[] createByteArray(byte[] row,
                          int roffset,
                          int rlength,
                          byte[] family,
    @@ -2160,7 +2160,7 @@ public static final Object value,
                          int voffset,
                          int vlength,
    -                     List<Tag> tags)
    + List<Tag> tags)
    Parameters:
    qualifier - can be a ByteBuffer or a byte[], or null.
    value - can be a ByteBuffer or a byte[], or null.
  • @@ -2170,7 +2170,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:
    @@ -2184,7 +2184,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:
    @@ -2198,7 +2198,7 @@ public static final 
  • calculateHashForKey

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

    -
    public KeyValue clone()
    +
    public KeyValue clone()
                    throws CloneNotSupportedException
    Clones a KeyValue. This creates a copy, re-allocating the buffer.
    @@ -2224,7 +2224,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
    Returns:
    Shallow copy of this KeyValue
    @@ -2236,7 +2236,7 @@ public static final 
  • toString

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

    -
    public static String keyToString(byte[] k)
    +
    public static String keyToString(byte[] k)
    Parameters:
    k - Key portion of a KeyValue.
    Returns:
    Key as a String, empty string if k is null.
  • @@ -2260,7 +2260,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, @@ -2274,7 +2274,7 @@ public static final 
  • keyToString

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

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

    getBuffer

    @Deprecated
    -public byte[] getBuffer()
    +public byte[] getBuffer()
    Deprecated. Since 0.98.0. Use Cell Interface instead. Do not presume single backing buffer.
    Returns:
    The byte array backing this KeyValue.
  • @@ -2309,7 +2309,7 @@ public byte[] 
  • getOffset

    -
    public int getOffset()
    +
    public int getOffset()
    Returns:
    Offset into getBuffer() at which this KeyValue starts.
  • @@ -2319,7 +2319,7 @@ public byte[] 
  • getLength

    -
    public int getLength()
    +
    public int getLength()
    Returns:
    Length of bytes this KeyValue occupies in getBuffer().
  • @@ -2329,7 +2329,7 @@ public byte[] 
  • 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.
    @@ -2343,7 +2343,7 @@ public byte[] 
  • getKeyOffset

    -
    public int getKeyOffset()
    +
    public int getKeyOffset()
    Returns:
    Key offset in backing buffer..
  • @@ -2353,7 +2353,7 @@ public byte[] 
  • getKeyString

    -
    public String getKeyString()
    +
    public String getKeyString()
  • @@ -2362,7 +2362,7 @@ public byte[] 
  • getKeyLength

    -
    public int getKeyLength()
    +
    public int getKeyLength()
    Returns:
    Length of key portion.
  • @@ -2372,7 +2372,7 @@ public byte[] 
  • 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,648 bytes.
    @@ -2388,7 +2388,7 @@ public byte[] 
  • getValueOffset

    -
    public int getValueOffset()
    +
    public int getValueOffset()
    Specified by:
    getValueOffset in interface Cell
    @@ -2401,7 +2401,7 @@ public byte[] 
  • getValueLength

    -
    public int getValueLength()
    +
    public int getValueLength()
    Specified by:
    getValueLength in interface Cell
    @@ -2414,7 +2414,7 @@ public byte[] 
  • 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.
    @@ -2430,7 +2430,7 @@ public byte[] 
  • getRowOffset

    -
    public int getRowOffset()
    +
    public int getRowOffset()
    Specified by:
    getRowOffset in interface Cell
    @@ -2443,7 +2443,7 @@ public byte[] 
  • getRowLength

    -
    public short getRowLength()
    +
    public short getRowLength()
    Specified by:
    getRowLength in interface Cell
    @@ -2456,7 +2456,7 @@ public byte[] 
  • 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.
    @@ -2472,7 +2472,7 @@ public byte[] 
  • getFamilyOffset

    -
    public int getFamilyOffset()
    +
    public int getFamilyOffset()
    Specified by:
    getFamilyOffset in interface Cell
    @@ -2485,7 +2485,7 @@ public byte[] 
  • getFamilyOffset

    -
    private int getFamilyOffset(int rlength)
    +
    private int getFamilyOffset(int rlength)
    Returns:
    Family offset
  • @@ -2495,7 +2495,7 @@ public byte[] 
  • getFamilyLength

    -
    public byte getFamilyLength()
    +
    public byte getFamilyLength()
    Specified by:
    getFamilyLength in interface Cell
    @@ -2508,7 +2508,7 @@ public byte[] 
  • getFamilyLength

    -
    public byte getFamilyLength(int foffset)
    +
    public byte getFamilyLength(int foffset)
    Returns:
    Family length
  • @@ -2518,7 +2518,7 @@ public byte[] 
  • 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. Max length is Short.MAX_VALUE which is 32,767 bytes.
    @@ -2534,7 +2534,7 @@ public byte[] 
  • getQualifierOffset

    -
    public int getQualifierOffset()
    +
    public int getQualifierOffset()
    Specified by:
    getQualifierOffset in interface Cell
    @@ -2547,7 +2547,7 @@ public byte[] 
  • getQualifierOffset

    -
    private int getQualifierOffset(int foffset)
    +
    private int getQualifierOffset(int foffset)
    Returns:
    Qualifier offset
  • @@ -2557,7 +2557,7 @@ public byte[] 
  • getQualifierLength

    -
    public int getQualifierLength()
    +
    public int getQualifierLength()
    Specified by:
    getQualifierLength in interface Cell
    @@ -2570,7 +2570,7 @@ public byte[] 
  • getQualifierLength

    -
    private int getQualifierLength(int rlength,
    +
    private int getQualifierLength(int rlength,
                          int flength)
    Returns:
    Qualifier length
  • @@ -2581,7 +2581,7 @@ public byte[] 
  • getTimestampOffset

    -
    public int getTimestampOffset()
    +
    public int getTimestampOffset()
    Returns:
    Timestamp offset
  • @@ -2591,7 +2591,7 @@ public byte[] 
  • getTimestampOffset

    -
    private int getTimestampOffset(int keylength)
    +
    private int getTimestampOffset(int keylength)
    Parameters:
    keylength - Pass if you have it to save on a int creation.
    Returns:
    Timestamp offset
  • @@ -2602,7 +2602,7 @@ public byte[] 
  • isLatestTimestamp

    -
    public boolean isLatestTimestamp()
    +
    public boolean isLatestTimestamp()
    Returns:
    True if this KeyValue has a LATEST_TIMESTAMP timestamp.
  • @@ -2612,7 +2612,7 @@ public byte[] 
  • updateLatestStamp

    -
    public boolean updateLatestStamp(byte[] now)
    +
    public boolean updateLatestStamp(byte[] now)
    Parameters:
    now - Time to set into this IFF timestamp == HConstants.LATEST_TIMESTAMP (else, its a noop).
    Returns:
    True is we modified this.
    @@ -2624,7 +2624,7 @@ public byte[] 
  • setTimestamp

    -
    public void setTimestamp(long ts)
    +
    public void setTimestamp(long ts)
    Description copied from interface: SettableTimestamp
    Sets with the given timestamp.
    @@ -2639,7 +2639,7 @@ public byte[] 
  • setTimestamp

    -
    public void setTimestamp(byte[] ts,
    +
    public void setTimestamp(byte[] ts,
                     int tsOffset)
    Description copied from interface: SettableTimestamp
    Sets with the given timestamp.
    @@ -2655,7 +2655,7 @@ public byte[] 
  • 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.
    @@ -2668,7 +2668,7 @@ public byte[] 
  • getTimestamp

    -
    public long getTimestamp()
    +
    public long getTimestamp()
    Specified by:
    getTimestamp in interface Cell
    @@ -2681,7 +2681,7 @@ public byte[] 
  • getTimestamp

    -
    long getTimestamp(int keylength)
    +
    long getTimestamp(int keylength)
    Parameters:
    keylength - Pass if you have it to save on a int creation.
    Returns:
    Timestamp
  • @@ -2693,7 +2693,7 @@ public byte[] 

    getType

    @Deprecated
    -public byte getType()
    +public byte getType()
  • Deprecated. 
    Returns:
    Type of this KeyValue.
  • @@ -2704,7 +2704,7 @@ public byte 
  • getTypeByte

    -
    public byte getTypeByte()
    +
    public byte getTypeByte()
    Specified by:
    getTypeByte in interface Cell
    @@ -2718,7 +2718,7 @@ public byte 

    isDelete

    @Deprecated
    -public boolean isDelete()
    +public boolean isDelete()
  • Deprecated. 
    Returns:
    True if a delete type, a KeyValue.Type.Delete or a {KeyValue.Type#DeleteFamily} or a KeyValue.Type.DeleteColumn @@ -2731,7 +2731,7 @@ public boolean 
  • getTagsOffset

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

    -
    public int getTagsLength()
    +
    public int getTagsLength()
    This returns the total length of the tag bytes
    Specified by:
    @@ -2759,7 +2759,7 @@ public boolean 
  • getTags

    -
    public List<TaggetTags()
    +
    public List<TaggetTags()
    Returns any tags embedded in the KeyValue. Used in testcases.
    Returns:
    The tags
  • @@ -2770,7 +2770,7 @@ public boolean 
  • getTagsArray

    -
    public byte[] getTagsArray()
    +
    public byte[] getTagsArray()
    Specified by:
    getTagsArray in interface Cell
    @@ -2783,7 +2783,7 @@ public boolean 
  • 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). @@ -2797,7 +2797,7 @@ public boolean 
  • parseColumn

    -
    public static byte[][] parseColumn(byte[] c)
    +
    public static byte[][] parseColumn(byte[] c)
    Splits a column in family:qualifier form into separate byte arrays. An empty qualifier (ie, fam:) is parsed as { fam, EMPTY_BYTE_ARRAY } while no delimiter (ie, fam) is parsed as an array of one element, { fam }. @@ -2817,7 +2817,7 @@ public boolean 
  • makeColumn

    -
    public static byte[] makeColumn(byte[] family,
    +
    public static byte[] makeColumn(byte[] family,
                     byte[] qualifier)
    Makes a column in family:qualifier form from separate byte arrays.

    @@ -2832,7 +2832,7 @@ public boolean 

  • getDelimiter

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

    -
    public static int getDelimiterInReverse(byte[] b,
    +
    public static int getDelimiterInReverse(byte[] b,
                             int offset,
                             int length,
                             int delimiter)
    @@ -2862,7 +2862,7 @@ public boolean 
  • createKeyValueFromKey

    -
    public static KeyValue createKeyValueFromKey(byte[] b)
    +
    public static KeyValue createKeyValueFromKey(byte[] b)
    Parameters:
    b -
    Returns:
    A KeyValue made of a byte array that holds the key-only part. Needed to convert hfile index members to KeyValues.
    @@ -2874,7 +2874,7 @@ public boolean 
  • createKeyValueFromKey

    -
    public static KeyValue createKeyValueFromKey(ByteBuffer bb)
    +
    public static KeyValue createKeyValueFromKey(ByteBuffer bb)
    Parameters:
    bb -
    Returns:
    A KeyValue made of a byte buffer that holds the key-only part. Needed to convert hfile index members to KeyValues.
    @@ -2886,7 +2886,7 @@ public boolean 
  • createKeyValueFromKey

    -
    public static KeyValue createKeyValueFromKey(byte[] b,
    +
    public static KeyValue createKeyValueFromKey(byte[] b,
                                  int o,
                                  int l)
    Parameters:
    b -
    o -
    l -
    @@ -2900,7 +2900,7 @@ public boolean 
  • create

    -
    public static KeyValue create(DataInput in)
    +
    public static KeyValue create(DataInput in)
                            throws IOException
    Parameters:
    in - Where to read bytes from. Creates a byte array to hold the KeyValue backing bytes copied from the steam.
    @@ -2916,7 +2916,7 @@ public boolean 
  • create

    -
    public static KeyValue create(int length,
    +
    public static KeyValue create(int length,
                   DataInput in)
                            throws IOException
    Create a KeyValue reading length from in
    @@ -2933,8 +2933,8 @@ public boolean 
  • cloneAndAddTags

    -
    public static KeyValue cloneAndAddTags(Cell c,
    -                       List<Tag> newTags)
    +
    public static KeyValue cloneAndAddTags(Cell c,
    +                       List<Tag> newTags)
    Create a new KeyValue by copying existing cell and adding new tags
    Parameters:
    c -
    newTags -
    Returns:
    a new KeyValue instance with new tags
    @@ -2947,7 +2947,7 @@ public boolean 

    iscreate

    @Deprecated
    -public static KeyValue iscreate(InputStream in)
    +public static KeyValue iscreate(InputStream in)
                              throws IOException
    Deprecated. 
    Create a KeyValue reading from the raw InputStream. @@ -2964,7 +2964,7 @@ public static 
  • 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.
    @@ -2981,7 +2981,7 @@ public static 

    oswrite

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

    -
    public int write(OutputStream out)
    +
    public int write(OutputStream out)
               throws IOException
    Description copied from interface: Streamable
    Write this cell to an OutputStream.
    @@ -3023,7 +3023,7 @@ public static long 
  • write

    -
    public int write(OutputStream out,
    +
    public int write(OutputStream out,
             boolean withTags)
               throws IOException
    Description copied from interface: Streamable
    @@ -3043,7 +3043,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 @@ -3122,6 +3122,6 @@ public static long Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html b/devapidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html index 31f0c2e..717037c 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValueTestUtil.html @@ -456,6 +456,6 @@ extends Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/KeyValueUtil.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValueUtil.html b/devapidocs/org/apache/hadoop/hbase/KeyValueUtil.html index b9169a9..e665701 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValueUtil.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValueUtil.html @@ -1010,6 +1010,6 @@ public static Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/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 57202b2..c334f36 100644 --- a/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html +++ b/devapidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html @@ -910,6 +910,6 @@ extends Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html b/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html index 53ca5ee..ecdc374 100644 --- a/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html +++ b/devapidocs/org/apache/hadoop/hbase/MasterNotRunningException.html @@ -339,6 +339,6 @@ extends Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html b/devapidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html index 964943b..fe4f5ad 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaMutationAnnotation.html @@ -151,6 +151,6 @@ public @interface Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html index 1f7e77e..8f474d8 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CloseableVisitor.html @@ -191,6 +191,6 @@ extends Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html index d6a659c..8b09ed1 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectAllVisitor.html @@ -291,6 +291,6 @@ extends Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html index 282729f..e71a25c 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.CollectingVisitor.html @@ -342,6 +342,6 @@ implements Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html index 65ae24e..00a4d1d 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html @@ -294,6 +294,6 @@ implements Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html index e3a75c6..f552c5a 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html @@ -380,6 +380,6 @@ not permitted.)
  • -

    Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.