public class QueueMBean extends HazelcastMBean<IQueue>
IQueue
attributeMap, operationMap
Modifier | Constructor and Description |
---|---|
protected |
QueueMBean(IQueue managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getConfig() |
long |
getLocalAvgAge() |
long |
getLocalBackupItemCount() |
long |
getLocalEmptyPollOperationCount() |
long |
getLocalEventOperationCount() |
long |
getLocalMaxAge() |
long |
getLocalMinAge() |
long |
getLocalOfferOperationCount() |
long |
getLocalOtherOperationsCount() |
long |
getLocalOwnedItemCount() |
long |
getLocalPollOperationCount() |
long |
getLocalRejectedOfferOperationCount() |
String |
getName() |
String |
getPartitionKey() |
long |
getTotalAddedItemCount() |
long |
getTotalRemovedItemCount() |
void |
preDeregister() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName
protected QueueMBean(IQueue managedObject, ManagementService service)
public long getLocalOwnedItemCount()
public long getLocalBackupItemCount()
public long getLocalMinAge()
public long getLocalMaxAge()
public long getLocalAvgAge()
public long getLocalOfferOperationCount()
public long getLocalRejectedOfferOperationCount()
public long getLocalPollOperationCount()
public long getLocalEmptyPollOperationCount()
public long getLocalOtherOperationsCount()
public long getLocalEventOperationCount()
public String getName()
public String getPartitionKey()
public String getConfig()
public void clear()
public long getTotalAddedItemCount()
public long getTotalRemovedItemCount()
public void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
preDeregister
in class HazelcastMBean<IQueue>
Exception
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.