Uses of Class
io.netty.buffer.AdaptivePoolingAllocator
-
Packages that use AdaptivePoolingAllocator 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 in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator Modifier and Type Field Description private AdaptivePoolingAllocatorAdaptivePoolingAllocator.Chunk. allocatorprivate AdaptivePoolingAllocatorAdaptivePoolingAllocator.MagazineGroup. allocatorMethods in io.netty.buffer with parameters of type AdaptivePoolingAllocator Modifier and Type Method Description private static AdaptivePoolingAllocator.MagazineGroup[]AdaptivePoolingAllocator. createMagazineGroupSizeClasses(AdaptivePoolingAllocator allocator, boolean isThreadLocal)Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator Constructor Description MagazineGroup(AdaptivePoolingAllocator allocator, AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.ChunkManagementStrategy chunkManagementStrategy, boolean isThreadLocal)
-