akka.cluster
Class ClusterRemoteWatcher$

java.lang.Object
  extended by akka.cluster.ClusterRemoteWatcher$

public class ClusterRemoteWatcher$
extends java.lang.Object

INTERNAL API


Field Summary
static ClusterRemoteWatcher$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterRemoteWatcher$()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ClusterRemoteWatcher$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ClusterRemoteWatcher$

public ClusterRemoteWatcher$()
Method Detail

props

public 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.

Parameters:
failureDetector - (undocumented)
heartbeatInterval - (undocumented)
unreachableReaperInterval - (undocumented)
heartbeatExpectedResponseAfter - (undocumented)
Returns:
(undocumented)