com.hazelcast.jmx
public class SetMBean extends HazelcastMBean<ISet>
ISet
attributeMap, operationMap
Modifier | Constructor and Description |
---|---|
protected |
SetMBean(ISet managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getName() |
String |
getPartitionKey() |
long |
getTotalAddedItemCount() |
long |
getTotalRemovedItemCount() |
void |
preDeregister() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName
protected SetMBean(ISet managedObject, ManagementService service)
public void clear()
public String getName()
public String getPartitionKey()
public long getTotalAddedItemCount()
public long getTotalRemovedItemCount()
public void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
preDeregister
in class HazelcastMBean<ISet>
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.