Package com.facebook.openwifi.rrm.rca
Class RCAConfig
- java.lang.Object
-
- com.facebook.openwifi.rrm.rca.RCAConfig
-
public class RCAConfig extends Object
Root cause analysis service configuration model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RCAConfig.StationPingerParams
StationPinger parameters.
-
Field Summary
Fields Modifier and Type Field Description RCAConfig.StationPingerParams
stationPingerParams
StationPinger parameters.
-
Constructor Summary
Constructors Constructor Description RCAConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RCAConfig
fromEnv(Map<String,String> env)
Construct RCAConfig from environment variables.
-
-
-
Field Detail
-
stationPingerParams
public RCAConfig.StationPingerParams stationPingerParams
StationPinger parameters.
-
-