public abstract class TransportSearchTypeAction extends TransportAction<SearchRequest,SearchResponse>
| Modifier and Type | Class and Description |
|---|---|
protected class |
TransportSearchTypeAction.BaseAsyncAction<FirstResult extends SearchPhaseResult> |
| Modifier and Type | Field and Description |
|---|---|
protected ClusterService |
clusterService |
protected SearchPhaseController |
searchPhaseController |
protected SearchServiceTransportAction |
searchService |
actionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportSearchTypeAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
SearchServiceTransportAction searchService,
SearchPhaseController searchPhaseController,
ActionFilters actionFilters) |
doExecute, execute, execute, forceThreadedListenernodeNameprotected final ClusterService clusterService
protected final SearchServiceTransportAction searchService
protected final SearchPhaseController searchPhaseController
public TransportSearchTypeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController, ActionFilters actionFilters)
Copyright © 2009–2016. All rights reserved.