Class NodesReloadSecureSettingsRequest

All Implemented Interfaces:
Writeable, 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 IOException
      Throws:
      IOException
    • NodesReloadSecureSettingsRequest

      public NodesReloadSecureSettingsRequest(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