| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| Modifier and Type | Class and Description |
|---|---|
class |
HFileIndexBlockEncoderImpl
Do different kinds of index block encoding according to column family options.
|
class |
NoOpIndexBlockEncoder
Does not perform any kind of encoding/decoding.
|
| Modifier and Type | Field and Description |
|---|---|
protected HFileIndexBlockEncoder |
HFileWriterImpl.indexBlockEncoder |
| Modifier and Type | Method and Description |
|---|---|
static HFileIndexBlockEncoder |
HFileIndexBlockEncoderImpl.createFromFileInfo(HFileInfo fileInfo) |
| Constructor and Description |
|---|
BlockIndexWriter(org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer blockWriter,
CacheConfig cacheConf,
String nameForCaching,
HFileIndexBlockEncoder indexBlockEncoder)
Creates a multi-level block index writer.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.