Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.hadoop.util.bloom Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
BloomFilter The Bloom filter is a data structure that was introduced in 1970 and that has been adopted by the networking research community in the past decade thanks to the bandwidth efficiencies that itClassorg.apache.hadoop.util.bloomApache Hadoop
CountingBloomFilter A counting Bloom filter is an improvement to standard a Bloom filter as it allows dynamic additions and deletions of set membership information.Classorg.apache.hadoop.util.bloomApache Hadoop
DynamicBloomFilter A dynamic Bloom filter (DBF) makes use of a s * m bit matrix but each of the s rows is a standard Bloom filter.Classorg.apache.hadoop.util.bloomApache Hadoop
HashFunctionSee Also:The general behavior of a key being stored in a filter, The general behavior of a filterClassorg.apache.hadoop.util.bloomApache Hadoop
RemoveSchemeDefines the different remove scheme for retouched Bloom filters.Interfaceorg.apache.hadoop.util.bloomApache Hadoop
RetouchedBloomFilter It allows the removal of selected false positives at the cost of introducing random false negatives, and with the benefit of eliminating some random falseClassorg.apache.hadoop.util.bloomApache Hadoop