| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TestHFileBlockCompatibility.Writer
This is the version of the HFileBlock.Writer that is used to
create V2 blocks with minor version 0.
|
| Modifier and Type | Field and Description |
|---|---|
protected HFileBlock.Writer |
HFileWriterV2.fsBlockWriter
Unified version 2 block writer
|
| Constructor and Description |
|---|
BlockIndexWriter(HFileBlock.Writer blockWriter,
CacheConfig cacheConf,
String nameForCaching)
Creates a multi-level block index writer.
|