Package | Description |
---|---|
org.apache.cassandra.utils | |
org.apache.cassandra.utils.obs |
Modifier and Type | Field and Description |
---|---|
IBitSet |
BloomFilter.bitset |
Modifier and Type | Method and Description |
---|---|
protected BloomFilter |
Murmur3BloomFilter.Murmur3BloomFilterSerializer.createFilter(int hashes,
IBitSet bs) |
Constructor and Description |
---|
Murmur3BloomFilter(int hashCount,
IBitSet bs) |
Modifier and Type | Class and Description |
---|---|
class |
OffHeapBitSet
Off-heap bitset,
file compatible with OpeBitSet
|
class |
OpenBitSet
An "open" BitSet implementation that allows direct access to the arrays of words
storing the bits.
|
Copyright © 2016 The Apache Software Foundation