com.hazelcast.jmx
Class MapMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<IMap>
com.hazelcast.jmx.MapMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class MapMBean
- extends HazelcastMBean<IMap>
Management bean for IMap
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapMBean
protected MapMBean(IMap managedObject,
ManagementService service)
preDeregister
public void preDeregister()
throws Exception
- Specified by:
preDeregister
in interface MBeanRegistration
- Overrides:
preDeregister
in class HazelcastMBean<IMap>
- Throws:
Exception
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()
localHeapCost
public long localHeapCost()
getName
public String getName()
getSize
public int getSize()
getConfig
public String getConfig()
getTotalAddedEntryCount
public long getTotalAddedEntryCount()
getTotalRemovedEntryCount
public long getTotalRemovedEntryCount()
getTotalUpdatedEntryCount
public long getTotalUpdatedEntryCount()
getTotalEvictedEntryCount
public long getTotalEvictedEntryCount()
clear
public void clear()
values
public String values(String query)
entrySet
public String entrySet(String query)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.