Uses of Interface
org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
-
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.encoding
Modifier and TypeFieldDescriptionprotected HFileBlockDecodingContext
AbstractDataBlockEncoder.AbstractEncodedSeeker.decodingCtx
Modifier and TypeMethodDescriptionAbstractDataBlockEncoder.newDataBlockDecodingContext
(org.apache.hadoop.conf.Configuration conf, HFileContext meta) DataBlockEncoder.newDataBlockDecodingContext
(org.apache.hadoop.conf.Configuration conf, HFileContext meta) Creates an encoder specific decoding context, which will prepare the data before actual decoding store configuration HFile meta dataModifier and TypeMethodDescriptionCopyKeyDataBlockEncoder.createSeeker
(HFileBlockDecodingContext decodingCtx) DataBlockEncoder.createSeeker
(HFileBlockDecodingContext decodingCtx) Create a HFileBlock seeker which find KeyValues within a block.DiffKeyDeltaEncoder.createSeeker
(HFileBlockDecodingContext decodingCtx) FastDiffDeltaEncoder.createSeeker
(HFileBlockDecodingContext decodingCtx) PrefixKeyDeltaEncoder.createSeeker
(HFileBlockDecodingContext decodingCtx) RowIndexCodecV1.createSeeker
(HFileBlockDecodingContext decodingCtx) BufferedDataBlockEncoder.decodeKeyValues
(DataInputStream source, HFileBlockDecodingContext blkDecodingCtx) DataBlockEncoder.decodeKeyValues
(DataInputStream source, HFileBlockDecodingContext decodingCtx) Decode.RowIndexCodecV1.decodeKeyValues
(DataInputStream source, HFileBlockDecodingContext decodingCtx) ModifierConstructorDescriptionAbstractEncodedSeeker
(HFileBlockDecodingContext decodingCtx) BufferedEncodedSeeker
(HFileBlockDecodingContext decodingCtx) private
private
RowIndexSeekerV1
(HFileBlockDecodingContext decodingCtx) private
private
-
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprivate final HFileBlockDecodingContext
HFileReaderImpl.EncodedScanner.decodingCtx
private HFileBlockDecodingContext
HFileBlock.FSReaderImpl.encodedBlockDecodingCtx
Modifier and TypeMethodDescriptionHFileBlock.FSReader.getBlockDecodingContext()
Get a decoder forBlockType.ENCODED_DATA
blocks from this file.HFileBlock.FSReaderImpl.getBlockDecodingContext()
HFileBlock.FSReader.getDefaultBlockDecodingContext()
Get the default decoder for blocks from this file.HFileBlock.FSReaderImpl.getDefaultBlockDecodingContext()
HFileDataBlockEncoder.newDataBlockDecodingContext
(org.apache.hadoop.conf.Configuration conf, HFileContext fileContext) create a encoder specific decoding context for reading.HFileDataBlockEncoderImpl.newDataBlockDecodingContext
(org.apache.hadoop.conf.Configuration conf, HFileContext fileContext) NoOpDataBlockEncoder.newDataBlockDecodingContext
(org.apache.hadoop.conf.Configuration conf, HFileContext meta)