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

Used by Tasks to fetch CommunicationGroupClients. More...

Inherits IDisposable.

Inherited by Org.Apache.REEF.Network.Group.Task.Impl.GroupCommClient.

Public Member Functions

ICommunicationGroupClient GetCommunicationGroup (string groupName)
 Gets the CommunicationGroupClient with the given group name. More...
 

Detailed Description

Used by Tasks to fetch CommunicationGroupClients.

Member Function Documentation

ICommunicationGroupClient Org.Apache.REEF.Network.Group.Task.IGroupCommClient.GetCommunicationGroup ( string  groupName)

Gets the CommunicationGroupClient with the given group name.

Parameters
groupNameThe name of the CommunicationGroupClient
Returns
The configured CommunicationGroupClient

Implemented in Org.Apache.REEF.Network.Group.Task.Impl.GroupCommClient.


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