Class GetComposableIndexTemplateAction.Request

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest, TransportRequest
Enclosing class:
GetComposableIndexTemplateAction

public static class GetComposableIndexTemplateAction.Request extends LocalClusterStateRequest
Request that to retrieve one or more index templates
  • Constructor Details

    • Request

      public Request(TimeValue masterTimeout, @Nullable String name)
      Parameters:
      masterTimeout - Timeout for waiting for new cluster state in case it is blocked.
      name - A template name or pattern, or null to retrieve all templates.
    • Request

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