Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile |
Modifier and Type | Method and Description |
---|---|
HFileContext |
HFileBlockEncodingContext.getHFileContext() |
HFileContext |
HFileBlockDecodingContext.getHFileContext() |
HFileContext |
HFileBlockDefaultEncodingContext.getHFileContext() |
HFileContext |
HFileBlockDefaultDecodingContext.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
|
HFileBlockDecodingContext |
AbstractDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta) |
HFileBlockEncodingContext |
DataBlockEncoder.newDataBlockEncodingContext(DataBlockEncoding encoding,
byte[] headerBytes,
HFileContext meta)
Creates a encoder specific encoding context
|
HFileBlockEncodingContext |
AbstractDataBlockEncoder.newDataBlockEncodingContext(DataBlockEncoding encoding,
byte[] header,
HFileContext meta) |
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
|
HFileContextBuilder(HFileContext hfc)
Use this constructor if you want to change a few settings only in another context.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.