Class DateAggregationService
java.lang.Object
io.camunda.optimize.service.db.report.service.DateAggregationService
- Direct Known Subclasses:
DateAggregationServiceES,DateAggregationServiceOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DurationgetDateHistogramIntervalDurationFromMinMax(MinMaxStatDto minMaxStats) protected ZonedDateTimegetEndOfBucket(ZonedDateTime startOfBucket, AggregateByDateUnit unit, Duration durationOfAutomaticInterval) protected ZonedDateTimetruncateToUnit(ZonedDateTime dateToTruncate, AggregateByDateUnit unit)
-
Constructor Details
-
DateAggregationService
public DateAggregationService()
-
-
Method Details
-
getDateHistogramIntervalDurationFromMinMax
-
getEndOfBucket
protected ZonedDateTime getEndOfBucket(ZonedDateTime startOfBucket, AggregateByDateUnit unit, Duration durationOfAutomaticInterval) -
truncateToUnit
-