| Package | Description |
|---|---|
| org.apache.reef.wake.remote.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteCodec
Codec that performs identity transformation on bytes
|
class |
MultiCodec<T>
Codec using the WakeTuple protocol buffer
(class name and bytes)
|
class |
ObjectSerializableCodec<T>
Codec that uses Java serialization
|
class |
RemoteEventCodec<T>
Codec of the event sent remotely
|
class |
StringCodec
Codec that encodes/decodes a string
|
| Constructor and Description |
|---|
DefaultRemoteManagerImplementation(String name,
String hostAddress,
int listeningPort,
Codec<T> codec,
EventHandler<Throwable> errorHandler,
boolean orderingGuarantee,
int numberOfTries,
int retryTimeout)
Deprecated.
have an instance injected instead.
|
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.
|
RemoteEventCodec(Codec<T> codec)
Constructs a remote event codec
|
| Constructor and Description |
|---|
MultiCodec(Map<Class<? extends T>,Codec<? extends T>> clazzToCodecMap)
Constructs a codec that encodes/decodes an object to/from bytes based on the class name
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.