Uses of Class
org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
-
Uses of HFileBlockDefaultDecodingContext in org.apache.hadoop.hbase.io.encoding
Modifier 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
Modifier and TypeFieldDescriptionprivate final HFileBlockDefaultDecodingContext
HFileBlock.FSReaderImpl.defaultDecodingCtx
Default context used when BlockType !=BlockType.ENCODED_DATA
.