Uses of Interface
org.apache.cassandra.utils.IFilter.FilterKey
-
Packages that use IFilter.FilterKey Package Description org.apache.cassandra.db org.apache.cassandra.utils -
-
Uses of IFilter.FilterKey in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement IFilter.FilterKey Modifier and Type Class 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
-
Uses of IFilter.FilterKey in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type IFilter.FilterKey Modifier and Type Method 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)
-