| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HFileBlockDefaultDecodingContextA default implementation of  HFileBlockDecodingContext. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HFileBlockDecodingContext | AbstractDataBlockEncoder.AbstractEncodedSeeker. decodingCtx | 
| Modifier and Type | Method and Description | 
|---|---|
| HFileBlockDecodingContext | DataBlockEncoder. newDataBlockDecodingContext(HFileContext meta)Creates an encoder specific decoding context, which will prepare the data
 before actual decoding | 
| HFileBlockDecodingContext | AbstractDataBlockEncoder. newDataBlockDecodingContext(HFileContext meta) | 
| Constructor and Description | 
|---|
| AbstractEncodedSeeker(HFileBlockDecodingContext decodingCtx) | 
| BufferedEncodedSeeker(HFileBlockDecodingContext decodingCtx) | 
| DiffSeekerStateBufferedEncodedSeeker(HFileBlockDecodingContext decodingCtx) | 
| FastDiffSeekerStateBufferedEncodedSeeker(HFileBlockDecodingContext decodingCtx) | 
| RowIndexSeekerV1(HFileBlockDecodingContext decodingCtx) | 
| SeekerStateBufferedEncodedSeeker(HFileBlockDecodingContext decodingCtx) | 
| SeekerStateBufferedEncodedSeeker(HFileBlockDecodingContext decodingCtx) | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlockDecodingContext | HFileReaderImpl.EncodedScanner. decodingCtx | 
| private HFileBlockDecodingContext | HFileBlock.FSReaderImpl. encodedBlockDecodingCtx | 
| Modifier and Type | Method and Description | 
|---|---|
| HFileBlockDecodingContext | HFileBlock.FSReader. getBlockDecodingContext()Get a decoder for  BlockType.ENCODED_DATAblocks from this file. | 
| HFileBlockDecodingContext | HFileBlock.FSReaderImpl. getBlockDecodingContext() | 
| HFileBlockDecodingContext | HFileBlock.FSReader. getDefaultBlockDecodingContext()Get the default decoder for blocks from this file. | 
| HFileBlockDecodingContext | HFileBlock.FSReaderImpl. getDefaultBlockDecodingContext() | 
| HFileBlockDecodingContext | NoOpDataBlockEncoder. newDataBlockDecodingContext(HFileContext meta) | 
| HFileBlockDecodingContext | HFileDataBlockEncoder. newDataBlockDecodingContext(HFileContext fileContext)create a encoder specific decoding context for reading. | 
| HFileBlockDecodingContext | HFileDataBlockEncoderImpl. newDataBlockDecodingContext(HFileContext fileContext) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.