Class WanEventCounters.DistributedObjectWanEventCounters

java.lang.Object
com.hazelcast.wan.WanEventCounters.DistributedObjectWanEventCounters
Enclosing class:
WanEventCounters

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

    • 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