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>
- Author:
- ali 2/11/13
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
clear
public void clear()
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()
values
public String values(String query)
entrySet
public String entrySet(String query)
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.