Class GetNodeRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.shutdown.GetNodeRequest
-
public class GetNodeRequest extends RequestBase
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetNodeRequest.BuilderBuilder forGetNodeRequest.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetNodeRequest,GetNodeResponse,ErrorResponse>_ENDPOINTEndpoint "shutdown.get_node".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>nodeId()Which node for which to retrieve the shutdown statusstatic GetNodeRequestof(java.util.function.Function<GetNodeRequest.Builder,ObjectBuilder<GetNodeRequest>> fn)
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<GetNodeRequest,GetNodeResponse,ErrorResponse> _ENDPOINT
Endpoint "shutdown.get_node".
-
-
Method Detail
-
of
public static GetNodeRequest of(java.util.function.Function<GetNodeRequest.Builder,ObjectBuilder<GetNodeRequest>> fn)
-
nodeId
public final java.util.List<java.lang.String> nodeId()
Which node for which to retrieve the shutdown statusAPI name:
node_id
-
-