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 46F06195E1 for ; Tue, 12 Apr 2016 17:31:55 +0000 (UTC) Received: (qmail 31812 invoked by uid 500); 12 Apr 2016 17:31:51 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 31700 invoked by uid 500); 12 Apr 2016 17:31:51 -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 30566 invoked by uid 99); 12 Apr 2016 17:31:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 17:31:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1E607E03CE; Tue, 12 Apr 2016 17:31:51 +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: Tue, 12 Apr 2016 17:32:13 -0000 Message-Id: <85fa1143584045e8a61af6e35eb57ec1@git.apache.org> In-Reply-To: <9158f18ce31c4326a568e441e4899fc9@git.apache.org> References: <9158f18ce31c4326a568e441e4899fc9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/51] [partial] hbase-site git commit: Published site at ff9c92e16831fe350904ac99f92619fb97ba2bef. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html index 48e79bb..610bc25 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html +++ b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html @@ -230,7 +230,7 @@ the order they are declared. @@ -297,7 +325,7 @@ extends
  • TimeRange

    -
    public TimeRange()
    +
    public TimeRange()
    Default constructor. Represents interval [0, Long.MAX_VALUE) (allTime)
  • @@ -308,7 +336,7 @@ extends
  • TimeRange

    -
    public TimeRange(long minStamp)
    +
    public TimeRange(long minStamp)
    Represents interval [minStamp, Long.MAX_VALUE)
    Parameters:
    minStamp - the minimum timestamp value, inclusive
  • @@ -319,7 +347,7 @@ extends
  • TimeRange

    -
    public TimeRange(byte[] minStamp)
    +
    public TimeRange(byte[] minStamp)
    Represents interval [minStamp, Long.MAX_VALUE)
    Parameters:
    minStamp - the minimum timestamp value, inclusive
  • @@ -330,7 +358,7 @@ extends
  • TimeRange

    -
    public TimeRange(long minStamp,
    +
    public TimeRange(long minStamp,
              long maxStamp)
    Represents interval [minStamp, maxStamp)
    Parameters:
    minStamp - the minimum timestamp, inclusive
    maxStamp - the maximum timestamp, exclusive
    @@ -344,7 +372,7 @@ extends
  • TimeRange

    -
    public TimeRange(byte[] minStamp,
    +
    public TimeRange(byte[] minStamp,
              byte[] maxStamp)
               throws IOException
    Represents interval [minStamp, maxStamp)
    @@ -367,7 +395,7 @@ extends
  • getMin

    -
    public long getMin()
    +
    public long getMin()
    Returns:
    the smallest timestamp that should be considered
  • @@ -377,7 +405,7 @@ extends
  • getMax

    -
    public long getMax()
    +
    public long getMax()
    Returns:
    the biggest timestamp that should be considered
  • @@ -387,7 +415,7 @@ extends
  • isAllTime

    -
    public boolean isAllTime()
    +
    public boolean isAllTime()
    Check if it is for all time
    Returns:
    true if it is for all time
  • @@ -398,7 +426,7 @@ extends
  • withinTimeRange

    -
    public boolean withinTimeRange(byte[] bytes,
    +
    public boolean withinTimeRange(byte[] bytes,
                           int offset)
    Check if the specified timestamp is within this TimeRange.

    @@ -414,7 +442,7 @@ extends

  • withinTimeRange

    -
    public boolean withinTimeRange(long timestamp)
    +
    public boolean withinTimeRange(long timestamp)
    Check if the specified timestamp is within this TimeRange.

    Returns true if within interval [minStamp, maxStamp), false @@ -429,7 +457,7 @@ extends

  • withinOrAfterTimeRange

    -
    public boolean withinOrAfterTimeRange(long timestamp)
    +
    public boolean withinOrAfterTimeRange(long timestamp)
    Check if the specified timestamp is within this TimeRange.

    Returns true if within interval [minStamp, maxStamp), false @@ -444,7 +472,7 @@ extends

  • compare

    -
    public int compare(long timestamp)
    +
    public int compare(long timestamp)
    Compare the timestamp to timerange
    Parameters:
    timestamp -
    Returns:
    -1 if timestamp is less than timerange, @@ -458,7 +486,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html index 50966d8..d48e393 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html +++ b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html @@ -162,11 +162,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
  • ImmutableBytesWritable -TableRecordReader.createKey()  +TableRecordReaderImpl.createKey()  ImmutableBytesWritable -TableRecordReaderImpl.createKey()  +TableRecordReader.createKey()  @@ -179,13 +179,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> -MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, +TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)  org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> -TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, +MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)  @@ -244,12 +244,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean -TableRecordReader.next(ImmutableBytesWritable key, +TableRecordReaderImpl.next(ImmutableBytesWritable key, Result value)  boolean -TableRecordReaderImpl.next(ImmutableBytesWritable key, +TableRecordReader.next(ImmutableBytesWritable key, Result value)  @@ -423,34 +423,34 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. ImmutableBytesWritable -TableSnapshotInputFormat.TableSnapshotRegionRecordReader.getCurrentKey()  +TableSnapshotInputFormatImpl.RecordReader.getCurrentKey()  ImmutableBytesWritable -TableSnapshotInputFormatImpl.RecordReader.getCurrentKey()  +TableSnapshotInputFormat.TableSnapshotRegionRecordReader.getCurrentKey()  ImmutableBytesWritable -TableRecordReader.getCurrentKey() -
    Returns the current key.
    - - - -ImmutableBytesWritable HashTable.TableHash.Reader.getCurrentKey()
    Get the current key
    - + ImmutableBytesWritable TableRecordReaderImpl.getCurrentKey()
    Returns the current key.
    - + ImmutableBytesWritable MultithreadedTableMapper.SubMapRecordReader.getCurrentKey()  + +ImmutableBytesWritable +TableRecordReader.getCurrentKey() +
    Returns the current key.
    + + @@ -564,26 +564,26 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/class-use/TagCompressionContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/class-use/TagCompressionContext.html b/devapidocs/org/apache/hadoop/hbase/io/class-use/TagCompressionContext.html index 5ef9d78..67bd330 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/class-use/TagCompressionContext.html +++ b/devapidocs/org/apache/hadoop/hbase/io/class-use/TagCompressionContext.html @@ -129,16 +129,16 @@ - - + + - + - - + +
    voidGroupingTableMapper.map(ImmutableBytesWritable key, +IdentityTableMapper.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapreduce.Mapper.Context context) -
    Extract the grouping columns from value to construct a new key.
    +
    Pass the key, value to reduce.
    voidIdentityTableMapper.map(ImmutableBytesWritable key, - Result value, +RowCounter.RowCounterMapper.map(ImmutableBytesWritable row, + Result values, org.apache.hadoop.mapreduce.Mapper.Context context) -
    Pass the key, value to reduce.
    +
    Maps the data.
    voidRowCounter.RowCounterMapper.map(ImmutableBytesWritable row, - Result values, +GroupingTableMapper.map(ImmutableBytesWritable key, + Result value, org.apache.hadoop.mapreduce.Mapper.Context context) -
    Maps the data.
    +
    Extract the grouping columns from value to construct a new key.
    HFileBlockDefaultEncodingContext.tagCompressionContext 
    protected TagCompressionContextBufferedDataBlockEncoder.SeekerState.tagCompressionContext private TagCompressionContextHFileBlockDefaultDecodingContext.tagCompressionContext 
    protected TagCompressionContextBufferedDataBlockEncoder.BufferedEncodedSeeker.tagCompressionContext BufferedDataBlockEncoder.SeekerState.tagCompressionContext 
    private TagCompressionContextHFileBlockDefaultDecodingContext.tagCompressionContext protected TagCompressionContextBufferedDataBlockEncoder.BufferedEncodedSeeker.tagCompressionContext 
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html b/devapidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html index b0a92a0..e20ed0a 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html +++ b/devapidocs/org/apache/hadoop/hbase/io/class-use/TimeRange.html @@ -102,15 +102,15 @@ private TimeRange -Get.tr  +Increment.tr  private TimeRange -Increment.tr  +Scan.tr  private TimeRange -Scan.tr  +Get.tr  @@ -136,19 +136,19 @@ TimeRange -Get.getTimeRange() -
    Method for retrieving the get's TimeRange
    +Increment.getTimeRange() +
    Gets the TimeRange used for this increment.
    TimeRange -Increment.getTimeRange() -
    Gets the TimeRange used for this increment.
    - +Scan.getTimeRange()  TimeRange -Scan.getTimeRange()  +Get.getTimeRange() +
    Method for retrieving the get's TimeRange
    + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/compress/Compression.Algorithm.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/compress/Compression.Algorithm.html b/devapidocs/org/apache/hadoop/hbase/io/compress/Compression.Algorithm.html index bf43803..064a095 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/compress/Compression.Algorithm.html +++ b/devapidocs/org/apache/hadoop/hbase/io/compress/Compression.Algorithm.html @@ -390,7 +390,7 @@ the order they are declared.
    • values

      -
      public static Compression.Algorithm[] values()
      +
      public static Compression.Algorithm[] values()
      Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -407,7 +407,7 @@ for (Compression.Algorithm c : Compression.Algorithm.values())
      • valueOf

        -
        public static Compression.Algorithm valueOf(String name)
        +
        public static Compression.Algorithm valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/compress/class-use/Compression.Algorithm.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/compress/class-use/Compression.Algorithm.html b/devapidocs/org/apache/hadoop/hbase/io/compress/class-use/Compression.Algorithm.html index 7b7c795..7c7570f 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/compress/class-use/Compression.Algorithm.html +++ b/devapidocs/org/apache/hadoop/hbase/io/compress/class-use/Compression.Algorithm.html @@ -328,11 +328,11 @@ the order they are declared.
        Compression.Algorithm -HFileReaderImpl.getCompressionAlgorithm()  +HFile.Reader.getCompressionAlgorithm()  Compression.Algorithm -HFile.Reader.getCompressionAlgorithm()  +HFileReaderImpl.getCompressionAlgorithm()  Compression.Algorithm @@ -512,36 +512,36 @@ the order they are declared.
      StoreFile.Writer -Store.createWriterInTmp(long maxKeyCount, +HStore.createWriterInTmp(long maxKeyCount, Compression.Algorithm compression, boolean isCompaction, boolean includeMVCCReadpoint, - boolean includesTags)  + boolean includesTag)  StoreFile.Writer -HStore.createWriterInTmp(long maxKeyCount, +Store.createWriterInTmp(long maxKeyCount, Compression.Algorithm compression, boolean isCompaction, boolean includeMVCCReadpoint, - boolean includesTag)  + boolean includesTags)  StoreFile.Writer -Store.createWriterInTmp(long maxKeyCount, +HStore.createWriterInTmp(long maxKeyCount, Compression.Algorithm compression, boolean isCompaction, boolean includeMVCCReadpoint, - boolean includesTags, + boolean includesTag, boolean shouldDropBehind)  StoreFile.Writer -HStore.createWriterInTmp(long maxKeyCount, +Store.createWriterInTmp(long maxKeyCount, Compression.Algorithm compression, boolean isCompaction, boolean includeMVCCReadpoint, - boolean includesTag, + boolean includesTags, boolean shouldDropBehind)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Cipher.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Cipher.html b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Cipher.html index 0f4cf5a..a2bedcd 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Cipher.html +++ b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Cipher.html @@ -169,13 +169,13 @@ -Context -Context.setCipher(Cipher cipher)  - - Encryption.Context Encryption.Context.setCipher(Cipher cipher)  + +Context +Context.setCipher(Cipher cipher)  +
    • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Decryptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Decryptor.html b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Decryptor.html index e75da14..ab80411 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Decryptor.html +++ b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Decryptor.html @@ -205,15 +205,15 @@ private Decryptor -SecureWALCellCodec.decryptor  +SecureProtobufLogReader.decryptor  private Decryptor -SecureWALCellCodec.EncryptedKvDecoder.decryptor  +SecureWALCellCodec.decryptor  private Decryptor -SecureProtobufLogReader.decryptor  +SecureWALCellCodec.EncryptedKvDecoder.decryptor  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryption.Context.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryption.Context.html b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryption.Context.html index 9b18b80..b305731 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryption.Context.html +++ b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryption.Context.html @@ -222,14 +222,14 @@ private Encryption.Context -HFileContext.cryptoContext -
      Encryption algorithm and key used
      +HFileContextBuilder.cryptoContext +
      Crypto context
      private Encryption.Context -HFileContextBuilder.cryptoContext -
      Crypto context
      +HFileContext.cryptoContext +
      Encryption algorithm and key used
      http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryptor.html b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryptor.html index 4e6cdc8..87ec9bc 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryptor.html +++ b/devapidocs/org/apache/hadoop/hbase/io/crypto/class-use/Encryptor.html @@ -203,19 +203,19 @@ private Encryptor -SecureWALCellCodec.encryptor  +SecureAsyncProtobufLogWriter.encryptor  private Encryptor -SecureWALCellCodec.EncryptedKvEncoder.encryptor  +SecureWALCellCodec.encryptor  private Encryptor -SecureProtobufLogWriter.encryptor  +SecureWALCellCodec.EncryptedKvEncoder.encryptor  private Encryptor -SecureAsyncProtobufLogWriter.encryptor  +SecureProtobufLogWriter.encryptor  @@ -238,15 +238,15 @@ protected void -AbstractProtobufLogWriter.setEncryptor(Encryptor encryptor)  +SecureAsyncProtobufLogWriter.setEncryptor(Encryptor encryptor)  protected void -SecureProtobufLogWriter.setEncryptor(Encryptor encryptor)  +AbstractProtobufLogWriter.setEncryptor(Encryptor encryptor)  protected void -SecureAsyncProtobufLogWriter.setEncryptor(Encryptor encryptor)  +SecureProtobufLogWriter.setEncryptor(Encryptor encryptor)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/BufferedDataBlockEncoder.SeekerState.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/BufferedDataBlockEncoder.SeekerState.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/BufferedDataBlockEncoder.SeekerState.html index 937f102..bd7d6f6 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/BufferedDataBlockEncoder.SeekerState.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/BufferedDataBlockEncoder.SeekerState.html @@ -147,15 +147,15 @@ protected void +DiffKeyDeltaEncoder.DiffSeekerState.copyFromNext(BufferedDataBlockEncoder.SeekerState that)  + + +protected void BufferedDataBlockEncoder.SeekerState.copyFromNext(BufferedDataBlockEncoder.SeekerState nextState)
      Copy the state from the next one into this instance (the previous state placeholder).
      - -protected void -DiffKeyDeltaEncoder.DiffSeekerState.copyFromNext(BufferedDataBlockEncoder.SeekerState that)  - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/CompressionState.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/CompressionState.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/CompressionState.html index e7abf02..5d9a502 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/CompressionState.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/CompressionState.html @@ -113,15 +113,15 @@ (package private) void -FastDiffDeltaEncoder.FastDiffCompressionState.copyFrom(CompressionState state)  +CompressionState.copyFrom(CompressionState state)  (package private) void -DiffKeyDeltaEncoder.DiffCompressionState.copyFrom(CompressionState state)  +FastDiffDeltaEncoder.FastDiffCompressionState.copyFrom(CompressionState state)  (package private) void -CompressionState.copyFrom(CompressionState state)  +DiffKeyDeltaEncoder.DiffCompressionState.copyFrom(CompressionState state)  (package private) void http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5c0cc30a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoder.EncodedSeeker.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoder.EncodedSeeker.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoder.EncodedSeeker.html index ee9b28e..b96efc3 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoder.EncodedSeeker.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/DataBlockEncoder.EncodedSeeker.html @@ -157,29 +157,29 @@ DataBlockEncoder.EncodedSeeker -CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, +FastDiffDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker +DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, + HFileBlockDecodingContext decodingCtx)  + + +DataBlockEncoder.EncodedSeeker DataBlockEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)
      Create a HFileBlock seeker which find KeyValues within a block.
      - -DataBlockEncoder.EncodedSeeker -FastDiffDeltaEncoder.createSeeker(CellComparator comparator, - HFileBlockDecodingContext decodingCtx)  - DataBlockEncoder.EncodedSeeker -PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, +CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, +PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)