|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HFileContext | |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile |
Uses of HFileContext in org.apache.hadoop.hbase.io.encoding |
---|
Methods in org.apache.hadoop.hbase.io.encoding that return HFileContext | |
---|---|
HFileContext |
HFileBlockEncodingContext.getHFileContext()
|
HFileContext |
HFileBlockDefaultDecodingContext.getHFileContext()
|
HFileContext |
HFileBlockDecodingContext.getHFileContext()
|
HFileContext |
HFileBlockDefaultEncodingContext.getHFileContext()
|
Methods in org.apache.hadoop.hbase.io.encoding with parameters of type HFileContext | |
---|---|
HFileBlockDecodingContext |
DataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)
Creates an encoder specific decoding context, which will prepare the data before actual decoding |
HFileBlockEncodingContext |
DataBlockEncoder.newDataBlockEncodingContext(DataBlockEncoding encoding,
byte[] headerBytes,
HFileContext meta)
Creates a encoder specific encoding context |
Constructors in org.apache.hadoop.hbase.io.encoding with parameters of type HFileContext | |
---|---|
EncodedDataBlock(DataBlockEncoder dataBlockEncoder,
DataBlockEncoding encoding,
byte[] rawKVs,
HFileContext meta)
Create a buffer which will be encoded using dataBlockEncoder. |
|
HFileBlockDefaultDecodingContext(HFileContext fileContext)
|
|
HFileBlockDefaultEncodingContext(DataBlockEncoding encoding,
byte[] headerBytes,
HFileContext fileContext)
|
Uses of HFileContext in org.apache.hadoop.hbase.io.hfile |
---|
Methods in org.apache.hadoop.hbase.io.hfile that return HFileContext | |
---|---|
HFileContext |
HFileContextBuilder.build()
|
HFileContext |
HFileContext.clone()
|
Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileContext | |
---|---|
HFileContext(HFileContext context)
Copy constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |