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>
Management bean for ISet
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 |
SetMBean
protected SetMBean(ISet managedObject,
ManagementService service)
clear
public void clear()
getName
public String getName()
getPartitionKey
public String getPartitionKey()
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 © 2015 Hazelcast, Inc.. All Rights Reserved.