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
/
ClusterHealthResponse
/
ClusterHealthResponse
Cluster
Health
Response
constructor
(
clusterName
:
String
,
status
:
ClusterStatus
,
timedOut
:
Boolean
,
numberOfNodes
:
Int
?
=
null
,
activeShards
:
Int
?
=
null
,
relocatingShards
:
Int
?
=
null
,
initializingShards
:
Int
?
=
null
,
unassignedShards
:
Int
?
=
null
)