Package akka.cluster

Class GossipStatus$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<UniqueAddress,​VectorClock,​byte[],​akka.cluster.GossipStatus>

    public class GossipStatus$
    extends scala.runtime.AbstractFunction3<UniqueAddress,​VectorClock,​byte[],​akka.cluster.GossipStatus>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GossipStatus$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      GossipStatus$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.cluster.GossipStatus apply​(UniqueAddress from, VectorClock version, byte[] seenDigest)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<UniqueAddress,​VectorClock,​byte[]>> unapply​(akka.cluster.GossipStatus x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • GossipStatus$

        public GossipStatus$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<UniqueAddress,​VectorClock,​byte[],​akka.cluster.GossipStatus>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<UniqueAddress,​VectorClock,​byte[],​akka.cluster.GossipStatus>
      • unapply

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