|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InlineBlockWriter | |
---|---|
org.apache.hadoop.hbase.io.hfile | Provides the hbase data+index+metadata file. |
org.apache.hadoop.hbase.util |
Uses of InlineBlockWriter in org.apache.hadoop.hbase.io.hfile |
---|
Classes in org.apache.hadoop.hbase.io.hfile that implement InlineBlockWriter | |
---|---|
static class |
HFileBlockIndex.BlockIndexWriter
Writes the block index into the output stream. |
Methods in org.apache.hadoop.hbase.io.hfile with parameters of type InlineBlockWriter | |
---|---|
void |
HFileWriterV2.addInlineBlockWriter(InlineBlockWriter ibw)
|
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. |
Uses of InlineBlockWriter in org.apache.hadoop.hbase.util |
---|
Classes in org.apache.hadoop.hbase.util that implement InlineBlockWriter | |
---|---|
class |
CompoundBloomFilterWriter
Adds methods required for writing a compound Bloom filter to the data section of an HFile to the
CompoundBloomFilter class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |