This type is a class for model objects.
A Liveness is to contain the discovery/failure detection protocol information for the core group to monitor the health of its members.
Package: coregroup| Attributes Summary | |
| discoveryPeriod : EInt | The time interval, in seconds at which the Discovery protocol runs. |
| heartbeatTransmissionPeriod : EInt | The time interval, in milliseconds at which active Failure Detection heartbeats are sent. |
| heartbeatTimeoutPeriod : EInt | The time interval, in milliseconds that constitutes a heartbeat timeout. |
| factoryClassName : EString | The fully qualified class name of the factory that is used to create a LivenessPlugin. |
| livenessType : LivenessType | The type of Discovery/Failure Detection protocol to be used by the core group. |
| customProperties : Property * | * No description is available * |
| Attribute Details |