Uses of Interface
org.apache.cassandra.io.sstable.format.SSTableWriter.SSTableSizeParameters
-
Packages that use SSTableWriter.SSTableSizeParameters Package Description org.apache.cassandra.db.memtable org.apache.cassandra.io.sstable.format -
-
Uses of SSTableWriter.SSTableSizeParameters in org.apache.cassandra.db.memtable
Subinterfaces of SSTableWriter.SSTableSizeParameters in org.apache.cassandra.db.memtable Modifier and Type Interface Description static interfaceMemtable.FlushablePartitionSet<P extends Partition>A collection of partitions for flushing plus some information required for writing an sstable.Classes in org.apache.cassandra.db.memtable that implement SSTableWriter.SSTableSizeParameters Modifier and Type Class Description protected classAbstractMemtable.AbstractFlushablePartitionSet<P extends Partition> -
Uses of SSTableWriter.SSTableSizeParameters in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableWriter.SSTableSizeParameters Modifier and Type Method Description abstract longSSTableWriter.Factory. estimateSize(SSTableWriter.SSTableSizeParameters parameters)
-