|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.DefaultFailureDetectorRegistry<A>
public class DefaultFailureDetectorRegistry<A>
A lock-less thread-safe implementation of FailureDetectorRegistry.
| Constructor Summary | |
|---|---|
DefaultFailureDetectorRegistry(scala.Function0<FailureDetector> detectorFactory)
|
|
| Method Summary | |
|---|---|
scala.Option<FailureDetector> |
failureDetector(A resource)
INTERNAL API Get the underlying FailureDetector for a resource. |
void |
heartbeat(A resource)
Records a heartbeat for a resource. |
boolean |
isAvailable(A resource)
Returns true if the resource is considered to be up and healthy and returns false otherwise. |
boolean |
isMonitoring(A resource)
Returns true if the failure detector has received any heartbeats and started monitoring of the resource. |
void |
remove(A resource)
Removes the heartbeat management for a resource. |
void |
reset()
Removes all resources and any associated failure detector state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFailureDetectorRegistry(scala.Function0<FailureDetector> detectorFactory)
| Method Detail |
|---|
public final boolean isAvailable(A resource)
FailureDetectorRegistry
isAvailable in interface FailureDetectorRegistry<A>public final boolean isMonitoring(A resource)
FailureDetectorRegistry
isMonitoring in interface FailureDetectorRegistry<A>public final void heartbeat(A resource)
FailureDetectorRegistry
heartbeat in interface FailureDetectorRegistry<A>public final void remove(A resource)
FailureDetectorRegistry
remove in interface FailureDetectorRegistry<A>public final void reset()
FailureDetectorRegistry
reset in interface FailureDetectorRegistry<A>public scala.Option<FailureDetector> failureDetector(A resource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||