Record Class HealthInfo

java.lang.Object
java.lang.Record
org.elasticsearch.health.node.HealthInfo
Record Components:
diskInfoByNode - A Map of node id to DiskHealthInfo for that node
dslHealthInfo - The data stream lifecycle health information
repositoriesInfoByNode - A Map of node id to RepositoriesHealthInfo for that node
All Implemented Interfaces:
Writeable

public record HealthInfo(Map<String,DiskHealthInfo> diskInfoByNode, DataStreamLifecycleHealthInfo dslHealthInfo, Map<String,RepositoriesHealthInfo> repositoriesInfoByNode) extends Record implements Writeable
This class wraps all the data returned by the health node.