|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Represents the output of an IUpdateFunction. More...
Static Public Member Functions | |
| static UpdateResult< TMapInput, TResult > | Done (TResult result) |
| Indicate that the IMRU job is done. More... | |
| static UpdateResult< TMapInput, TResult > | AnotherRound (TMapInput mapInput) |
| Indicate that another round of computation is needed. More... | |
| static UpdateResult< TMapInput, TResult > | AnotherRound (TMapInput mapInput, TResult intermediateResult) |
| Indicate another round and produce some intermediate results. More... | |
Represents the output of an IUpdateFunction.
| TMapInput | |
| TResult |
|
inlinestatic |
Indicate that another round of computation is needed.
| mapInput | The input to the IMapFunction.Map() method. |
|
inlinestatic |
Indicate another round and produce some intermediate results.
| mapInput | The input to the IMapFunction.Map() method. |
| intermediateResult | The intermediate results. |
|
inlinestatic |
1.8.11