Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
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 | Field and Description |
---|---|
protected DiagnosticsHandler.ProbeHandler |
JChannel.probe_handler |
Modifier and Type | Class and Description |
---|---|
protected class |
RequestCorrelator.MyProbeHandler |
Modifier and Type | Class and Description |
---|---|
class |
BasicTCP
Shared base class for TCP protocols
|
class |
SHARED_LOOPBACK
Loopback transport shared by all channels within the same VM.
|
class |
TCP
TCP based protocol.
|
class |
TCP_NIO
Deprecated.
|
class |
TCP_NIO2
Protocol using TCP/IP to send and receive messages.
|
class |
TP
Generic transport - specific implementations should extend this abstract class.
|
static class |
TP.ProtocolAdapter
Used when the transport is shared (singleton_name != null).
|
class |
TUNNEL
Replacement for UDP.
|
class |
UDP
IP multicast transport based on UDP.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.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
Deprecated.
Will be removed in 4.0
|
class |
NAKACK2
Negative AcKnowledgement layer (NAKs).
|
Modifier and Type | Field and Description |
---|---|
protected DiagnosticsHandler.ProbeHandler |
ProtocolStack.props_handler |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<DiagnosticsHandler.ProbeHandler> |
DiagnosticsHandler.handlers |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DiagnosticsHandler.ProbeHandler> |
DiagnosticsHandler.getProbeHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticsHandler.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
void |
DiagnosticsHandler.unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.