Class GetIndexTemplatesRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest, TransportRequest

public class GetIndexTemplatesRequest extends LocalClusterStateRequest
Request that allows to retrieve index templates
  • Constructor Details

    • GetIndexTemplatesRequest

      public GetIndexTemplatesRequest(TimeValue masterTimeout, String... names)
    • GetIndexTemplatesRequest

      public GetIndexTemplatesRequest(StreamInput in) throws IOException
      NB prior to 9.0 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