| 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 | Class and Description |
|---|---|
class |
LoggingExecutionMonitor
An implementation of
ExecutionMonitor using default logger. |
| Modifier and Type | Method and Description |
|---|---|
PhaseMonitor |
BasicMonitorProvider.newInstance(ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJobScheduler.execute(PhaseMonitor monitor,
ExecutionContext context,
List<? extends Job> jobs,
JobScheduler.ErrorHandler errorHandler) |
| Modifier and Type | Field and Description |
|---|---|
static PhaseMonitor |
PhaseMonitor.NULL
An empty implementation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PhaseMonitor |
ExecutionMonitorProvider.newInstance(ExecutionContext context)
Creates a new
PhaseMonitor. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JobScheduler.execute(PhaseMonitor monitor,
ExecutionContext context,
List<? extends Job> jobs,
JobScheduler.ErrorHandler errorHandler)
Executes a series of jobs.
|
| Constructor and Description |
|---|
JobMonitor(PhaseMonitor parent,
String jobId,
double taskSizeInParent)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowLogger
An implementation of
PhaseMonitor to save log for each jobflow. |
| Modifier and Type | Method and Description |
|---|---|
PhaseMonitor |
FlowLoggerProvider.newInstance(ExecutionContext context) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.