Class CompactionScheduler
java.lang.Object
be.vlaanderen.informatievlaanderen.ldes.server.compaction.application.services.CompactionScheduler
-
Constructor Summary
ConstructorsConstructorDescriptionCompactionScheduler(ViewCollection viewCollection, PaginationCompactionService paginationCompactionService, CompactionCandidateService compactionCandidateService, RetentionPolicyEmptinessChecker retentionPolicyEmptinessChecker) -
Method Summary
-
Constructor Details
-
CompactionScheduler
public CompactionScheduler(ViewCollection viewCollection, PaginationCompactionService paginationCompactionService, CompactionCandidateService compactionCandidateService, RetentionPolicyEmptinessChecker retentionPolicyEmptinessChecker)
-
-
Method Details
-
compactFragments
@Scheduled(cron="${ldes-server.compaction-cron:0 0 0 * * *}") public void compactFragments()
-