Uses of Class
com.facebook.openwifi.cloudsdk.AggregatedState
-
Packages that use AggregatedState Package Description com.facebook.openwifi.cloudsdk Library providing clients and models for the OpenWiFi uCentral-based CloudSDK.com.facebook.openwifi.rrm.modules RRM service modules. -
-
Uses of AggregatedState in com.facebook.openwifi.cloudsdk
Methods in com.facebook.openwifi.cloudsdk with parameters of type AggregatedState Modifier and Type Method Description boolean
AggregatedState. add(AggregatedState state)
Add an AggregatedState to this AggregatedState.boolean
AggregatedState. matchesForAggregation(AggregatedState state)
Check whether the passed-in AggregatedState and this one match for aggregation. -
Uses of AggregatedState in com.facebook.openwifi.rrm.modules
Methods in com.facebook.openwifi.rrm.modules that return types with arguments of type AggregatedState Modifier and Type Method Description static Map<String,Map<String,List<AggregatedState>>>
ModelerUtils. getAggregatedStates(Modeler.DataModel dataModel, long obsoletionPeriodMs, long refTimeMs)
This method aggregates States by bssid/station key pair and radio info.
-