Class NodesReloadSecureSettingsRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class NodesReloadSecureSettingsRequest
extends BaseNodesRequest<NodesReloadSecureSettingsRequest>
Request for a reload secure settings action
  • Constructor Details

    • NodesReloadSecureSettingsRequest

      public NodesReloadSecureSettingsRequest()
    • NodesReloadSecureSettingsRequest

      public NodesReloadSecureSettingsRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • NodesReloadSecureSettingsRequest

      public NodesReloadSecureSettingsRequest​(java.lang.String... nodesIds)
      Reload secure settings only on certain nodes, based on the nodes ids specified. If none are passed, secure settings will be reloaded on all the nodes.
  • Method Details