com.hazelcast.jmx
Class SetMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ISet>
com.hazelcast.jmx.SetMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class SetMBean
- extends HazelcastMBean<ISet>
- Author:
- ali 2/11/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetMBean
protected SetMBean(ISet managedObject,
ManagementService service)
clear
public void clear()
getName
public String getName()
getTotalAddedItemCount
public long getTotalAddedItemCount()
getTotalRemovedItemCount
public long getTotalRemovedItemCount()
preDeregister
public void preDeregister()
throws Exception
- Specified by:
preDeregister
in interface MBeanRegistration
- Overrides:
preDeregister
in class HazelcastMBean<ISet>
- Throws:
Exception
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.