Package | Description |
---|---|
org.apache.cassandra.concurrent |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
default Interruptible |
ExecutorFactory.infiniteLoop(java.lang.String name,
Interruptible.SimpleTask task,
InfiniteLoopExecutor.SimulatorSafe simulatorSafe)
Create and start a new InfiniteLoopExecutor to repeatedly invoke
runnable . |
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 invoke
runnable . |
Interruptible |
ExecutorFactory.Default.infiniteLoop(java.lang.String name,
Interruptible.Task task,
InfiniteLoopExecutor.SimulatorSafe simulatorSafe,
InfiniteLoopExecutor.Daemon daemon,
InfiniteLoopExecutor.Interrupts interrupts) |
Copyright © 2009- The Apache Software Foundation