Package | Description |
---|---|
org.apache.reef.runtime.common.utils |
Runtime utilities used by various REEF modules.
|
org.apache.reef.wake.remote |
Wake's remote communication.
|
org.apache.reef.wake.remote.impl |
Implementations for Wake's remote communication.
|
Modifier and Type | Method and Description |
---|---|
RemoteManager |
RemoteManager.raw() |
Constructor and Description |
---|
RemoteManager(RemoteManager raw,
RemoteIdentifierFactory factory) |
Modifier and Type | Method and Description |
---|---|
RemoteManager |
RemoteManagerFactory.getInstance(String name) |
<T> RemoteManager |
RemoteManagerFactory.getInstance(String name,
Codec<T> codec,
EventHandler<Throwable> errorHandler) |
<T> RemoteManager |
RemoteManagerFactory.getInstance(String name,
int listeningPort,
Codec<T> codec,
EventHandler<Throwable> errorHandler) |
<T> RemoteManager |
RemoteManagerFactory.getInstance(String name,
String hostAddress,
int listeningPort,
Codec<T> codec,
EventHandler<Throwable> errorHandler,
boolean orderingGuarantee,
int numberOfTries,
int retryTimeout)
The old constructor of DefaultRemoteManagerImplementation.
|
<T> RemoteManager |
RemoteManagerFactory.getInstance(String name,
String hostAddress,
int listeningPort,
Codec<T> codec,
EventHandler<Throwable> errorHandler,
boolean orderingGuarantee,
int numberOfTries,
int retryTimeout,
LocalAddressProvider localAddressProvider,
TcpPortProvider tcpPortProvider)
The all-out constructor of DefaultRemoteManagerImplementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRemoteManagerImplementation
Default remote manager implementation.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.