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 class
AdaptiveByteBufAllocator
An auto-tuning poolingByteBufAllocator
, that follows an anti-generational hypothesis.class
PooledByteBufAllocatorMetric
Exposed metric forPooledByteBufAllocator
.Methods in io.netty.buffer that return ByteBufAllocatorMetric Modifier and Type Method Description ByteBufAllocatorMetric
AdaptiveByteBufAllocator. metric()
ByteBufAllocatorMetric
ByteBufAllocatorMetricProvider. metric()
Returns aByteBufAllocatorMetric
for aByteBufAllocator
.ByteBufAllocatorMetric
UnpooledByteBufAllocator. metric()
-