Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Class and Description |
---|---|
class |
HFileBlockDefaultDecodingContext
A default implementation of
HFileBlockDecodingContext . |
Modifier and Type | Field and Description |
---|---|
protected HFileBlockDecodingContext |
AbstractDataBlockEncoder.AbstractEncodedSeeker.decodingCtx |
Modifier and Type | Method and Description |
---|---|
HFileBlockDecodingContext |
DataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf,
HFileContext meta)
Creates an encoder specific decoding context, which will prepare the data before actual
decoding n * store configuration n * HFile meta data
|
HFileBlockDecodingContext |
AbstractDataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf,
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_DATA blocks 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(org.apache.hadoop.conf.Configuration conf,
HFileContext meta) |
HFileBlockDecodingContext |
HFileDataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf,
HFileContext fileContext)
create a encoder specific decoding context for reading.
|
HFileBlockDecodingContext |
HFileDataBlockEncoderImpl.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf,
HFileContext fileContext) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.