parent
a9d977775d
commit
dd441962bb
|
@ -31,7 +31,7 @@ import java.util.function.BiFunction;
|
||||||
/**
|
/**
|
||||||
* A wrapper of search action listeners (search results) that unwraps the query
|
* 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
|
* result to get the piggybacked queue size and service time EWMA, adding those
|
||||||
* values to the coordinating nodes' {@code ResponseCollectorService}.
|
* values to the coordinating nodes' {@link ResponseCollectorService}.
|
||||||
*/
|
*/
|
||||||
public final class SearchExecutionStatsCollector implements ActionListener<SearchPhaseResult> {
|
public final class SearchExecutionStatsCollector implements ActionListener<SearchPhaseResult> {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue