Uses of Interface
org.apache.hadoop.hbase.io.hfile.InlineBlockWriter
Packages that use InlineBlockWriter
-
Uses of InlineBlockWriter in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement InlineBlockWriterModifier and TypeClassDescriptionclass
Adds methods required for writing a compound Bloom filter to the data section of anHFile
to theCompoundBloomFilter
class.static class
Writes the block index into the output stream.Fields in org.apache.hadoop.hbase.io.hfile with type parameters of type InlineBlockWriterModifier and TypeFieldDescriptionprivate List<InlineBlockWriter>
HFileWriterImpl.inlineBlockWriters
Inline block writers for multi-level block index and compound Blooms.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type InlineBlockWriterModifier and TypeMethodDescriptionvoid
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)