public class TransportPutIndexTemplateAction extends TransportMasterNodeAction<PutIndexTemplateRequest,PutIndexTemplateResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportService| Constructor | Description |
|---|---|
TransportPutIndexTemplateAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexTemplateService indexTemplateService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
IndexScopedSettings indexScopedSettings) |
| Modifier and Type | Method | Description |
|---|---|---|
protected ClusterBlockException |
checkBlock(PutIndexTemplateRequest request,
ClusterState state) |
|
protected java.lang.String |
executor() |
|
protected void |
masterOperation(PutIndexTemplateRequest request,
ClusterState state,
ActionListener<PutIndexTemplateResponse> listener) |
|
protected PutIndexTemplateResponse |
newResponse() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executedoExecute, doExecute, getMasterActionName, localExecute, masterOperation@Inject public TransportPutIndexTemplateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<PutIndexTemplateRequest,PutIndexTemplateResponse>protected PutIndexTemplateResponse newResponse()
newResponse in class TransportMasterNodeAction<PutIndexTemplateRequest,PutIndexTemplateResponse>protected ClusterBlockException checkBlock(PutIndexTemplateRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<PutIndexTemplateRequest,PutIndexTemplateResponse>protected void masterOperation(PutIndexTemplateRequest request, ClusterState state, ActionListener<PutIndexTemplateResponse> listener)
masterOperation in class TransportMasterNodeAction<PutIndexTemplateRequest,PutIndexTemplateResponse>