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

◆ Message

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

The actual message sent.

◆ MessageSourceId

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

The message source ID of the TaskMessage.

◆ TaskId

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: