public static interface Memtable.FlushablePartitionSet<P extends Partition> extends java.lang.Iterable<P>, SSTableWriter.SSTableSizeParameters
Modifier and Type | Method and Description |
---|---|
RegularAndStaticColumns |
columns()
The set of all columns that have been written
|
CommitLogPosition |
commitLogLowerBound()
The commit log position at the time that this memtable was created
|
CommitLogPosition |
commitLogUpperBound()
The commit log position at the time that this memtable was switched out
|
EncodingStats |
encodingStats()
Statistics required for writing an sstable efficiently
|
PartitionPosition |
from() |
default boolean |
isEmpty() |
Memtable |
memtable() |
default TableMetadata |
metadata() |
PartitionPosition |
to() |
dataSize, partitionCount, partitionKeysSize
Memtable memtable()
PartitionPosition from()
PartitionPosition to()
CommitLogPosition commitLogLowerBound()
CommitLogPosition commitLogUpperBound()
RegularAndStaticColumns columns()
EncodingStats encodingStats()
default TableMetadata metadata()
default boolean isEmpty()
Copyright © 2009- The Apache Software Foundation