public class ExecutionContext extends Object
| 构造器和说明 |
|---|
ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType) |
ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType,
String workerGroup) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.dolphinscheduler.remote.command.Command |
getCommand() |
ExecutorType |
getExecutorType() |
org.apache.dolphinscheduler.remote.utils.Host |
getHost() |
String |
getWorkerGroup() |
void |
setHost(org.apache.dolphinscheduler.remote.utils.Host host) |
void |
setWorkerGroup(String workerGroup) |
public ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType)
public ExecutionContext(org.apache.dolphinscheduler.remote.command.Command command,
ExecutorType executorType,
String workerGroup)
public org.apache.dolphinscheduler.remote.command.Command getCommand()
public ExecutorType getExecutorType()
public void setWorkerGroup(String workerGroup)
public String getWorkerGroup()
public org.apache.dolphinscheduler.remote.utils.Host getHost()
public void setHost(org.apache.dolphinscheduler.remote.utils.Host host)
Copyright © 2022 The Apache Software Foundation. All rights reserved.