public final class ExecutorRegistryImpl extends ExecutorRegistry
Modifier and Type | Class and Description |
---|---|
static class |
ExecutorRegistryImpl.ExecutorGroupActionGroup |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RUN_CONTEXT_GROUP |
static java.lang.String |
RUNNERS_GROUP |
Constructor and Description |
---|
ExecutorRegistryImpl() |
Modifier and Type | Method and Description |
---|---|
Executor |
getExecutorById(java.lang.String executorId) |
void |
initExecutorActions(Executor executor,
ActionManager actionManager) |
getInstance, getRegisteredExecutors, isStarting, isStarting
public static final java.lang.String RUNNERS_GROUP
public static final java.lang.String RUN_CONTEXT_GROUP
public void initExecutorActions(Executor executor, ActionManager actionManager)
public Executor getExecutorById(java.lang.String executorId)
getExecutorById
in class ExecutorRegistry