Interface BloomFilterCreator
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface BloomFilterCreator extends Closeable
-
-
Method Detail
-
add
void add(String value)
Adds a value to the bloom filter.
-
seal
void seal() throws IOException
Seals the index and flushes it to disk.- Throws:
IOException
-
-