Apache REEF  0.14.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...
 

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.TaskId
get

The ID of the task that sent the message.


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