Uses of Class
org.jgroups.protocols.FD
-
Packages that use FD Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of FD in org.jgroups.protocols
Subclasses of FD in org.jgroups.protocols Modifier and Type Class Description class
FD_ICMP
Protocol which uses InetAddress.isReachable() to check whether a given host is up or not, taking 1 argument; the host name of the host to be pinged.class
FD_PING
Protocol which uses an executable (e.g.
-