Uses of Interface
org.apache.cassandra.concurrent.Interruptible.SimpleTask
-
Packages that use Interruptible.SimpleTask Package Description org.apache.cassandra.concurrent -
-
Uses of Interruptible.SimpleTask in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent with parameters of type Interruptible.SimpleTask Modifier and Type Method Description static Interruptible.Task
Interruptible.Task. from(Interruptible.SimpleTask simpleTask)
default Interruptible
ExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.SimpleTask task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe)
Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable
.
-