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

Represents a connection between two endpoints named by identifiers More...

Inherits IDisposable.

Inherited by Org.Apache.REEF.Network.NetworkService.NsConnection< T >.

Public Member Functions

void Open ()
 Opens the connection More...
 
void Write (T obj)
 Writes the object to the connection More...
 

Detailed Description

Represents a connection between two endpoints named by identifiers

Member Function Documentation

Opens the connection

Implemented in Org.Apache.REEF.Network.NetworkService.NsConnection< T >.

Writes the object to the connection

Parameters
objThe message to send

Implemented in Org.Apache.REEF.Network.NetworkService.NsConnection< T >.


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