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 voidBufferedDataBlockEncoder.afterDecodingKeyValue(DataInputStream source, ByteBuffer dest, HFileBlockDefaultDecodingContext decodingCtx) protected abstract ByteBufferBufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBufferCopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBufferDiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBufferFastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx) protected ByteBufferPrefixKeyDeltaEncoder.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 HFileBlockDefaultDecodingContextHFileBlock.FSReaderImpl.defaultDecodingCtxDefault context used when BlockType !=BlockType.ENCODED_DATA.