Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable |
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() |
Copyright © 2013 The Apache Software Foundation