Uses of Interface
org.apache.cassandra.utils.IFilter
Packages that use IFilter
Package
Description
-
Uses of IFilter in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as IFilterModifier and TypeFieldDescriptionprotected final IFilterSortedTableWriter.AbstractIndexWriter.bfMethods in org.apache.cassandra.io.sstable.format that return IFilterModifier and TypeMethodDescriptionSSTableReaderWithFilter.Builder.getFilter()SortedTableWriter.AbstractIndexWriter.getFilterCopy()static IFilterFilterComponent.load(Descriptor descriptor) Load bloom filter from Filter.db file.protected IFilterSortedTableReaderLoadingBuilder.loadFilter(ValidationMetadata validationMetadata) static IFilterFilterComponent.maybeLoadBloomFilter(Descriptor descriptor, Set<Component> components, TableMetadata metadata, ValidationMetadata validationMetadata) Optionally loads a Bloom filter.Methods in org.apache.cassandra.io.sstable.format with parameters of type IFilterModifier and TypeMethodDescriptionabstract SSTableReaderWithFilterSSTableReaderWithFilter.cloneAndReplace(IFilter filter) static voidFilterComponent.save(IFilter filter, Descriptor descriptor, boolean deleteOnFailure) -
Uses of IFilter in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type IFilter -
Uses of IFilter in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type IFilter -
Uses of IFilter in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement IFilterFields in org.apache.cassandra.utils declared as IFilterMethods in org.apache.cassandra.utils that return IFilter