Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.SizeClassedChunk
-
Packages that use AdaptivePoolingAllocator.SizeClassedChunk Package Description io.netty.buffer 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.SizeClassedChunk Modifier and Type Field Description private java.util.Queue<AdaptivePoolingAllocator.SizeClassedChunk>AdaptivePoolingAllocator.ConcurrentQueueChunkCache. queueprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AdaptivePoolingAllocator.SizeClassedChunk>AdaptivePoolingAllocator.SizeClassedChunk. STATEMethods in io.netty.buffer that return AdaptivePoolingAllocator.SizeClassedChunk Modifier and Type Method Description AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.ConcurrentQueueChunkCache. pollChunk(int size)Methods in io.netty.buffer that return types with arguments of type AdaptivePoolingAllocator.SizeClassedChunk Modifier and Type Method Description private static java.util.Queue<AdaptivePoolingAllocator.SizeClassedChunk>AdaptivePoolingAllocator. createSharedChunkQueue()Create a thread-safe multi-producer, multi-consumer queue to hold chunks that spill over from the internal Magazines.
-