Package | Description |
---|---|
com.asakusafw.windgate.core |
Script models for WindGate.
|
com.asakusafw.windgate.core.resource |
Abstract implementations of WindGate resources.
|
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.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 GateScript |
GateScript.loadFrom(String name,
Properties properties,
ClassLoader loader)
Loads a gate script from the properties.
|
Constructor and Description |
---|
GateTask(GateProfile profile,
GateScript script,
String sessionId,
boolean createSession,
boolean completeSession,
ParameterList arguments)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ResourceMirror.prepare(GateScript script)
Prepares this resource for the specified execution.
|
Modifier and Type | Method and Description |
---|---|
void |
FileResourceMirror.prepare(GateScript script) |
Modifier and Type | Method and Description |
---|---|
void |
HadoopFsMirror.prepare(GateScript script) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSshHadoopFsMirror.prepare(GateScript script) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcResourceMirror.prepare(GateScript script) |
Modifier and Type | Method and Description |
---|---|
void |
FileResourceMirror.prepare(GateScript script) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.