Package org.apache.pekko.cluster
Class CrossDcHeartbeatingState$
java.lang.Object
org.apache.pekko.cluster.CrossDcHeartbeatingState$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CrossDcHeartbeatingState$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.CrossDcHeartbeatingStateapply(String selfDataCenter, FailureDetectorRegistry<Address> failureDetector, int nrOfMonitoredNodesPerDc, scala.collection.immutable.Map<String, scala.collection.immutable.SortedSet<Member>> state) booleanorg.apache.pekko.cluster.CrossDcHeartbeatingStateinit(String selfDataCenter, FailureDetectorRegistry<Address> crossDcFailureDetector, int nrOfMonitoredNodesPerDc, scala.collection.immutable.SortedSet<Member> members) scala.Option<scala.Tuple4<String,FailureDetectorRegistry<Address>, Object, scala.collection.immutable.Map<String, scala.collection.immutable.SortedSet<Member>>>> unapply(org.apache.pekko.cluster.CrossDcHeartbeatingState x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CrossDcHeartbeatingState$
public CrossDcHeartbeatingState$()
-
-
Method Details
-
atLeastInUpState
-
init
public org.apache.pekko.cluster.CrossDcHeartbeatingState init(String selfDataCenter, FailureDetectorRegistry<Address> crossDcFailureDetector, int nrOfMonitoredNodesPerDc, scala.collection.immutable.SortedSet<Member> members) -
apply
public org.apache.pekko.cluster.CrossDcHeartbeatingState apply(String selfDataCenter, FailureDetectorRegistry<Address> failureDetector, int nrOfMonitoredNodesPerDc, scala.collection.immutable.Map<String, scala.collection.immutable.SortedSet<Member>> state) -
unapply
-