Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.Magazine
Packages that use AdaptivePoolingAllocator.Magazine
Package
Description
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.MagazineModifier and TypeFieldDescriptionprotected AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.Chunk.magazineprivate AdaptivePoolingAllocator.Magazine[]AdaptivePoolingAllocator.MagazineGroup.magazinesprivate final AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.MagazineGroup.threadLocalMagazineFields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.MagazineModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<AdaptivePoolingAllocator.Magazine, AdaptivePoolingAllocator.Chunk> AdaptivePoolingAllocator.Magazine.NEXT_IN_LINEMethods in io.netty.buffer that return AdaptivePoolingAllocator.MagazineModifier and TypeMethodDescription(package private) AdaptivePoolingAllocator.MagazineAdaptivePoolingAllocator.Chunk.currentMagazine()AdaptivePoolingAllocator.getFallbackMagazine(Thread currentThread) Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineModifier and TypeMethodDescription(package private) voidAdaptivePoolingAllocator.Chunk.attachToMagazine(AdaptivePoolingAllocator.Magazine magazine) AdaptivePoolingAllocator.BuddyChunkController.newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine) AdaptivePoolingAllocator.ChunkController.newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine) Allocate a newAdaptivePoolingAllocator.Chunkfor the givenAdaptivePoolingAllocator.Magazine.AdaptivePoolingAllocator.SizeClassChunkController.newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine) Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineModifierConstructorDescription(package private)BuddyChunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine) (package private)Chunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine) (package private)SizeClassedChunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, AdaptivePoolingAllocator.SizeClassChunkController controller)