Package | Description |
---|---|
org.apache.reef.io.network |
TODO: Document.
|
org.apache.reef.io.network.impl |
TODO: Document.
|
Modifier and Type | Method and Description |
---|---|
<T> ConnectionFactory<T> |
NetworkConnectionService.getConnectionFactory(Identifier connectionFactoryId)
Gets an instance of ConnectionFactory which is registered by the registerConnectionFactory method.
|
<T> ConnectionFactory<T> |
NetworkConnectionService.registerConnectionFactory(Identifier connectionFactoryId,
Codec<T> codec,
EventHandler<Message<T>> eventHandler,
LinkListener<Message<T>> linkListener,
Identifier localEndPointId)
Registers an instance of ConnectionFactory corresponding to the connectionFactoryId.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkService<T>
Network service for Task.
|
Modifier and Type | Method and Description |
---|---|
<T> ConnectionFactory<T> |
NetworkConnectionServiceImpl.getConnectionFactory(Identifier connFactoryId)
Gets a ConnectionFactory.
|
<T> ConnectionFactory<T> |
NetworkConnectionServiceImpl.registerConnectionFactory(Identifier connectionFactoryId,
Codec<T> codec,
EventHandler<Message<T>> eventHandler,
LinkListener<Message<T>> linkListener,
Identifier localEndPointId) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.