| Package | Description |
|---|---|
| com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
| com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
| com.asakusafw.yaess.flowlog |
Generate logs for individual jobflow executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingExecutionMonitor.reportJobStatus(String jobId,
PhaseMonitor.JobStatus status,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static PhaseMonitor.JobStatus |
PhaseMonitor.JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhaseMonitor.JobStatus[] |
PhaseMonitor.JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PhaseMonitor.reportJobStatus(String jobId,
PhaseMonitor.JobStatus status,
Throwable cause)
Reports job status about target job ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowLogger.reportJobStatus(String jobId,
PhaseMonitor.JobStatus status,
Throwable cause) |
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.