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