Class FixedIntervalOrderPolicy

java.lang.Object
org.apache.druid.server.compaction.FixedIntervalOrderPolicy
All Implemented Interfaces:
CompactionCandidateSearchPolicy

public class FixedIntervalOrderPolicy extends Object implements CompactionCandidateSearchPolicy
Implementation of CompactionCandidateSearchPolicy that specifies the datasources and intervals eligible for compaction and their order.

This policy is primarily used for integration tests.