Package | Description |
---|---|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
protected IFilter |
SSTableReader.bf |
Modifier and Type | Method and Description |
---|---|
IFilter |
SSTableReader.getBloomFilter() |
Modifier and Type | Method and Description |
---|---|
static SSTableReader |
SSTableReader.internalOpen(Descriptor desc,
java.util.Set<Component> components,
CFMetaData metadata,
FileHandle ifile,
FileHandle dfile,
IndexSummary isummary,
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) |
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.deserialize(java.io.DataInput input,
boolean offheap,
boolean oldBfHashOrder) |
static IFilter |
FilterFactory.getFilter(long numElements,
double maxFalsePosProbability,
boolean offheap,
boolean oldBfHashOrder) |
static IFilter |
FilterFactory.getFilter(long numElements,
int targetBucketsPerElem,
boolean offheap,
boolean oldBfHashOrder) |
IFilter |
AlwaysPresentFilter.sharedCopy() |
IFilter |
BloomFilter.sharedCopy() |
IFilter |
IFilter.sharedCopy() |
Modifier and Type | Method and Description |
---|---|
static void |
FilterFactory.serialize(IFilter bf,
DataOutputPlus output) |
Copyright © 2020 The Apache Software Foundation