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, threadPool
componentSettings, logger, settings
Constructor and Description |
---|
TransportSearchTypeAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
SearchServiceTransportAction searchService,
SearchPhaseController searchPhaseController,
ActionFilters actionFilters) |
doExecute, execute, execute, forceThreadedListener
nodeName
protected 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–2015. All rights reserved.