Uses of Class
io.netty.buffer.AdaptivePoolingAllocator
Packages that use AdaptivePoolingAllocator
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of AdaptivePoolingAllocator in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocatorModifier and TypeFieldDescriptionprivate final AdaptivePoolingAllocator
AdaptivePoolingAllocator.Chunk.allocator
protected final AdaptivePoolingAllocator
AdaptivePoolingAllocator.AllocationStatistics.parent
Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocatorModifierConstructorDescriptionprivate
AllocationStatistics
(AdaptivePoolingAllocator parent, boolean shareable) (package private)
Magazine
(AdaptivePoolingAllocator parent) (package private)
Magazine
(AdaptivePoolingAllocator parent, boolean shareable)