Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.streaming |
Modifier and Type | Method and Description |
---|---|
SSTableWriter |
ColumnFamilyStore.createCompactionWriter(long estimatedRows,
java.io.File location,
java.util.Collection<SSTableReader> sstables) |
Modifier and Type | Method and Description |
---|---|
static SSTableWriter |
CompactionManager.maybeCreateWriter(ColumnFamilyStore cfs,
java.io.File compactionFileLocation,
int expectedBloomFilterSize,
SSTableWriter writer,
java.util.Collection<SSTableReader> sstables) |
Modifier and Type | Method and Description |
---|---|
static SSTableWriter |
CompactionManager.maybeCreateWriter(ColumnFamilyStore cfs,
java.io.File compactionFileLocation,
int expectedBloomFilterSize,
SSTableWriter writer,
java.util.Collection<SSTableReader> sstables) |
protected boolean |
CompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer) |
protected boolean |
LeveledCompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer) |
protected boolean |
SSTableSplitter.SplittingCompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer) |
Modifier and Type | Method and Description |
---|---|
protected SSTableWriter |
AbstractSSTableSimpleWriter.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
StreamInSession.finished(PendingFile remoteFile,
SSTableWriter writer) |
Copyright © 2014 The Apache Software Foundation