| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
HFileDataBlockEncoderImpl
Do different kinds of data block encoding according to column family
options.
|
class |
NoOpDataBlockEncoder
Does not perform any kind of encoding/decoding.
|
| Modifier and Type | Field and Description |
|---|---|
protected HFileDataBlockEncoder |
HFileWriterImpl.blockEncoder
The data block encoding which will be used.
|
| Modifier and Type | Method and Description |
|---|---|
static HFileDataBlockEncoder |
HFileDataBlockEncoderImpl.createFromFileInfo(HFile.FileInfo fileInfo) |
| Modifier and Type | Method and Description |
|---|---|
HFileDataBlockEncoder |
HStore.getDataBlockEncoder() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.