Package org.apache.pekko.cluster
Class HeartbeatNodeRing$
java.lang.Object
scala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,Object,org.apache.pekko.cluster.HeartbeatNodeRing>
org.apache.pekko.cluster.HeartbeatNodeRing$
- All Implemented Interfaces:
Serializable,scala.Function4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>, Object, org.apache.pekko.cluster.HeartbeatNodeRing>
public class HeartbeatNodeRing$
extends scala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,Object,org.apache.pekko.cluster.HeartbeatNodeRing>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HeartbeatNodeRing$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.HeartbeatNodeRingapply(UniqueAddress selfAddress, scala.collection.immutable.Set<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, int monitoredByNrOfMembers) final StringtoString()scala.Option<scala.Tuple4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>, Object>> unapply(org.apache.pekko.cluster.HeartbeatNodeRing x$0) Methods inherited from class scala.runtime.AbstractFunction4
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
HeartbeatNodeRing$
public HeartbeatNodeRing$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>, Object, org.apache.pekko.cluster.HeartbeatNodeRing> - Overrides:
toStringin classscala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>, Object, org.apache.pekko.cluster.HeartbeatNodeRing>
-
apply
public org.apache.pekko.cluster.HeartbeatNodeRing apply(UniqueAddress selfAddress, scala.collection.immutable.Set<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, int monitoredByNrOfMembers) -
unapply
public scala.Option<scala.Tuple4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>, unapplyscala.collection.immutable.Set<UniqueAddress>, Object>> (org.apache.pekko.cluster.HeartbeatNodeRing x$0)
-