Uses of Class
org.apache.hadoop.util.bloom.Filter
Packages that use Filter
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of Filter in org.apache.hadoop.io
Methods in org.apache.hadoop.io that return FilterModifier and TypeMethodDescriptionBloomMapFile.Reader.getBloomFilter()Retrieve the Bloom filter used by this instance of the Reader. -
Uses of Filter in org.apache.hadoop.util.bloom
Subclasses of Filter in org.apache.hadoop.util.bloomModifier and TypeClassDescriptionclassImplements a Bloom filter, as defined by Bloom in 1970.final classImplements a counting Bloom filter, as defined by Fan et al. in a ToN 2000 paper.classImplements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.final classImplements a retouched Bloom filter, as defined in the CoNEXT 2006 paper.Methods in org.apache.hadoop.util.bloom with parameters of type FilterModifier and TypeMethodDescriptionvoidvoidvoidabstract voidPeforms a logical AND between this filter and a specified filter.voidvoidvoidabstract voidPeforms a logical OR between this filter and a specified filter.voidvoidvoidabstract voidPeforms a logical XOR between this filter and a specified filter.