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

Group Communication Operator used to send messages to be reduced by the ReduceReceiver. More...

Inherits Org.Apache.REEF.Network.Group.Operators.IGroupCommOperator< T >.

Inherited by Org.Apache.REEF.Network.Group.Operators.Impl.ReduceSender< T >.

Public Member Functions

void Send (T data)
 Get reduced data from children, reduce with the data given, then sends reduced data to parent 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...
 

Detailed Description

Group Communication Operator used to send messages to be reduced by the ReduceReceiver.

Template Parameters
TThe message type

Member Function Documentation

Get reduced data from children, reduce with the data given, then sends reduced data to parent

Parameters
dataThe data to send

Implemented in Org.Apache.REEF.Network.Group.Operators.Impl.ReduceSender< T >.


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