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

Interface defining how to handle the output of Update function in IMRU More...

Inherits IDisposable.

Public Member Functions

void HandleResult (T result)
 Handles the result of IMRU updata function. More...
 

Detailed Description

Interface defining how to handle the output of Update function in IMRU

Template Parameters
TResult type

Member Function Documentation

void Org.Apache.REEF.IMRU.API.IIMRUResultHandler< in in T >.HandleResult ( result)

Handles the result of IMRU updata function.

For example, do nothing, write to file etc.

Parameters
resultThe output of IMRU update function

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