Uses of Interface
org.apache.cassandra.io.sstable.format.SSTableWriter.SSTableSizeParameters
Packages that use SSTableWriter.SSTableSizeParameters
-
Uses of SSTableWriter.SSTableSizeParameters in org.apache.cassandra.db.memtable
Subinterfaces of SSTableWriter.SSTableSizeParameters in org.apache.cassandra.db.memtableModifier and TypeInterfaceDescriptionstatic 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.SSTableSizeParametersModifier and TypeClassDescriptionprotected class -
Uses of SSTableWriter.SSTableSizeParameters in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableWriter.SSTableSizeParametersModifier and TypeMethodDescriptionlongSSTableFormat.SSTableWriterFactory.estimateSize(SSTableWriter.SSTableSizeParameters parameters) Tries to estimate the size of all the sstable files from the provided parameters.