Class CgroupCpuStat
java.lang.Object
co.elastic.clients.elasticsearch.nodes.CgroupCpuStat
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CgroupCpuStat>Json deserializer forCgroupCpuStat -
Method Summary
Modifier and TypeMethodDescriptionfinal LongThe number of reporting periods (as specified bycfs_period_micros) that have elapsed.final LongThe number of times all tasks in the same cgroup as the Elasticsearch process have been throttled.static CgroupCpuStatvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal LongThe total amount of time, in nanoseconds, for which all tasks in the same cgroup as the Elasticsearch process have been throttled.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCgroupCpuStat
-
-
Method Details
-
of
-
numberOfElapsedPeriods
The number of reporting periods (as specified bycfs_period_micros) that have elapsed.API name:
number_of_elapsed_periods -
numberOfTimesThrottled
The number of times all tasks in the same cgroup as the Elasticsearch process have been throttled.API name:
number_of_times_throttled -
timeThrottledNanos
The total amount of time, in nanoseconds, for which all tasks in the same cgroup as the Elasticsearch process have been throttled.API name:
time_throttled_nanos -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCgroupCpuStatDeserializer
-