Uses of Interface
org.apache.hadoop.hbase.util.BloomFilterBase
Packages that use BloomFilterBase
-
Uses of BloomFilterBase in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement BloomFilterBaseModifier 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
class
Adds methods required for writing a compound Bloom filter to the data section of anHFile
to theCompoundBloomFilter
class. -
Uses of BloomFilterBase in org.apache.hadoop.hbase.util
Subinterfaces of BloomFilterBase in org.apache.hadoop.hbase.utilModifier and TypeInterfaceDescriptioninterface
Implements a Bloom filter, as defined by Bloom in 1970.interface
Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.Classes in org.apache.hadoop.hbase.util that implement BloomFilterBaseMethods in org.apache.hadoop.hbase.util with parameters of type BloomFilterBaseModifier and TypeMethodDescriptionstatic String
BloomFilterUtil.formatStats
(BloomFilterBase bloomFilter) A human-readable string with statistics for the given Bloom filter.