|
||||||||||
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. |
long |
getPeriodEnd()
Gets the end time of the period in milliseconds. |
long |
getPeriodStart()
Gets the start time of the period in milliseconds. |
Methods inherited from interface com.hazelcast.nio.DataSerializable |
---|
readData, writeData |
Method Detail |
---|
long getPeriodStart()
long getPeriodEnd()
long getNumberOfOffers()
long getNumberOfRejectedOffers()
long getNumberOfPolls()
long getNumberOfEmptyPolls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |