| Class | Description |
|---|---|
| AbstractArrayModelFunction |
Base class of all stubs in the array data model.
|
| CoGroupFunction |
The CoGroupFunction must be extended to provide a co-grouper implementation which is called by a CoGroup PACT.
|
| CrossFunction |
The CrossFunction must be extended to provide a cross implementation which is called by a Cross PACT.
|
| JoinFunction |
The JoinFunction must be extended to provide a matcher implementation which is
called by a Match PACT.
|
| MapFunction |
The MapFunction must be extended to provide a mapper implementation which is called by a Map PACT.
|
| ReduceFunction |
The ReduceFunction must be extended to provide a reducer implementation which is called by a Reduce PACT.
|
| ReduceWithKeyFunction |
The ReduceFunction must be extended to provide a reducer implementation which is called by a Reduce PACT.
|
| Annotation Type | Description |
|---|---|
| DataTypes | |
| DataTypes.First | |
| DataTypes.Second |
Copyright © 2013. All rights reserved.