public class TransportClearScrollAction extends HandledTransportAction<ClearScrollRequest ,ClearScrollResponse >
actionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportClearScrollAction(Settings
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ClearScrollRequest
|
ClearScrollRequest |
newRequestInstance()
Sub classes implement this call to get new instance of a Request object
|
execute, execute, forceThreadedListenernodeName@Inject public TransportClearScrollAction(Settingssettings, TransportService transportService, ThreadPool threadPool, ClusterService clusterService, SearchServiceTransportAction searchServiceTransportAction, ActionFilters actionFilters)
protected void doExecute(ClearScrollRequestrequest, ActionListener <ClearScrollResponse > listener)
public ClearScrollRequestnewRequestInstance()
HandledTransportAction
newRequestInstance in class
HandledTransportAction<ClearScrollRequest,ClearScrollResponse>