| Class | Description |
|---|---|
| ByteCodec |
Codec that performs identity transformation on bytes
|
| ConnectFutureTask<T> | |
| DefaultRemoteIdentifierFactoryImplementation | |
| DefaultRemoteManagerImplementation |
Default remote manager implementation
|
| MultiCodec<T> |
Codec using the WakeTuple protocol buffer
(class name and bytes)
|
| MultiDecoder<T> |
Decoder using the WakeTuple protocol buffer
(class name and bytes)
|
| MultiEncoder<T> |
Encoder using the WakeTuple protocol buffer
(class name and bytes)
|
| ObjectSerializableCodec<T> |
Codec that uses Java serialization
|
| OrderedRemoteReceiverStage |
Receive incoming events and dispatch to correct handlers in order
|
| ProxyEventHandler<T> |
Proxy of the event handler that runs remotely
|
| RemoteEvent<T> |
Event that are exchanged across process boundaries
|
| RemoteEventCodec<T> |
Codec of the event sent remotely
|
| RemoteEventComparator<T> |
Comparator for the remote event
|
| RemoteEventDecoder<T> |
Remote event decoder using the WakeMessage protocol buffer
|
| RemoteEventEncoder<T> |
Remote event encoder using the WakeMessage protocol buffer
|
| RemoteReceiverStage |
Receive incoming events and dispatch to correct handlers
|
| RemoteSenderStage |
Stage to manage resources related to sending event remotely.
|
| RemoteSeqNumGenerator |
Generates the sequence number for remote messages per destination
|
| SocketRemoteIdentifier |
Remote identifier based on a socket address
|
| StringCodec |
Codec that encodes/decodes a string
|
| Subscription<T> |
Subscription of a handler
|
| TransportEvent |
Event sent from a remote node
|
| Tuple2<T1,T2> |
Tuple with two values
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.