Package | Description |
---|---|
com.asakusafw.runtime.model |
Meta-classes for data model classes.
|
com.asakusafw.runtime.stage.directio |
Map Reduce stage elements for Direct I/O.
|
com.asakusafw.testdriver |
Test driver classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataModel<T extends DataModel<T>>
An abstract super interface of Asakusa data model classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectOutputMapper<T extends DataModel<T>>
An abstract implementation of each mapper class for direct output.
|
Modifier and Type | Method and Description |
---|---|
<T extends DataModel<T>> |
OperatorTestEnvironment.newResult(Class<T> dataType)
Returns a new
MockResult . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.