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

Represents a topology graph for IGroupCommOperators. More...

Inherited by Org.Apache.REEF.Network.Group.Topology.FlatTopology< T >, and Org.Apache.REEF.Network.Group.Topology.TreeTopology< T >.

Public Member Functions

IConfiguration GetTaskConfiguration (string taskId)
 
void AddTask (string taskId)
 

Properties

IOperatorSpec OperatorSpec [get]
 

Detailed Description

Represents a topology graph for IGroupCommOperators.

Member Function Documentation

void Org.Apache.REEF.Network.Group.Topology.ITopology< T >.AddTask ( string  taskId)
IConfiguration Org.Apache.REEF.Network.Group.Topology.ITopology< T >.GetTaskConfiguration ( string  taskId)

Property Documentation


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