| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| 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 | PrefixKeyDeltaEncoder. 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 abstract ByteBuffer | BufferedDataBlockEncoder. internalDecodeKeyValues(DataInputStream source,
                       int allocateHeaderLength,
                       int skipLastBytes,
                       HFileBlockDefaultDecodingContext decodingCtx) | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlockDefaultDecodingContext | HFileBlock.FSReaderImpl. defaultDecodingCtxDefault context used when BlockType !=  BlockType.ENCODED_DATA. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.