Uses of Class
org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Packages that use org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase in org.apache.hadoop.hbase.io.hfile
Subclasses of org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase in in org.apache.hadoop.hbase.io.hfileModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.io.hfile.CompoundBloomFilterA Bloom filter implementation built on top ofBloomFilterChunk, encapsulating a set of fixed-size Bloom filters written out at the time ofHFilegeneration into the data block stream, and loaded on demand at query time.classorg.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriterAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass.