public class CompressionProtocol
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CompressionProtocol.ActorRefCompressionAdvertisement
INTERNAL API
Sent by the "receiving" node after allocating a compression id to a given
ActorRef |
static class |
CompressionProtocol.ActorRefCompressionAdvertisement$ |
static class |
CompressionProtocol.ActorRefCompressionAdvertisementAck
INTERNAL API
Sent by the "sending" node after receiving
CompressionProtocol.ActorRefCompressionAdvertisement
The advertisement is also confirmed by the first message using that table version,
but we need separate ack in case the sender is not using any of the refs in the advertised
table. |
static class |
CompressionProtocol.ActorRefCompressionAdvertisementAck$ |
static class |
CompressionProtocol.ClassManifestCompressionAdvertisement
INTERNAL API
Sent by the "receiving" node after allocating a compression id to a given class manifest
|
static class |
CompressionProtocol.ClassManifestCompressionAdvertisement$ |
static class |
CompressionProtocol.ClassManifestCompressionAdvertisementAck
INTERNAL API
Sent by the "sending" node after receiving
CompressionProtocol.ClassManifestCompressionAdvertisement
The advertisement is also confirmed by the first message using that table version,
but we need separate ack in case the sender is not using any of the refs in the advertised
table. |
static class |
CompressionProtocol.ClassManifestCompressionAdvertisementAck$ |
static interface |
CompressionProtocol.CompressionAckMessage
INTERNAL API
|
static interface |
CompressionProtocol.CompressionAdvertisement<T>
INTERNAL API
|
static interface |
CompressionProtocol.CompressionMessage
INTERNAL API
|
static class |
CompressionProtocol.Events$
INTERNAL API
|
Constructor and Description |
---|
CompressionProtocol() |