public interface IFailureDetector
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<FailureDetectorEvent> |
listen()
Listens for results of ping checks (ALIVE/SUSPECT) done periodically by failure detector.
|
void |
start()
Starts running failure detection algorithm.
|
void |
stop()
Stops running failure detection algorithm and releases occupied resources.
|
void start()
void stop()
rx.Observable<FailureDetectorEvent> listen()
Copyright © 2015–2017. All rights reserved.