This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Context.ContextMessage Class Reference
Apache REEF  0.15.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

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

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

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