Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Method and Description |
---|---|
protected void |
BufferedDataBlockEncoder.afterDecodingKeyValue(DataInputStream source,
ByteBuffer dest,
HFileBlockDefaultDecodingContext decodingCtx) |
protected ByteBuffer |
FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx) |
protected ByteBuffer |
DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx) |
protected abstract ByteBuffer |
BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx) |
protected ByteBuffer |
PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx) |
protected ByteBuffer |
CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDefaultDecodingContext decodingCtx) |
Modifier and Type | Field and Description |
---|---|
private HFileBlockDefaultDecodingContext |
HFileBlock.FSReaderImpl.defaultDecodingCtx
Default context used when BlockType !=
BlockType.ENCODED_DATA . |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.