Package org.apache.pekko.cluster
Class ClusterHeartbeatSenderState$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction3<org.apache.pekko.cluster.HeartbeatNodeRing,scala.collection.immutable.Set<UniqueAddress>,FailureDetectorRegistry<Address>,org.apache.pekko.cluster.ClusterHeartbeatSenderState>
 - 
- org.apache.pekko.cluster.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
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ClusterHeartbeatSenderState$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ClusterHeartbeatSenderState$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.cluster.ClusterHeartbeatSenderStateapply(org.apache.pekko.cluster.HeartbeatNodeRing ring, scala.collection.immutable.Set<UniqueAddress> oldReceiversNowUnreachable, FailureDetectorRegistry<Address> failureDetector)java.lang.StringtoString()scala.Option<scala.Tuple3<org.apache.pekko.cluster.HeartbeatNodeRing,scala.collection.immutable.Set<UniqueAddress>,FailureDetectorRegistry<Address>>>unapply(org.apache.pekko.cluster.ClusterHeartbeatSenderState x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClusterHeartbeatSenderState$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function3<org.apache.pekko.cluster.HeartbeatNodeRing,scala.collection.immutable.Set<UniqueAddress>,FailureDetectorRegistry<Address>,org.apache.pekko.cluster.ClusterHeartbeatSenderState>- Overrides:
 toStringin classscala.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:
 applyin interfacescala.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)
 
 - 
 
 -