Package akka.cluster
Class ClusterCoreDaemon$
- java.lang.Object
-
- akka.cluster.ClusterCoreDaemon$
-
public class ClusterCoreDaemon$ extends java.lang.Object
INTERNAL API.
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterCoreDaemon$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterCoreDaemon$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
MaxGossipsBeforeShuttingDownMyself()
int
MaxTicksBeforeShuttingDownMyself()
int
NumberOfGossipsBeforeShutdownWhenLeaderExits()
-
-
-
Field Detail
-
MODULE$
public static final ClusterCoreDaemon$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-