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.ChunkControllerFactory.create(AdaptivePoolingAllocator.MagazineGroup group) AdaptivePoolingAllocator.HistogramChunkControllerFactory.create(AdaptivePoolingAllocator.MagazineGroup group) AdaptivePoolingAllocator.SizeClassChunkControllerFactory.create(AdaptivePoolingAllocator.MagazineGroup group) Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkControllerModifier and TypeMethodDescriptionvoidAdaptivePoolingAllocator.ChunkController.initializeSharedStateIn(AdaptivePoolingAllocator.ChunkController chunkController) Initialize the given chunk factory with shared statistics state (if any) from this factory.voidAdaptivePoolingAllocator.HistogramChunkController.initializeSharedStateIn(AdaptivePoolingAllocator.ChunkController chunkController) voidAdaptivePoolingAllocator.SizeClassChunkController.initializeSharedStateIn(AdaptivePoolingAllocator.ChunkController chunkController) Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkControllerModifierConstructorDescription(package private)Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, Queue<AdaptivePoolingAllocator.Chunk> sharedChunkQueue, AdaptivePoolingAllocator.ChunkController chunkController)