akka.cluster
Class GossipStats

java.lang.Object
  extended by akka.cluster.GossipStats
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class GossipStats
extends java.lang.Object
implements scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Constructor Summary
GossipStats(long receivedGossipCount, long mergeCount, long sameCount, long newerCount, long olderCount)
           
 
Method Summary
 GossipStats incrementMergeCount()
           
 GossipStats incrementNewerCount()
           
 GossipStats incrementOlderCount()
           
 GossipStats incrementSameCount()
           
 long mergeCount()
           
 long newerCount()
           
 long olderCount()
           
 long receivedGossipCount()
           
 long sameCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

GossipStats

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

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()