Update to a working version of Scalariform
This commit is contained in:
parent
cae070bd93
commit
c66ce62d63
616 changed files with 5966 additions and 5436 deletions
|
|
@ -21,9 +21,9 @@ private[cluster] object ClusterRemoteWatcher {
|
|||
* Factory method for `ClusterRemoteWatcher` [[akka.actor.Props]].
|
||||
*/
|
||||
def props(
|
||||
failureDetector: FailureDetectorRegistry[Address],
|
||||
heartbeatInterval: FiniteDuration,
|
||||
unreachableReaperInterval: FiniteDuration,
|
||||
failureDetector: FailureDetectorRegistry[Address],
|
||||
heartbeatInterval: FiniteDuration,
|
||||
unreachableReaperInterval: FiniteDuration,
|
||||
heartbeatExpectedResponseAfter: FiniteDuration): Props =
|
||||
Props(classOf[ClusterRemoteWatcher], failureDetector, heartbeatInterval, unreachableReaperInterval,
|
||||
heartbeatExpectedResponseAfter).withDeploy(Deploy.local)
|
||||
|
|
@ -41,9 +41,9 @@ private[cluster] object ClusterRemoteWatcher {
|
|||
* of the cluster and then later becomes cluster member.
|
||||
*/
|
||||
private[cluster] class ClusterRemoteWatcher(
|
||||
failureDetector: FailureDetectorRegistry[Address],
|
||||
heartbeatInterval: FiniteDuration,
|
||||
unreachableReaperInterval: FiniteDuration,
|
||||
failureDetector: FailureDetectorRegistry[Address],
|
||||
heartbeatInterval: FiniteDuration,
|
||||
unreachableReaperInterval: FiniteDuration,
|
||||
heartbeatExpectedResponseAfter: FiniteDuration)
|
||||
extends RemoteWatcher(
|
||||
failureDetector,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue