Uses of Class
org.apache.hadoop.util.bloom.Key
Packages that use Key
-
Uses of Key in org.apache.hadoop.util.bloom
Methods in org.apache.hadoop.util.bloom with parameters of type KeyModifier and TypeMethodDescriptionvoidvoidvoidabstract voidAdds a key to this filter.voidAdds an array of keys to this filter.voidvoidRetouchedBloomFilter.addFalsePositive(Key key) Adds a false positive information to this retouched Bloom filter.voidRetouchedBloomFilter.addFalsePositive(Key[] keys) Adds an array of false positive information to this retouched Bloom filter.intCountingBloomFilter.approximateCount(Key key) This method calculates an approximate count of the key, i.e. how many times the key was added to the filter.intvoidRemoves a specified key from this counting Bloom filter.int[]Hashes a specified key into several integers.booleanBloomFilter.membershipTest(Key key) booleanCountingBloomFilter.membershipTest(Key key) booleanDynamicBloomFilter.membershipTest(Key key) abstract booleanFilter.membershipTest(Key key) Determines wether a specified key belongs to this filter.voidRetouchedBloomFilter.selectiveClearing(Key k, short scheme) Performs the selective clearing for a given key.Method parameters in org.apache.hadoop.util.bloom with type arguments of type KeyModifier and TypeMethodDescriptionvoidFilter.add(Collection<Key> keys) Adds a collection of keys to this filter.voidAdds a list of keys to this filter.voidRetouchedBloomFilter.addFalsePositive(Collection<Key> coll) Adds a collection of false positive information to this retouched Bloom filter.voidRetouchedBloomFilter.addFalsePositive(List<Key> keys) Adds a list of false positive information to this retouched Bloom filter.