Package com.facebook.openwifi.rrm
Class RRMConfig.ModuleConfig.DataCollectorParams
- java.lang.Object
-
- com.facebook.openwifi.rrm.RRMConfig.ModuleConfig.DataCollectorParams
-
- Enclosing class:
- RRMConfig.ModuleConfig
public class RRMConfig.ModuleConfig.DataCollectorParams extends Object
DataCollector parameters.
-
-
Field Summary
Fields Modifier and Type Field Description int
capabilitiesIntervalSec
The capabilities request interval (per device), in seconds (DATACOLLECTORPARAMS_CAPABILITIESINTERVALSEC
)int
deviceStatsIntervalSec
The expected device statistics interval, in seconds (or -1 to disable managing this value) (DATACOLLECTORPARAMS_DEVICESTATSINTERVALSEC
)int
executorThreadCount
Number of executor threads for async tasks (ex.int
updateIntervalMs
The main logic loop interval (i.e.int
wifiScanIntervalSec
The wifi scan interval (per device), in seconds (or -1 to disable automatic scans) (DATACOLLECTORPARAMS_WIFISCANINTERVALSEC
)
-
Constructor Summary
Constructors Constructor Description DataCollectorParams()
-
-
-
Field Detail
-
updateIntervalMs
public int updateIntervalMs
The main logic loop interval (i.e. sleep time), in ms (DATACOLLECTORPARAMS_UPDATEINTERVALMS
)
-
deviceStatsIntervalSec
public int deviceStatsIntervalSec
The expected device statistics interval, in seconds (or -1 to disable managing this value) (DATACOLLECTORPARAMS_DEVICESTATSINTERVALSEC
)
-
wifiScanIntervalSec
public int wifiScanIntervalSec
The wifi scan interval (per device), in seconds (or -1 to disable automatic scans) (DATACOLLECTORPARAMS_WIFISCANINTERVALSEC
)
-
capabilitiesIntervalSec
public int capabilitiesIntervalSec
The capabilities request interval (per device), in seconds (DATACOLLECTORPARAMS_CAPABILITIESINTERVALSEC
)
-
executorThreadCount
public int executorThreadCount
Number of executor threads for async tasks (ex. wifi scans) (DATACOLLECTORPARAMS_EXECUTORTHREADCOUNT
)
-
-