Class NodesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.NodesRequest
Returns basic statistics about performance of cluster nodes.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<NodesRequest,NodesResponse, ErrorResponse> Endpoint "cat.nodes". -
Method Summary
Modifier and TypeMethodDescriptionfinal Bytesbytes()The unit in which to display byte valuesfinal BooleanfullId()Return the full node ID instead of the shortened version (default: false)static NodesRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "cat.nodes".
-
-
Method Details
-
of
-
bytes
The unit in which to display byte valuesAPI name:
bytes -
fullId
Return the full node ID instead of the shortened version (default: false)API name:
full_id
-