|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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 | |
| T | 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... | |
Group Communication Operator used to receive broadcast messages in pipelined fashion.
| T | The type of message being sent. |
|
inline |
Receive a message from parent BroadcastSender.
Implements Org.Apache.REEF.Network.Group.Operators.IBroadcastReceiver< T >.
|
get |
Returns the name of the CommunicationGroup that the operator belongs to.
|
get |
Returns the operator identifier.
|
get |
Returns the IPipelineDataConvert used to convert messages to pipeline form and vice-versa
|
get |
Returns the operator version.
1.8.11