Package | Description |
---|---|
org.apache.cassandra.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutorBuilderFactory<E extends ExecutorPlus,S extends SequentialExecutorPlus>
Entry point for configuring and creating new executors.
|
static interface |
ExecutorBuilderFactory.Jmxable<E extends ExecutorPlus,S extends SequentialExecutorPlus>
Entry point for configuring and creating new executors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalAwareSequentialExecutorPlus
A
SequentialExecutorPlus that is aware of, and propagates to execution, any ExecutorLocals |
Modifier and Type | Class and Description |
---|---|
class |
LocalAwareSingleThreadExecutorPlus |
class |
SingleThreadExecutorPlus |
Modifier and Type | Field and Description |
---|---|
protected SequentialExecutorPlus |
SingleThreadExecutorPlus.AtLeastOnce.executor |
Modifier and Type | Method and Description |
---|---|
ExecutorBuilderFactory<ExecutorPlus,SequentialExecutorPlus> |
ExecutorFactory.Default.withJmx(java.lang.String jmxPath) |
Constructor and Description |
---|
AtLeastOnce(SequentialExecutorPlus executor,
java.lang.Runnable run) |
Copyright © 2009- The Apache Software Foundation