Uses of Class
org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
Packages that use HFileBlockDefaultDecodingContext
-
Uses of HFileBlockDefaultDecodingContext in org.apache.hadoop.hbase.io.encoding
Methods in org.apache.hadoop.hbase.io.encoding with parameters of type HFileBlockDefaultDecodingContextModifier and TypeMethodDescriptionprotected final void
BufferedDataBlockEncoder.afterDecodingKeyValue
(DataInputStream source, ByteBuffer dest, HFileBlockDefaultDecodingContext decodingCtx) protected abstract ByteBuffer
BufferedDataBlockEncoder.internalDecodeKeyValues
(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBuffer
CopyKeyDataBlockEncoder.internalDecodeKeyValues
(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBuffer
DiffKeyDeltaEncoder.internalDecodeKeyValues
(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBuffer
FastDiffDeltaEncoder.internalDecodeKeyValues
(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBuffer
PrefixKeyDeltaEncoder.internalDecodeKeyValues
(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) -
Uses of HFileBlockDefaultDecodingContext in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as HFileBlockDefaultDecodingContextModifier and TypeFieldDescriptionprivate final HFileBlockDefaultDecodingContext
HFileBlock.FSReaderImpl.defaultDecodingCtx
Default context used when BlockType !=BlockType.ENCODED_DATA
.