Interface ITrackingStatisticsReprocessingService
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
reprocess
(ZonedDateTime from, ZonedDateTime to, Consumer<ITrackingStatisticsReprocessingService.ITrackingStatisticsCleanupQuery> cleanUpStrategy, Function<IElasticEventsQuery<?>, EventList> reprocessStrategy, Collection<Class<? extends ITrackingStatisticsExtractor>> extractors) Deprecated.Reprocesses quantity reports for a given time range.
-
Method Details
-
reprocess
void reprocess(ZonedDateTime from, ZonedDateTime to, Consumer<ITrackingStatisticsReprocessingService.ITrackingStatisticsCleanupQuery> cleanUpStrategy, Function<IElasticEventsQuery<?>, EventList> reprocessStrategy, Collection<Class<? extends ITrackingStatisticsExtractor>> extractors) Deprecated.Reprocesses quantity reports for a given time range.- Parameters:
from
- The start of the time rangeto
- The end of the time rangecleanUpStrategy
- The strategy for cleaning up the existing reports. Implicitly respects the reprocessing time range.reprocessStrategy
- The strategy for selecting events for reprocessing. Implicitly respects the reprocessing time range.extractors
- The extractors to use for reprocessing.
-