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