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.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
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<DiagnosticsHandler.ProbeHandler> |
TP.preregistered_probe_handlers |
Modifier and Type | Method and Description |
---|---|
void |
TP.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
void |
TP.unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
GMS
Group membership protocol.
|
class |
NAKACK
Negative AcKnowledgement layer (NAKs).
|
Modifier and Type | Field and Description |
---|---|
protected Set<DiagnosticsHandler.ProbeHandler> |
DiagnosticsHandler.handlers |
Modifier and Type | Method and Description |
---|---|
Set<DiagnosticsHandler.ProbeHandler> |
DiagnosticsHandler.getProbeHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticsHandler.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
void |
DiagnosticsHandler.unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.