Package io.netty.buffer
Interface ByteBufAllocatorMetricProvider
-
- All Known Implementing Classes:
AdaptiveByteBufAllocator,PooledByteBufAllocator,UnpooledByteBufAllocator
public interface ByteBufAllocatorMetricProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteBufAllocatorMetricmetric()Returns aByteBufAllocatorMetricfor aByteBufAllocator.
-
-
-
Method Detail
-
metric
ByteBufAllocatorMetric metric()
Returns aByteBufAllocatorMetricfor aByteBufAllocator.
-
-