Uses of Interface
io.netty5.buffer.pool.PoolChunkListMetric
-
Packages that use PoolChunkListMetric Package Description io.netty5.buffer.pool A poolingBufferAllocatorimplementation based on jemalloc. -
-
Uses of PoolChunkListMetric in io.netty5.buffer.pool
Methods in io.netty5.buffer.pool that return types with arguments of type PoolChunkListMetric Modifier and Type Method Description List<PoolChunkListMetric>PoolArenaMetric. chunkLists()Returns an unmodifiableListwhich holdsPoolChunkListMetrics.
-