Class AdaptiveByteBufAllocator

java.lang.Object
io.netty.buffer.AbstractByteBufAllocator
io.netty.buffer.AdaptiveByteBufAllocator
All Implemented Interfaces:
ByteBufAllocator, ByteBufAllocatorMetric, ByteBufAllocatorMetricProvider

@UnstableApi public final class AdaptiveByteBufAllocator extends AbstractByteBufAllocator implements ByteBufAllocatorMetricProvider, ByteBufAllocatorMetric
An auto-tuning pooling ByteBufAllocator, that follows an anti-generational hypothesis.

Note: this allocator is experimental. It is recommended to roll out usage slowly, and to carefully monitor application performance in the process.

See the AdaptivePoolingAllocator class documentation for implementation details.