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.dns |
Modifier and Type | Class and Description |
---|---|
class |
BPING
Broadcast PING.
|
class |
FILE_PING
Simple discovery protocol which uses a file on shared storage such as an SMB share, NFS mount or S3.
|
class |
GOOGLE_PING
Deprecated.
Use GOOGLE_PING2 instead: https://github.com/jgroups-extras/jgroups-google
|
class |
JDBC_PING
Discovery protocol using a JDBC connection to a shared database.
|
class |
MPING
Uses its own IP multicast socket to send and receive discovery requests/responses.
|
class |
MULTI_PING
Protocol to invoke multiple discovery protocols in the same stack.
|
class |
PING
The PING protocol retrieves the initial membership by mcasting a discovery request (via the multicast capable
transport) to all current cluster members
The responses should allow us to determine the coordinator which we have to contact, e.g.
|
class |
RACKSPACE_PING
Discovery protocol based on Rackspace Cloud Files storage solution
|
class |
S3_PING
Deprecated.
Use NATIVE_S3_PING (https://github.com/jgroups-extras/native-s3-ping) instead.
S3_PING will be removed in 5.0.
|
class |
SHARED_LOOPBACK_PING
Discovery protocol running over
SHARED_LOOPBACK only. |
class |
SWIFT_PING
Discovery protocol based on Openstack Swift (object storage).
|
class |
TCPGOSSIP
The TCPGOSSIP protocol layer retrieves the initial membership (used by GMS when started by sending event
FIND_INITIAL_MBRS down the stack).
|
class |
TCPPING
The TCPPING protocol defines a static cluster membership.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Discovery> |
MULTI_PING.discovery_protocols |
Modifier and Type | Method and Description |
---|---|
Discovery |
Discovery.breakOnCoordResponse(boolean flag) |
Discovery |
Discovery.discoveryRspExpiryTime(long t) |
Discovery |
Discovery.returnEntireCache(boolean flag) |
Discovery |
Discovery.staggerTimeout(long timeout) |
Discovery |
Discovery.useDiskCache(boolean flag) |
Modifier and Type | Class and Description |
---|---|
class |
DNS_PING |
Copyright © 1998-2020 Red Hat. All Rights Reserved.