|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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... | |
Writes IMRU result from Update task to a file
| TResult |
|
inline |
Handles what to do on completion In this case write to remote location
|
inline |
1.8.11