All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, Writeable, RefCounted, TaskAwareRequest, TransportRequest

public class GetSettingsRequest extends LocalClusterStateRequest implements IndicesRequest.Replaceable
  • Field Details

    • DEFAULT_INDICES_OPTIONS

      public static final IndicesOptions DEFAULT_INDICES_OPTIONS
  • Constructor Details

    • GetSettingsRequest

      public GetSettingsRequest(TimeValue masterTimeout)
    • GetSettingsRequest

      public GetSettingsRequest(StreamInput in) throws IOException
      NB prior to 9.1 this was a TransportMasterNodeReadAction so for BwC we must remain able to read these requests until we no longer need to support calling this action remotely.
      Throws:
      IOException
  • Method Details