Interface SSTableWriter.SSTableSizeParameters

All Known Subinterfaces:
Memtable.FlushablePartitionSet<P>
All Known Implementing Classes:
AbstractMemtable.AbstractFlushablePartitionSet
Enclosing class:
SSTableWriter

public static interface SSTableWriter.SSTableSizeParameters
Parameters 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 Details

    • partitionCount

      long partitionCount()
    • partitionKeysSize

      long partitionKeysSize()
    • dataSize

      long dataSize()