| Modifier and Type | Method and Description |
|---|---|
void |
ExecutorDispatcher.register(ExecutorType type,
ExecutorManager executorManager)
register
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorType |
ExecutionContext.getExecutorType() |
| Constructor and Description |
|---|
ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType) |
ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType,
String workerGroup) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorType |
ExecutorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorType[] |
ExecutorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.