Interface QueueStatistics
- All Superinterfaces:
Serializable
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Oct 11, 2013
-
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidvoid
-
Method Details
-
getPollCount
long getPollCount() -
getPutCount
long getPutCount() -
incrementPollCount
void incrementPollCount() -
incrementPutCount
void incrementPutCount()
-