Class NodeUsage
java.lang.Object
co.elastic.clients.elasticsearch.nodes.usage.NodeUsage
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeUsage>Json deserializer forNodeUsage -
Method Summary
Modifier and TypeMethodDescriptionRequired - The total number of times search aggregations have been called on this node since the last restart.static NodeUsagerebuild()Required - The total number of times each REST endpoint has been called on this node since the last restart.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal longsince()Required - The timestamp for when the collection of these statistics started.final longRequired - The timestamp for when these statistics were collected.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeUsage
-
-
Method Details
-
of
-
restActions
Required - The total number of times each REST endpoint has been called on this node since the last restart. Note that the REST endpoint names are not considered stable.API name:
rest_actions -
since
public final long since()Required - The timestamp for when the collection of these statistics started.API name:
since -
timestamp
public final long timestamp()Required - The timestamp for when these statistics were collected.API name:
timestamp -
aggregations
Required - The total number of times search aggregations have been called on this node since the last restart.API name:
aggregations -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
NodeUsage.Builderinitialized with field values of this instance
-
setupNodeUsageDeserializer
-