Uses of Enum Class
org.apache.cassandra.concurrent.InfiniteLoopExecutor.Daemon
Packages that use InfiniteLoopExecutor.Daemon
-
Uses of InfiniteLoopExecutor.Daemon in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return InfiniteLoopExecutor.DaemonModifier and TypeMethodDescriptionstatic InfiniteLoopExecutor.DaemonReturns the enum constant of this class with the specified name.static InfiniteLoopExecutor.Daemon[]InfiniteLoopExecutor.Daemon.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.concurrent with parameters of type InfiniteLoopExecutor.DaemonModifier and TypeMethodDescriptionExecutorFactory.Default.infiniteLoop(String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts) ExecutorFactory.infiniteLoop(String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts) Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable.ExecutorFactory.Default.startThread(String name, Runnable runnable, InfiniteLoopExecutor.Daemon daemon) ExecutorFactory.startThread(String name, Runnable runnable, InfiniteLoopExecutor.Daemon daemon) Create and start a new thread to executerunnableConstructors in org.apache.cassandra.concurrent with parameters of type InfiniteLoopExecutor.DaemonModifierConstructorDescriptionInfiniteLoopExecutor(String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon) InfiniteLoopExecutor(ExecutorFactory factory, String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon) InfiniteLoopExecutor(ExecutorFactory factory, String name, Interruptible.Task task, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)