Package com.facebook.openwifi.rrm
Class RRMSchedule
- java.lang.Object
- 
- com.facebook.openwifi.rrm.RRMSchedule
 
- 
 public class RRMSchedule extends Object RRM schedule config.
- 
- 
Field SummaryFields Modifier and Type Field Description List<RRMAlgorithm>algorithmsThe list of RRM algorithms to run.List<String>cronsThe interval at which RRM should be run.
 - 
Constructor SummaryConstructors Constructor Description RRMSchedule()
 
- 
- 
- 
Field Detail- 
cronspublic 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
 - 
algorithmspublic List<RRMAlgorithm> algorithms The list of RRM algorithms to run. If empty, all algorithms will be run using default settings.
 
- 
 
-