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
JDBC_PING
Discovery protocol using a JDBC connection to a shared database.class
JDBC_PING2
New version ofJDBC_PING
.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
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
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.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. sendCacheOnJoin(boolean b)
<T extends Discovery>
TDiscovery. setClusterName(java.lang.String n)
<T extends Discovery>
TDiscovery. staggerTimeout(long timeout)
<T extends Discovery>
TDiscovery. useDiskCache(boolean flag)
Methods in org.jgroups.protocols that return Discovery Modifier and Type Method Description protected Discovery
Discovery. findTopmostDiscoveryProtocol()
Finds the top-most discovery protocol, starting from this. -
Uses of Discovery in org.jgroups.protocols.dns
Subclasses of Discovery in org.jgroups.protocols.dns Modifier and Type Class Description class
DNS_PING
-