Class GetSampleConfigurationAction.Request

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

public static class GetSampleConfigurationAction.Request extends LocalClusterStateRequest implements IndicesRequest.Replaceable
Request object for getting the sampling configuration of a specific index.

This request specifies which index's sampling configuration should be retrieved. The index name must be provided and cannot be null or empty.

  • Constructor Details

    • Request

      public Request(@Nullable TimeValue masterNodeTimeout)
      Constructs a new request for the specified index.
      Parameters:
      masterNodeTimeout - the timeout for master node operations, or null for default
    • Request

      public Request(StreamInput in) throws IOException
      Constructs a new request by deserializing from a StreamInput.
      Parameters:
      in - the stream input to read from
      Throws:
      IOException - if an I/O error occurs during deserialization
  • Method Details