Class AdaptiveSelectionStats

java.lang.Object
org.elasticsearch.node.AdaptiveSelectionStats
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class AdaptiveSelectionStats extends Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentFragment
Class representing statistics about adaptive replica selection. This includes EWMA of queue size, service time, and response time, as well as outgoing searches to each node and the "rank" based on the ARS formula.