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

The interface for the Update function of IMRU More...

Public Member Functions

UpdateResult< TMapInput, TResult > Update (TMapOutput input)
 The Update task for IMRU. More...
 
UpdateResult< TMapInput, TResult > Initialize ()
 Called at the beginning of the computation. More...
 

Detailed Description

The interface for the Update function of IMRU

Objects implementing this interface are stateful.

Template Parameters
TMapInputThe type of the side information provided to the Map function
TMapOutputThe return type of the Map function
TResultThe return type of the computation.

Member Function Documentation

UpdateResult<TMapInput, TResult> Org.Apache.REEF.IMRU.API.IUpdateFunction< TMapInput, in in TMapOutput, TResult >.Initialize ( )

Called at the beginning of the computation.

Returns
UpdateResult<TMapInput, TResult> Org.Apache.REEF.IMRU.API.IUpdateFunction< TMapInput, in in TMapOutput, TResult >.Update ( TMapOutput  input)

The Update task for IMRU.

Parameters
inputThe input produced by the IMapFunction instances after it was passed through the IReduceFunction.
Returns

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