Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.Magazine
-
Packages that use AdaptivePoolingAllocator.Magazine 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.Magazine in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.Magazine Modifier and Type Field Description (package private) AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.Chunk. magazineprivate AdaptivePoolingAllocator.Magazine[]AdaptivePoolingAllocator. magazinesFields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.Magazine Modifier and Type Field Description private java.util.Set<AdaptivePoolingAllocator.Magazine>AdaptivePoolingAllocator. liveCachedMagazinesprivate static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<AdaptivePoolingAllocator.Magazine,AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.Magazine. NEXT_IN_LINEMethods in io.netty.buffer that return AdaptivePoolingAllocator.Magazine Modifier and Type Method Description private AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator. getFallbackMagazine(java.lang.Thread currentThread)Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.Magazine Constructor Description Chunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, boolean pooled)
-