Package | Description |
---|---|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
protected IFilter |
SSTableReader.bf |
protected IFilter |
SSTableReaderBuilder.bf |
Modifier and Type | Method and Description |
---|---|
IFilter |
SSTableReader.getBloomFilter() |
Modifier and Type | Method and 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) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
AlwaysPresentFilter |
class |
BloomFilter |
Modifier and Type | Field and Description |
---|---|
static IFilter |
FilterFactory.AlwaysPresent |
Modifier and Type | Method and 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() |
Copyright © 2009-2022 The Apache Software Foundation