| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompoundBloomFilterWriter
Adds methods required for writing a compound Bloom filter to the data
section of an
HFile to the
CompoundBloomFilter class. |
static class |
HFileBlockIndex.BlockIndexWriter
Writes the block index into the output stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HFile.Writer.addInlineBlockWriter(InlineBlockWriter bloomWriter)
Adds an inline block writer such as a multi-level block index writer or
a compound Bloom filter writer.
|
void |
HFileWriterImpl.addInlineBlockWriter(InlineBlockWriter ibw) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.