This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.Task.IRunningTask Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Driver.Task.IRunningTask Interface Reference

Represents a running Task More...

Inherits Org.Apache.REEF.Utilities.IIdentifiable, and IDisposable.

Inherited by Org.Apache.REEF.Driver.Bridge.Events.RunningTask.

Public Member Functions

void Send (byte[] message)
 Sends the message More...
 
void Suspend (byte[] message)
 Signal the task to suspend. More...
 
void Suspend ()
 Sends the message to the running task. More...
 
void Dispose (byte[] message)
 Signal the task to shut down. More...
 

Properties

IActiveContext ActiveContext [get]
 the context the task is running on. More...
 
- Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable
string Id [get]
 The Id of this object, e.g. More...
 

Detailed Description

Represents a running Task

Member Function Documentation

void Org.Apache.REEF.Driver.Task.IRunningTask.Dispose ( byte[]  message)

Signal the task to shut down.

Parameters
messagea message that is sent to the Task.
void Org.Apache.REEF.Driver.Task.IRunningTask.Send ( byte[]  message)

Sends the message

Parameters
message
void Org.Apache.REEF.Driver.Task.IRunningTask.Suspend ( byte[]  message)

Signal the task to suspend.

Parameters
messagea message that is sent to the Task.
void Org.Apache.REEF.Driver.Task.IRunningTask.Suspend ( )

Sends the message to the running task.

Property Documentation

IActiveContext Org.Apache.REEF.Driver.Task.IRunningTask.ActiveContext
get

the context the task is running on.


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