Class MembershipState$

java.lang.Object
org.apache.pekko.cluster.MembershipState$
All Implemented Interfaces:
Serializable

public class MembershipState$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Details

    • MODULE$

      public static final MembershipState$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • MembershipState$

      public MembershipState$()
  • Method Details

    • convergenceSkipUnreachableWithMemberStatus

      public scala.collection.immutable.Set<MemberStatus> convergenceSkipUnreachableWithMemberStatus()
    • removeUnreachableWithMemberStatus

      public scala.collection.immutable.Set<MemberStatus> removeUnreachableWithMemberStatus()
    • allowedToPrepareToShutdown

      public scala.collection.immutable.Set<MemberStatus> allowedToPrepareToShutdown()
    • prepareForShutdownStates

      public scala.collection.immutable.Set<MemberStatus> 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,String,Object>> unapply(org.apache.pekko.cluster.MembershipState x$0)