Package org.apache.cassandra.db.memtable
Class Flushing.FlushRunnable
- java.lang.Object
-
- org.apache.cassandra.db.memtable.Flushing.FlushRunnable
-
- All Implemented Interfaces:
java.util.concurrent.Callable<SSTableMultiWriter>
- Enclosing class:
- Flushing
public static class Flushing.FlushRunnable extends java.lang.Object implements java.util.concurrent.Callable<SSTableMultiWriter>
-
-
Constructor Summary
Constructors Constructor Description FlushRunnable(Memtable.FlushablePartitionSet<?> flushSet, SSTableMultiWriter writer, TableMetrics metrics, boolean logCompletion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSTableMultiWriter
call()
java.lang.String
toString()
-
-
-
Constructor Detail
-
FlushRunnable
public FlushRunnable(Memtable.FlushablePartitionSet<?> flushSet, SSTableMultiWriter writer, TableMetrics metrics, boolean logCompletion)
-
-
Method Detail
-
call
public SSTableMultiWriter call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<SSTableMultiWriter>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-