NodeStatsNode

@Serializable
data class NodeStatsNode(val name: String? = null, val ip: String? = null, val host: String? = null, val roles: List<String>? = null, val os: NodeStatsOs? = null, val process: NodeStatsProcess? = null, val jvm: NodeStatsJvm? = null, val fs: NodeStatsFs? = null, val indices: NodeStatsIndices? = null, val threadPool: Map<String, NodeStatsThreadPool>? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, ip: String? = null, host: String? = null, roles: List<String>? = null, os: NodeStatsOs? = null, process: NodeStatsProcess? = null, jvm: NodeStatsJvm? = null, fs: NodeStatsFs? = null, indices: NodeStatsIndices? = null, threadPool: Map<String, NodeStatsThreadPool>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val host: String?
Link copied to clipboard
Link copied to clipboard
val ip: String?
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "thread_pool")
val threadPool: Map<String, NodeStatsThreadPool>?