Interface QueueStatistics
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidvoid
-
Method Details
-
getPollCount
long getPollCount() -
getPutCount
long getPutCount() -
incrementPollCount
void incrementPollCount() -
incrementPutCount
void incrementPutCount()
-