Uses of Interface
org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
Packages that use HFileBlockDecodingContext
-
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.encoding
Classes in org.apache.hadoop.hbase.io.encoding that implement HFileBlockDecodingContextFields in org.apache.hadoop.hbase.io.encoding declared as HFileBlockDecodingContextModifier and TypeFieldDescriptionprotected HFileBlockDecodingContext
AbstractDataBlockEncoder.AbstractEncodedSeeker.decodingCtx
Methods in org.apache.hadoop.hbase.io.encoding that return HFileBlockDecodingContextModifier 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 dataMethods in org.apache.hadoop.hbase.io.encoding with parameters of type HFileBlockDecodingContextModifier 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) Constructors in org.apache.hadoop.hbase.io.encoding with parameters of type HFileBlockDecodingContextModifierConstructorDescriptionAbstractEncodedSeeker
(HFileBlockDecodingContext decodingCtx) BufferedEncodedSeeker
(HFileBlockDecodingContext decodingCtx) private
private
RowIndexSeekerV1
(HFileBlockDecodingContext decodingCtx) private
private
-
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as HFileBlockDecodingContextModifier and TypeFieldDescriptionprivate final HFileBlockDecodingContext
HFileReaderImpl.EncodedScanner.decodingCtx
private HFileBlockDecodingContext
HFileBlock.FSReaderImpl.encodedBlockDecodingCtx
Methods in org.apache.hadoop.hbase.io.hfile that return HFileBlockDecodingContextModifier 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)