Uses of Class
org.jgroups.protocols.FailureDetection
-
Packages that use FailureDetection Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of FailureDetection in org.jgroups.protocols
Subclasses of FailureDetection in org.jgroups.protocols Modifier and Type Class Description classFD_ALLFailure detection based on simple heartbeat protocol.classFD_ALL2Failure detection based on simple heartbeat protocol.classFD_ALL3Failure detection based on simple heartbeat protocol.Fields in org.jgroups.protocols declared as FailureDetection Modifier and Type Field Description protected FailureDetectionFailureDetection.HeartbeatSender. enclosingMethods in org.jgroups.protocols with type parameters of type FailureDetection Modifier and Type Method Description <T extends FailureDetection>
TFailureDetection. setInterval(long i)<T extends FailureDetection>
TFailureDetection. setTimeout(long t)<T extends FailureDetection>
TFD_ALL. setTimeoutCheckInterval(long i)Constructors in org.jgroups.protocols with parameters of type FailureDetection Constructor Description HeartbeatSender(FailureDetection enclosing)
-