| Package | Description |
|---|---|
| com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
| com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCoreProfile
An implemetation of
CoreProfile. |
| Modifier and Type | Method and Description |
|---|---|
ServiceProfile<CoreProfile> |
YaessProfile.getCore()
Returns a core profile.
|
| 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.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.