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 protected AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.Chunk. magazineprivate AdaptivePoolingAllocator.Magazine[]AdaptivePoolingAllocator.MagazineGroup. magazinesprivate AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.MagazineGroup. threadLocalMagazineFields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.Magazine Modifier and Type Field Description private 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 (package private) AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.Chunk. currentMagazine()private AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator. getFallbackMagazine(java.lang.Thread currentThread)Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.Magazine Modifier and Type Method Description (package private) voidAdaptivePoolingAllocator.Chunk. attachToMagazine(AdaptivePoolingAllocator.Magazine magazine)AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.BuddyChunkController. newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine)AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.ChunkController. newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine)Allocate a newAdaptivePoolingAllocator.Chunkfor the givenAdaptivePoolingAllocator.Magazine.AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.SizeClassChunkController. newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine)Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.Magazine Constructor Description BuddyChunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine)Chunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine)SizeClassedChunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, AdaptivePoolingAllocator.SizeClassChunkController controller)
-