Class DefaultFailureDetectorRegistry<T>
A lock-less, thread-safe implementation of IFailureDetectorRegistry<T>.
Implements
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class DefaultFailureDetectorRegistry<T> : IFailureDetectorRegistry<T>
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Improve this Doc View SourceDefaultFailureDetectorRegistry(Func<FailureDetector>)
Instantiates the DefaultFailureDetectorRegistry an uses a factory method for creating new instances
Declaration
public DefaultFailureDetectorRegistry(Func<FailureDetector> factory)
Parameters
Type | Name | Description |
---|---|---|
Func<FailureDetector> | factory | TBD |
Methods
| Improve this Doc View SourceHeartbeat(T)
TBD
Declaration
public void Heartbeat(T resource)
Parameters
Type | Name | Description |
---|---|---|
T | resource | TBD |
IsAvailable(T)
TBD
Declaration
public bool IsAvailable(T resource)
Parameters
Type | Name | Description |
---|---|---|
T | resource | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
IsMonitoring(T)
TBD
Declaration
public bool IsMonitoring(T resource)
Parameters
Type | Name | Description |
---|---|---|
T | resource | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
Remove(T)
TBD
Declaration
public void Remove(T resource)
Parameters
Type | Name | Description |
---|---|---|
T | resource | TBD |
Reset()
TBD
Declaration
public void Reset()