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.ConcurrentSkipListChunkCache(package private) static classAdaptivePoolingAllocator.SharedSizeClassedChunkCacheMPMC queue cache for shared (cross-thread) chunk reuse.(package private) static classAdaptivePoolingAllocator.SizeClassedChunkCache(package private) static classAdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCacheRing buffer cache for thread-local chunk reuse (SPSC — only the owner thread accesses it).Fields 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)
-