Uses of Class
org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
-
Uses of CompoundBloomFilterBase in org.apache.hadoop.hbase.io.hfile
Modifier and TypeClassDescriptionclass
A Bloom filter implementation built on top ofBloomFilterChunk
, encapsulating a set of fixed-size Bloom filters written out at the time ofHFile
generation into the data block stream, and loaded on demand at query time.class
Adds methods required for writing a compound Bloom filter to the data section of anHFile
to theCompoundBloomFilter
class.