public abstract class BloomFilter extends java.lang.Object implements IFilter
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.nio.ByteBuffer key) |
void |
clear() |
void |
close() |
protected abstract long[] |
hash(java.nio.ByteBuffer b,
int position,
int remaining,
long seed) |
boolean |
isPresent(java.nio.ByteBuffer key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializedSizepublic final IBitSet bitset
public final int hashCount
protected abstract long[] hash(java.nio.ByteBuffer b,
int position,
int remaining,
long seed)
public boolean isPresent(java.nio.ByteBuffer key)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionCopyright © 2013 The Apache Software Foundation