| Package | Description |
|---|---|
| org.apache.reef.wake.remote.transport | |
| org.apache.reef.wake.remote.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
<T> Link<T> |
Transport.open(SocketAddress remoteAddr,
Encoder<? super T> encoder,
LinkListener<? super T> listener)
Returns a link for the remote address if cached; otherwise opens, caches and returns
When it opens a link for the remote address, only one attempt for the address is made at a given time
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingLinkListener<T>
Link listener that logs whether the message is sent successfully
|
| Modifier and Type | Method and Description |
|---|---|
<T> Link<T> |
NettyMessagingTransport.open(SocketAddress remoteAddr,
Encoder<? super T> encoder,
LinkListener<? super T> listener)
Returns a link for the remote address if cached; otherwise opens, caches and returns
When it opens a link for the remote address, only one attempt for the address is made at a given time
|
| Constructor and Description |
|---|
NettyLink(io.netty.channel.Channel channel,
Encoder<? super T> encoder,
LinkListener<? super T> listener)
Constructs a link
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.