Uses of Interface
org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext

Packages that use org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
Package
Description
 
Provides implementations of HFile and HFile BlockCache.
  • Uses of org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in org.apache.hadoop.hbase.io.encoding

    Classes in org.apache.hadoop.hbase.io.encoding that implement org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
    A default implementation of HFileBlockDecodingContext.
    Fields in org.apache.hadoop.hbase.io.encoding declared as org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
    AbstractDataBlockEncoder.AbstractEncodedSeeker.decodingCtx
     
    Methods in org.apache.hadoop.hbase.io.encoding that return org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
    AbstractDataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.HFileContext meta)
     
    org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
    DataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.HFileContext meta)
    Creates an encoder specific decoding context, which will prepare the data before actual decoding store configuration HFile meta data
    Methods in org.apache.hadoop.hbase.io.encoding with parameters of type org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
    CopyKeyDataBlockEncoder.createSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
    org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
    DataBlockEncoder.createSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
    Create a HFileBlock seeker which find KeyValues within a block.
    org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
    DiffKeyDeltaEncoder.createSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
    org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
    FastDiffDeltaEncoder.createSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
    org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
    PrefixKeyDeltaEncoder.createSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
    org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
    RowIndexCodecV1.createSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
    DataBlockEncoder.decodeKeyValues(DataInputStream source, org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
    Decode.
    RowIndexCodecV1.decodeKeyValues(DataInputStream source, org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
    Constructors in org.apache.hadoop.hbase.io.encoding with parameters of type org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in in
    Modifier
    Constructor
    Description
     
    AbstractEncodedSeeker(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
     
    RowIndexSeekerV1(org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext decodingCtx)
     
  • Uses of org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in org.apache.hadoop.hbase.io.hfile

    Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
    HFileDataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.HFileContext fileContext)
    create a encoder specific decoding context for reading.
    org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
    HFileDataBlockEncoderImpl.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.HFileContext fileContext)
     
    org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
    NoOpDataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.hfile.HFileContext meta)