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 |
---|
WindGateOutput(DrainDriver<T> driver)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
DriverRepository.createDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
DriverFactory.createDrain(ProcessScript<T> script)
Creates a new drain driver.
|
abstract <T> DrainDriver<T> |
ResourceMirror.createDrain(ProcessScript<T> script)
Creates a new drain driver for this resource.
|
abstract <T> DrainDriver<T> |
ResourceManipulator.createDrainForDrain(ProcessScript<T> script)
Creates a new drain driver for the drain of this resource.
|
abstract <T> DrainDriver<T> |
ResourceManipulator.createDrainForSource(ProcessScript<T> script)
Creates a new drain driver for the source of this resource.
|
Modifier and Type | Class and Description |
---|---|
class |
VoidDrainDriver<T>
A void implementation of
DrainDriver which drops any inputs. |
Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
FileResourceMirror.createDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
FileResourceManipulator.createDrainForDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
FileResourceManipulator.createDrainForSource(ProcessScript<T> script) |
Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
HadoopFsMirror.createDrain(ProcessScript<T> script) |
Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
AbstractSshHadoopFsMirror.createDrain(ProcessScript<T> script) |
Modifier and Type | Class and Description |
---|---|
class |
ModelOutputDrainDriver<T>
An implementation of
DrainDriver using ModelOutput . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcDrainDriver<T>
An implementation of
DrainDriver using JDBC. |
Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
JdbcResourceMirror.createDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
JdbcResourceManipulator.createDrainForDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
JdbcResourceManipulator.createDrainForSource(ProcessScript<T> script) |
Modifier and Type | Class and Description |
---|---|
class |
StreamDrainDriver<T>
An implementation of
SourceDriver using binary InputStream . |
Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
FileResourceMirror.createDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
FileResourceManipulator.createDrainForDrain(ProcessScript<T> script) |
<T> DrainDriver<T> |
FileResourceManipulator.createDrainForSource(ProcessScript<T> script) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.