Class SearchExecutionStatsCollector

java.lang.Object
org.elasticsearch.action.search.SearchExecutionStatsCollector
All Implemented Interfaces:
ActionListener<SearchPhaseResult>

public final class SearchExecutionStatsCollector
extends java.lang.Object
implements ActionListener<SearchPhaseResult>
A wrapper of search action listeners (search results) that unwraps the query result to get the piggybacked queue size and service time EWMA, adding those values to the coordinating nodes' ResponseCollectorService.