Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkManagementStrategy
-
Packages that use AdaptivePoolingAllocator.ChunkManagementStrategy 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.ChunkManagementStrategy in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkManagementStrategy Modifier and Type Class Description private static classAdaptivePoolingAllocator.BuddyChunkManagementStrategyprivate static classAdaptivePoolingAllocator.SizeClassChunkManagementStrategyFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkManagementStrategy Modifier and Type Field Description private AdaptivePoolingAllocator.ChunkManagementStrategyAdaptivePoolingAllocator.MagazineGroup. chunkManagementStrategyConstructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkManagementStrategy Constructor Description MagazineGroup(AdaptivePoolingAllocator allocator, AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.ChunkManagementStrategy chunkManagementStrategy, boolean isThreadLocal)
-