Class PutNodeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.shutdown.PutNodeRequest
public class PutNodeRequest extends RequestBase
Adds a node to be shut down. Designed for indirect use by ECE/ESS and ECK.
Direct use is not supported.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutNodeRequest.BuilderBuilder forPutNodeRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<PutNodeRequest,PutNodeResponse,ErrorResponse>_ENDPOINTEndpoint "shutdown.put_node". -
Method Summary
Modifier and Type Method Description java.lang.StringnodeId()Required - The node id of node to be shut downstatic PutNodeRequestof(java.util.function.Function<PutNodeRequest.Builder,ObjectBuilder<PutNodeRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "shutdown.put_node".
-
-
Method Details
-
of
public static PutNodeRequest of(java.util.function.Function<PutNodeRequest.Builder,ObjectBuilder<PutNodeRequest>> fn) -
nodeId
public final java.lang.String nodeId()Required - The node id of node to be shut downAPI name:
node_id
-