Class DeleteComposableIndexTemplateAction.Request

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
DeleteComposableIndexTemplateAction

public static class DeleteComposableIndexTemplateAction.Request
extends MasterNodeRequest<DeleteComposableIndexTemplateAction.Request>
  • Constructor Details

    • Request

      public Request​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • Request

      public Request​(java.lang.String... names)
      Constructs a new delete template request for the specified name.
  • Method Details