Class TransportPutComponentTemplateAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<Request,AcknowledgedResponse>
org.elasticsearch.action.support.master.AcknowledgedTransportMasterNodeAction<PutComponentTemplateAction.Request>
org.elasticsearch.action.admin.indices.template.put.TransportPutComponentTemplateAction
public class TransportPutComponentTemplateAction
extends AcknowledgedTransportMasterNodeAction<PutComponentTemplateAction.Request>
- 
Field SummaryFields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeActionclusterService, executor, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportActionactionName, localConnection, taskManager
- 
Constructor SummaryConstructorsConstructorDescriptionTransportPutComponentTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetadataIndexTemplateService indexTemplateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings)
- 
Method SummaryModifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(PutComponentTemplateAction.Request request, ClusterState state)protected voidmasterOperation(PutComponentTemplateAction.Request request, ClusterState state, ActionListener<AcknowledgedResponse> listener)Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeActiondoExecute, getMasterActionName, localExecute, masterOperationMethods inherited from class org.elasticsearch.action.support.TransportActionexecute, execute, execute
- 
Constructor Details- 
TransportPutComponentTemplateAction@Inject public TransportPutComponentTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetadataIndexTemplateService indexTemplateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings)
 
- 
- 
Method Details- 
checkBlockprotected ClusterBlockException checkBlock(PutComponentTemplateAction.Request request, ClusterState state)- Specified by:
- checkBlockin class- TransportMasterNodeAction<PutComponentTemplateAction.Request,AcknowledgedResponse>
 
- 
masterOperationprotected void masterOperation(PutComponentTemplateAction.Request request, ClusterState state, ActionListener<AcknowledgedResponse> listener)- Specified by:
- masterOperationin class- TransportMasterNodeAction<PutComponentTemplateAction.Request,AcknowledgedResponse>
 
 
-