Class DeprecatedWorkerValueQueue<E>

  • All Implemented Interfaces:
    WorkerValueQueue<E>

    public class DeprecatedWorkerValueQueue<E>
    extends AbstractWorkerValueQueue<E>
    This class represents the WorkerValueQueue implementation before 4.2.2 and is here only for performance testing.

    Don't use it elsewhere!

    • Field Detail

      • TIME_WAIT_PUT_UNIT

        public static final java.util.concurrent.TimeUnit TIME_WAIT_PUT_UNIT
    • Constructor Detail

      • DeprecatedWorkerValueQueue

        public DeprecatedWorkerValueQueue​(int maxSize)