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 168A6200BCA for ; Mon, 21 Nov 2016 18:56:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 14F7D160B1F; Mon, 21 Nov 2016 17:56:19 +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 EFDA7160B1C for ; Mon, 21 Nov 2016 18:56:16 +0100 (CET) Received: (qmail 58256 invoked by uid 500); 21 Nov 2016 17:56:10 -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 56909 invoked by uid 99); 21 Nov 2016 17:56:09 -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; Mon, 21 Nov 2016 17:56:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0641CF1745; Mon, 21 Nov 2016 17:56:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Date: Mon, 21 Nov 2016 17:56:37 -0000 Message-Id: <165139a829bf4e5aa55c30c21832325d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [30/52] [partial] hbase-site git commit: Published site at ec9c9e201a8fadcbdd08d67a20547f79bd105ac6. archived-at: Mon, 21 Nov 2016 17:56:19 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d023c665/devapidocs/org/apache/hadoop/hbase/KeyValue.KVComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.KVComparator.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.KVComparator.html index 0c98321..2fac067 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.KVComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.KVComparator.html @@ -125,7 +125,7 @@ var activeTableTab = "activeTableTab";
@Deprecated
-public static class KeyValue.KVComparator
+public static class KeyValue.KVComparator
 extends Object
 implements org.apache.hadoop.io.RawComparator<Cell>, KeyValue.SamePrefixComparator<byte[]>
Compare KeyValues. When we compare KeyValues, we only compare the Key @@ -446,7 +446,7 @@ implements org.apache.hadoop.io.RawComparator<
  • KVComparator

    -
    public KVComparator()
    +
    public KVComparator()
    Deprecated. 
  • @@ -464,7 +464,7 @@ implements org.apache.hadoop.io.RawComparator<
  • 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. @@ -481,7 +481,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compare

    -
    public int compare(byte[] l,
    +
    public int compare(byte[] l,
                        int loff,
                        int llen,
                        byte[] r,
    @@ -500,7 +500,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareRowKey

    -
    protected int compareRowKey(Cell left,
    +
    protected int compareRowKey(Cell left,
                                 Cell right)
    Deprecated. 
    Compares the only the user specified portion of a Key. This is overridden by MetaComparator.
    @@ -519,7 +519,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareFlatKey

    -
    public int compareFlatKey(byte[] left,
    +
    public int compareFlatKey(byte[] left,
                               int loffset,
                               int llength,
                               byte[] right,
    @@ -547,7 +547,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareFlatKey

    -
    public int compareFlatKey(byte[] left,
    +
    public int compareFlatKey(byte[] left,
                               byte[] right)
    Deprecated. 
  • @@ -558,7 +558,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareKey

    -
    public int compareKey(Cell cell,
    +
    public int compareKey(Cell cell,
                           byte[] row,
                           int roff,
                           int rlen,
    @@ -579,7 +579,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareOnlyKeyPortion

    -
    public int compareOnlyKeyPortion(Cell left,
    +
    public int compareOnlyKeyPortion(Cell left,
                                      Cell right)
    Deprecated. 
  • @@ -590,7 +590,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compare

    -
    public int compare(Cell left,
    +
    public int compare(Cell left,
                        Cell right)
    Deprecated. 
    Compares the Key of a cell -- with fields being more significant in this order: @@ -607,7 +607,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareTimestamps

    -
    public int compareTimestamps(Cell left,
    +
    public int compareTimestamps(Cell left,
                                  Cell right)
    Deprecated. 
  • @@ -618,7 +618,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareRows

    -
    public int compareRows(Cell left,
    +
    public int compareRows(Cell left,
                            Cell right)
    Deprecated. 
    @@ -636,7 +636,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareRows

    -
    public int compareRows(byte[] left,
    +
    public int compareRows(byte[] left,
                            int loffset,
                            int llength,
                            byte[] right,
    @@ -663,7 +663,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareColumns

    -
    int compareColumns(Cell left,
    +
    int compareColumns(Cell left,
                        short lrowlength,
                        Cell right,
                        short rrowlength)
    @@ -676,7 +676,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareColumns

    -
    protected int compareColumns(byte[] left,
    +
    protected int compareColumns(byte[] left,
                                  int loffset,
                                  int llength,
                                  int lfamilylength,
    @@ -693,7 +693,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareTimestamps

    -
    static int compareTimestamps(long ltimestamp,
    +
    static int compareTimestamps(long ltimestamp,
                                  long rtimestamp)
    Deprecated. 
  • @@ -704,7 +704,7 @@ implements org.apache.hadoop.io.RawComparator<
  • compareIgnoringPrefix

    -
    public int compareIgnoringPrefix(int commonPrefix,
    +
    public int compareIgnoringPrefix(int commonPrefix,
                                      byte[] left,
                                      int loffset,
                                      int llength,
    @@ -735,7 +735,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareWithoutRow

    -
    private int compareWithoutRow(int commonPrefix,
    +
    private int compareWithoutRow(int commonPrefix,
                                   byte[] left,
                                   int loffset,
                                   int llength,
    @@ -762,7 +762,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareFamilies

    -
    protected int compareFamilies(byte[] left,
    +
    protected int compareFamilies(byte[] left,
                                   int loffset,
                                   int lfamilylength,
                                   byte[] right,
    @@ -777,7 +777,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • compareColumns

    -
    protected int compareColumns(byte[] left,
    +
    protected int compareColumns(byte[] left,
                                  int loffset,
                                  int lquallength,
                                  byte[] right,
    @@ -792,7 +792,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • matchingRowColumn

    -
    public boolean matchingRowColumn(Cell left,
    +
    public boolean matchingRowColumn(Cell left,
                                      Cell right)
    Deprecated. 
    Compares the row and column of two keyvalues for equality
    @@ -811,7 +811,7 @@ implements org.apache.hadoop.io.RawComparator<
  • matchingRows

    -
    public boolean matchingRows(Cell left,
    +
    public boolean matchingRows(Cell left,
                                 Cell right)
    Deprecated. 
    Compares the row of two keyvalues for equality
    @@ -830,7 +830,7 @@ implements org.apache.hadoop.io.RawComparator<
  • matchingRows

    -
    private boolean matchingRows(Cell left,
    +
    private boolean matchingRows(Cell left,
                                  short lrowlength,
                                  Cell right,
                                  short rrowlength)
    @@ -852,7 +852,7 @@ implements org.apache.hadoop.io.RawComparator<
  • matchingRows

    -
    public boolean matchingRows(byte[] left,
    +
    public boolean matchingRows(byte[] left,
                                 int loffset,
                                 int llength,
                                 byte[] right,
    @@ -879,7 +879,7 @@ implements org.apache.hadoop.io.RawComparator<
     
  • calcIndexKey

    -
    public byte[] calcIndexKey(byte[] lastKeyOfPreviousBlock,
    +
    public byte[] calcIndexKey(byte[] lastKeyOfPreviousBlock,
                                byte[] firstKeyInBlock)
    Deprecated. 
  • @@ -891,7 +891,7 @@ implements org.apache.hadoop.io.RawComparator<

    getShortMidpointKey

    @Deprecated
    -public byte[] getShortMidpointKey(byte[] leftKey,
    +public byte[] getShortMidpointKey(byte[] leftKey,
                                                   byte[] rightKey)
    Deprecated. Since 0.99.2;
    This is a HFile block index key optimization.
    @@ -910,7 +910,7 @@ public byte[] 
  • clone

    -
    protected Object clone()
    +
    protected Object clone()
                     throws CloneNotSupportedException
    Deprecated. 
    @@ -990,6 +990,6 @@ public byte[] Copyright © 2007–2016 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/d023c665/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 8385c1d..364e5a0 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html @@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";


    -
    public static class KeyValue.KeyOnlyKeyValue
    +
    public static class KeyValue.KeyOnlyKeyValue
     extends KeyValue
  • +checkParameters, clone, cloneAndAddTags, create, create, createKeyOnly, createKeyValueFromKey, createKeyValueFromKey, createKeyValueFromKey, getBuffer, getDelimiter, getDelimiterInReverse, getFamilyLength, getKeyDataStructureSize, getKeyString, getKeyValueDataStructureSize, getKeyValueDataStructureSize, getKeyValueDataStructureSize, getLength, getOffset, getSequenceId, getSerializedSize, getTags, getTimestamp, getType, humanReadableTimestamp, iscreate, isDelete, isDelete, isLatestTimestamp, keyToString, keyToString, makeColumn, oswrite, parseColumn, setSequenceId, setTimestamp, setTimestamp, shallowCopy, toStringMap, updateLatestStamp, write, write, writeByteArray
  • @@ -421,7 +421,7 @@ extends
  • KeyOnlyKeyValue

    -
    public KeyOnlyKeyValue()
    +
    public KeyOnlyKeyValue()
  • @@ -430,7 +430,7 @@ extends
  • KeyOnlyKeyValue

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

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

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

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

    -
    public int getKeyOffset()
    +
    public int getKeyOffset()
    Overrides:
    getKeyOffset in class KeyValue
    @@ -491,7 +491,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 @@ -510,7 +510,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 @@ -529,7 +529,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.
    @@ -549,7 +549,7 @@ extends
  • getRowOffset

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

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

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

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

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

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

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

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

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

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

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

    -
    public byte[] getTagsArray()
    +
    public byte[] getTagsArray()
    Specified by:
    getTagsArray in interface Cell
    @@ -781,7 +781,7 @@ extends
  • getTagsOffset

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class KeyValue
    @@ -886,7 +886,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.
    @@ -901,7 +901,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.
    @@ -916,7 +916,7 @@ extends
  • heapSize

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

    -
    public int write(OutputStream out,
    +
    public int write(OutputStream out,
                      boolean withTags)
               throws IOException
    Description copied from interface: ExtendedCell
    @@ -970,7 +970,7 @@ extends
  • heapOverhead

    -
    public long heapOverhead()
    +
    public long heapOverhead()
    Specified by:
    heapOverhead in interface ExtendedCell
    @@ -1050,6 +1050,6 @@ extends Copyright © 2007–2016 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/d023c665/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 560e4d2..8205cc6 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.
    @@ -476,6 +476,6 @@ extends
  • -

    Copyright © 2007–2016 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/d023c665/devapidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html index e7937ab..b57d774 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.RawBytesComparator.html @@ -126,7 +126,7 @@ var activeTableTab = "activeTableTab";

  • @Deprecated
    -public static class KeyValue.RawBytesComparator
    +public static class KeyValue.RawBytesComparator
     extends KeyValue.KVComparator
  • @@ -250,7 +250,7 @@ extends
  • RawBytesComparator

    -
    public RawBytesComparator()
    +
    public RawBytesComparator()
    Deprecated. 
  • @@ -268,7 +268,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. @@ -288,7 +288,7 @@ extends

    compareFlatKey

    @Deprecated
    -public int compareFlatKey(byte[] left,
    +public int compareFlatKey(byte[] left,
                                           int loffset,
                                           int llength,
                                           byte[] right,
    @@ -312,7 +312,7 @@ public int 
     
  • compare

    -
    public int compare(Cell left,
    +
    public int compare(Cell left,
                        Cell right)
    Deprecated. 
    Description copied from class: KeyValue.KVComparator
    @@ -332,7 +332,7 @@ public int 
  • compareOnlyKeyPortion

    -
    public int compareOnlyKeyPortion(Cell left,
    +
    public int compareOnlyKeyPortion(Cell left,
                                      Cell right)
    Deprecated. 
    @@ -347,7 +347,7 @@ public int 
  • calcIndexKey

    -
    public byte[] calcIndexKey(byte[] lastKeyOfPreviousBlock,
    +
    public byte[] calcIndexKey(byte[] lastKeyOfPreviousBlock,
                                byte[] firstKeyInBlock)
    Deprecated. 
    @@ -425,6 +425,6 @@ public int Copyright © 2007–2016 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/d023c665/devapidocs/org/apache/hadoop/hbase/KeyValue.RowOnlyComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.RowOnlyComparator.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.RowOnlyComparator.html index e5413fc..c4a403a 100644 --- a/devapidocs/org/apache/hadoop/hbase/KeyValue.RowOnlyComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/KeyValue.RowOnlyComparator.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";


    -
    public static class KeyValue.RowOnlyComparator
    +
    public static class KeyValue.RowOnlyComparator
     extends Object
     implements Comparator<KeyValue>
    Comparator that compares row component only of a KeyValue.
    @@ -215,7 +215,7 @@ implements
  • comparator

    -
    final KeyValue.KVComparator comparator
    +
    final KeyValue.KVComparator comparator
  • @@ -232,7 +232,7 @@ implements
  • RowOnlyComparator

    -
    public RowOnlyComparator(KeyValue.KVComparator c)
    +
    public RowOnlyComparator(KeyValue.KVComparator c)
  • @@ -249,7 +249,7 @@ implements
  • compare

    -
    public int compare(KeyValue left,
    +
    public int compare(KeyValue left,
                        KeyValue right)
    Specified by:
    @@ -326,6 +326,6 @@ implements Copyright © 2007–2016 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/d023c665/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 f65bdf7..0195275 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,
      @@ -247,6 +247,6 @@ var activeTableTab = "activeTableTab";
       
       
  • -

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

    +

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