com.hazelcast.jmx
Class MultiMapMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<MultiMap>
com.hazelcast.jmx.MultiMapMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class MultiMapMBean
- extends HazelcastMBean<MultiMap>
Management bean for MultiMap
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiMapMBean
protected MultiMapMBean(MultiMap managedObject,
ManagementService service)
getLocalOwnedEntryCount
public long getLocalOwnedEntryCount()
getLocalBackupEntryCount
public long getLocalBackupEntryCount()
getLocalBackupCount
public int getLocalBackupCount()
getLocalOwnedEntryMemoryCost
public long getLocalOwnedEntryMemoryCost()
getLocalBackupEntryMemoryCost
public long getLocalBackupEntryMemoryCost()
getLocalCreationTime
public long getLocalCreationTime()
getLocalLastAccessTime
public long getLocalLastAccessTime()
getLocalLastUpdateTime
public long getLocalLastUpdateTime()
getLocalHits
public long getLocalHits()
getLocalLockedEntryCount
public long getLocalLockedEntryCount()
getLocalDirtyEntryCount
public long getLocalDirtyEntryCount()
getLocalPutOperationCount
public long getLocalPutOperationCount()
getLocalGetOperationCount
public long getLocalGetOperationCount()
getLocalRemoveOperationCount
public long getLocalRemoveOperationCount()
getLocalTotalPutLatency
public long getLocalTotalPutLatency()
getLocalTotalGetLatency
public long getLocalTotalGetLatency()
getLocalTotalRemoveLatency
public long getLocalTotalRemoveLatency()
getLocalMaxPutLatency
public long getLocalMaxPutLatency()
getLocalMaxGetLatency
public long getLocalMaxGetLatency()
getMaxRemoveLatency
public long getMaxRemoveLatency()
getLocalEventOperationCount
public long getLocalEventOperationCount()
getLocalOtherOperationCount
public long getLocalOtherOperationCount()
localTotal
public long localTotal()
getName
public String getName()
clear
public void clear()
getSize
public int getSize()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.