Class GetNodeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.shutdown.GetNodeRequest
Retrieve status of a node or nodes that are currently marked as shutting
down. Designed for indirect use by ECE/ESS and ECK. Direct use is not
supported.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetNodeRequest,GetNodeResponse, ErrorResponse> Endpoint "shutdown.get_node". -
Method Summary
Modifier and TypeMethodDescriptionnodeId()Which node for which to retrieve the shutdown statusstatic GetNodeRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "shutdown.get_node".
-
-
Method Details
-
of
-
nodeId
Which node for which to retrieve the shutdown statusAPI name:
node_id
-