| Package | Description |
|---|---|
| org.apache.reef.wake.remote | |
| org.apache.reef.wake.remote.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Codec<T>
Interface for serialization routines that translate back and forth between
byte arrays with low latency.
|
| 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 |
MultiDecoder<T>
Decoder using the WakeTuple protocol buffer.
|
class |
ObjectSerializableCodec<T>
Codec that uses Java serialization.
|
class |
RemoteEventCodec<T>
Codec of the event sent remotely.
|
class |
RemoteEventDecoder<T>
Remote event decoder using the WakeMessage protocol buffer.
|
class |
StringCodec
Codec that encodes/decodes a string.
|
| Constructor and Description |
|---|
RemoteEventDecoder(Decoder<T> decoder)
Constructs a remote event decoder.
|
| Constructor and Description |
|---|
MultiDecoder(Map<Class<? extends T>,Decoder<? extends T>> clazzToDecoderMap)
Constructs a decoder that decodes bytes based on the class name.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.