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.TaskInterruptible.Task. from(Interruptible.SimpleTask simpleTask)default InterruptibleExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.SimpleTask task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe)Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable.
-