| Package | Description |
|---|---|
| com.asakusafw.testdriver.windgate |
Moderates test input/result using WindGate.
|
| com.asakusafw.windgate.cli |
Command line tools for WindGate.
|
| com.asakusafw.windgate.core |
Script models for WindGate.
|
| com.asakusafw.windgate.core.resource |
Abstract implementations of WindGate resources.
|
| com.asakusafw.windgate.core.util |
Utilities for WindGate.
|
| com.asakusafw.windgate.file.resource |
Resource implementation using the local file system (for testing).
|
| com.asakusafw.windgate.hadoopfs |
WindGate resources using Hadoop FileSystem core classes.
|
| com.asakusafw.windgate.hadoopfs.jsch |
WindGate resources using Hadoop FileSystem via SSH connection using JSch.
|
| com.asakusafw.windgate.hadoopfs.ssh |
WindGate resources using Hadoop FileSystem via SSH connection.
|
| com.asakusafw.windgate.jdbc |
WindGate resources using JDBC.
|
| com.asakusafw.windgate.stream.file |
WindGate resources using local file systems.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceManipulator |
WindGateTestHelper.createResourceManipulator(TestContext testContext,
WindGateProcessDescription description,
ParameterList arguments)
Creates a
ResourceMirror for the description. |
| Modifier and Type | Method and Description |
|---|---|
static ParameterList |
CommandLineUtil.parseArguments(String arguments)
Parses the specified arguments string and returns key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterList |
ProfileContext.getContextParameters()
Returns context parameters (may be environment variables).
|
| Constructor and Description |
|---|
GateTask(GateProfile profile,
GateScript script,
String sessionId,
boolean createSession,
boolean completeSession,
ParameterList arguments)
Creates a new instance.
|
ProfileContext(ClassLoader classLoader,
ParameterList contextParameters)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceMirror |
ResourceProvider.create(String sessionId,
ParameterList arguments)
Provides a new
ResourceMirror. |
ResourceManipulator |
ResourceProvider.createManipulator(ParameterList arguments)
Provides a new
ResourceManipulator. |
| Modifier and Type | Method and Description |
|---|---|
ResourceMirror |
VoidResourceProvider.create(String sessionId,
ParameterList arguments) |
ResourceManipulator |
VoidResourceProvider.createManipulator(ParameterList arguments) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMirror |
FileResourceProvider.create(String sessionId,
ParameterList arguments) |
ResourceManipulator |
FileResourceProvider.createManipulator(ParameterList arguments) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMirror |
HadoopFsProvider.create(String sessionId,
ParameterList arguments) |
| Constructor and Description |
|---|
HadoopFsMirror(org.apache.hadoop.conf.Configuration configuration,
HadoopFsProfile profile,
ParameterList arguments)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMirror |
JschHadoopFsProvider.create(String sessionId,
ParameterList arguments) |
| Constructor and Description |
|---|
JschHadoopFsMirror(org.apache.hadoop.conf.Configuration configuration,
SshProfile profile,
ParameterList arguments)
Creates a new instance.
|
| Constructor and Description |
|---|
AbstractSshHadoopFsMirror(org.apache.hadoop.conf.Configuration configuration,
SshProfile profile,
ParameterList arguments)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMirror |
JdbcResourceProvider.create(String sessionId,
ParameterList arguments) |
ResourceManipulator |
JdbcResourceProvider.createManipulator(ParameterList arguments) |
| Constructor and Description |
|---|
JdbcResourceManipulator(JdbcProfile profile,
ParameterList arguments)
Creates a new instance.
|
JdbcResourceMirror(JdbcProfile profile,
ParameterList arguments)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMirror |
FileResourceProvider.create(String sessionId,
ParameterList arguments) |
ResourceManipulator |
FileResourceProvider.createManipulator(ParameterList arguments) |
| Constructor and Description |
|---|
FileResourceManipulator(FileProfile profile,
ParameterList arguments)
Creates a new instance.
|
FileResourceMirror(FileProfile profile,
ParameterList arguments)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.