Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Static Public Member Functions | Properties | List of all members
Org.Apache.REEF.Common.Context.ContextMessage Class Reference

Static Public Member Functions

static ContextMessage From (string messageSourceId, byte[] bytes)
 construct a new ContextMessage with the given content. More...
 

Properties

string MessageSourceId [get]
 
byte [] Bytes [get]
 

Member Function Documentation

◆ From()

static ContextMessage Org.Apache.REEF.Common.Context.ContextMessage.From ( string  messageSourceId,
byte []  bytes 
)
inlinestatic

construct a new ContextMessage with the given content.

Parameters
messageSourceIdThe message's sourceID. This will be accessible in the Driver for routing.
bytesThe actual content of the message, serialized into a byte[]
Returns
new ContextMessage with the given content.

Property Documentation

◆ Bytes

byte [] Org.Apache.REEF.Common.Context.ContextMessage.Bytes
get

◆ MessageSourceId

string Org.Apache.REEF.Common.Context.ContextMessage.MessageSourceId
get

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