Class WanEventCounters.DistributedObjectWanEventCounters

  • Enclosing class:
    WanEventCounters

    public static final class WanEventCounters.DistributedObjectWanEventCounters
    extends java.lang.Object
    Counters for WAN events for a single map or cache.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDroppedCount()
      Returns the number of dropped entry events
      long getRemoveCount()
      Returns the number of entry remove events
      long getSyncCount()
      Returns the number of entry sync events
      long getUpdateCount()
      Returns the number of entry update events
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDroppedCount

        public long getDroppedCount()
        Returns the number of dropped entry events
      • getSyncCount

        public long getSyncCount()
        Returns the number of entry sync events
      • getUpdateCount

        public long getUpdateCount()
        Returns the number of entry update events
      • getRemoveCount

        public long getRemoveCount()
        Returns the number of entry remove events