Uses of Class
io.netty.buffer.AdaptivePoolingAllocator
-
Packages that use AdaptivePoolingAllocator 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 in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator Modifier and Type Field Description protected AdaptivePoolingAllocator
AdaptivePoolingAllocator.AllocationStatistics. parent
Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator Constructor Description AllocationStatistics(AdaptivePoolingAllocator parent, boolean shareable)
Magazine(AdaptivePoolingAllocator parent)
Magazine(AdaptivePoolingAllocator parent, boolean shareable)
-