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