Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.SizeClassedChunkCache
Packages that use AdaptivePoolingAllocator.SizeClassedChunkCache
Package
Description
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.bufferModifier and TypeClassDescription(package private) static final classMPMC queue cache for shared (cross-thread) chunk reuse.(package private) static final classRing buffer cache for thread-local chunk reuse (SPSC — only the owner thread accesses it).Methods in io.netty.buffer that return AdaptivePoolingAllocator.SizeClassedChunkCacheModifier and TypeMethodDescription(package private) static AdaptivePoolingAllocator.SizeClassedChunkCacheAdaptivePoolingAllocator.SizeClassedChunkCache.create(boolean isThreadLocal, int chunkSize)