public class TransportPutStoredScriptAction extends TransportMasterNodeAction<PutStoredScriptRequest,PutStoredScriptResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportService| Constructor | Description |
|---|---|
TransportPutStoredScriptAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
ScriptService scriptService) |
| Modifier and Type | Method | 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() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executedoExecute, doExecute, getMasterActionName, localExecute, masterOperation@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>