Methods in org.apache.hadoop.hbase.io.encoding with parameters of type HFileBlockDefaultDecodingContext |
protected ByteBuffer |
DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx)
|
protected ByteBuffer |
PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx)
|
protected ByteBuffer |
FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx)
|
protected ByteBuffer |
CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx)
|