Uses of Interface
io.netty5.buffer.PoolArenaMetric
-
Packages that use PoolArenaMetric Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of PoolArenaMetric in io.netty5.buffer
Methods in io.netty5.buffer that return types with arguments of type PoolArenaMetric Modifier and Type Method Description List<PoolArenaMetric>PooledByteBufAllocator. directArenas()Deprecated.List<PoolArenaMetric>PooledByteBufAllocatorMetric. directArenas()Return aListof all directPoolArenaMetrics that are provided by this pool.List<PoolArenaMetric>PooledByteBufAllocator. heapArenas()Deprecated.List<PoolArenaMetric>PooledByteBufAllocatorMetric. heapArenas()Return aListof all heapPoolArenaMetrics that are provided by this pool.
-