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.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
class |
JChannelProbeHandler |
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 |
AlternatingBundler
Bundler implementation which sends message batches (or single messages) as soon as the target destination changes
(or max_bundler_size would be exceeded).
Messages are removed from the main queue one by one and processed as follows: A B B C C A causes the following sends: A -> {CC} -> {BB} -> A Note that null is also a valid destination (send-to-all). JIRA: https://issues.jboss.org/browse/JGRP-2171 |
class |
BasicTCP
Shared base class for TCP protocols
|
class |
SHARED_LOOPBACK
Loopback transport shared by all channels within the same VM.
|
class |
SimpleTCP
Bare-bones thread-per-connection TCP-based transport.
|
class |
TCP
TCP based protocol.
|
class |
TCP_NIO2
Protocol using TCP/IP to send and receive messages.
|
class |
TP
Generic transport - specific implementations should extend this abstract class.
|
class |
TUNNEL
Replacement for UDP.
|
class |
UDP
IP multicast transport based on UDP.
|
Modifier and Type | Field and Description |
---|---|
protected List<DiagnosticsHandler.ProbeHandler> |
TP.preregistered_probe_handlers |
Modifier and Type | Method and Description |
---|---|
TP |
TP.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
TP |
TP.unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
GMS
Group membership protocol.
|
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 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) |
Modifier and Type | Class and Description |
---|---|
class |
Profiler
Wraps
AverageMinMax and provides an impl of DiagnosticsHandler.ProbeHandler . |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.