Package io.netty.util.internal
Class PlatformDependent.Mpsc
- java.lang.Object
-
- io.netty.util.internal.PlatformDependent.Mpsc
-
- Enclosing class:
- PlatformDependent
private static final class PlatformDependent.Mpsc extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
USE_MPSC_CHUNKED_ARRAY_QUEUE
-
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>
newChunkedMpscQueue(int chunkSize, int capacity)
(package private) static <T> java.util.Queue<T>
newMpscQueue()
(package private) static <T> java.util.Queue<T>
newMpscQueue(int maxCapacity)
-