Package com.hazelcast.replicatedmap
Interface LocalReplicatedMapStats
- All Superinterfaces:
com.hazelcast.instance.LocalInstanceStats
,LocalMapStats
Local replicated map statistics to be used by
MemberState
implementations.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Increments the number ofReplicatedMap.entrySet()
calls.default void
Increments the number ofReplicatedMap.values()
calls.Methods inherited from interface com.hazelcast.map.LocalMapStats
getBackupCount, getBackupEntryCount, getBackupEntryMemoryCost, getCreationTime, getDirtyEntryCount, getEntrySetCallsCount, getEventOperationCount, getEvictionCount, getExpirationCount, getGetOperationCount, getHeapCost, getHits, getIndexedQueryCount, getIndexStats, getLastAccessTime, getLastUpdateTime, getLockedEntryCount, getMaxGetLatency, getMaxPutLatency, getMaxRemoveLatency, getMaxSetLatency, getMerkleTreesCost, getNearCacheStats, getOtherOperationCount, getOwnedEntryCount, getOwnedEntryMemoryCost, getPutOperationCount, getQueryCount, getQueryResultSizeExceededCount, getRemoveOperationCount, getReplicationStats, getSetOperationCount, getTotalGetLatency, getTotalPutLatency, getTotalRemoveLatency, getTotalSetLatency, getValuesCallsCount, incrementQueryResultSizeExceededCount, total
-
Method Details
-
incrementValuesCallCount
default void incrementValuesCallCount()Increments the number ofReplicatedMap.values()
calls. -
incrementEntrySetCallCount
default void incrementEntrySetCallCount()Increments the number ofReplicatedMap.entrySet()
calls.
-