Uses of Class
com.facebook.openwifi.rrm.mysql.DatabaseManager
-
Packages that use DatabaseManager Package Description com.facebook.openwifi.rrm Radio Resource Management (RRM) service.com.facebook.openwifi.rrm.modules RRM service modules. -
-
Uses of DatabaseManager in com.facebook.openwifi.rrm
Methods in com.facebook.openwifi.rrm with parameters of type DatabaseManager Modifier and Type Method Description boolean
RRM. start(RRMConfig config, DeviceDataManager deviceDataManager, UCentralClient client, UCentralKafkaConsumer consumer, UCentralKafkaProducer producer, DatabaseManager dbManager)
Start the RRM service. -
Uses of DatabaseManager in com.facebook.openwifi.rrm.modules
Constructors in com.facebook.openwifi.rrm.modules with parameters of type DatabaseManager Constructor Description DataCollector(RRMConfig.ModuleConfig.DataCollectorParams params, DeviceDataManager deviceDataManager, UCentralClient client, UCentralKafkaConsumer consumer, ConfigManager configManager, DatabaseManager dbManager)
Constructor.
-