Apache REEF  0.16.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 ()
 Delete local file 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

◆ Dispose()

Delete local file

◆ HandleResult()

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: