Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
Modifier and Type | Class and Description |
---|---|
static class |
TP.ProtocolAdapter
Used when the transport is shared (singleton_name is not null).
|
Modifier and Type | Field and Description |
---|---|
protected List<TP.ProbeHandler> |
TP.preregistered_probe_handlers |
Modifier and Type | Method and Description |
---|---|
void |
TP.registerProbeHandler(TP.ProbeHandler handler) |
void |
TP.unregisterProbeHandler(TP.ProbeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
GMS
Group membership protocol.
|
class |
NAKACK
Negative AcKnowledgement layer (NAKs).
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.