|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Discovery | |
org.jgroups.protocols | 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.protocols | |
class |
MPING
Uses its own IP multicast socket to send and receive discovery requests/responses. |
class |
PING
The PING protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack). |
class |
TCPGOSSIP
The TCPGOSSIP protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack). |
class |
TCPPING
The TCPPING protocol layer retrieves the initial membership in answer to the GMS's FIND_INITIAL_MBRS event. |
class |
WANPING
Similar to TCPPING, except that the initial host list is specified as a list of logical pipe names. |
Constructors in org.jgroups.protocols with parameters of type Discovery | |
PingSender(long timeout,
int num_requests,
Discovery d)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |