Uses of Class
io.netty.buffer.AdaptivePoolingAllocator
Packages that use AdaptivePoolingAllocator
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of AdaptivePoolingAllocator in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocatorModifier and TypeFieldDescriptionprivate final AdaptivePoolingAllocatorAdaptivePoolingAllocator.Chunk.allocatorprivate final AdaptivePoolingAllocatorAdaptivePoolingAllocator.MagazineGroup.allocatorMethods in io.netty.buffer with parameters of type AdaptivePoolingAllocatorModifier and TypeMethodDescriptionprivate static AdaptivePoolingAllocator.MagazineGroup[]AdaptivePoolingAllocator.createMagazineGroupSizeClasses(AdaptivePoolingAllocator allocator, boolean isThreadLocal) Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocatorModifierConstructorDescription(package private)MagazineGroup(AdaptivePoolingAllocator allocator, AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.ChunkManagementStrategy chunkManagementStrategy, boolean isThreadLocal)