This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.Group.Driver.Impl.GeneralGroupCommunicationMessage Class Reference
Apache REEF  0.15.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 ()
 Empty constructor to allow instantiation by reflection More...
 
 GeneralGroupCommunicationMessage (string groupName, string operatorName, string source, string destination)
 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

Org.Apache.REEF.Network.Group.Driver.Impl.GeneralGroupCommunicationMessage.GeneralGroupCommunicationMessage ( )
inlineprotected

Empty constructor to allow instantiation by reflection

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

Create new CommunicationGroupMessage.

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

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