Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkControllerFactory
-
Packages that use AdaptivePoolingAllocator.ChunkControllerFactory 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.ChunkControllerFactory in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkControllerFactory Modifier and Type Class Description private static classAdaptivePoolingAllocator.HistogramChunkControllerFactoryprivate static classAdaptivePoolingAllocator.SizeClassChunkControllerFactoryFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkControllerFactory Modifier and Type Field Description private AdaptivePoolingAllocator.ChunkControllerFactoryAdaptivePoolingAllocator.MagazineGroup. chunkControllerFactoryConstructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkControllerFactory Constructor Description MagazineGroup(AdaptivePoolingAllocator allocator, AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.ChunkControllerFactory chunkControllerFactory, boolean isThreadLocal)
-