This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.IMRU.API.UpdateResult< TMapInput, TResult > Class Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Static Public Member Functions | List of all members
Org.Apache.REEF.IMRU.API.UpdateResult< TMapInput, TResult > Class Template Reference

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...
 

Detailed Description

Represents the output of an IUpdateFunction.

See also
IUpdateFunction<TMapInput,TMapOutput,TResult>
Template Parameters
TMapInput
TResult

Member Function Documentation

static UpdateResult<TMapInput, TResult> Org.Apache.REEF.IMRU.API.UpdateResult< TMapInput, TResult >.AnotherRound ( TMapInput  mapInput)
inlinestatic

Indicate that another round of computation is needed.

Parameters
mapInputThe input to the IMapFunction.Map() method.
Returns
static UpdateResult<TMapInput, TResult> Org.Apache.REEF.IMRU.API.UpdateResult< TMapInput, TResult >.AnotherRound ( TMapInput  mapInput,
TResult  intermediateResult 
)
inlinestatic

Indicate another round and produce some intermediate results.

Parameters
mapInputThe input to the IMapFunction.Map() method.
intermediateResultThe intermediate results.
Returns
static UpdateResult<TMapInput, TResult> Org.Apache.REEF.IMRU.API.UpdateResult< TMapInput, TResult >.Done ( TResult  result)
inlinestatic

Indicate that the IMRU job is done.

Parameters
resultThe result of the job.
Returns

The documentation for this class was generated from the following file: