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 |
BasicMonitorProvider
Basic implementation of
ExecutionMonitorProvider . |
Modifier and Type | Method and Description |
---|---|
ServiceProfile<ExecutionMonitorProvider> |
YaessProfile.getMonitors()
Returns a monitor provider.
|
Constructor and Description |
---|
YaessProfile(ServiceProfile<CoreProfile> core,
ServiceProfile<ExecutionMonitorProvider> monitors,
ServiceProfile<ExecutionLockProvider> locks,
ServiceProfile<JobScheduler> scheduler,
ServiceProfile<HadoopScriptHandler> hadoopHandler,
Collection<ServiceProfile<CommandScriptHandler>> commandHandlers)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowLoggerProvider
An implementation of
ExecutionMonitorProvider to save log each jobflow. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.