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 classPooledByteBufAllocatorMetricExposed metric forPooledByteBufAllocator.private static classUnpooledByteBufAllocator.UnpooledByteBufAllocatorMetricMethods in io.netty.buffer that return ByteBufAllocatorMetric Modifier and Type Method Description ByteBufAllocatorMetricByteBufAllocatorMetricProvider. metric()Returns aByteBufAllocatorMetricfor aByteBufAllocator.ByteBufAllocatorMetricUnpooledByteBufAllocator. metric()
-