Uses of Interface
org.apache.cassandra.db.memtable.Memtable.FlushablePartitionSet
Packages that use Memtable.FlushablePartitionSet
-
Uses of Memtable.FlushablePartitionSet in org.apache.cassandra.db.memtable
Classes in org.apache.cassandra.db.memtable that implement Memtable.FlushablePartitionSetModifier and TypeClassDescriptionprotected classMethods in org.apache.cassandra.db.memtable that return Memtable.FlushablePartitionSetModifier and TypeMethodDescriptionMemtable.getFlushSet(PartitionPosition from, PartitionPosition to) Get the collection of data between the given partition boundaries in a form suitable for flushing.ShardedSkipListMemtable.getFlushSet(PartitionPosition from, PartitionPosition to) SkipListMemtable.getFlushSet(PartitionPosition from, PartitionPosition to) Memtable.FlushablePartitionSet<org.apache.cassandra.db.memtable.TrieMemtable.MemtablePartition>TrieMemtable.getFlushSet(PartitionPosition from, PartitionPosition to) Methods in org.apache.cassandra.db.memtable with parameters of type Memtable.FlushablePartitionSetModifier and TypeMethodDescriptionstatic SSTableMultiWriterFlushing.createFlushWriter(ColumnFamilyStore cfs, Memtable.FlushablePartitionSet<?> flushSet, LifecycleTransaction txn, Descriptor descriptor, long partitionCount) Constructors in org.apache.cassandra.db.memtable with parameters of type Memtable.FlushablePartitionSetModifierConstructorDescriptionFlushRunnable(Memtable.FlushablePartitionSet<?> flushSet, SSTableMultiWriter writer, TableMetrics metrics, boolean logCompletion)