Package | Description |
---|---|
com.asakusafw.runtime.flow |
Classes for executing data flow operations.
|
com.asakusafw.runtime.stage.output |
Classes for stage outputs.
|
com.asakusafw.runtime.testing |
Classes for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultOutput<T>
An implementation of
Result which put data model objects into the final output. |
class |
VoidResult<T>
An implementation of
Result that discards all results. |
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.hadoop.io.Writable> |
StageOutputDriver.getResultSink(String name)
Returns the result sink object with the specified name.
|
Modifier and Type | Class and Description |
---|---|
class |
MockResult<T>
Mock implementation of
Result . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.