@Public
@Stable
public class BloomMapFile
extends java.lang.Object
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.| Modifier and Type | Class | Description |
|---|---|---|
static class |
BloomMapFile.Reader |
|
static class |
BloomMapFile.Writer |
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
BLOOM_FILE_NAME |
|
static int |
HASH_COUNT |
| Constructor | Description |
|---|---|
BloomMapFile() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
delete(FileSystem fs,
java.lang.String name) |
public static final java.lang.String BLOOM_FILE_NAME
public static final int HASH_COUNT
public static void delete(FileSystem fs, java.lang.String name) throws java.io.IOException
java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.