Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkAllocator
-
Packages that use AdaptivePoolingAllocator.ChunkAllocator 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.ChunkAllocator in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkAllocator Modifier and Type Class Description private static classAdaptiveByteBufAllocator.DirectChunkAllocatorprivate static classAdaptiveByteBufAllocator.HeapChunkAllocatorFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkAllocator Modifier and Type Field Description private AdaptivePoolingAllocator.ChunkAllocatorAdaptivePoolingAllocator.BuddyChunkController. chunkAllocatorprivate AdaptivePoolingAllocator.ChunkAllocatorAdaptivePoolingAllocator. chunkAllocatorprivate AdaptivePoolingAllocator.ChunkAllocatorAdaptivePoolingAllocator.MagazineGroup. chunkAllocatorprivate AdaptivePoolingAllocator.ChunkAllocatorAdaptivePoolingAllocator.SizeClassChunkController. chunkAllocatorConstructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkAllocator Constructor Description AdaptivePoolingAllocator(AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, boolean useCacheForNonEventLoopThreads)MagazineGroup(AdaptivePoolingAllocator allocator, AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.ChunkManagementStrategy chunkManagementStrategy, boolean isThreadLocal)
-