Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Protected Member Functions | List of all members
Org.Apache.REEF.Network.Group.Driver.Impl.GeneralGroupCommunicationMessage Class Reference

Messages sent by MPI Operators. More...

Inherited by Org.Apache.REEF.Network.Group.Driver.Impl.GroupCommunicationMessage< T >.

Protected Member Functions

 GeneralGroupCommunicationMessage (string groupName, string operatorName, string source, string destination, Type messageType)
 Create new CommunicationGroupMessage. More...
 

Detailed Description

Messages sent by MPI Operators.

This is the class inherited by GroupCommunicationMessage but seen by Network Service

Constructor & Destructor Documentation

◆ GeneralGroupCommunicationMessage()

Org.Apache.REEF.Network.Group.Driver.Impl.GeneralGroupCommunicationMessage.GeneralGroupCommunicationMessage ( string  groupName,
string  operatorName,
string  source,
string  destination,
Type  messageType 
)
inlineprotected

Create new CommunicationGroupMessage.

Parameters
groupNameThe name of the communication group
operatorNameThe name of the MPI operator
sourceThe message source
destinationThe message destination
messageTypeThe type of the GC message

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