Uses of Class
com.facebook.openwifi.cloudsdk.UCentralClient
-
Packages that use UCentralClient Package Description com.facebook.openwifi.cloudsdk.kafka Kafka consumer and producer functionality required by the CloudSDK.com.facebook.openwifi.rrm Radio Resource Management (RRM) service.com.facebook.openwifi.rrm.modules RRM service modules.com.facebook.openwifi.rrm.rca Root Cause Analysis (RCA) service.com.facebook.openwifi.rrm.rca.modules -
-
Uses of UCentralClient in com.facebook.openwifi.cloudsdk.kafka
Constructors in com.facebook.openwifi.cloudsdk.kafka with parameters of type UCentralClient Constructor Description UCentralKafkaConsumer(UCentralClient client, String bootstrapServer, String groupId, String autoOffsetReset, long pollTimeoutMs, String stateTopic, String wifiScanTopic, String serviceEventsTopic)
Constructor. -
Uses of UCentralClient in com.facebook.openwifi.rrm
Methods in com.facebook.openwifi.rrm with parameters of type UCentralClient 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 UCentralClient in com.facebook.openwifi.rrm.modules
-
Uses of UCentralClient in com.facebook.openwifi.rrm.rca
Methods in com.facebook.openwifi.rrm.rca with parameters of type UCentralClient Modifier and Type Method Description static RCAUtils.PingResult
RCAUtils. pingFromDevice(UCentralClient client, String serialNumber, String host, int pingCount)
Instruct a device (AP) to ping a given destination (IP/hostname), returning the raw ping output or null upon error. -
Uses of UCentralClient in com.facebook.openwifi.rrm.rca.modules
Constructors in com.facebook.openwifi.rrm.rca.modules with parameters of type UCentralClient Constructor Description StationPinger(RCAConfig.StationPingerParams params, UCentralClient uCentralClient, UCentralKafkaConsumer consumer)
Constructor.
-