Uses of Class
org.apache.cassandra.concurrent.InfiniteLoopExecutor.Daemon
-
Packages that use InfiniteLoopExecutor.Daemon Package Description org.apache.cassandra.concurrent -
-
Uses of InfiniteLoopExecutor.Daemon in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return InfiniteLoopExecutor.Daemon Modifier and Type Method Description static InfiniteLoopExecutor.Daemon
InfiniteLoopExecutor.Daemon. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InfiniteLoopExecutor.Daemon[]
InfiniteLoopExecutor.Daemon. 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.Daemon 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
.java.lang.Thread
ExecutorFactory.Default. startThread(java.lang.String name, java.lang.Runnable runnable, InfiniteLoopExecutor.Daemon daemon)
java.lang.Thread
ExecutorFactory. startThread(java.lang.String name, java.lang.Runnable runnable, InfiniteLoopExecutor.Daemon daemon)
Create and start a new thread to executerunnable
Constructors in org.apache.cassandra.concurrent with parameters of type InfiniteLoopExecutor.Daemon Constructor Description InfiniteLoopExecutor(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon)
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)
-