Package org.apache.cassandra.db.memtable
Class Flushing
- java.lang.Object
-
- org.apache.cassandra.db.memtable.Flushing
-
public class Flushing extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Flushing.FlushRunnable
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Throwable
abortRunnables(java.util.List<Flushing.FlushRunnable> runnables, java.lang.Throwable t)
static SSTableMultiWriter
createFlushWriter(ColumnFamilyStore cfs, Memtable.FlushablePartitionSet<?> flushSet, LifecycleTransaction txn, Descriptor descriptor, long partitionCount)
static java.util.List<Flushing.FlushRunnable>
flushRunnables(ColumnFamilyStore cfs, Memtable memtable, LifecycleTransaction txn)
-
-
-
Method Detail
-
flushRunnables
public static java.util.List<Flushing.FlushRunnable> flushRunnables(ColumnFamilyStore cfs, Memtable memtable, LifecycleTransaction txn)
-
abortRunnables
public static java.lang.Throwable abortRunnables(java.util.List<Flushing.FlushRunnable> runnables, java.lang.Throwable t)
-
createFlushWriter
public static SSTableMultiWriter createFlushWriter(ColumnFamilyStore cfs, Memtable.FlushablePartitionSet<?> flushSet, LifecycleTransaction txn, Descriptor descriptor, long partitionCount)
-
-