Package | Description |
---|---|
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.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCorrelator.registerProbeHandler(TP transport) |
void |
RequestCorrelator.unregisterProbeHandler(TP transport) |
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 |
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 |
TUNNEL
Replacement for UDP.
|
class |
UDP
IP multicast transport based on UDP.
|
Modifier and Type | Field and Description |
---|---|
protected TP |
BARRIER.transport |
protected TP |
BaseBundler.transport |
protected TP |
NoBundler.transport |
Modifier and Type | Method and Description |
---|---|
void |
RingBufferBundlerLockless.init(TP transport) |
void |
TransferQueueBundler.init(TP tp) |
void |
RemoveQueueBundler.init(TP transport) |
default void |
Bundler.init(TP transport)
Called after creation of the bundler
|
void |
BaseBundler.init(TP transport) |
void |
NoBundler.init(TP transport) |
void |
RingBufferBundlerLockless2.init(TP transport) |
void |
RingBufferBundler.init(TP transport) |
Modifier and Type | Field and Description |
---|---|
protected TP |
DiagnosticsHandler.transport |
Modifier and Type | Method and Description |
---|---|
TP |
ProtocolStack.getTransport()
Returns the bottom most protocol
|
protected TP |
Protocol.getTransport() |
TP |
DiagnosticsHandler.transport() |
Modifier and Type | Method and Description |
---|---|
void |
MessageProcessingPolicy.init(TP transport)
Called after creation.
|
DiagnosticsHandler |
DiagnosticsHandler.transport(TP tp) |
Modifier and Type | Field and Description |
---|---|
protected TP |
SubmitToThreadPool.tp |
Modifier and Type | Method and Description |
---|---|
void |
MaxOneThreadPerSender.init(TP transport) |
void |
SubmitToThreadPool.init(TP transport) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.