Uses of Class
org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
-
Packages that use MetaDataIndexTemplateService Package Description org.elasticsearch.action.admin.indices.template.delete org.elasticsearch.action.admin.indices.template.put -
-
Uses of MetaDataIndexTemplateService in org.elasticsearch.action.admin.indices.template.delete
Constructors in org.elasticsearch.action.admin.indices.template.delete with parameters of type MetaDataIndexTemplateService Constructor Description TransportDeleteIndexTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of MetaDataIndexTemplateService in org.elasticsearch.action.admin.indices.template.put
Constructors in org.elasticsearch.action.admin.indices.template.put with parameters of type MetaDataIndexTemplateService Constructor Description TransportPutIndexTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings)
-