Package com.hazelcast.wan
Class WanEventCounters.DistributedObjectWanEventCounters
- java.lang.Object
-
- com.hazelcast.wan.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 eventslong
getRemoveCount()
Returns the number of entry remove eventslong
getSyncCount()
Returns the number of entry sync eventslong
getUpdateCount()
Returns the number of entry update events
-
-
-
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
-
-