See: Description
Interface | Description |
---|---|
ClusterFailureDetector |
Cluster failure detector tracks heartbeats of the members and decides liveness/availability of them.
|
FailureDetector |
Failure detector tracks heartbeats of a member and decides liveness/availability of the member.
|
Class | Description |
---|---|
DeadlineClusterFailureDetector |
Deadline based failure detector.
|
PhiAccrualClusterFailureDetector |
Cluster failure detector based on 'The Phi Accrual Failure Detector' by Hayashibara et al.
|
PhiAccrualFailureDetector |
Port of Akka's PhiAccrualFailureDetector.scala
|
PingFailureDetector<E> |
Ping based failure detector.
|
Enum | Description |
---|---|
ClusterFailureDetectorType |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.