|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalQueueOperationStats
Local Queue Operation Statistics returns number of queue operations in bounded period. The period has start and end times. Given the number of operations in that period, one can calculate the number of operations per second.
Method Summary | |
---|---|
long |
getNumberOfEmptyPolls()
Returns number of null returning poll operations. |
long |
getNumberOfOffers()
Returns the number of offer/put/add operations. |
long |
getNumberOfPolls()
Returns the number of poll/take/remove operations. |
long |
getNumberOfRejectedOffers()
Returns the number of rejected offers. |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats |
---|
getPeriodEnd, getPeriodStart |
Methods inherited from interface com.hazelcast.nio.DataSerializable |
---|
readData, writeData |
Method Detail |
---|
long getNumberOfOffers()
long getNumberOfRejectedOffers()
long getNumberOfPolls()
long getNumberOfEmptyPolls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |