Interface QueueStatistics

All Superinterfaces:
Serializable

public interface QueueStatistics extends Serializable
  • Method Details

    • getPollCount

      long getPollCount()
    • getPutCount

      long getPutCount()
    • incrementPollCount

      void incrementPollCount()
    • incrementPutCount

      void incrementPutCount()