public class TransportPutIndexedScriptAction extends HandledTransportAction<PutIndexedScriptRequest,PutIndexedScriptResponse>
actionName, threadPool
componentSettings, 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, forceThreadedListener
nodeName
@Inject public TransportPutIndexedScriptAction(Settings settings, ThreadPool threadPool, ScriptService scriptService, TransportService transportService, ActionFilters actionFilters)
public PutIndexedScriptRequest newRequestInstance()
HandledTransportAction
newRequestInstance
in class HandledTransportAction<PutIndexedScriptRequest,PutIndexedScriptResponse>
protected void doExecute(PutIndexedScriptRequest request, ActionListener<PutIndexedScriptResponse> listener)
doExecute
in class TransportAction<PutIndexedScriptRequest,PutIndexedScriptResponse>
Copyright © 2009–2015. All rights reserved.