Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Common.Tasks.ITask Interface Reference

Task interface. More...

Inherits IDisposable.

Inherited by Org.Apache.REEF.IMRU.OnREEF.IMRUTasks.TaskHostBase.

Public Member Functions

byte [] Call (byte[] memento)
 

Detailed Description

Task interface.

Client should implement his own tasks. Each Task should implement Dispose() to release resources if any. Dispose will be called after the Call() is returned or task is closed. If there is any exception during the task dispose, the error will be logged and the exception will be ignored as the task has been completed.

Member Function Documentation

◆ Call()

byte [] Org.Apache.REEF.Common.Tasks.ITask.Call ( byte []  memento)

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