Skip to main content

Crate phi_accrual_failure_detector

Crate phi_accrual_failure_detector 

Source

Structs§

Builder
FailureDetector builder.
DefaultClock
The default clock implementation based on using std::time::Instant.
FailureDetector
Implementation of ‘The Phi Accrual Failure Detector’ by Hayashibara et al. as defined in their paper: https://oneofus.la/have-emacs-will-hack/files/HDY04.pdf
SyncState
A FailureDetector state wrapper based on RwLock for multi-threaded access.
UnsyncState
A FailureDetector state wrapper based on RefCell for single-threaded access.

Enums§

Error

Traits§

Clock
Detector

Type Aliases§

SyncDetector
FailureDetector for multi-threaded environments.
UnsyncDetector
FailureDetector for single-threaded environments.