Uses of Interface
org.apache.cassandra.concurrent.Interruptible.Task
-
Packages that use Interruptible.Task Package Description org.apache.cassandra.concurrent -
-
Uses of Interruptible.Task in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return Interruptible.Task Modifier and Type Method Description static Interruptible.Task
Interruptible.Task. from(Interruptible.SimpleTask simpleTask)
Methods in org.apache.cassandra.concurrent with parameters of type Interruptible.Task Modifier and Type Method Description Interruptible
ExecutorFactory.Default. infiniteLoop(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)
Interruptible
ExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)
Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable
.Constructors in org.apache.cassandra.concurrent with parameters of type Interruptible.Task Constructor Description InfiniteLoopExecutor(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon)
InfiniteLoopExecutor(java.util.function.BiFunction<java.lang.String,java.lang.Runnable,java.lang.Thread> threadStarter, java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.Interrupts interrupts)
InfiniteLoopExecutor(ExecutorFactory factory, java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon)
InfiniteLoopExecutor(ExecutorFactory factory, java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)
-