Uses of Class
org.jgroups.protocols.Discovery
Packages that use Discovery
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of Discovery in org.jgroups.protocols
Subclasses of Discovery in org.jgroups.protocolsModifier and TypeClassDescriptionclassBroadcast PING.classSimple discovery protocol which uses a file on shared storage such as an SMB share, NFS mount or S3.classDiscovery protocol using a JDBC connection to a shared database.classNew version ofJDBC_PING.classDiscovery protocol for finding members in the local process only.classUses its own IP multicast socket to send and receive discovery requests/responses.classThe PING protocol retrieves the initial membership by mcasting a discovery request (via the multicast capable transport) to all current cluster membersclassDiscovery protocol based on Rackspace Cloud Files storage solutionclassDiscovery protocol running overSHARED_LOOPBACKonly.classDiscovery protocol based on Openstack Swift (object storage).classThe TCPGOSSIP protocol layer retrieves the initial membership (used by GMS when started by sending event FIND_INITIAL_MBRS down the stack).classThe TCPPING protocol defines a static cluster membership.Methods in org.jgroups.protocols with type parameters of type DiscoveryModifier and TypeMethodDescription<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(String n) <T extends Discovery>
TDiscovery.staggerTimeout(long timeout) <T extends Discovery>
TDiscovery.useDiskCache(boolean flag) Methods in org.jgroups.protocols that return DiscoveryModifier and TypeMethodDescriptionprotected DiscoveryDiscovery.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