Class PlatformDependent.Mpsc

  • Enclosing class:
    PlatformDependent

    private static final class PlatformDependent.Mpsc
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Mpsc()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <T> java.util.Queue<T> newMpscQueue()  
      (package private) static <T> java.util.Queue<T> newMpscQueue​(int maxCapacity)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • USE_MPSC_CHUNKED_ARRAY_QUEUE

        private static final boolean USE_MPSC_CHUNKED_ARRAY_QUEUE
    • Constructor Detail

      • Mpsc

        private Mpsc()
    • Method Detail

      • newMpscQueue

        static <T> java.util.Queue<T> newMpscQueue​(int maxCapacity)
      • newMpscQueue

        static <T> java.util.Queue<T> newMpscQueue()