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 ByteBufAllocatorMetric
metric()
Returns aByteBufAllocatorMetric
for aByteBufAllocator
.
-
-
-
Method Detail
-
metric
ByteBufAllocatorMetric metric()
Returns aByteBufAllocatorMetric
for aByteBufAllocator
.
-
-