Package | Description |
---|---|
com.asakusafw.testdriver.windgate |
Moderates test input/result using 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.ssh |
WindGate resources using Hadoop FileSystem via SSH connection.
|
com.asakusafw.windgate.hadoopfs.temporary |
WindGate drivers for temporary files.
|
com.asakusafw.windgate.jdbc |
WindGate resources using JDBC.
|
com.asakusafw.windgate.stream |
WindGate resource skeletons using Input/Output streams.
|
com.asakusafw.windgate.stream.file |
WindGate resources using local file systems.
|
Constructor and Description |
---|
WindGateSource(SourceDriver<T> driver,
DataModelDefinition<T> definition)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
<T> SourceDriver<T> |
DriverRepository.createSource(ProcessScript<T> script) |
<T> SourceDriver<T> |
DriverFactory.createSource(ProcessScript<T> script)
Creates a new source driver.
|
abstract <T> SourceDriver<T> |
ResourceMirror.createSource(ProcessScript<T> script)
Creates a new source driver for this resource.
|
abstract <T> SourceDriver<T> |
ResourceManipulator.createSourceForDrain(ProcessScript<T> script)
Creates a new source driver for the drain of this resource.
|
abstract <T> SourceDriver<T> |
ResourceManipulator.createSourceForSource(ProcessScript<T> script)
Creates a new source driver for the source of this resource.
|
Modifier and Type | Class and Description |
---|---|
class |
VoidSourceDriver<T>
The void implementation of
SourceDriver which provides nothing. |
Modifier and Type | Method and Description |
---|---|
<T> SourceDriver<T> |
FileResourceMirror.createSource(ProcessScript<T> script) |
<T> SourceDriver<T> |
FileResourceManipulator.createSourceForDrain(ProcessScript<T> script) |
<T> SourceDriver<T> |
FileResourceManipulator.createSourceForSource(ProcessScript<T> script) |
Modifier and Type | Method and Description |
---|---|
<T> SourceDriver<T> |
HadoopFsMirror.createSource(ProcessScript<T> script) |
Modifier and Type | Method and Description |
---|---|
<T> SourceDriver<T> |
AbstractSshHadoopFsMirror.createSource(ProcessScript<T> script) |
Modifier and Type | Class and Description |
---|---|
class |
ModelInputSourceDriver<T>
An implementation of
SourceDriver using ModelInputProvider . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcSourceDriver<T>
An implementation of
SourceDriver using JDBC. |
Modifier and Type | Method and Description |
---|---|
<T> SourceDriver<T> |
JdbcResourceMirror.createSource(ProcessScript<T> script) |
<T> SourceDriver<T> |
JdbcResourceManipulator.createSourceForDrain(ProcessScript<T> script) |
<T> SourceDriver<T> |
JdbcResourceManipulator.createSourceForSource(ProcessScript<T> script) |
Modifier and Type | Class and Description |
---|---|
class |
StreamSourceDriver<T>
An implementation of
SourceDriver using binary InputStream . |
Modifier and Type | Method and Description |
---|---|
<T> SourceDriver<T> |
FileResourceMirror.createSource(ProcessScript<T> script) |
<T> SourceDriver<T> |
FileResourceManipulator.createSourceForDrain(ProcessScript<T> script) |
<T> SourceDriver<T> |
FileResourceManipulator.createSourceForSource(ProcessScript<T> script) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.