Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.MagazineGroup
Packages that use AdaptivePoolingAllocator.MagazineGroup
Package
Description
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.MagazineGroupModifier and TypeFieldDescriptionprivate final AdaptivePoolingAllocator.MagazineGroupAdaptivePoolingAllocator.Magazine.groupprivate final AdaptivePoolingAllocator.MagazineGroupAdaptivePoolingAllocator.largeBufferMagazineGroupprivate final AdaptivePoolingAllocator.MagazineGroup[]AdaptivePoolingAllocator.sizeClassedMagazineGroupsMethods in io.netty.buffer that return AdaptivePoolingAllocator.MagazineGroupModifier and TypeMethodDescriptionprivate static AdaptivePoolingAllocator.MagazineGroup[]AdaptivePoolingAllocator.createMagazineGroupSizeClasses(AdaptivePoolingAllocator allocator, boolean isThreadLocal) Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineGroupModifier and TypeMethodDescriptionAdaptivePoolingAllocator.BuddyChunkManagementStrategy.createController(AdaptivePoolingAllocator.MagazineGroup group) AdaptivePoolingAllocator.ChunkManagementStrategy.createController(AdaptivePoolingAllocator.MagazineGroup group) AdaptivePoolingAllocator.SizeClassChunkManagementStrategy.createController(AdaptivePoolingAllocator.MagazineGroup group) Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineGroupModifierConstructorDescription(package private)BuddyChunkController(AdaptivePoolingAllocator.MagazineGroup group, AtomicInteger maxChunkSize) (package private)Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, AdaptivePoolingAllocator.ChunkController chunkController) privateSizeClassChunkController(AdaptivePoolingAllocator.MagazineGroup group, int segmentSize, int chunkSize)