Interface SpeedManagerPingMapper
- All Known Implementing Classes:
SpeedManagerPingMapperImpl
public interface SpeedManagerPingMapper
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()double+1 : good -1 : bad >-1 invalid input: '<'+1 : relative goodness/badnessgetEstimatedDownloadLimit(boolean persistent) getEstimatedUploadLimit(boolean persistent) int[][]getName()getZones()booleanisActive()
-
Method Details
-
getName
String getName() -
getHistory
int[][] getHistory() -
getZones
SpeedManagerPingZone[] getZones() -
getEstimatedUploadLimit
-
getEstimatedDownloadLimit
-
getCurrentMetricRating
double getCurrentMetricRating()+1 : good -1 : bad >-1 invalid input: '<'+1 : relative goodness/badness- Returns:
-
getLastBadUploadLimit
SpeedManagerLimitEstimate getLastBadUploadLimit() -
getLastBadDownloadLimit
SpeedManagerLimitEstimate getLastBadDownloadLimit() -
getBadUploadHistory
SpeedManagerLimitEstimate[] getBadUploadHistory() -
getBadDownloadHistory
SpeedManagerLimitEstimate[] getBadDownloadHistory() -
isActive
boolean isActive() -
destroy
void destroy()
-