|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.utils.Filter
org.apache.cassandra.utils.BloomFilter
org.apache.cassandra.utils.Murmur2BloomFilter
public class Murmur2BloomFilter
Field Summary | |
---|---|
static ISerializer<BloomFilter> |
serializer
|
Fields inherited from class org.apache.cassandra.utils.BloomFilter |
---|
bitset |
Method Summary | |
---|---|
protected long[] |
hash(java.nio.ByteBuffer b,
int position,
int remaining,
long seed)
|
Methods inherited from class org.apache.cassandra.utils.BloomFilter |
---|
add, clear, isPresent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ISerializer<BloomFilter> serializer
Method Detail |
---|
protected long[] hash(java.nio.ByteBuffer b, int position, int remaining, long seed)
hash
in class BloomFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |