Uses of Interface
io.netty5.buffer.pool.PoolArenaMetric
-
Packages that use PoolArenaMetric Package Description io.netty5.buffer.pool A poolingBufferAllocatorimplementation based on jemalloc. -
-
Uses of PoolArenaMetric in io.netty5.buffer.pool
Methods in io.netty5.buffer.pool that return types with arguments of type PoolArenaMetric Modifier and Type Method Description List<PoolArenaMetric>BufferAllocatorMetric. arenaMetrics()Return aListof allPoolArenaMetrics that are provided by this pool.
-