|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Network service used for Reef Task communication. More...
Inherits IDisposable.
Inherited by Org.Apache.REEF.Network.NetworkService.NetworkService< T >, and Org.Apache.REEF.Network.NetworkService.StreamingNetworkService< T >.
Public Member Functions | |
| IConnection< T > | NewConnection (IIdentifier destinationId) |
| Open a new connection to the remote host registered to the name service with the given identifier More... | |
| void | Register (IIdentifier id) |
| Register the identifier for the NetworkService with the NameService. More... | |
| void | Unregister () |
| Unregister the identifier for the NetworkService with the NameService. More... | |
Properties | |
| INameClient | NamingClient [get] |
| Name client for registering ids More... | |
Network service used for Reef Task communication.
| T | The message type |
| IConnection<T> Org.Apache.REEF.Network.NetworkService.INetworkService< T >.NewConnection | ( | IIdentifier | destinationId | ) |
Open a new connection to the remote host registered to the name service with the given identifier
| destinationId | The identifier of the remote host |
Implemented in Org.Apache.REEF.Network.NetworkService.StreamingNetworkService< T >, and Org.Apache.REEF.Network.NetworkService.NetworkService< T >.
| void Org.Apache.REEF.Network.NetworkService.INetworkService< T >.Register | ( | IIdentifier | id | ) |
Register the identifier for the NetworkService with the NameService.
| id | The identifier to register |
Implemented in Org.Apache.REEF.Network.NetworkService.StreamingNetworkService< T >, and Org.Apache.REEF.Network.NetworkService.NetworkService< T >.
| void Org.Apache.REEF.Network.NetworkService.INetworkService< T >.Unregister | ( | ) |
Unregister the identifier for the NetworkService with the NameService.
Implemented in Org.Apache.REEF.Network.NetworkService.StreamingNetworkService< T >, and Org.Apache.REEF.Network.NetworkService.NetworkService< T >.
|
get |
Name client for registering ids
1.8.11