Class HealthRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.health.HealthRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HealthRecord>Json deserializer forHealthRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringactive number of shards in percentfinal Stringcluster()cluster namefinal Longepoch()seconds since 1970-01-01 00:00:00final Stringinit()number of initializing nodesfinal Stringwait time of longest task pendingfinal StringnodeData()number of nodes that can store datafinal Stringtotal number of nodesstatic HealthRecordfinal Stringnumber of pending tasksfinal Stringpri()number of primary shardsfinal Stringrelo()number of relocating nodesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringshards()total number of shardsfinal Stringstatus()health statusfinal Stringtime in HH:MM:SStoString()final Stringunassign()number of unassigned shardsfinal Stringnumber of unassigned primary shards
-
Field Details
-
_DESERIALIZER
Json deserializer forHealthRecord
-
-
Method Details
-
of
-
epoch
seconds since 1970-01-01 00:00:00API name:
epoch -
timestamp
time in HH:MM:SSAPI name:
timestamp -
cluster
cluster nameAPI name:
cluster -
status
health statusAPI name:
status -
nodeTotal
total number of nodesAPI name:
node.total -
nodeData
number of nodes that can store dataAPI name:
node.data -
shards
total number of shardsAPI name:
shards -
pri
number of primary shardsAPI name:
pri -
relo
number of relocating nodesAPI name:
relo -
init
number of initializing nodesAPI name:
init -
unassignPri
number of unassigned primary shardsAPI name:
unassign.pri -
unassign
number of unassigned shardsAPI name:
unassign -
pendingTasks
number of pending tasksAPI name:
pending_tasks -
maxTaskWaitTime
wait time of longest task pendingAPI name:
max_task_wait_time -
activeShardsPercent
active number of shards in percentAPI name:
active_shards_percent -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHealthRecordDeserializer
-