public interface LocalQueueStats extends LocalInstanceStats
STAT_NOT_AVAILABLE| Modifier and Type | Method and Description | 
|---|---|
| long | getAvgAge()Returns the average age of the items in this member. | 
| long | getBackupItemCount()Returns the number of backup items in this member. | 
| long | getEmptyPollOperationCount()Returns number of null returning poll operations. | 
| long | getEventOperationCount()Returns number of event operations | 
| long | getMaxAge()Returns the maximum age of the items in this member. | 
| long | getMinAge()Returns the minimum age of the items in this member. | 
| long | getOfferOperationCount()Returns the number of offer/put/add operations. | 
| long | getOtherOperationsCount()Returns number of other operations | 
| long | getOwnedItemCount()Returns the number of owned items in this member. | 
| long | getPollOperationCount()Returns the number of poll/take/remove operations. | 
| long | getRejectedOfferOperationCount()Returns the number of rejected offers. | 
getCreationTimefromJson, toJsonlong getOwnedItemCount()
long getBackupItemCount()
long getMinAge()
long getMaxAge()
long getAvgAge()
long getOfferOperationCount()
long getRejectedOfferOperationCount()
long getPollOperationCount()
long getEmptyPollOperationCount()
long getOtherOperationsCount()
long getEventOperationCount()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.