Package org.apache.cassandra.concurrent
Interface Interruptible.Task
-
- Enclosing interface:
- Interruptible
public static interface Interruptible.Task
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Interruptible.Taskfrom(Interruptible.SimpleTask simpleTask)voidrun(Interruptible.State state)
-
-
-
Method Detail
-
run
void run(Interruptible.State state) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
from
static Interruptible.Task from(Interruptible.SimpleTask simpleTask)
-
-