Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.jsch |
YAESS Script Handlers via JSch.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessExecutor |
BasicHadoopScriptHandler.getCommandExecutor() |
protected abstract ProcessExecutor |
ProcessHadoopScriptHandler.getCommandExecutor()
Returns command executor for this handler (extension point).
|
protected abstract ProcessExecutor |
ProcessCommandScriptHandler.getCommandExecutor()
Returns command executor for this handler (extension point).
|
protected ProcessExecutor |
BasicCommandScriptHandler.getCommandExecutor() |
Modifier and Type | Class and Description |
---|---|
class |
JschProcessExecutor
An implementation of
ProcessExecutor using JSch. |
Modifier and Type | Method and Description |
---|---|
protected ProcessExecutor |
SshHadoopScriptHandler.getCommandExecutor() |
protected ProcessExecutor |
SshCommandScriptHandler.getCommandExecutor() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.