Uses of Class
org.jgroups.protocols.PingRsp
-
Packages that use PingRsp Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of PingRsp in org.jgroups.protocols
Fields in org.jgroups.protocols declared as PingRsp Modifier and Type Field Description PingRsp
PingHeader. arg
Methods in org.jgroups.protocols that return types with arguments of type PingRsp Modifier and Type Method Description java.util.List<PingRsp>
Discovery. findInitialMembers(Promise<JoinRsp> promise)
Finds the initial membership: sends a GET_MBRS_REQ to all members, waits 'timeout' ms or until 'num_initial_members' have been retrievedConstructors in org.jgroups.protocols with parameters of type PingRsp Constructor Description PingHeader(byte type, PingRsp arg)
-
Uses of PingRsp in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type PingRsp Modifier and Type Method Description static java.lang.String
Util. printPingRsps(java.util.List<PingRsp> rsps)
-