Class ThreadLocalQueueStatisticsImpl
java.lang.Object
org.exoplatform.commons.notification.stat.ThreadLocalQueueStatisticsImpl
- All Implemented Interfaces:
Serializable,org.exoplatform.commons.api.notification.stat.QueueStatistics
public class ThreadLocalQueueStatisticsImpl
extends Object
implements org.exoplatform.commons.api.notification.stat.QueueStatistics
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Oct 11, 2013
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadLocalQueueStatisticsImpl
public ThreadLocalQueueStatisticsImpl()
-
-
Method Details
-
getPollCount
public long getPollCount()- Specified by:
getPollCountin interfaceorg.exoplatform.commons.api.notification.stat.QueueStatistics
-
getPutCount
public long getPutCount()- Specified by:
getPutCountin interfaceorg.exoplatform.commons.api.notification.stat.QueueStatistics
-
incrementPollCount
public void incrementPollCount()- Specified by:
incrementPollCountin interfaceorg.exoplatform.commons.api.notification.stat.QueueStatistics
-
incrementPutCount
public void incrementPutCount()- Specified by:
incrementPutCountin interfaceorg.exoplatform.commons.api.notification.stat.QueueStatistics
-
toString
-