Package com.enonic.xp.aggregation
Class SingleValueMetricAggregation
- java.lang.Object
-
- com.enonic.xp.aggregation.Aggregation
-
- com.enonic.xp.aggregation.MetricAggregation
-
- com.enonic.xp.aggregation.SingleValueMetricAggregation
-
@PublicApi public class SingleValueMetricAggregation extends MetricAggregation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSingleValueMetricAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SingleValueMetricAggregation.Buildercreate(String name)doublegetValue()-
Methods inherited from class com.enonic.xp.aggregation.Aggregation
bucketAggregation, getName, getSubAggregations
-
-
-
-
Method Detail
-
getValue
public double getValue()
-
create
public static SingleValueMetricAggregation.Builder create(String name)
-
-