public final class GossipStats
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
GossipStats(long receivedGossipCount,
long mergeCount,
long sameCount,
long newerCount,
long olderCount) |
Modifier and Type | Method and Description |
---|---|
GossipStats |
incrementMergeCount() |
GossipStats |
incrementNewerCount() |
GossipStats |
incrementOlderCount() |
GossipStats |
incrementSameCount() |
long |
mergeCount() |
long |
newerCount() |
long |
olderCount() |
long |
receivedGossipCount() |
long |
sameCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GossipStats(long receivedGossipCount, long mergeCount, long sameCount, long newerCount, long olderCount)
public long receivedGossipCount()
public long mergeCount()
public long sameCount()
public long newerCount()
public long olderCount()
public GossipStats incrementMergeCount()
public GossipStats incrementSameCount()
public GossipStats incrementNewerCount()
public GossipStats incrementOlderCount()