Class PlatformDependent.Mpsc

java.lang.Object
io.netty.util.internal.PlatformDependent.Mpsc
Enclosing class:
PlatformDependent

private static final class PlatformDependent.Mpsc extends Object
  • Field Details

    • USE_MPSC_CHUNKED_ARRAY_QUEUE

      private static final boolean USE_MPSC_CHUNKED_ARRAY_QUEUE
  • Constructor Details

    • Mpsc

      private Mpsc()
  • Method Details

    • newMpscQueue

      static <T> Queue<T> newMpscQueue(int maxCapacity)
    • newChunkedMpscQueue

      static <T> Queue<T> newChunkedMpscQueue(int chunkSize, int capacity)
    • newMpscQueue

      static <T> Queue<T> newMpscQueue()