Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkCache
-
Packages that use AdaptivePoolingAllocator.ChunkCache 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.ChunkCache in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkCache Modifier and Type Class Description private static classAdaptivePoolingAllocator.ConcurrentQueueChunkCacheprivate static classAdaptivePoolingAllocator.ConcurrentSkipListChunkCacheFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkCache Modifier and Type Field Description private AdaptivePoolingAllocator.ChunkCacheAdaptivePoolingAllocator.MagazineGroup. chunkCacheMethods in io.netty.buffer that return AdaptivePoolingAllocator.ChunkCache Modifier and Type Method Description AdaptivePoolingAllocator.ChunkCacheAdaptivePoolingAllocator.BuddyChunkManagementStrategy. createChunkCache(boolean isThreadLocal)AdaptivePoolingAllocator.ChunkCacheAdaptivePoolingAllocator.ChunkManagementStrategy. createChunkCache(boolean isThreadLocal)AdaptivePoolingAllocator.ChunkCacheAdaptivePoolingAllocator.SizeClassChunkManagementStrategy. createChunkCache(boolean isThreadLocal)
-