Uses of Class
org.apache.cassandra.io.sstable.SSTableWriter

Packages that use SSTableWriter
org.apache.cassandra.db   
org.apache.cassandra.db.compaction   
org.apache.cassandra.io.sstable   
 

Uses of SSTableWriter in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return SSTableWriter
 SSTableWriter ColumnFamilyStore.createCompactionWriter(long estimatedRows, java.io.File location, java.util.Collection<SSTableReader> sstables)
           
 SSTableWriter ColumnFamilyStore.createFlushWriter(long estimatedRows, long estimatedSize, ReplayPosition context)
           
 

Uses of SSTableWriter in org.apache.cassandra.db.compaction
 

Methods in org.apache.cassandra.db.compaction that return SSTableWriter
static SSTableWriter CompactionManager.maybeCreateWriter(ColumnFamilyStore cfs, java.io.File compactionFileLocation, int expectedBloomFilterSize, SSTableWriter writer, java.util.Collection<SSTableReader> sstables)
           
 

Methods in org.apache.cassandra.db.compaction with parameters of type SSTableWriter
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)
           
 

Uses of SSTableWriter in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return SSTableWriter
protected  SSTableWriter AbstractSSTableSimpleWriter.getWriter()
           
 



Copyright © 2013 The Apache Software Foundation