Interface SSTableWriter.SSTableSizeParameters
-
- All Known Subinterfaces:
Memtable.FlushablePartitionSet<P>
- All Known Implementing Classes:
AbstractMemtable.AbstractFlushablePartitionSet
- Enclosing class:
- SSTableWriter
public static interface SSTableWriter.SSTableSizeParametersParameters for calculating the expected size of an sstable. Exposed on memtable flush sets (i.e. collected subsets of a memtable that will be written to sstables).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longdataSize()longpartitionCount()longpartitionKeysSize()
-