Uses of Interface
org.apache.cassandra.utils.IFilter.FilterKey
Packages that use IFilter.FilterKey
Package
Description
-
Uses of IFilter.FilterKey in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement IFilter.FilterKeyModifier and TypeClassDescriptionclassclassclassRepresents a decorated key, handy for certain operations where just working with strings gets slow.classclass -
Uses of IFilter.FilterKey in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type IFilter.FilterKeyModifier and TypeMethodDescriptionprotected booleanSSTableReaderWithFilter.isPresentInFilter(IFilter.FilterKey key) -
Uses of IFilter.FilterKey in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type IFilter.FilterKeyModifier and TypeMethodDescriptionvoidBloomFilter.add(IFilter.FilterKey key) voidIFilter.add(IFilter.FilterKey key) long[]BloomFilter.getHashBuckets(IFilter.FilterKey key, int hashCount, long max) final booleanBloomFilter.isPresent(IFilter.FilterKey key) booleanIFilter.isPresent(IFilter.FilterKey key)