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 TypeClassDescriptionclassAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass.static classWrites 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.inlineBlockWritersInline block writers for multi-level block index and compound Blooms.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type InlineBlockWriterModifier and TypeMethodDescriptionvoidHFile.Writer.addInlineBlockWriter(InlineBlockWriter bloomWriter) Adds an inline block writer such as a multi-level block index writer or a compound Bloom filter writer.voidHFileWriterImpl.addInlineBlockWriter(InlineBlockWriter ibw)