| Package | Description |
|---|---|
| org.apache.reef.wake.remote.impl | |
| org.apache.reef.wake.remote.ports | |
| org.apache.reef.wake.remote.transport.netty |
| Constructor and Description |
|---|
DefaultRemoteManagerImplementation(String name,
String hostAddress,
int listeningPort,
Codec<T> codec,
EventHandler<Throwable> errorHandler,
boolean orderingGuarantee,
int numberOfTries,
int retryTimeout,
LocalAddressProvider localAddressProvider,
TcpPortProvider tcpPortProvider)
Deprecated.
have an instance injected instead.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangeTcpPortProvider
A TcpPortProvider which gives out random ports in a range
|
| Constructor and Description |
|---|
NettyMessagingTransport(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider)
Constructs a messaging transport
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.