Uses of Interface
io.netty.buffer.ByteBufAllocatorMetric
-
Packages that use ByteBufAllocatorMetric 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 ByteBufAllocatorMetric in io.netty.buffer
Classes in io.netty.buffer that implement ByteBufAllocatorMetric Modifier and Type Class Description classAdaptiveByteBufAllocatorAn auto-tuning poolingByteBufAllocator, that follows an anti-generational hypothesis.classPooledByteBufAllocatorMetricExposed metric forPooledByteBufAllocator.Methods in io.netty.buffer that return ByteBufAllocatorMetric Modifier and Type Method Description ByteBufAllocatorMetricAdaptiveByteBufAllocator. metric()ByteBufAllocatorMetricByteBufAllocatorMetricProvider. metric()Returns aByteBufAllocatorMetricfor aByteBufAllocator.ByteBufAllocatorMetricUnpooledByteBufAllocator. metric()
-