Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.SizeClassedChunk
-
Packages that use AdaptivePoolingAllocator.SizeClassedChunk 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.SizeClassedChunk in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.SizeClassedChunk Modifier and Type Field Description (package private) AdaptivePoolingAllocator.SizeClassedChunk[]AdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCache. chunksFields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.SizeClassedChunk Modifier and Type Field Description private java.util.ArrayList<AdaptivePoolingAllocator.SizeClassedChunk>AdaptivePoolingAllocator.SharedSizeClassedChunkCache. deferredBufferprivate java.util.Queue<AdaptivePoolingAllocator.SizeClassedChunk>AdaptivePoolingAllocator.SharedSizeClassedChunkCache. queueprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AdaptivePoolingAllocator.SizeClassedChunk>AdaptivePoolingAllocator.SizeClassedChunk. STATEMethods in io.netty.buffer that return AdaptivePoolingAllocator.SizeClassedChunk Modifier and Type Method Description (package private) AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SharedSizeClassedChunkCache. forcePurge()(package private) abstract AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SizeClassedChunkCache. forcePurge()(package private) AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCache. forcePurge()AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SharedSizeClassedChunkCache. pollChunk(int size)abstract AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SizeClassedChunkCache. pollChunk(int size)AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCache. pollChunk(int size)private AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SharedSizeClassedChunkCache. scanForCapacity()private AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCache. scanForCapacity()private AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.ThreadLocalSizeClassedChunkCache. scanForCapacityFallback()private AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SharedSizeClassedChunkCache. scanForCapacitySlow(long generation, AdaptivePoolingAllocator.SizeClassedChunk fallback)Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.SizeClassedChunk Modifier and Type Method Description private booleanAdaptivePoolingAllocator.SharedSizeClassedChunkCache. offerOrDeallocate(AdaptivePoolingAllocator.SizeClassedChunk chunk)private booleanAdaptivePoolingAllocator.SharedSizeClassedChunkCache. offerOrDeallocate(AdaptivePoolingAllocator.SizeClassedChunk chunk, long generation)private AdaptivePoolingAllocator.SizeClassedChunkAdaptivePoolingAllocator.SharedSizeClassedChunkCache. scanForCapacitySlow(long generation, AdaptivePoolingAllocator.SizeClassedChunk fallback)
-