Uses of Interface
org.apache.cassandra.db.memtable.Memtable.FlushablePartitionSet
-
Packages that use Memtable.FlushablePartitionSet Package Description org.apache.cassandra.db.memtable -
-
Uses of Memtable.FlushablePartitionSet in org.apache.cassandra.db.memtable
Classes in org.apache.cassandra.db.memtable that implement Memtable.FlushablePartitionSet Modifier and Type Class Description protected classAbstractMemtable.AbstractFlushablePartitionSet<P extends Partition>Methods in org.apache.cassandra.db.memtable that return Memtable.FlushablePartitionSet Modifier and Type Method Description Memtable.FlushablePartitionSet<?>Memtable. getFlushSet(PartitionPosition from, PartitionPosition to)Get the collection of data between the given partition boundaries in a form suitable for flushing.Memtable.FlushablePartitionSet<AtomicBTreePartition>ShardedSkipListMemtable. getFlushSet(PartitionPosition from, PartitionPosition to)Memtable.FlushablePartitionSet<?>SkipListMemtable. getFlushSet(PartitionPosition from, PartitionPosition to)Methods in org.apache.cassandra.db.memtable with parameters of type Memtable.FlushablePartitionSet Modifier and Type Method Description static 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.FlushablePartitionSet Constructor Description FlushRunnable(Memtable.FlushablePartitionSet<?> flushSet, SSTableMultiWriter writer, TableMetrics metrics, boolean logCompletion)
-