| Package | Description | 
|---|---|
| com.asakusafw.yaess.basic | 
 Basic modules for YAESS. 
 | 
| com.asakusafw.yaess.core | 
 Core models/interfaces for YAESS. 
 | 
| com.asakusafw.yaess.core.task | 
 Facade tasks 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  | 
BasicCommandScriptHandler
Basic implementation of  
CommandScriptHandler using local processes. | 
class  | 
BasicHadoopScriptHandler
Basic implementation of  
HadoopScriptHandler using local processes. | 
class  | 
ProcessCommandScriptHandler
An abstract implementation of process-based  
CommandScriptHandler. | 
class  | 
ProcessHadoopScriptHandler
An abstract implementations of process-based  
HadoopScriptHandler. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CommandScriptHandler
Executes  
CommandScript. | 
interface  | 
HadoopScriptHandler
Executes  
HadoopScript. | 
| Modifier and Type | Method and Description | 
|---|---|
CommandScript | 
CommandScript.resolve(ExecutionContext context,
       ExecutionScriptHandler<?> handler)  | 
HadoopScript | 
HadoopScript.resolve(ExecutionContext context,
       ExecutionScriptHandler<?> handler)  | 
ExecutionScript | 
ExecutionScript.resolve(ExecutionContext context,
       ExecutionScriptHandler<?> handler)
Resolves placeholders defined in this script. 
 | 
| Constructor and Description | 
|---|
PlaceholderResolver(ExecutionScript script,
                   ExecutionContext context,
                   ExecutionScriptHandler<?> handler)
Creates a new instance. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutionScriptHandler<?> | 
HandlerLifecycleJob.handler
The target handler. 
 | 
| Constructor and Description | 
|---|
CleanupJob(ExecutionScriptHandler<?> handler)
Creates a new instance. 
 | 
HandlerLifecycleJob(ExecutionScriptHandler<?> handler)
Creates a new instance. 
 | 
ScriptJob(T script,
         ExecutionScriptHandler<? super T> handler)
Creates a new instance. 
 | 
SetupJob(ExecutionScriptHandler<?> handler)
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  | 
SshCommandScriptHandler
Basic implementation of  
CommandScriptHandler using local processes. | 
class  | 
SshHadoopScriptHandler
Basic implementation of  
HadoopScriptHandler using local processes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandScriptHandlerDispatcher
An implementation of  
CommandScriptHandler using ExecutionScriptHandlerDispatcher. | 
class  | 
ExecutionScriptHandlerDispatcher<T extends ExecutionScript>
A Dispatcher implementation for  
ExecutionScriptHandler. | 
class  | 
HadoopScriptHandlerDispatcher
An implementation of  
HadoopScriptHandler using ExecutionScriptHandlerDispatcher. | 
| Constructor and Description | 
|---|
ExecutionScriptHandlerDispatcher(Class<? extends ExecutionScriptHandler<T>> handlerKind)
Creates a new instance. 
 | 
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.