Class MetricInspectionHelper
- java.lang.Object
-
- org.elasticsearch.search.aggregations.metrics.MetricInspectionHelper
-
public class MetricInspectionHelper extends java.lang.ObjectCounterpart toAggregationInspectionHelper, providing helpers for some aggs that have package-private getters. AggregationInspectionHelper delegates to these helpers when needed, and consumers should prefer to use AggregationInspectionHelper instead of these helpers.
-
-
Constructor Summary
Constructors Constructor Description MetricInspectionHelper()
-
Method Summary
Modifier and Type Method Description static booleanhasValue(InternalAvg agg)static booleanhasValue(InternalCardinality agg)static booleanhasValue(InternalHDRPercentileRanks agg)static booleanhasValue(InternalHDRPercentiles agg)static booleanhasValue(InternalMedianAbsoluteDeviation agg)static booleanhasValue(InternalScriptedMetric agg)static booleanhasValue(InternalTDigestPercentileRanks agg)static booleanhasValue(InternalTDigestPercentiles agg)static booleanhasValue(InternalTopHits agg)static booleanhasValue(InternalWeightedAvg agg)static booleanhasValue(InternalDerivative agg)
-
-
-
Method Detail
-
hasValue
public static boolean hasValue(InternalAvg agg)
-
hasValue
public static boolean hasValue(InternalCardinality agg)
-
hasValue
public static boolean hasValue(InternalHDRPercentileRanks agg)
-
hasValue
public static boolean hasValue(InternalHDRPercentiles agg)
-
hasValue
public static boolean hasValue(InternalMedianAbsoluteDeviation agg)
-
hasValue
public static boolean hasValue(InternalScriptedMetric agg)
-
hasValue
public static boolean hasValue(InternalTDigestPercentileRanks agg)
-
hasValue
public static boolean hasValue(InternalTDigestPercentiles agg)
-
hasValue
public static boolean hasValue(InternalTopHits agg)
-
hasValue
public static boolean hasValue(InternalWeightedAvg agg)
-
hasValue
public static boolean hasValue(InternalDerivative agg)
-
-