Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkController
Packages that use AdaptivePoolingAllocator.ChunkController
Package
Description
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.ChunkControllerModifier and TypeClassDescriptionprivate static final classprivate static final classFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkControllerModifier and TypeFieldDescriptionprivate final AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.Magazine.chunkControllerMethods in io.netty.buffer that return AdaptivePoolingAllocator.ChunkControllerModifier 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.ChunkControllerModifierConstructorDescription(package private)Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, AdaptivePoolingAllocator.ChunkController chunkController)