|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Group Communication Operator used to send messages to child Tasks. More...
Inherits Org.Apache.REEF.Network.Group.Operators.IGroupCommOperator< T >.
Inherited by Org.Apache.REEF.Network.Group.Operators.Impl.BroadcastSender< T >.
Public Member Functions | |
| void | Send (T data) |
| Send the data to all BroadcastReceivers. More... | |
Additional Inherited Members | |
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.
| T | The message type |
| void Org.Apache.REEF.Network.Group.Operators.IBroadcastSender< T >.Send | ( | T | data | ) |
Send the data to all BroadcastReceivers.
| data | The data to send. |
Implemented in Org.Apache.REEF.Network.Group.Operators.Impl.BroadcastSender< T >.
1.8.11