Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkCache
Packages that use AdaptivePoolingAllocator.ChunkCache
Package
Description
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.ChunkCacheModifier and TypeClassDescriptionprivate static final class(package private) static final classMPMC queue cache for shared (cross-thread) chunk reuse.(package private) static class(package private) static final classRing buffer cache for thread-local chunk reuse (SPSC — only the owner thread accesses it).Fields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkCacheModifier and TypeFieldDescriptionprivate final AdaptivePoolingAllocator.ChunkCacheAdaptivePoolingAllocator.MagazineGroup.chunkCacheMethods in io.netty.buffer that return AdaptivePoolingAllocator.ChunkCacheModifier and TypeMethodDescriptionAdaptivePoolingAllocator.BuddyChunkManagementStrategy.createChunkCache(boolean isThreadLocal) AdaptivePoolingAllocator.ChunkManagementStrategy.createChunkCache(boolean isThreadLocal) AdaptivePoolingAllocator.SizeClassChunkManagementStrategy.createChunkCache(boolean isThreadLocal)