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.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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Preparable & Closeable> |
WindGateTestHelper.prepare(T object)
Invoke
object.prepare() , or Closeable.close() is failed. |
Modifier and Type | Interface and Description |
---|---|
interface |
DrainDriver<T>
An abstract super interface of data drain driver.
|
interface |
SourceDriver<T>
An abstract super interface of data source driver.
|
Modifier and Type | Class and Description |
---|---|
class |
VoidDrainDriver<T>
A void implementation of
DrainDriver which drops any inputs. |
class |
VoidSourceDriver<T>
The void implementation of
SourceDriver which provides nothing. |
Modifier and Type | Class and Description |
---|---|
class |
ModelInputSourceDriver<T>
An implementation of
SourceDriver using ModelInputProvider . |
class |
ModelOutputDrainDriver<T>
An implementation of
DrainDriver using ModelOutput . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcDrainDriver<T>
An implementation of
DrainDriver using JDBC. |
class |
JdbcSourceDriver<T>
An implementation of
SourceDriver using JDBC. |
Modifier and Type | Class and Description |
---|---|
class |
StreamDrainDriver<T>
An implementation of
SourceDriver using binary InputStream . |
class |
StreamSourceDriver<T>
An implementation of
SourceDriver using binary InputStream . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.