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

Classes

class  FlatTopology
 Represents a graph of Group Communication Operators where there are only two levels of nodes: the root and all children extending from the root.
 
interface  ITopology
 Represents a topology graph for IGroupCommOperators. More...
 
class  TaskNode
 Represents a node in the operator topology graph.
 
class  TreeTopology
 

Enumerations

enum  TopologyTypes { TopologyTypes.Flat = 0, TopologyTypes.Tree = 1 }
 

Enumeration Type Documentation

Enumerator
Flat 
Tree