com.hazelcast.jmx
Class MapMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<IMap>
      extended by com.hazelcast.jmx.MapMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class MapMBean
extends HazelcastMBean<IMap>

Author:
ali 2/11/13

Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected MapMBean(IMap managedObject, ManagementService service)
           
 
Method Summary
 void clear()
           
 String entrySet(String query)
           
 String getConfig()
           
 String getName()
           
 int getSize()
           
 long getTotalAddedEntryCount()
           
 long getTotalEvictedEntryCount()
           
 long getTotalRemovedEntryCount()
           
 long getTotalUpdatedEntryCount()
           
 void preDeregister()
           
 String values(String query)
           
 
Methods inherited from class com.hazelcast.jmx.HazelcastMBean
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, setAttribute, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapMBean

protected MapMBean(IMap managedObject,
                   ManagementService service)
Method Detail

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.