com.hazelcast.jmx
Class QueueMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<IQueue>
com.hazelcast.jmx.QueueMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class QueueMBean
- extends HazelcastMBean<IQueue>
Management bean for IQueue
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 |
QueueMBean
protected QueueMBean(IQueue managedObject,
ManagementService service)
getLocalOwnedItemCount
public long getLocalOwnedItemCount()
getLocalBackupItemCount
public long getLocalBackupItemCount()
getLocalMinAge
public long getLocalMinAge()
getLocalMaxAge
public long getLocalMaxAge()
getLocalAvgAge
public long getLocalAvgAge()
getLocalOfferOperationCount
public long getLocalOfferOperationCount()
getLocalRejectedOfferOperationCount
public long getLocalRejectedOfferOperationCount()
getLocalPollOperationCount
public long getLocalPollOperationCount()
getLocalEmptyPollOperationCount
public long getLocalEmptyPollOperationCount()
getLocalOtherOperationsCount
public long getLocalOtherOperationsCount()
getLocalEventOperationCount
public long getLocalEventOperationCount()
getName
public String getName()
getPartitionKey
public String getPartitionKey()
getConfig
public String getConfig()
clear
public void clear()
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<IQueue>
- Throws:
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.