This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.Group.Operators.Impl.BroadcastReceiver< T > Class Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Network.Group.Operators.Impl.BroadcastReceiver< T > Class Template Reference

Group Communication Operator used to receive broadcast messages in pipelined fashion. More...

Inherits Org.Apache.REEF.Network.Group.Operators.IBroadcastReceiver< T >, and Org.Apache.REEF.Network.Group.Operators.IGroupCommOperatorInternal.

Public Member Functions

Receive ()
 Receive a message from parent BroadcastSender. More...
 

Properties

string OperatorName [get]
 Returns the operator identifier. More...
 
string GroupName [get]
 Returns the name of the CommunicationGroup that the operator belongs to. More...
 
int Version [get]
 Returns the operator version. More...
 
IPipelineDataConverter< T > PipelineDataConverter [get]
 Returns the IPipelineDataConvert used to convert messages to pipeline form and vice-versa More...
 
- Properties inherited from Org.Apache.REEF.Network.Group.Operators.IGroupCommOperator< T >
string OperatorName [get]
 The operator name. More...
 
string GroupName [get]
 The name of the operator's CommunicationGroup. More...
 
int Version [get]
 The operator version number. More...
 

Detailed Description

Group Communication Operator used to receive broadcast messages in pipelined fashion.

Template Parameters
TThe type of message being sent.

Member Function Documentation

Receive a message from parent BroadcastSender.

Returns
The incoming message

Implements Org.Apache.REEF.Network.Group.Operators.IBroadcastReceiver< T >.

Property Documentation

Returns the name of the CommunicationGroup that the operator belongs to.

Returns the operator identifier.

Returns the IPipelineDataConvert used to convert messages to pipeline form and vice-versa

Returns the operator version.


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