Class ClusterHeartbeatSenderState$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>,​org.apache.pekko.cluster.ClusterHeartbeatSenderState>

    public class ClusterHeartbeatSenderState$
    extends scala.runtime.AbstractFunction3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>,​org.apache.pekko.cluster.ClusterHeartbeatSenderState>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pekko.cluster.ClusterHeartbeatSenderState apply​(org.apache.pekko.cluster.HeartbeatNodeRing ring, scala.collection.immutable.Set<UniqueAddress> oldReceiversNowUnreachable, FailureDetectorRegistry<Address> failureDetector)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>>> unapply​(org.apache.pekko.cluster.ClusterHeartbeatSenderState x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClusterHeartbeatSenderState$

        public ClusterHeartbeatSenderState$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>,​org.apache.pekko.cluster.ClusterHeartbeatSenderState>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>,​org.apache.pekko.cluster.ClusterHeartbeatSenderState>
      • apply

        public org.apache.pekko.cluster.ClusterHeartbeatSenderState apply​(org.apache.pekko.cluster.HeartbeatNodeRing ring,
                                                                          scala.collection.immutable.Set<UniqueAddress> oldReceiversNowUnreachable,
                                                                          FailureDetectorRegistry<Address> failureDetector)
        Specified by:
        apply in interface scala.Function3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>,​org.apache.pekko.cluster.ClusterHeartbeatSenderState>
      • unapply

        public scala.Option<scala.Tuple3<org.apache.pekko.cluster.HeartbeatNodeRing,​scala.collection.immutable.Set<UniqueAddress>,​FailureDetectorRegistry<Address>>> unapply​(org.apache.pekko.cluster.ClusterHeartbeatSenderState x$0)