Interface ITrackingStatisticsReprocessingService
Deprecated.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidreprocess(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- 
reprocessvoid 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 range
- to- The end of the time range
- cleanUpStrategy- 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.
 
 
-