Uses of Class
org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Packages that use CompoundBloomFilterBase
-
Uses of CompoundBloomFilterBase in org.apache.hadoop.hbase.io.hfile
Subclasses of CompoundBloomFilterBase in org.apache.hadoop.hbase.io.hfileModifier and TypeClassDescriptionclassA 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.classAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass.