Class RRMSchedule


  • public class RRMSchedule
    extends Object
    RRM schedule config.
    • Field Detail

      • crons

        public List<String> crons
        The interval at which RRM should be run. This field expects a cron-like format as defined by the Quartz Job Scheduler (CronTrigger): https://www.quartz-scheduler.org/documentation/quartz-2.4.0/tutorials/crontrigger.html
      • algorithms

        public List<RRMAlgorithm> algorithms
        The list of RRM algorithms to run. If empty, all algorithms will be run using default settings.
    • Constructor Detail

      • RRMSchedule

        public RRMSchedule()