com.hazelcast.jmx
public class SetMBean extends HazelcastMBean<ISet>
ISetattributeMap, 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, setObjectNameprotected 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 MBeanRegistrationpreDeregister in class HazelcastMBean<ISet>ExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.