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

Classes

class  BroadcastOperatorSpec
 The specification used to define Broadcast Operators. More...
 
class  BroadcastReceiver
 Group Communication Operator used to receive broadcast messages in pipelined fashion. More...
 
class  BroadcastSender
 Group Communication Operator used to send messages to child Tasks in pipelined fashion. More...
 
class  PipelinedReduceFunction
 The class used to aggregate pipelined messages sent by ReduceSenders. More...
 
class  ReduceFunction
 
class  ReduceOperatorSpec
 The specification used to define Reduce Group Communication Operators. More...
 
class  ReduceReceiver
 Group Communication operator used to receive and reduce messages in pipelined fashion. More...
 
class  ReduceSender
 Group Communication Operator used to send messages to be reduced by the ReduceReceiver in pipelined fashion. More...
 
class  ScatterOperatorSpec
 The specification used to define Scatter Group Communication Operators. More...
 
class  ScatterReceiver
 Group Communication operator used to receive a sublist of messages sent from the IScatterSender. More...
 
class  ScatterSender
 Group Communication operator used to scatter a list of elements to all of the IScatterReceivers. More...
 
class  Sender
 Group Communication operator used to do point-to-point communication between named Tasks.