| 程序包 | 说明 |
|---|---|
| org.apache.dolphinscheduler.server.master.dispatch | |
| org.apache.dolphinscheduler.server.master.dispatch.context | |
| org.apache.dolphinscheduler.server.master.dispatch.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecutorDispatcher.register(ExecutorType type,
ExecutorManager executorManager)
register
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutorType |
ExecutionContext.getExecutorType() |
| 构造器和说明 |
|---|
ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType) |
ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType,
String workerGroup) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecutorType |
ExecutorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecutorType[] |
ExecutorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.