Uses of Class
org.jgroups.protocols.Discovery
-
Packages that use Discovery 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 -
-
Uses of Discovery in org.jgroups.protocols
Subclasses of Discovery in org.jgroups.protocols Modifier and Type Class 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-googleclass
JDBC_PING
Discovery protocol using a JDBC connection to a shared database.class
LOCAL_PING
Discovery protocol for finding members in the local process only.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 membersclass
RACKSPACE_PING
Discovery protocol based on Rackspace Cloud Files storage solutionclass
S3_PING
Deprecated.Use NATIVE_S3_PING (https://github.com/jgroups-extras/native-s3-ping) instead.class
SHARED_LOOPBACK_PING
Discovery protocol running overSHARED_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.Fields in org.jgroups.protocols with type parameters of type Discovery Modifier and Type Field Description protected java.util.List<Discovery>
MULTI_PING. discovery_protocols
Methods in org.jgroups.protocols with type parameters of type Discovery Modifier and Type Method Description <T extends Discovery>
TDiscovery. breakOnCoordResponse(boolean flag)
<T extends Discovery>
TDiscovery. discoveryRspExpiryTime(long t)
<T extends Discovery>
TDiscovery. returnEntireCache(boolean flag)
<T extends Discovery>
TDiscovery. setClusterName(java.lang.String n)
<T extends Discovery>
TDiscovery. staggerTimeout(long timeout)
<T extends Discovery>
TDiscovery. useDiskCache(boolean flag)
-
Uses of Discovery in org.jgroups.protocols.dns
Subclasses of Discovery in org.jgroups.protocols.dns Modifier and Type Class Description class
DNS_PING
-