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 |
BasicLockProvider
Basic implementation of
ExecutionLockProvider using file system. |
Modifier and Type | Method and Description |
---|---|
ServiceProfile<ExecutionLockProvider> |
YaessProfile.getLocks()
Returns a lock 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.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.