Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
com.asakusafw.yaess.jobqueue |
YAESS Hadoop Script Handlers for Job Queue.
|
com.asakusafw.yaess.jsch |
YAESS Script Handlers via JSch.
|
com.asakusafw.yaess.multidispatch |
YAESS Script Handler Dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicHadoopScriptHandler
Basic implementation of
HadoopScriptHandler using local processes. |
class |
ProcessHadoopScriptHandler
An abstract implementations of process-based
HadoopScriptHandler . |
Modifier and Type | Method and Description |
---|---|
ServiceProfile<HadoopScriptHandler> |
YaessProfile.getHadoopHandler()
Returns a Hadoop script handler.
|
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 |
QueueHadoopScriptHandler
An implementation of
HadoopScript using Job Queue client. |
Modifier and Type | Class and Description |
---|---|
class |
SshHadoopScriptHandler
Basic implementation of
HadoopScriptHandler using local processes. |
Modifier and Type | Class and Description |
---|---|
class |
HadoopScriptHandlerDispatcher
An implementation of
HadoopScriptHandler using ExecutionScriptHandlerDispatcher . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.