Uses of Class
com.facebook.openwifi.rrm.modules.Modeler
-
Packages that use Modeler Package Description com.facebook.openwifi.rrm Radio Resource Management (RRM) service.com.facebook.openwifi.rrm.modules RRM service modules. -
-
Uses of Modeler in com.facebook.openwifi.rrm
Methods in com.facebook.openwifi.rrm with parameters of type Modeler Modifier and Type Method Description RRMAlgorithm.AlgorithmResult
RRMAlgorithm. run(DeviceDataManager deviceDataManager, ConfigManager configManager, Modeler modeler, String zone, boolean dryRun, boolean allowDefaultMode, boolean updateImmediately)
Run the algorithm. -
Uses of Modeler in com.facebook.openwifi.rrm.modules
Methods in com.facebook.openwifi.rrm.modules with parameters of type Modeler Modifier and Type Method Description boolean
RRMScheduler. start(ConfigManager configManager, Modeler modeler)
Start the scheduler, returning true if newly started.Constructors in com.facebook.openwifi.rrm.modules with parameters of type Modeler Constructor Description ApiServer(RRMConfig.ModuleConfig.ApiServerParams params, RRMConfig.ServiceConfig serviceConfig, DeviceDataManager deviceDataManager, ConfigManager configManager, Modeler modeler, UCentralClient client, RRMScheduler scheduler)
Constructor.ProvMonitor(RRMConfig.ModuleConfig.ProvMonitorParams params, DeviceDataManager deviceDataManager, Modeler modeler, UCentralClient client, RRMScheduler scheduler)
Constructor.
-