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 8826B200D49 for ; Fri, 24 Nov 2017 16:19:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 871C6160C1A; Fri, 24 Nov 2017 15:19:01 +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 72559160C16 for ; Fri, 24 Nov 2017 16:18:59 +0100 (CET) Received: (qmail 99471 invoked by uid 500); 24 Nov 2017 15:18:55 -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 97391 invoked by uid 99); 24 Nov 2017 15:18:53 -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, 24 Nov 2017 15:18:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ECA2AF5FE9; Fri, 24 Nov 2017 15:18:51 +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, 24 Nov 2017 15:19:27 -0000 Message-Id: In-Reply-To: <5b255541b59a4a68b20f95c4e6c27958@git.apache.org> References: <5b255541b59a4a68b20f95c4e6c27958@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [partial] hbase-site git commit: Published site at . archived-at: Fri, 24 Nov 2017 15:19:01 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html index c5a5ae5..80fb229 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
  • All Implemented Interfaces:
    -
    Cloneable, Cell, ExtendedCell, HeapSize, SettableSequenceId, SettableTimestamp
    +
    Cloneable, Cell, ExtendedCell, HeapSize, RawCell, SettableSequenceId, SettableTimestamp
    Enclosing class:
    @@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";


    -
    public static class KeyValue.KeyOnlyKeyValue
    +
    public static class KeyValue.KeyOnlyKeyValue
     extends KeyValue
    A simple form of KeyValue that creates a keyvalue with only the key part of the byte[] Mainly used in places where we need to compare two cells. Avoids copying of bytes @@ -180,6 +180,13 @@ extends ExtendedCell CELL_NOT_BASED_ON_CHUNK
  • + @@ -396,6 +403,13 @@ extends ExtendedCell getChunkId + @@ -416,7 +430,7 @@ extends
  • rowLen

    -
    private short rowLen
    +
    private short rowLen
  • @@ -433,7 +447,7 @@ extends
  • KeyOnlyKeyValue

    -
    public KeyOnlyKeyValue()
    +
    public KeyOnlyKeyValue()
  • @@ -442,7 +456,7 @@ extends
  • KeyOnlyKeyValue

    -
    public KeyOnlyKeyValue(byte[] b)
    +
    public KeyOnlyKeyValue(byte[] b)
  • @@ -451,7 +465,7 @@ extends
  • KeyOnlyKeyValue

    -
    public KeyOnlyKeyValue(byte[] b,
    +
    public KeyOnlyKeyValue(byte[] b,
                            int offset,
                            int length)
  • @@ -470,7 +484,7 @@ extends
  • set

    -
    public void set(KeyValue.KeyOnlyKeyValue keyOnlyKeyValue)
    +
    public void set(KeyValue.KeyOnlyKeyValue keyOnlyKeyValue)
  • @@ -479,7 +493,7 @@ extends
  • clear

    -
    public void clear()
    +
    public void clear()
  • @@ -488,7 +502,7 @@ extends
  • getKeyOffset

    -
    public int getKeyOffset()
    +
    public int getKeyOffset()
    Overrides:
    getKeyOffset in class KeyValue
    @@ -503,7 +517,7 @@ extends
  • setKey

    -
    public void setKey(byte[] key,
    +
    public void setKey(byte[] key,
                        int offset,
                        int length)
    A setter that helps to avoid object creation every time and whenever @@ -522,7 +536,7 @@ extends
  • getKey

    -
    public byte[] getKey()
    +
    public byte[] getKey()
    Description copied from class: KeyValue
    Do not use unless you have to. Used internally for compacting and testing. Use KeyValue.getRowArray(), KeyValue.getFamilyArray(), KeyValue.getQualifierArray(), and @@ -541,7 +555,7 @@ extends
  • 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.
    @@ -561,7 +575,7 @@ extends
  • getRowOffset

    -
    public int getRowOffset()
    +
    public int getRowOffset()
    Specified by:
    getRowOffset in interface Cell
    @@ -578,7 +592,7 @@ extends
  • 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.
    @@ -598,7 +612,7 @@ extends
  • getFamilyLength

    -
    public byte getFamilyLength()
    +
    public byte getFamilyLength()
    Specified by:
    getFamilyLength in interface Cell
    @@ -615,7 +629,7 @@ extends
  • getFamilyOffset

    -
    public int getFamilyOffset()
    +
    public int getFamilyOffset()
    Specified by:
    getFamilyOffset in interface Cell
    @@ -632,7 +646,7 @@ extends
  • 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.
    @@ -651,7 +665,7 @@ extends
  • getQualifierLength

    -
    public int getQualifierLength()
    +
    public int getQualifierLength()
    Specified by:
    getQualifierLength in interface Cell
    @@ -668,7 +682,7 @@ extends
  • getQualifierOffset

    -
    public int getQualifierOffset()
    +
    public int getQualifierOffset()
    Specified by:
    getQualifierOffset in interface Cell
    @@ -685,7 +699,7 @@ extends
  • getKeyLength

    -
    public int getKeyLength()
    +
    public int getKeyLength()
    Overrides:
    getKeyLength in class KeyValue
    @@ -700,7 +714,7 @@ extends
  • getRowLength

    -
    public short getRowLength()
    +
    public short getRowLength()
    Specified by:
    getRowLength in interface Cell
    @@ -717,7 +731,7 @@ extends
  • getTypeByte

    -
    public byte getTypeByte()
    +
    public byte getTypeByte()
    Specified by:
    getTypeByte in interface Cell
    @@ -734,7 +748,7 @@ extends
  • getQualifierLength

    -
    private int getQualifierLength(int rlength,
    +
    private int getQualifierLength(int rlength,
                                    int flength)
  • @@ -744,7 +758,7 @@ extends
  • getTimestamp

    -
    public long getTimestamp()
    +
    public long getTimestamp()
    Specified by:
    getTimestamp in interface Cell
    @@ -761,7 +775,7 @@ extends
  • getTimestampOffset

    -
    public int getTimestampOffset()
    +
    public int getTimestampOffset()
    Overrides:
    getTimestampOffset in class KeyValue
    @@ -776,7 +790,7 @@ extends
  • getTagsArray

    -
    public byte[] getTagsArray()
    +
    public byte[] getTagsArray()
    Description copied from interface: Cell
    Contiguous raw bytes representing tags that may start at any index in the containing array.
    @@ -795,7 +809,7 @@ extends
  • getTagsOffset

    -
    public int getTagsOffset()
    +
    public int getTagsOffset()
    Description copied from class: KeyValue
    This returns the offset where the tag actually starts.
    @@ -814,7 +828,7 @@ extends
  • 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.
    @@ -834,7 +848,7 @@ extends
  • getValueOffset

    -
    public int getValueOffset()
    +
    public int getValueOffset()
    Specified by:
    getValueOffset in interface Cell
    @@ -851,7 +865,7 @@ extends
  • getValueLength

    -
    public int getValueLength()
    +
    public int getValueLength()
    Specified by:
    getValueLength in interface Cell
    @@ -868,7 +882,7 @@ extends
  • getTagsLength

    -
    public int getTagsLength()
    +
    public int getTagsLength()
    Description copied from class: KeyValue
    This returns the total length of the tag bytes
    @@ -887,7 +901,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class KeyValue
    @@ -900,7 +914,7 @@ extends
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Description copied from class: KeyValue
    In line with KeyValue.equals(Object), only uses the key portion, not the value.
    @@ -915,7 +929,7 @@ extends
  • equals

    -
    public boolean equals(Object other)
    +
    public boolean equals(Object other)
    Description copied from class: KeyValue
    Needed doing 'contains' on List. Only compares the key portion, not the value.
    @@ -930,7 +944,7 @@ extends
  • heapSize

    -
    public long heapSize()
    +
    public long heapSize()
    Description copied from class: KeyValue
    HeapSize implementation @@ -953,7 +967,7 @@ extends
  • write

    -
    public int write(OutputStream out,
    +
    public int write(OutputStream out,
                      boolean withTags)
               throws IOException
    Description copied from interface: ExtendedCell
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/devapidocs/org/apache/hadoop/hbase/KeyValue.MetaComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.MetaComparator.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.MetaComparator.html index 13460a2..8407b7e 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.MetaComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.MetaComparator.html @@ -126,7 +126,7 @@ var activeTableTab = "activeTableTab";

  • @Deprecated
    -public static class KeyValue.MetaComparator
    +public static class KeyValue.MetaComparator
     extends KeyValue.KVComparator
    A KeyValue.KVComparator for hbase:meta catalog table KeyValues.
    @@ -266,7 +266,7 @@ extends
  • MetaComparator

    -
    public MetaComparator()
    +
    public MetaComparator()
    Deprecated. 
  • @@ -284,7 +284,7 @@ extends
  • compare

    -
    public int compare(Cell left,
    +
    public int compare(Cell left,
                        Cell right)
    Deprecated. 
    Compare key portion of a KeyValue for keys in hbase:meta @@ -303,7 +303,7 @@ extends
  • compareOnlyKeyPortion

    -
    public int compareOnlyKeyPortion(Cell left,
    +
    public int compareOnlyKeyPortion(Cell left,
                                      Cell right)
    Deprecated. 
    @@ -318,7 +318,7 @@ extends
  • compareRows

    -
    public int compareRows(byte[] left,
    +
    public int compareRows(byte[] left,
                            int loffset,
                            int llength,
                            byte[] right,
    @@ -341,7 +341,7 @@ extends 
     
  • getShortMidpointKey

    -
    public byte[] getShortMidpointKey(byte[] leftKey,
    +
    public byte[] getShortMidpointKey(byte[] leftKey,
                                       byte[] rightKey)
    Deprecated. 
    Don't do any fancy Block Index splitting tricks.
    @@ -359,7 +359,7 @@ extends
  • getLegacyKeyComparatorName

    -
    public String getLegacyKeyComparatorName()
    +
    public String getLegacyKeyComparatorName()
    Deprecated. 
    The HFileV2 file format's trailer contains this class name. We reinterpret this and instantiate the appropriate comparator. @@ -378,7 +378,7 @@ extends
  • clone

    -
    protected Object clone()
    +
    protected Object clone()
                     throws CloneNotSupportedException
    Deprecated. 
    @@ -395,7 +395,7 @@ extends
  • compareRowKey

    -
    protected int compareRowKey(Cell l,
    +
    protected int compareRowKey(Cell l,
                                 Cell r)
    Deprecated. 
    Override the row key comparison to parse and compare the meta row key parts.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/devapidocs/org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html index e6ebfb4..da04539 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html @@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";


  • -
    public static interface KeyValue.SamePrefixComparator<T>
    +
    public static interface KeyValue.SamePrefixComparator<T>
    Avoids redundant comparisons for better performance. TODO get rid of this wart
    @@ -164,7 +164,7 @@ var activeTableTab = "activeTableTab";
    • compareIgnoringPrefix

      -
      int compareIgnoringPrefix(int commonPrefix,
      +
      int compareIgnoringPrefix(int commonPrefix,
                                 byte[] left,
                                 int loffset,
                                 int llength,
      
      http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
      ----------------------------------------------------------------------
      diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
      index 53d0e78..c407100 100644
      --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
      +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.Type.html
      @@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
       


  • -
    public static enum KeyValue.Type
    +
    public static enum KeyValue.Type
     extends Enum<KeyValue.Type>
    Key type. Has space for other key types to be added later. Cannot rely on @@ -261,7 +261,7 @@ the order they are declared.
    @@ -270,7 +270,7 @@ the order they are declared.
  • @@ -279,7 +279,7 @@ the order they are declared. @@ -288,7 +288,7 @@ the order they are declared. @@ -297,7 +297,7 @@ the order they are declared. @@ -306,7 +306,7 @@ the order they are declared. @@ -315,7 +315,7 @@ the order they are declared.
  • @@ -332,7 +332,7 @@ the order they are declared.
    • code

      -
      private final byte code
      +
      private final byte code
    @@ -341,7 +341,7 @@ the order they are declared.
  • @@ -358,7 +358,7 @@ the order they are declared.