Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.MagazineGroup
-
Packages that use AdaptivePoolingAllocator.MagazineGroup 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.MagazineGroup in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.MagazineGroup Modifier and Type Field Description private AdaptivePoolingAllocator.MagazineGroupAdaptivePoolingAllocator.Magazine. groupprivate AdaptivePoolingAllocator.MagazineGroupAdaptivePoolingAllocator. largeBufferMagazineGroupprivate AdaptivePoolingAllocator.MagazineGroup[]AdaptivePoolingAllocator. sizeClassedMagazineGroupsMethods in io.netty.buffer that return AdaptivePoolingAllocator.MagazineGroup Modifier and Type Method Description private static AdaptivePoolingAllocator.MagazineGroup[]AdaptivePoolingAllocator. createMagazineGroupSizeClasses(AdaptivePoolingAllocator allocator, boolean isThreadLocal)Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineGroup Modifier and Type Method Description AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.BuddyChunkManagementStrategy. createController(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.ChunkManagementStrategy. createController(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.SizeClassChunkManagementStrategy. createController(AdaptivePoolingAllocator.MagazineGroup group)Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineGroup Constructor Description BuddyChunkController(AdaptivePoolingAllocator.MagazineGroup group, java.util.concurrent.atomic.AtomicInteger maxChunkSize)Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, AdaptivePoolingAllocator.ChunkController chunkController)SizeClassChunkController(AdaptivePoolingAllocator.MagazineGroup group, int segmentSize, int chunkSize)
-