Uses of Class
org.apache.cassandra.concurrent.InfiniteLoopExecutor.SimulatorSafe
-
Packages that use InfiniteLoopExecutor.SimulatorSafe Package Description org.apache.cassandra.concurrent -
-
Uses of InfiniteLoopExecutor.SimulatorSafe in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return InfiniteLoopExecutor.SimulatorSafe Modifier and Type Method Description static InfiniteLoopExecutor.SimulatorSafe
InfiniteLoopExecutor.SimulatorSafe. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InfiniteLoopExecutor.SimulatorSafe[]
InfiniteLoopExecutor.SimulatorSafe. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.concurrent with parameters of type InfiniteLoopExecutor.SimulatorSafe 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)
default Interruptible
ExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.SimpleTask task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe)
Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable
.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
.
-