Class GetComponentTemplateAction.Request

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest
Enclosing class:
GetComponentTemplateAction

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

    • Request

      public Request(TimeValue masterTimeout, String name)
    • Request

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