Uses of Interface
io.netty5.buffer.ByteBufAllocatorMetric
-
Packages that use ByteBufAllocatorMetric Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of ByteBufAllocatorMetric in io.netty5.buffer
Classes in io.netty5.buffer that implement ByteBufAllocatorMetric Modifier and Type Class Description class
PooledByteBufAllocatorMetric
Exposed metric forPooledByteBufAllocator
.Methods in io.netty5.buffer that return ByteBufAllocatorMetric Modifier and Type Method Description ByteBufAllocatorMetric
ByteBufAllocatorMetricProvider. metric()
Returns aByteBufAllocatorMetric
for aByteBufAllocator
.ByteBufAllocatorMetric
UnpooledByteBufAllocator. metric()
-