Package org.apache.pekko.cluster
Class HeartbeatNodeRing$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,java.lang.Object,org.apache.pekko.cluster.HeartbeatNodeRing>
 - 
- org.apache.pekko.cluster.HeartbeatNodeRing$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,java.lang.Object,org.apache.pekko.cluster.HeartbeatNodeRing>
public class HeartbeatNodeRing$ extends scala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,java.lang.Object,org.apache.pekko.cluster.HeartbeatNodeRing> implements java.io.Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static HeartbeatNodeRing$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description HeartbeatNodeRing$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.cluster.HeartbeatNodeRingapply(UniqueAddress selfAddress, scala.collection.immutable.Set<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, int monitoredByNrOfMembers)java.lang.StringtoString()scala.Option<scala.Tuple4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,java.lang.Object>>unapply(org.apache.pekko.cluster.HeartbeatNodeRing x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final HeartbeatNodeRing$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,java.lang.Object,org.apache.pekko.cluster.HeartbeatNodeRing>- Overrides:
 toStringin classscala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>,java.lang.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>,scala.collection.immutable.Set<UniqueAddress>,java.lang.Object>> unapply(org.apache.pekko.cluster.HeartbeatNodeRing x$0)
 
 - 
 
 -