| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.io.hfile |
| Modifier and Type | Method and Description |
|---|---|
HFileContext |
HFileBlockDecodingContext.getHFileContext() |
HFileContext |
HFileBlockDefaultDecodingContext.getHFileContext() |
HFileContext |
HFileBlockDefaultEncodingContext.getHFileContext() |
HFileContext |
HFileBlockEncodingContext.getHFileContext() |
| 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
|
HFileBlockEncodingContext |
DataBlockEncoder.newDataBlockEncodingContext(DataBlockEncoding encoding,
byte[] headerBytes,
HFileContext meta)
Creates a encoder specific encoding context
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
HFileContext |
HFileContextBuilder.build() |
HFileContext |
HFileContext.clone() |
| Constructor and Description |
|---|
HFileContext(HFileContext context)
Copy constructor
|
Copyright © 2007–2017. All rights reserved.