Package org.apache.pekko.cluster
Class MembershipState$
java.lang.Object
org.apache.pekko.cluster.MembershipState$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MembershipState$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Set<MemberStatus>org.apache.pekko.cluster.MembershipStateapply(org.apache.pekko.cluster.Gossip latestGossip, UniqueAddress selfUniqueAddress, String selfDc, int crossDcConnections) INTERNAL APIscala.collection.immutable.Set<MemberStatus>scala.collection.immutable.Set<MemberStatus>scala.collection.immutable.Set<MemberStatus>scala.Option<scala.Tuple4<org.apache.pekko.cluster.Gossip,UniqueAddress, String, Object>> unapply(org.apache.pekko.cluster.MembershipState x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MembershipState$
public MembershipState$()
-
-
Method Details
-
convergenceSkipUnreachableWithMemberStatus
-
removeUnreachableWithMemberStatus
-
allowedToPrepareToShutdown
-
prepareForShutdownStates
-
apply
public org.apache.pekko.cluster.MembershipState apply(org.apache.pekko.cluster.Gossip latestGossip, UniqueAddress selfUniqueAddress, String selfDc, int crossDcConnections) INTERNAL API -
unapply
public scala.Option<scala.Tuple4<org.apache.pekko.cluster.Gossip,UniqueAddress, unapplyString, Object>> (org.apache.pekko.cluster.MembershipState x$0)
-