Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
com.asakusafw.yaess.jsch |
YAESS Script Handlers via JSch.
|
com.asakusafw.yaess.multidispatch |
YAESS Script Handler Dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCommandScriptHandler
Basic implementation of
CommandScriptHandler using local processes. |
class |
ProcessCommandScriptHandler
An abstract implementation of process-based
CommandScriptHandler . |
Modifier and Type | Method and Description |
---|---|
Map<String,ServiceProfile<CommandScriptHandler>> |
YaessProfile.getCommandHandlers()
Returns command script handlers for each target profile name.
|
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 |
SshCommandScriptHandler
Basic implementation of
CommandScriptHandler using local processes. |
Modifier and Type | Class and Description |
---|---|
class |
CommandScriptHandlerDispatcher
An implementation of
CommandScriptHandler using ExecutionScriptHandlerDispatcher . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.