Package org.apache.pekko.cluster
Class GossipStatus$
java.lang.Object
scala.runtime.AbstractFunction3<UniqueAddress,VectorClock,byte[],org.apache.pekko.cluster.GossipStatus>
org.apache.pekko.cluster.GossipStatus$
- All Implemented Interfaces:
Serializable,scala.Function3<UniqueAddress,VectorClock, byte[], org.apache.pekko.cluster.GossipStatus>
public class GossipStatus$
extends scala.runtime.AbstractFunction3<UniqueAddress,VectorClock,byte[],org.apache.pekko.cluster.GossipStatus>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GossipStatus$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.GossipStatusapply(UniqueAddress from, VectorClock version, byte[] seenDigest) final StringtoString()scala.Option<scala.Tuple3<UniqueAddress,VectorClock, byte[]>> unapply(org.apache.pekko.cluster.GossipStatus 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
-
GossipStatus$
public GossipStatus$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<UniqueAddress,VectorClock, byte[], org.apache.pekko.cluster.GossipStatus> - Overrides:
toStringin classscala.runtime.AbstractFunction3<UniqueAddress,VectorClock, byte[], org.apache.pekko.cluster.GossipStatus>
-
apply
public org.apache.pekko.cluster.GossipStatus apply(UniqueAddress from, VectorClock version, byte[] seenDigest) - Specified by:
applyin interfacescala.Function3<UniqueAddress,VectorClock, byte[], org.apache.pekko.cluster.GossipStatus>
-
unapply
public scala.Option<scala.Tuple3<UniqueAddress,VectorClock, unapplybyte[]>> (org.apache.pekko.cluster.GossipStatus x$0)
-