| Package | Description |
|---|---|
| com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
| com.asakusafw.workflow.hadoop |
Asakusa workflow Hadoop bridge classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCommandLauncher
A basic implementation of
CommandLauncher. |
| Modifier and Type | Method and Description |
|---|---|
static CommandLauncher |
BasicCommandTaskExecutor.getCommandLauncher(ExecutionContext context)
Returns a
CommandLauncher. |
static CommandLauncher |
BasicCommandTaskExecutor.getCommandLauncher(ExecutionContext context,
BasicCommandLauncher.OutputConsumer output)
Returns a
CommandLauncher. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BasicCommandTaskExecutor.execute(TaskExecutionContext context,
CommandLauncher launcher,
Path command,
List<String> arguments)
Executes a command.
|
| Constructor and Description |
|---|
BasicCommandTaskExecutor(Function<? super TaskExecutionContext,? extends CommandLauncher> launchers)
Creates a new instance.
|
| Constructor and Description |
|---|
BridgeDeleteTaskExecutor(Function<? super TaskExecutionContext,? extends CommandLauncher> launchers)
Creates a new instance.
|
BridgeHadoopTaskExecutor(Function<? super TaskExecutionContext,? extends CommandLauncher> launchers)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.