Uses of Interface
io.netty.buffer.AdaptiveByteBufAllocator.AdaptiveAllocatorApi
-
Packages that use AdaptiveByteBufAllocator.AdaptiveAllocatorApi 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 AdaptiveByteBufAllocator.AdaptiveAllocatorApi in io.netty.buffer
Classes in io.netty.buffer that implement AdaptiveByteBufAllocator.AdaptiveAllocatorApi Modifier and Type Class Description (package private) class
AdaptivePoolingAllocator
An auto-tuning pooling allocator, that follows an anti-generational hypothesis.Fields in io.netty.buffer declared as AdaptiveByteBufAllocator.AdaptiveAllocatorApi Modifier and Type Field Description private AdaptiveByteBufAllocator.AdaptiveAllocatorApi
AdaptiveByteBufAllocator. direct
private AdaptiveByteBufAllocator.AdaptiveAllocatorApi
AdaptiveByteBufAllocator. heap
-