com.hazelcast.monitor.impl
Class LocalMultiMapStatsImpl

java.lang.Object
  extended by com.hazelcast.monitor.impl.LocalMapStatsImpl
      extended by com.hazelcast.monitor.impl.LocalMultiMapStatsImpl
All Implemented Interfaces:
JsonSerializable, LocalInstanceStats, LocalMapStats, LocalMultiMapStats

public class LocalMultiMapStatsImpl
extends LocalMapStatsImpl
implements LocalMultiMapStats


Field Summary
 
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats
STAT_NOT_AVAILABLE
 
Constructor Summary
LocalMultiMapStatsImpl()
           
 
Method Summary
 
Methods inherited from class com.hazelcast.monitor.impl.LocalMapStatsImpl
fromJson, getBackupCount, getBackupEntryCount, getBackupEntryMemoryCost, getCreationTime, getDirtyEntryCount, getEventOperationCount, getGetOperationCount, getHeapCost, getHits, getLastAccessTime, getLastUpdateTime, getLockedEntryCount, getMaxGetLatency, getMaxPutLatency, getMaxRemoveLatency, getNearCacheStats, getOtherOperationCount, getOwnedEntryCount, getOwnedEntryMemoryCost, getPutOperationCount, getRemoveOperationCount, getTotalGetLatency, getTotalPutLatency, getTotalRemoveLatency, incrementGets, incrementOtherOperations, incrementPuts, incrementReceivedEvents, incrementRemoves, setBackupCount, setBackupEntryCount, setBackupEntryMemoryCost, setDirtyEntryCount, setHeapCost, setHits, setLastAccessTime, setLastUpdateTime, setLockedEntryCount, setNearCacheStats, setOwnedEntryCount, setOwnedEntryMemoryCost, toJson, toString, total
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

LocalMultiMapStatsImpl

public LocalMultiMapStatsImpl()


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