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 classBPINGBroadcast PING.classFILE_PINGSimple discovery protocol which uses a file on shared storage such as an SMB share, NFS mount or S3.classGOOGLE_PINGDeprecated.Use GOOGLE_PING2 instead: https://github.com/jgroups-extras/jgroups-googleclassJDBC_PINGDiscovery protocol using a JDBC connection to a shared database.classLOCAL_PINGDiscovery protocol for finding members in the local process only.classMPINGUses its own IP multicast socket to send and receive discovery requests/responses.classMULTI_PINGProtocol to invoke multiple discovery protocols in the same stack.classPINGThe PING protocol retrieves the initial membership by mcasting a discovery request (via the multicast capable transport) to all current cluster membersclassRACKSPACE_PINGDiscovery protocol based on Rackspace Cloud Files storage solutionclassS3_PINGDeprecated.Use NATIVE_S3_PING (https://github.com/jgroups-extras/native-s3-ping) instead.classSHARED_LOOPBACK_PINGDiscovery protocol running overSHARED_LOOPBACKonly.classSWIFT_PINGDiscovery protocol based on Openstack Swift (object storage).classTCPGOSSIPThe TCPGOSSIP protocol layer retrieves the initial membership (used by GMS when started by sending event FIND_INITIAL_MBRS down the stack).classTCPPINGThe 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_protocolsMethods 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 classDNS_PING
-