Uses of Interface
io.netty.util.concurrent.MpscIntQueue
Packages that use MpscIntQueue
-
Uses of MpscIntQueue in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement MpscIntQueueModifier and TypeClassDescriptionstatic final classThis implementation is based on MpscAtomicUnpaddedArrayQueue from JCTools.Methods in io.netty.util.concurrent that return MpscIntQueueModifier and TypeMethodDescriptionstatic MpscIntQueueMpscIntQueue.create(int size, int emptyValue) Create a new queue instance of the given size.