Package com.hazelcast.replicatedmap
Interface LocalReplicatedMapStats
-
- All Superinterfaces:
com.hazelcast.instance.LocalInstanceStats
,LocalMapStats
public interface LocalReplicatedMapStats extends LocalMapStats
Local replicated map statistics to be used byMemberState
implementations.
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.map.LocalMapStats
getBackupCount, getBackupEntryCount, getBackupEntryMemoryCost, getCreationTime, getDirtyEntryCount, getEventOperationCount, getEvictionCount, getExpirationCount, getGetOperationCount, getHeapCost, getHits, getIndexedQueryCount, getIndexStats, getLastAccessTime, getLastUpdateTime, getLockedEntryCount, getMaxGetLatency, getMaxPutLatency, getMaxRemoveLatency, getMaxSetLatency, getMerkleTreesCost, getNearCacheStats, getOtherOperationCount, getOwnedEntryCount, getOwnedEntryMemoryCost, getPutOperationCount, getQueryCount, getRemoveOperationCount, getReplicationStats, getSetOperationCount, getTotalGetLatency, getTotalPutLatency, getTotalRemoveLatency, getTotalSetLatency, total
-
-