|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Group Communication operator used to receive a sublist of messages sent from the IScatterSender. More...
Inherits Org.Apache.REEF.Network.Group.Operators.IScatterReceiver< T >, and Org.Apache.REEF.Network.Group.Operators.IGroupCommOperatorInternal.
Public Member Functions | |
| List< T > | Receive () |
| Receive a sublist of messages sent from the IScatterSender. More... | |
Properties | |
| string | OperatorName [get] |
| Returns the name of the reduce operator More... | |
| string | GroupName [get] |
| Returns the name of the operator's CommunicationGroup. More... | |
| int | Version [get] |
| Returns the operator version. More... | |
| IReduceFunction< T > | ReduceFunction [get] |
| Returns the class used to reduce incoming messages sent by ReduceSenders. 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 a sublist of messages sent from the IScatterSender.
| T | The message type |
|
inline |
Receive a sublist of messages sent from the IScatterSender.
Implements Org.Apache.REEF.Network.Group.Operators.IScatterReceiver< T >.
|
get |
Returns the name of the operator's CommunicationGroup.
|
get |
Returns the name of the reduce operator
|
get |
Returns the class used to reduce incoming messages sent by ReduceSenders.
|
get |
Returns the operator version.
1.8.11