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.HistogramChunkControllerprivate 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.ChunkControllerFactory. create(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.HistogramChunkControllerFactory. create(AdaptivePoolingAllocator.MagazineGroup group)AdaptivePoolingAllocator.ChunkControllerAdaptivePoolingAllocator.SizeClassChunkControllerFactory. create(AdaptivePoolingAllocator.MagazineGroup group)Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkController Modifier and Type Method Description voidAdaptivePoolingAllocator.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.ChunkController Constructor Description Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, java.util.Queue<AdaptivePoolingAllocator.Chunk> sharedChunkQueue, AdaptivePoolingAllocator.ChunkController chunkController)
-