|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HFileBlockDecodingContext | |
---|---|
org.apache.hadoop.hbase.codec.prefixtree | |
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile | Provides the hbase data+index+metadata file. |
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.codec.prefixtree |
---|
Methods in org.apache.hadoop.hbase.codec.prefixtree that return HFileBlockDecodingContext | |
---|---|
HFileBlockDecodingContext |
PrefixTreeCodec.newDataBlockDecodingContext(HFileContext meta)
|
Methods in org.apache.hadoop.hbase.codec.prefixtree with parameters of type HFileBlockDecodingContext | |
---|---|
DataBlockEncoder.EncodedSeeker |
PrefixTreeCodec.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
Is this the correct handling of an illegal comparator? How to prevent that from getting all the way to this point. |
ByteBuffer |
PrefixTreeCodec.decodeKeyValues(DataInputStream source,
HFileBlockDecodingContext decodingCtx)
|
ByteBuffer |
PrefixTreeCodec.decodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDecodingContext decodingCtx)
I don't think this method is called during normal HBase operation, so efficiency is not important. |
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.encoding |
---|
Classes in org.apache.hadoop.hbase.io.encoding that implement HFileBlockDecodingContext | |
---|---|
class |
HFileBlockDefaultDecodingContext
A default implementation of HFileBlockDecodingContext . |
Methods in org.apache.hadoop.hbase.io.encoding that return HFileBlockDecodingContext | |
---|---|
HFileBlockDecodingContext |
DataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)
Creates an encoder specific decoding context, which will prepare the data before actual decoding |
Methods in org.apache.hadoop.hbase.io.encoding with parameters of type HFileBlockDecodingContext | |
---|---|
DataBlockEncoder.EncodedSeeker |
PrefixKeyDeltaEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
|
DataBlockEncoder.EncodedSeeker |
CopyKeyDataBlockEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
|
DataBlockEncoder.EncodedSeeker |
DiffKeyDeltaEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
|
DataBlockEncoder.EncodedSeeker |
DataBlockEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
Create a HFileBlock seeker which find KeyValues within a block. |
DataBlockEncoder.EncodedSeeker |
FastDiffDeltaEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
|
ByteBuffer |
DataBlockEncoder.decodeKeyValues(DataInputStream source,
HFileBlockDecodingContext decodingCtx)
Decode. |
Uses of HFileBlockDecodingContext in org.apache.hadoop.hbase.io.hfile |
---|
Methods in org.apache.hadoop.hbase.io.hfile that return HFileBlockDecodingContext | |
---|---|
HFileBlockDecodingContext |
HFileBlock.FSReader.getBlockDecodingContext()
Get a decoder for BlockType.ENCODED_DATA blocks from this file. |
HFileBlockDecodingContext |
HFileBlock.FSReader.getDefaultBlockDecodingContext()
Get the default decoder for blocks from this file. |
HFileBlockDecodingContext |
HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext)
create a encoder specific decoding context for reading. |
HFileBlockDecodingContext |
HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext)
|
HFileBlockDecodingContext |
NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |