Class PercentilesConfig

java.lang.Object
org.elasticsearch.search.aggregations.metrics.PercentilesConfig
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent
Direct Known Subclasses:
PercentilesConfig.Hdr, PercentilesConfig.TDigest

public abstract class PercentilesConfig extends Object implements org.elasticsearch.xcontent.ToXContent, Writeable
A small config object that carries algo-specific settings. This allows the factory to have a single unified constructor for both algos, but internally switch execution depending on which algo is selected