Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkController
-
Packages that use AdaptivePoolingAllocator.ChunkController 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.ChunkController in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkController Modifier and Type Class Description private static classAdaptivePoolingAllocator.BuddyChunkControllerprivate static classAdaptivePoolingAllocator.SizeClassChunkControllerFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkController Modifier and Type Field Description private AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.Magazine. chunkControllerMethods in io.netty.buffer that return AdaptivePoolingAllocator.ChunkController Modifier and Type Method Description AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.BuddyChunkManagementStrategy. createController(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.ChunkManagementStrategy. createController(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.SizeClassChunkManagementStrategy. createController(AdaptivePoolingAllocator.MagazineGroup group)Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkController Constructor Description Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, AdaptivePoolingAllocator.ChunkController chunkController)
-