Uses of Class
org.apache.cassandra.db.memtable.Flushing.FlushRunnable
-
Packages that use Flushing.FlushRunnable Package Description org.apache.cassandra.db.memtable -
-
Uses of Flushing.FlushRunnable in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return types with arguments of type Flushing.FlushRunnable Modifier and Type Method Description static java.util.List<Flushing.FlushRunnable>Flushing. flushRunnables(ColumnFamilyStore cfs, Memtable memtable, LifecycleTransaction txn)Method parameters in org.apache.cassandra.db.memtable with type arguments of type Flushing.FlushRunnable Modifier and Type Method Description static java.lang.ThrowableFlushing. abortRunnables(java.util.List<Flushing.FlushRunnable> runnables, java.lang.Throwable t)
-