Uses of Class
org.elasticsearch.search.aggregations.metrics.InternalStats
-
Packages that use InternalStats Package Description org.elasticsearch.search.aggregations.metrics org.elasticsearch.search.aggregations.pipeline -
-
Uses of InternalStats in org.elasticsearch.search.aggregations.metrics
Subclasses of InternalStats in org.elasticsearch.search.aggregations.metrics Modifier and Type Class Description classInternalExtendedStatsMethods in org.elasticsearch.search.aggregations.metrics that return InternalStats Modifier and Type Method Description InternalStatsInternalStats. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext) -
Uses of InternalStats in org.elasticsearch.search.aggregations.pipeline
Subclasses of InternalStats in org.elasticsearch.search.aggregations.pipeline Modifier and Type Class Description classInternalExtendedStatsBucketclassInternalStatsBucketMethods in org.elasticsearch.search.aggregations.pipeline that return InternalStats Modifier and Type Method Description InternalStatsInternalStatsBucket. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
-