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 Details

    • MODULE$

      public static final GossipStatus$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • GossipStatus$

      public GossipStatus$()
  • Method Details

    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function3<UniqueAddress,VectorClock,byte[],org.apache.pekko.cluster.GossipStatus>
      Overrides:
      toString in class scala.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:
      apply in interface scala.Function3<UniqueAddress,VectorClock,byte[],org.apache.pekko.cluster.GossipStatus>
    • unapply

      public scala.Option<scala.Tuple3<UniqueAddress,VectorClock,byte[]>> unapply(org.apache.pekko.cluster.GossipStatus x$0)