Package | Description |
---|---|
org.apache.hadoop.hbase.codec.prefixtree | |
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 |
---|---|
HFileBlockDecodingContext |
PrefixTreeCodec.newDataBlockDecodingContext(HFileContext meta)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataBlockEncoder.EncodedSeeker |
PrefixTreeCodec.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
Deprecated.
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)
Deprecated.
|
ByteBuffer |
PrefixTreeCodec.decodeKeyValues(DataInputStream source,
int allocateHeaderLength,
int skipLastBytes,
HFileBlockDecodingContext decodingCtx)
Deprecated.
I don't think this method is called during normal HBase operation, so efficiency is not
important.
|
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 |
AbstractDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta) |
HFileBlockDecodingContext |
DataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)
Creates an encoder specific decoding context, which will prepare the data
before actual decoding
|
Constructor and Description |
---|
AbstractDataBlockEncoder.AbstractEncodedSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx) |
RowIndexSeekerV1(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx) |
Modifier and Type | Method and Description |
---|---|
HFileBlockDecodingContext |
NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta) |
HFileBlockDecodingContext |
HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext) |
HFileBlockDecodingContext |
HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext)
create a encoder specific decoding context for reading.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.