This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.Group.Operators Namespace Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Namespaces | Classes
Org.Apache.REEF.Network.Group.Operators Namespace Reference

Namespaces

namespace  Impl
 

Classes

interface  IBroadcastReceiver
 Group Communication Operator used to receive broadcast messages. More...
 
interface  IBroadcastSender
 Group Communication Operator used to send messages to child Tasks. More...
 
interface  IGroupCommOperator
 An Group Communication Operator to be used in a Reef Task. More...
 
interface  IGroupCommOperatorInternal
 
interface  IOperatorSpec
 The specification used to define Broadcast Operators. More...
 
interface  IReduceFunction
 The class used to aggregate messages sent by ReduceSenders. More...
 
interface  IReduceReceiver
 Group Communication operator used to receive and reduce messages. More...
 
interface  IReduceSender
 Group Communication Operator used to send messages to be reduced by the ReduceReceiver. More...
 
interface  IScatterReceiver
 Group Communication operator used to receive a sublist of messages sent from the IScatterSender. More...
 
interface  IScatterSender
 Group Communication operator used to scatter a list of elements to all of the IScatterReceivers. More...