Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.SizeClassedChunkCache
-
Packages that use AdaptivePoolingAllocator.SizeClassedChunkCache 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.SizeClassedChunkCache in io.netty.buffer
Subclasses of AdaptivePoolingAllocator.SizeClassedChunkCache in io.netty.buffer Modifier and Type Class Description (package private) static classAdaptivePoolingAllocator.SharedSizeClassedChunkCacheMPMC queue cache for shared (cross-thread) chunk reuse.(package private) static classAdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCacheRing buffer cache for thread-local chunk reuse (SPSC — only the owner thread accesses it).Methods in io.netty.buffer that return AdaptivePoolingAllocator.SizeClassedChunkCache Modifier and Type Method Description (package private) static AdaptivePoolingAllocator.SizeClassedChunkCacheAdaptivePoolingAllocator.SizeClassedChunkCache. create(boolean isThreadLocal, int chunkSize)
-