SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.performance
/
PoolStats
Pool
Stats
data
class
PoolStats
(
val
created
:
Long
,
val
reused
:
Long
,
val
available
:
Int
,
val
capacity
:
Int
)
(
source
)
Members
Constructors
Pool
Stats
Link copied to clipboard
constructor
(
created
:
Long
,
reused
:
Long
,
available
:
Int
,
capacity
:
Int
)
Properties
available
Link copied to clipboard
val
available
:
Int
capacity
Link copied to clipboard
val
capacity
:
Int
created
Link copied to clipboard
val
created
:
Long
reused
Link copied to clipboard
val
reused
:
Long
reuse
Ratio
Link copied to clipboard
val
reuseRatio
:
Double