Uses of Class
org.elasticsearch.node.ResponseCollectorService
-
Packages that use ResponseCollectorService Package Description org.elasticsearch.action.search org.elasticsearch.cluster.routing org.elasticsearch.node org.elasticsearch.search -
-
Uses of ResponseCollectorService in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type ResponseCollectorService Modifier and Type Method Description static BiFunction<Transport.Connection,org.elasticsearch.action.search.SearchActionListener,ActionListener>SearchExecutionStatsCollector. makeWrapper(ResponseCollectorService service) -
Uses of ResponseCollectorService in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type ResponseCollectorService Modifier and Type Method Description ShardIteratorIndexShardRoutingTable. activeInitializingShardsRankedIt(ResponseCollectorService collector, Map<String,Long> nodeSearchCounts)Returns an iterator over active and initializing shards, ordered by the adaptive replica selection formula.GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference, ResponseCollectorService collectorService, Map<String,Long> nodeCounts) -
Uses of ResponseCollectorService in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type ResponseCollectorService Modifier and Type Method Description protected SearchServiceNode. newSearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService)Creates a new the SearchService. -
Uses of ResponseCollectorService in org.elasticsearch.search
Methods in org.elasticsearch.search that return ResponseCollectorService Modifier and Type Method Description ResponseCollectorServiceSearchService. getResponseCollectorService()Constructors in org.elasticsearch.search with parameters of type ResponseCollectorService Constructor Description SearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService)
-