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 TypeMethodDescriptionlongReturns the number of dropped entry eventslongReturns the number of entry remove eventslongReturns the number of entry sync eventslongReturns 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 
 -