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.HistogramChunkController. groupprivate 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.ChunkControllerFactory. create(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.HistogramChunkControllerFactory. create(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.SizeClassChunkControllerFactory. create(AdaptivePoolingAllocator.MagazineGroup group)Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineGroup Constructor Description HistogramChunkController(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable)Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, java.util.Queue<AdaptivePoolingAllocator.Chunk> sharedChunkQueue, AdaptivePoolingAllocator.ChunkController chunkController)SizeClassChunkController(AdaptivePoolingAllocator.MagazineGroup group, int segmentSize, int chunkSize, int[] segmentOffsets)
-