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
/
NodeStatsJvmMem
Node
Stats
Jvm
Mem
@
Serializable
data
class
NodeStatsJvmMem
(
val
heapUsedInBytes
:
Long
?
=
null
,
val
heapMaxInBytes
:
Long
?
=
null
,
val
heapUsedPercent
:
Int
?
=
null
)
Members
Constructors
Node
Stats
Jvm
Mem
Link copied to clipboard
constructor
(
heapUsedInBytes
:
Long
?
=
null
,
heapMaxInBytes
:
Long
?
=
null
,
heapUsedPercent
:
Int
?
=
null
)
Properties
heap
Max
In
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"heap_max_in_bytes"
)
val
heapMaxInBytes
:
Long
?
heap
Used
In
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"heap_used_in_bytes"
)
val
heapUsedInBytes
:
Long
?
heap
Used
Percent
Link copied to clipboard
@
SerialName
(
value
=
"heap_used_percent"
)
val
heapUsedPercent
:
Int
?