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

Writes IMRU result from Update task to a file More...

Inherits Org.Apache.REEF.IMRU.API.IIMRUResultHandler< TResult >.

Public Member Functions

void HandleResult (TResult value)
 Specifies how to handle the IMRU results from the Update Task. More...
 
void Dispose ()
 Handles what to do on completion In this case write to remote location More...
 
- Public Member Functions inherited from Org.Apache.REEF.IMRU.API.IIMRUResultHandler< TResult >
void HandleResult (T result)
 Handles the result of IMRU updata function. More...
 

Detailed Description

Writes IMRU result from Update task to a file

Template Parameters
TResult

Member Function Documentation

Handles what to do on completion In this case write to remote location

void Org.Apache.REEF.IMRU.OnREEF.ResultHandler.WriteResultHandler< TResult >.HandleResult ( TResult  value)
inline

Specifies how to handle the IMRU results from the Update Task.

Writes it to a location

Parameters
valueThe result of IMRU from the UpdateTask

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