Class NumberHistogramAggregationUtilOS

java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.util.NumberHistogramAggregationUtilOS

public final class NumberHistogramAggregationUtilOS extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.commons.lang3.tuple.Pair<String,org.opensearch.client.opensearch._types.aggregations.Aggregation>
    generateHistogramFromScript(String histogramName, double intervalSize, double offsetValue, org.opensearch.client.opensearch._types.Script script, double max, Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> subAggregations)
     
    static org.apache.commons.lang3.tuple.Pair<String,org.opensearch.client.opensearch._types.aggregations.Aggregation>
    generateHistogramWithField(String histogramName, double intervalSize, double offsetValue, double max, String fieldName, String formatString, Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> subAggregations)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • generateHistogramWithField

      public static org.apache.commons.lang3.tuple.Pair<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> generateHistogramWithField(String histogramName, double intervalSize, double offsetValue, double max, String fieldName, String formatString, Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> subAggregations)
    • generateHistogramFromScript

      public static org.apache.commons.lang3.tuple.Pair<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> generateHistogramFromScript(String histogramName, double intervalSize, double offsetValue, org.opensearch.client.opensearch._types.Script script, double max, Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> subAggregations)