Uses of Interface
io.netty5.buffer.api.pool.PoolChunkListMetric
-
Packages that use PoolChunkListMetric Package Description io.netty5.buffer.api.pool A poolingBufferAllocator
implementation based on jemalloc. -
-
Uses of PoolChunkListMetric in io.netty5.buffer.api.pool
Methods in io.netty5.buffer.api.pool that return types with arguments of type PoolChunkListMetric Modifier and Type Method Description List<PoolChunkListMetric>
PoolArenaMetric. chunkLists()
Returns an unmodifiableList
which holdsPoolChunkListMetric
s.
-