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