Package | Description |
---|---|
org.apache.cassandra.concurrent |
Modifier and Type | Class and Description |
---|---|
static class |
ExecutorFactory.Default |
Modifier and Type | Method and Description |
---|---|
static ExecutorFactory |
ExecutorFactory.Global.executorFactory() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExecutorFactory.Global.tryUnsafeSet(ExecutorFactory executorFactory) |
static void |
ExecutorFactory.Global.unsafeSet(ExecutorFactory executorFactory) |
Constructor and Description |
---|
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) |
Copyright © 2009-2022 The Apache Software Foundation