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

public class GetIndexRequest extends LocalClusterStateRequest implements IndicesRequest.Replaceable
A request to retrieve information about an index.
  • Constructor Details

    • GetIndexRequest

      public GetIndexRequest(TimeValue masterTimeout)
    • GetIndexRequest

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