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

Driver-side representation of a message sent from a Task to the Driver. More...

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

Properties

byte[] Message [get]
 The actual message sent. More...
 
string TaskId [get]
 The ID of the task that sent the message. More...
 
string MessageSourceId [get]
 The message source ID of the TaskMessage. More...
 

Detailed Description

Driver-side representation of a message sent from a Task to the Driver.

Property Documentation

byte [] Org.Apache.REEF.Driver.Task.ITaskMessage.Message
get

The actual message sent.

string Org.Apache.REEF.Driver.Task.ITaskMessage.MessageSourceId
get

The message source ID of the TaskMessage.

string Org.Apache.REEF.Driver.Task.ITaskMessage.TaskId
get

The ID of the task that sent the message.


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