Package akka.cluster

Class GossipStats

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Serializable

    public final class GossipStats
    extends java.lang.Object
    implements scala.Product, scala.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Constructor Detail

      • GossipStats

        public GossipStats​(long receivedGossipCount,
                           long mergeCount,
                           long sameCount,
                           long newerCount,
                           long olderCount)
    • Method Detail

      • $lessinit$greater$default$1

        public static long $lessinit$greater$default$1()
      • $lessinit$greater$default$2

        public static long $lessinit$greater$default$2()
      • $lessinit$greater$default$3

        public static long $lessinit$greater$default$3()
      • $lessinit$greater$default$4

        public static long $lessinit$greater$default$4()
      • $lessinit$greater$default$5

        public static long $lessinit$greater$default$5()
      • apply

        public static GossipStats apply​(long receivedGossipCount,
                                        long mergeCount,
                                        long sameCount,
                                        long newerCount,
                                        long olderCount)
      • apply$default$1

        public static long apply$default$1()
      • apply$default$2

        public static long apply$default$2()
      • apply$default$3

        public static long apply$default$3()
      • apply$default$4

        public static long apply$default$4()
      • apply$default$5

        public static long apply$default$5()
      • unapply

        public static scala.Option<scala.Tuple5<java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(GossipStats x$0)
      • receivedGossipCount

        public long receivedGossipCount()
      • mergeCount

        public long mergeCount()
      • sameCount

        public long sameCount()
      • newerCount

        public long newerCount()
      • olderCount

        public long olderCount()
      • incrementMergeCount

        public GossipStats incrementMergeCount()
      • incrementSameCount

        public GossipStats incrementSameCount()
      • incrementNewerCount

        public GossipStats incrementNewerCount()
      • incrementOlderCount

        public GossipStats incrementOlderCount()
      • copy

        public GossipStats copy​(long receivedGossipCount,
                                long mergeCount,
                                long sameCount,
                                long newerCount,
                                long olderCount)
      • copy$default$1

        public long copy$default$1()
      • copy$default$2

        public long copy$default$2()
      • copy$default$3

        public long copy$default$3()
      • copy$default$4

        public long copy$default$4()
      • copy$default$5

        public long copy$default$5()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object