|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalQueueStats
Local queue statistics.
| Method Summary | |
|---|---|
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 max age of the items in this member. |
long |
getMinAge()
Returns the min 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. |
| Methods inherited from interface com.hazelcast.monitor.LocalInstanceStats |
|---|
getCreationTime |
| Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable |
|---|
readData, writeData |
| Method Detail |
|---|
long getOwnedItemCount()
long getBackupItemCount()
long getMinAge()
long getMaxAge()
long getAvgAge()
long getOfferOperationCount()
long getRejectedOfferOperationCount()
long getPollOperationCount()
long getEmptyPollOperationCount()
long getOtherOperationsCount()
long getEventOperationCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||