Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile | |
org.apache.hadoop.hbase.io.hfile.trace |
Modifier and Type | Method and Description |
---|---|
HFileContext |
HFileBlockDefaultEncodingContext.getHFileContext() |
HFileContext |
HFileBlockDefaultDecodingContext.getHFileContext() |
HFileContext |
HFileBlockEncodingContext.getHFileContext()
Returns HFile context information
|
HFileContext |
HFileBlockDecodingContext.getHFileContext()
Returns HFile meta information
|
Modifier and Type | Method and Description |
---|---|
HFileBlockDecodingContext |
AbstractDataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf,
HFileContext meta) |
HFileBlockDecodingContext |
DataBlockEncoder.newDataBlockDecodingContext(org.apache.hadoop.conf.Configuration conf,
HFileContext meta)
Creates an encoder specific decoding context, which will prepare the data before actual
decoding store configuration HFile meta data
|
HFileBlockEncodingContext |
AbstractDataBlockEncoder.newDataBlockEncodingContext(org.apache.hadoop.conf.Configuration conf,
DataBlockEncoding encoding,
byte[] header,
HFileContext meta) |
HFileBlockEncodingContext |
DataBlockEncoder.newDataBlockEncodingContext(org.apache.hadoop.conf.Configuration conf,
DataBlockEncoding encoding,
byte[] headerBytes,
HFileContext meta)
Creates a encoder specific encoding context store configuration encoding strategy used header
bytes to be written, put a dummy header here if the header is unknown HFile meta data
|
Constructor and Description |
---|
EncodedDataBlock(org.apache.hadoop.conf.Configuration conf,
DataBlockEncoder dataBlockEncoder,
DataBlockEncoding encoding,
byte[] rawKVs,
HFileContext meta)
Create a buffer which will be encoded using dataBlockEncoder.
|
HFileBlockDefaultDecodingContext(org.apache.hadoop.conf.Configuration conf,
HFileContext fileContext) |
HFileBlockDefaultEncodingContext(org.apache.hadoop.conf.Configuration conf,
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.
|
Constructor and Description |
---|
HFileContextAttributesBuilderConsumer(HFileContext hFileContext) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.