Class QOSFCFSQueue<T extends QOSBasedRequestRunnable>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    SimpleQueue<T>

    public class QOSFCFSQueue<T extends QOSBasedRequestRunnable>
    extends java.lang.Object
    implements SimpleQueue<T>
    Simple wrapper over a ConcurrentLinkedQueue to expose FCFS Queue operations.
    • Constructor Summary

      Constructors 
      Constructor Description
      QOSFCFSQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(T e)  
      boolean isEmpty()
      Checks if queue is empty.
      T poll()  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait