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