PhiAccrualFailureDetector Class |
φ = -log10(1 - F(timeSinceLastHeartbeat)
Namespace: Akka.Remote
The PhiAccrualFailureDetector type exposes the following members.
Name | Description | |
---|---|---|
PhiAccrualFailureDetector(Clock) |
TBD
| |
PhiAccrualFailureDetector(Config, EventStream) |
Constructor that reads parameters from config.
Expecting config properties named 'threshold', 'max-sample-size',
'min-std-deviation', 'acceptable-heartbeat-pause', and 'heartbeat-interval'.
| |
PhiAccrualFailureDetector(Double, Int32, TimeSpan, TimeSpan, TimeSpan, Clock) |
Procedural constructor for PhiAccrualDetector
|
Name | Description | |
---|---|---|
IsAvailable |
TBD
(Overrides FailureDetectorIsAvailable.) | |
IsMonitoring |
TBD
(Overrides FailureDetectorIsMonitoring.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HeartBeat |
TBD
(Overrides FailureDetectorHeartBeat.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |