Uses of Interface
io.netty.util.concurrent.MpscIntQueue
-
Packages that use MpscIntQueue Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of MpscIntQueue in io.netty.buffer
Fields in io.netty.buffer declared as MpscIntQueue Modifier and Type Field Description private MpscIntQueueAdaptivePoolingAllocator.SizeClassedChunk. externalFreeListprivate MpscIntQueueAdaptivePoolingAllocator.BuddyChunk. freeListMethods in io.netty.buffer that return MpscIntQueue Modifier and Type Method Description private MpscIntQueueAdaptivePoolingAllocator.SizeClassChunkController. createEmptyFreeList()private MpscIntQueueAdaptivePoolingAllocator.SizeClassChunkController. createFreeList() -
Uses of MpscIntQueue in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement MpscIntQueue Modifier and Type Class Description classMpscAtomicIntegerArrayQueueThis implementation is based on MpscAtomicUnpaddedArrayQueue from JCTools.
-