search-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
search-client
search-client
/
com.jillesvangurp.ktsearch
/
NodeStatsThreadPool
Node
Stats
Thread
Pool
@
Serializable
data
class
NodeStatsThreadPool
(
val
active
:
Long
?
=
null
,
val
queue
:
Long
?
=
null
,
val
rejected
:
Long
?
=
null
)
Members
Constructors
Node
Stats
Thread
Pool
Link copied to clipboard
constructor
(
active
:
Long
?
=
null
,
queue
:
Long
?
=
null
,
rejected
:
Long
?
=
null
)
Properties
active
Link copied to clipboard
val
active
:
Long
?
queue
Link copied to clipboard
val
queue
:
Long
?
rejected
Link copied to clipboard
val
rejected
:
Long
?