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.lang.String 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 with parameters of type SSTableWriter
protected  boolean CompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer, long position)
           
protected  boolean LeveledCompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer, long position)
           
 

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

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



Copyright © 2012 The Apache Software Foundation