Uses of Interface
com.facebook.openwifi.rrm.aggregators.Aggregator
- 
Packages that use Aggregator Package Description com.facebook.openwifi.rrm.aggregators com.facebook.openwifi.rrm.modules RRM service modules. - 
- 
Uses of Aggregator in com.facebook.openwifi.rrm.aggregators
Classes in com.facebook.openwifi.rrm.aggregators that implement Aggregator Modifier and Type Class Description classMeanAggregatorTracks the mean of all added values. - 
Uses of Aggregator in com.facebook.openwifi.rrm.modules
Methods in com.facebook.openwifi.rrm.modules with parameters of type Aggregator Modifier and Type Method Description static Map<String,Map<String,WifiScanEntry>>ModelerUtils. getAggregatedWifiScans(Modeler.DataModel dataModel, long obsoletionPeriodMs, Aggregator<Double> agg)For each AP, for each other AP that sent a wifiscan entry to that AP, this method calculates an aggregate wifiscan entry with an aggregated RSSI.static Map<String,Map<String,WifiScanEntry>>ModelerUtils. getAggregatedWifiScans(Modeler.DataModel dataModel, long obsoletionPeriodMs, Aggregator<Double> agg, long refTimeMs)Compute aggregated wifiscans using a given reference time. 
 -