Package org.jgroups.protocols
Class FailureDetection.HeartbeatSender
- java.lang.Object
-
- org.jgroups.protocols.FailureDetection.HeartbeatSender
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FailureDetection
class FailureDetection.HeartbeatSender extends java.lang.Object implements java.lang.RunnableClass which periodically multicasts a HEARTBEAT message to the cluster
-
-
Field Summary
Fields Modifier and Type Field Description protected FailureDetectionenclosing
-
Constructor Summary
Constructors Constructor Description HeartbeatSender(FailureDetection enclosing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()java.lang.StringtoString()
-
-
-
Field Detail
-
enclosing
protected final FailureDetection enclosing
-
-
Constructor Detail
-
HeartbeatSender
HeartbeatSender(FailureDetection enclosing)
-
-