Uses of Interface
org.apache.hadoop.hbase.util.BloomFilterBase
Packages that use org.apache.hadoop.hbase.util.BloomFilterBase
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.util.BloomFilterBase in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement org.apache.hadoop.hbase.util.BloomFilterBase in inModifier 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.CompoundBloomFilterBaseclassorg.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriterAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass. -
Uses of org.apache.hadoop.hbase.util.BloomFilterBase in org.apache.hadoop.hbase.util
Subinterfaces of org.apache.hadoop.hbase.util.BloomFilterBase in in org.apache.hadoop.hbase.utilModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.util.BloomFilterImplements a Bloom filter, as defined by Bloom in 1970.interfaceorg.apache.hadoop.hbase.util.BloomFilterWriterSpecifies 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 org.apache.hadoop.hbase.util.BloomFilterBase in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.util.BloomFilterChunkThe basic building block for theCompoundBloomFilterMethods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.BloomFilterBase in inModifier and TypeMethodDescriptionstatic StringBloomFilterUtil.formatStats(org.apache.hadoop.hbase.util.BloomFilterBase bloomFilter) A human-readable string with statistics for the given Bloom filter.