Package com.hazelcast.wan
Class WanEventCounters.DistributedObjectWanEventCounters
java.lang.Object
com.hazelcast.wan.WanEventCounters.DistributedObjectWanEventCounters
- Enclosing class:
- WanEventCounters
Counters for WAN events for a single map or cache.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the number of dropped entry eventslong
Returns the number of entry remove eventslong
Returns the number of entry sync eventslong
Returns the number of entry update events
-
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
-