Class GetNodeRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.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.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GetNodeRequest of​(java.util.function.Function<GetNodeRequest.Builder,​ObjectBuilder<GetNodeRequest>> 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.util.List<java.lang.String> nodeId()
      Which node for which to retrieve the shutdown status

      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