Uses of Interface
org.apache.cassandra.utils.IFilter
-
Packages that use IFilter Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.utils -
-
Uses of IFilter in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as IFilter Modifier and Type Field Description protected IFilterSSTableReader. bfprotected IFilterSSTableReaderBuilder. bfMethods in org.apache.cassandra.io.sstable.format that return IFilter Modifier and Type Method Description IFilterSSTableReader. getBloomFilter()Methods in org.apache.cassandra.io.sstable.format with parameters of type IFilter Modifier and Type Method Description SSTableReaderBuilderSSTableReaderBuilder. bf(IFilter bf)SSTableReaderSSTableReader. cloneAndReplace(IFilter newBloomFilter)Clone this reader with the new values and set the clone as replacement.static SSTableReaderSSTableReader. internalOpen(Descriptor desc, java.util.Set<Component> components, TableMetadataRef metadata, FileHandle ifile, FileHandle dfile, IndexSummary summary, IFilter bf, long maxDataAge, StatsMetadata sstableMetadata, SSTableReader.OpenReason openReason, SerializationHeader header)Open a RowIndexedReader which already has its state initialized (by SSTableWriter).static voidSSTableReader. saveBloomFilter(Descriptor descriptor, IFilter filter)Constructors in org.apache.cassandra.io.sstable.format with parameters of type IFilter Constructor Description SSTableReader(Descriptor desc, java.util.Set<Component> components, TableMetadataRef metadata, long maxDataAge, StatsMetadata sstableMetadata, SSTableReader.OpenReason openReason, SerializationHeader header, IndexSummary summary, FileHandle dfile, FileHandle ifile, IFilter bf) -
Uses of IFilter in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement IFilter Modifier and Type Class Description classAlwaysPresentFilterclassBloomFilterFields in org.apache.cassandra.utils declared as IFilter Modifier and Type Field Description static IFilterFilterFactory. AlwaysPresentMethods in org.apache.cassandra.utils that return IFilter Modifier and Type Method Description static IFilterFilterFactory. getFilter(long numElements, double maxFalsePosProbability)static IFilterFilterFactory. getFilter(long numElements, int targetBucketsPerElem)IFilterAlwaysPresentFilter. sharedCopy()IFilterBloomFilter. sharedCopy()IFilterIFilter. sharedCopy()
-