Interface QueueStatistics

All Superinterfaces:
Serializable

public interface QueueStatistics extends Serializable
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 11, 2013
  • Method Details

    • getPollCount

      long getPollCount()
    • getPutCount

      long getPutCount()
    • incrementPollCount

      void incrementPollCount()
    • incrementPutCount

      void incrementPutCount()