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:
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 Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterHeartbeatSenderState$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.ClusterHeartbeatSenderStateapply(org.apache.pekko.cluster.HeartbeatNodeRing ring, scala.collection.immutable.Set<UniqueAddress> oldReceiversNowUnreachable, FailureDetectorRegistry<Address> failureDetector) final 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) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterHeartbeatSenderState$
public ClusterHeartbeatSenderState$()
-
-
Method Details
-
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>, unapplyFailureDetectorRegistry<Address>>> (org.apache.pekko.cluster.ClusterHeartbeatSenderState x$0)
-