PoolStats

data class PoolStats(val created: Long, val reused: Long, val available: Int, val capacity: Int)(source)

Constructors

Link copied to clipboard
constructor(created: Long, reused: Long, available: Int, capacity: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard