Package io.netty.buffer
Interface ByteBufAllocatorMetricProvider
- All Known Implementing Classes:
AdaptiveByteBufAllocator,PooledByteBufAllocator,UnpooledByteBufAllocator
public interface ByteBufAllocatorMetricProvider
-
Method Summary
Modifier and TypeMethodDescriptionmetric()Returns aByteBufAllocatorMetricfor aByteBufAllocator.
-
Method Details
-
metric
ByteBufAllocatorMetric metric()Returns aByteBufAllocatorMetricfor aByteBufAllocator.
-