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() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, 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()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.