Package | Description |
---|---|
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.streaming |
Modifier and Type | Method and Description |
---|---|
static SSTableWriter |
CompactionManager.createWriter(ColumnFamilyStore cfs,
java.io.File compactionFileLocation,
int expectedBloomFilterSize,
SSTableReader sstable) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
protected SSTableWriter |
StreamReader.createWriter(ColumnFamilyStore cfs,
long totalSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
StreamReader.writeRow(SSTableWriter writer,
java.io.DataInput in,
ColumnFamilyStore cfs) |
Copyright © 2013 The Apache Software Foundation