Package org.apache.hadoop.io
Class BloomMapFile
java.lang.Object
org.apache.hadoop.io.BloomMapFile
This class extends
MapFile and provides very much the same
functionality. However, it uses dynamic Bloom filters to provide
quick membership test for keys, and it offers a fast version of
BloomMapFile.Reader.get(WritableComparable, Writable) operation, especially in
case of sparsely populated MapFile-s.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classorg.apache.hadoop.io.BloomMapFile.Readerstatic classorg.apache.hadoop.io.BloomMapFile.Writer -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOOM_FILE_NAME
- See Also:
-
HASH_COUNT
public static final int HASH_COUNT- See Also:
-
-
Constructor Details
-
BloomMapFile
public BloomMapFile()
-
-
Method Details
-
delete
- Throws:
IOException
-