public class TransportPutIndexedScriptAction extends HandledTransportAction<PutIndexedScriptRequest,PutIndexedScriptResponse>
actionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportPutIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(PutIndexedScriptRequest request,
ActionListener<PutIndexedScriptResponse> listener) |
PutIndexedScriptRequest |
newRequestInstance()
Sub classes implement this call to get new instance of a Request object
|
execute, execute, forceThreadedListenernodeName@Inject public TransportPutIndexedScriptAction(Settings settings, ThreadPool threadPool, ScriptService scriptService, TransportService transportService, ActionFilters actionFilters)
public PutIndexedScriptRequest newRequestInstance()
HandledTransportActionnewRequestInstance in class HandledTransportAction<PutIndexedScriptRequest,PutIndexedScriptResponse>protected void doExecute(PutIndexedScriptRequest request, ActionListener<PutIndexedScriptResponse> listener)
doExecute in class TransportAction<PutIndexedScriptRequest,PutIndexedScriptResponse>Copyright © 2009–2016. All rights reserved.