Uses of Interface
org.apache.hadoop.hbase.io.hfile.InlineBlockWriter

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 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 HFileWriterV2.addInlineBlockWriter(InlineBlockWriter ibw)
           
 

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.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.