| Package | Description |
|---|---|
| com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
| com.asakusafw.yaess.core.task |
Facade tasks for YAESS.
|
| com.asakusafw.yaess.jobqueue.client |
YAESS Hadoop Script Handlers for Job Queue.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionPhase |
ExecutionPhase.findFromSymbol(String symbol)
Returns an
ExecutionPhase corresponded to the symbol. |
ExecutionPhase |
ExecutionContext.getPhase()
Returns current execution phase.
|
static ExecutionPhase |
ExecutionPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionPhase[] |
ExecutionPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionPhase,Set<ExecutionScript>> |
FlowScript.getScripts()
Returns the execution scripts for each
ExecutionPhase. |
| Modifier and Type | Method and Description |
|---|---|
static Set<ExecutionScript> |
FlowScript.load(Properties properties,
String flowId,
ExecutionPhase phase)
Loads a
ExecutionScripts in the specified flow and phase. |
| Constructor and Description |
|---|
ExecutionContext(String batchId,
String flowId,
String executionId,
ExecutionPhase phase,
Map<String,String> arguments)
Creates a new instance.
|
ExecutionContext(String batchId,
String flowId,
String executionId,
ExecutionPhase phase,
Map<String,String> arguments,
Map<String,String> environmentVariables)
Creates a new instance.
|
ExecutionContext(String batchId,
String flowId,
String executionId,
ExecutionPhase phase,
Map<String,String> arguments,
Map<String,String> environmentVariables,
Map<String,? extends Blob> extensions)
Creates a new instance.
|
| Constructor and Description |
|---|
FlowScript(String id,
Set<String> blockerIds,
Map<ExecutionPhase,? extends Collection<? extends ExecutionScript>> scripts)
Deprecated.
Use
FlowScript.FlowScript(String, Set, Map, Set) instead |
FlowScript(String id,
Set<String> blockerIds,
Map<ExecutionPhase,? extends Collection<? extends ExecutionScript>> scripts,
Set<ExecutionScript.Kind> enables)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionTask.executePhase(String batchId,
String flowId,
String executionId,
ExecutionPhase phase)
Executes a target phase.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionPhase |
JobScript.getPhase()
Returns the phase kind for target job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobScript.setPhase(ExecutionPhase phase)
Sets the phase kind of target job.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.