public class TransportPutStoredScriptAction extends TransportMasterNodeAction<PutStoredScriptRequest,PutStoredScriptResponse>
clusterService, transportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportPutStoredScriptAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
ScriptService scriptService) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(PutStoredScriptRequest request,
ClusterState state) |
protected java.lang.String |
executor() |
protected void |
masterOperation(PutStoredScriptRequest request,
ClusterState state,
ActionListener<PutStoredScriptResponse> listener) |
protected PutStoredScriptResponse |
newResponse() |
doExecute, doExecute, localExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportPutStoredScriptAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ScriptService scriptService)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<PutStoredScriptRequest,PutStoredScriptResponse>protected PutStoredScriptResponse newResponse()
newResponse in class TransportMasterNodeAction<PutStoredScriptRequest,PutStoredScriptResponse>protected void masterOperation(PutStoredScriptRequest request, ClusterState state, ActionListener<PutStoredScriptResponse> listener) throws java.lang.Exception
masterOperation in class TransportMasterNodeAction<PutStoredScriptRequest,PutStoredScriptResponse>java.lang.Exceptionprotected ClusterBlockException checkBlock(PutStoredScriptRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<PutStoredScriptRequest,PutStoredScriptResponse>