Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.SizeClassedChunk
Packages that use AdaptivePoolingAllocator.SizeClassedChunk
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of AdaptivePoolingAllocator.SizeClassedChunk in io.netty.buffer
Fields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.SizeClassedChunkModifier and TypeFieldDescriptionprivate final Queue<AdaptivePoolingAllocator.SizeClassedChunk> AdaptivePoolingAllocator.ConcurrentQueueChunkCache.queueprivate static final AtomicIntegerFieldUpdater<AdaptivePoolingAllocator.SizeClassedChunk> AdaptivePoolingAllocator.SizeClassedChunk.STATEMethods in io.netty.buffer that return AdaptivePoolingAllocator.SizeClassedChunkModifier and TypeMethodDescriptionAdaptivePoolingAllocator.ConcurrentQueueChunkCache.pollChunk(int size) Methods in io.netty.buffer that return types with arguments of type AdaptivePoolingAllocator.SizeClassedChunkModifier and TypeMethodDescriptionprivate static Queue<AdaptivePoolingAllocator.SizeClassedChunk> AdaptivePoolingAllocator.createSharedChunkQueue()Create a thread-safe multi-producer, multi-consumer queue to hold chunks that spill over from the internal Magazines.