Uses of Interface
io.netty.util.concurrent.MpscIntQueue
-
Packages that use MpscIntQueue Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of MpscIntQueue in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement MpscIntQueue Modifier and Type Class Description static classMpscIntQueue.MpscAtomicIntegerArrayQueueThis implementation is based on MpscAtomicUnpaddedArrayQueue from JCTools.Methods in io.netty.util.concurrent that return MpscIntQueue Modifier and Type Method Description static MpscIntQueueMpscIntQueue. create(int size, int emptyValue)Create a new queue instance of the given size.
-