Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.utils |
Modifier and Type | Class and Description |
---|---|
class |
BufferDecoratedKey |
class |
CachedHashDecoratedKey |
class |
DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
class |
NativeDecoratedKey |
class |
PreHashedDecoratedKey |
Modifier and Type | Method and Description |
---|---|
void |
AlwaysPresentFilter.add(IFilter.FilterKey key) |
void |
BloomFilter.add(IFilter.FilterKey key) |
void |
IFilter.add(IFilter.FilterKey key) |
long[] |
BloomFilter.getHashBuckets(IFilter.FilterKey key,
int hashCount,
long max) |
boolean |
AlwaysPresentFilter.isPresent(IFilter.FilterKey key) |
boolean |
BloomFilter.isPresent(IFilter.FilterKey key) |
boolean |
IFilter.isPresent(IFilter.FilterKey key) |
Copyright © 2018 The Apache Software Foundation