Class DeleteNodeRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.shutdown.DeleteNodeRequest

public class DeleteNodeRequest
extends RequestBase
Removes a node from the shutdown list. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static DeleteNodeRequest of​(java.util.function.Function<DeleteNodeRequest.Builder,​ObjectBuilder<DeleteNodeRequest>> fn)
    • masterTimeout

      @Nullable public final TimeUnit masterTimeout()
      Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

      API name: master_timeout

    • nodeId

      public final java.lang.String nodeId()
      Required - The node id of node to be removed from the shutdown state

      API name: node_id

    • timeout

      @Nullable public final TimeUnit timeout()
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout