Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
com.asakusafw.yaess.paralleljob |
Simple Parallel Job Scheduler Plug-in for YAESS.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobScheduler
An abstract implementation of
JobScheduler . |
class |
BasicJobScheduler
Basic implementation of
JobScheduler . |
Modifier and Type | Method and Description |
---|---|
ServiceProfile<JobScheduler> |
YaessProfile.getScheduler()
Returns a job scheduler.
|
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 |
ParallelJobScheduler
Basic implementation of
JobScheduler . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.