|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Group Communication Operator used to send messages to child Tasks in pipelined fashion. More...
Inherits Org.Apache.REEF.Network.Group.Operators.IBroadcastSender< T >, and Org.Apache.REEF.Network.Group.Operators.IGroupCommOperatorInternal.
Public Member Functions | |
| void | Send (T data) |
| Send the data to all BroadcastReceivers. More... | |
Properties | |
| string | OperatorName [get] |
| Returns the identifier for the Group Communication operator. More... | |
| string | GroupName [get] |
| Returns the name of the operator's CommunicationGroup. 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 send messages to child Tasks in pipelined fashion.
| T | The message type |
|
inline |
Send the data to all BroadcastReceivers.
| data | The data to send. |
Implements Org.Apache.REEF.Network.Group.Operators.IBroadcastSender< T >.
|
get |
Returns the name of the operator's CommunicationGroup.
|
get |
Returns the identifier for the Group Communication operator.
|
get |
Returns the IPipelineDataConvert used to convert messages to pipeline form and vice-versa
|
get |
Returns the operator version.
1.8.11