public class ClusterRemoteWatcher$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ClusterRemoteWatcher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ClusterRemoteWatcher$() |
Modifier and Type | Method and Description |
---|---|
Props |
props(FailureDetectorRegistry<Address> failureDetector,
scala.concurrent.duration.FiniteDuration heartbeatInterval,
scala.concurrent.duration.FiniteDuration unreachableReaperInterval,
scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)
Factory method for
ClusterRemoteWatcher Props . |
public static final ClusterRemoteWatcher$ MODULE$
public Props props(FailureDetectorRegistry<Address> failureDetector, scala.concurrent.duration.FiniteDuration heartbeatInterval, scala.concurrent.duration.FiniteDuration unreachableReaperInterval, scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)
ClusterRemoteWatcher
Props
.failureDetector
- (undocumented)heartbeatInterval
- (undocumented)unreachableReaperInterval
- (undocumented)heartbeatExpectedResponseAfter
- (undocumented)