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 IFilter
SSTableReader. bf
protected IFilter
SSTableReaderBuilder. bf
Methods in org.apache.cassandra.io.sstable.format that return IFilter Modifier and Type Method Description IFilter
SSTableReader. getBloomFilter()
Methods in org.apache.cassandra.io.sstable.format with parameters of type IFilter Modifier and Type Method Description SSTableReaderBuilder
SSTableReaderBuilder. bf(IFilter bf)
SSTableReader
SSTableReader. cloneAndReplace(IFilter newBloomFilter)
Clone this reader with the new values and set the clone as replacement.static SSTableReader
SSTableReader. 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 void
SSTableReader. 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 class
AlwaysPresentFilter
class
BloomFilter
Fields in org.apache.cassandra.utils declared as IFilter Modifier and Type Field Description static IFilter
FilterFactory. AlwaysPresent
Methods in org.apache.cassandra.utils that return IFilter Modifier and Type Method Description static IFilter
FilterFactory. getFilter(long numElements, double maxFalsePosProbability)
static IFilter
FilterFactory. getFilter(long numElements, int targetBucketsPerElem)
IFilter
AlwaysPresentFilter. sharedCopy()
IFilter
BloomFilter. sharedCopy()
IFilter
IFilter. sharedCopy()
-