public class ExecutorParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
BasicCommandLauncher.Output |
outputStyle
The output style of executor.
|
| Constructor and Description |
|---|
ExecutorParameter() |
| Modifier and Type | Method and Description |
|---|---|
BatchExecutor |
getBatchExecutor(ExecutionContext context)
Returns the batch executor.
|
JobflowExecutor |
getJobflowExecutor(ExecutionContext context)
Returns the jobflow executor.
|
List<TaskExecutor> |
getTaskExecutors(ExecutionContext context)
Returns the task executors.
|
public BasicCommandLauncher.Output outputStyle
public List<TaskExecutor> getTaskExecutors(ExecutionContext context)
context - the current contextpublic JobflowExecutor getJobflowExecutor(ExecutionContext context)
context - the current contextpublic BatchExecutor getBatchExecutor(ExecutionContext context)
context - the current contextCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.