com.hazelcast.monitor
Interface LocalReplicatedMapStats

All Superinterfaces:
JsonSerializable, LocalInstanceStats, LocalMapStats
All Known Implementing Classes:
LocalReplicatedMapStatsImpl

public interface LocalReplicatedMapStats
extends LocalMapStats


Field Summary
 
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats
STAT_NOT_AVAILABLE
 
Method Summary
 long getReplicationEventCount()
           
 
Methods inherited from interface com.hazelcast.monitor.LocalMapStats
getBackupCount, getBackupEntryCount, getBackupEntryMemoryCost, getCreationTime, getDirtyEntryCount, getEventOperationCount, getGetOperationCount, getHeapCost, getHits, getLastAccessTime, getLastUpdateTime, getLockedEntryCount, getMaxGetLatency, getMaxPutLatency, getMaxRemoveLatency, getNearCacheStats, getOtherOperationCount, getOwnedEntryCount, getOwnedEntryMemoryCost, getPutOperationCount, getRemoveOperationCount, getTotalGetLatency, getTotalPutLatency, getTotalRemoveLatency, total
 
Methods inherited from interface com.hazelcast.management.JsonSerializable
fromJson, toJson
 

Method Detail

getReplicationEventCount

long getReplicationEventCount()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.