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 classBufferDecoratedKeyclassCachedHashDecoratedKeyclassDecoratedKeyRepresents a decorated key, handy for certain operations where just working with strings gets slow.classNativeDecoratedKeyclassPreHashedDecoratedKey -
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 voidAlwaysPresentFilter. add(IFilter.FilterKey key)voidBloomFilter. add(IFilter.FilterKey key)voidIFilter. add(IFilter.FilterKey key)long[]BloomFilter. getHashBuckets(IFilter.FilterKey key, int hashCount, long max)booleanAlwaysPresentFilter. isPresent(IFilter.FilterKey key)booleanBloomFilter. isPresent(IFilter.FilterKey key)booleanIFilter. isPresent(IFilter.FilterKey key)
-