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.
|
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 |
TCP
TCP based protocol.
|
class |
TCP_NIO
Deprecated.
|
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 |
BaseBundler.transport |
protected TP |
BARRIER.transport |
protected TP |
NoBundler.transport |
Modifier and Type | Method and Description |
---|---|
TP |
TP.setBindAddress(java.net.InetAddress bind_addr) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseBundler.checkForSharedTransport(TP tp) |
void |
RingBufferBundlerLockless2.init(TP transport) |
void |
RingBufferBundler.init(TP transport) |
void |
Bundler.init(TP transport)
Called after creation of the bundler
|
void |
TransferQueueBundler.init(TP transport) |
void |
RingBufferBundlerLockless.init(TP transport) |
void |
BaseBundler.init(TP transport) |
void |
NoBundler.init(TP transport) |
Modifier and Type | Field and Description |
---|---|
protected TP |
DiagnosticsHandler.transport |
Modifier and Type | Field and Description |
---|---|
protected static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.singleton_transports
Holds the shared transports, keyed by 'TP.singleton_name'.
|
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 |
---|---|
static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.getSingletonTransports() |
Modifier and Type | Method and Description |
---|---|
DiagnosticsHandler |
DiagnosticsHandler.transport(TP tp) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.