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.DaemonInfiniteLoopExecutor.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 InterruptibleExecutorFactory.Default. infiniteLoop(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)InterruptibleExecutorFactory. 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.ThreadExecutorFactory.Default. startThread(java.lang.String name, java.lang.Runnable runnable, InfiniteLoopExecutor.Daemon daemon)java.lang.ThreadExecutorFactory. startThread(java.lang.String name, java.lang.Runnable runnable, InfiniteLoopExecutor.Daemon daemon)Create and start a new thread to executerunnableConstructors 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)
-