Uses of Interface
com.biglybt.core.speedmanager.SpeedManagerLimitEstimate
-
Packages that use SpeedManagerLimitEstimate Package Description com.biglybt.core.speedmanager com.biglybt.core.speedmanager.impl com.biglybt.core.speedmanager.impl.v2 com.biglybt.ui.swt.speedtest -
-
Uses of SpeedManagerLimitEstimate in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager that return SpeedManagerLimitEstimate Modifier and Type Method Description SpeedManagerLimitEstimate[]
SpeedManagerPingMapper. getBadDownloadHistory()
SpeedManagerLimitEstimate[]
SpeedManagerPingMapper. getBadUploadHistory()
SpeedManagerLimitEstimate
SpeedManager. getEstimatedDownloadCapacityBytesPerSec()
SpeedManagerLimitEstimate
SpeedManagerPingMapper. getEstimatedDownloadLimit(boolean persistent)
SpeedManagerLimitEstimate
SpeedManager. getEstimatedUploadCapacityBytesPerSec()
SpeedManagerLimitEstimate
SpeedManagerPingMapper. getEstimatedUploadLimit(boolean persistent)
SpeedManagerLimitEstimate
SpeedManagerPingMapper. getLastBadDownloadLimit()
SpeedManagerLimitEstimate
SpeedManagerPingMapper. getLastBadUploadLimit()
Methods in com.biglybt.core.speedmanager with parameters of type SpeedManagerLimitEstimate Modifier and Type Method Description java.lang.String
LimitToTextHelper. getLimitText(SpeedManagerLimitEstimate limit)
java.lang.String
LimitToTextHelper. getSettableType(SpeedManagerLimitEstimate limit)
-
Uses of SpeedManagerLimitEstimate in com.biglybt.core.speedmanager.impl
Classes in com.biglybt.core.speedmanager.impl that implement SpeedManagerLimitEstimate Modifier and Type Class Description private static class
SpeedManagerPingMapperImpl.limitEstimate
Methods in com.biglybt.core.speedmanager.impl with parameters of type SpeedManagerLimitEstimate Modifier and Type Method Description protected java.lang.String
SpeedManagerPingMapperImpl. getShortString(SpeedManagerLimitEstimate l)
-
Uses of SpeedManagerLimitEstimate in com.biglybt.core.speedmanager.impl.v2
Classes in com.biglybt.core.speedmanager.impl.v2 that implement SpeedManagerLimitEstimate Modifier and Type Class Description (package private) static class
PingSpaceMon.DefaultLimitEstimate
(package private) static class
SMConfigurationAdapterImpl.SMConfigLimitEstimate
(package private) static class
SMConst.FilteredLimitEstimate
Methods in com.biglybt.core.speedmanager.impl.v2 that return SpeedManagerLimitEstimate Modifier and Type Method Description static SpeedManagerLimitEstimate
SMConst. filterEstimate(SpeedManagerLimitEstimate estimate, int startValue)
Early in the search process the ping-mapper can give estimates that are too low due to a lack of information.static SpeedManagerLimitEstimate
PingSpaceMon. getDownloadEstCapacity()
Get the estimated download capacity from the SpeedManager.static SpeedManagerLimitEstimate
PingSpaceMon. getDownloadLimit()
Get the current estimated download limit from the ping mapper.SpeedManagerLimitEstimate
SMConfigurationAdapter. getDownloadLimit()
SpeedManagerLimitEstimate
SMConfigurationAdapterImpl. getDownloadLimit()
static SpeedManagerLimitEstimate
PingSpaceMon. getUploadEstCapacity()
static SpeedManagerLimitEstimate
PingSpaceMon. getUploadLimit(boolean persistent)
Get the current estimated upload limit from the ping mapper.SpeedManagerLimitEstimate
SMConfigurationAdapter. getUploadLimit()
SpeedManagerLimitEstimate
SMConfigurationAdapterImpl. getUploadLimit()
Methods in com.biglybt.core.speedmanager.impl.v2 with parameters of type SpeedManagerLimitEstimate Modifier and Type Method Description void
SpeedLimitMonitor. betaLogPingMapperEstimates(java.lang.String name, SpeedManagerLimitEstimate transEst, boolean hadChockPing, SpeedManagerLimitEstimate permEst, PingSpaceMapper downMode, PingSpaceMapper seedMode)
This is a lot of data, but is important debug info.private int
SpeedLimitMonitor. choseBestLimit(SpeedManagerLimitEstimate estimate, int currMaxLimit, SpeedLimitConfidence currConf)
static SpeedManagerLimitEstimate
SMConst. filterEstimate(SpeedManagerLimitEstimate estimate, int startValue)
Early in the search process the ping-mapper can give estimates that are too low due to a lack of information.void
PSMonitorListener. notifyDownload(SpeedManagerLimitEstimate estimate)
void
SpeedLimitMonitor. notifyDownload(SpeedManagerLimitEstimate estimate)
void
PSMonitorListener. notifyUpload(SpeedManagerLimitEstimate estimate)
void
SpeedLimitMonitor. notifyUpload(SpeedManagerLimitEstimate estimate)
(package private) void
SpeedLimitMonitor. resetPinSearch(SpeedManagerLimitEstimate estimate)
void
SMConfigurationAdapter. setDownloadLimit(SpeedManagerLimitEstimate est)
void
SMConfigurationAdapterImpl. setDownloadLimit(SpeedManagerLimitEstimate est)
void
SpeedLimitMonitor. setRefLimits(SpeedManagerLimitEstimate estUp, SpeedManagerLimitEstimate estDown)
Make some choices about how usable the limits are before passing them on.void
SMConfigurationAdapter. setUploadLimit(SpeedManagerLimitEstimate est)
void
SMConfigurationAdapterImpl. setUploadLimit(SpeedManagerLimitEstimate est)
private void
SpeedLimitMonitor. tempLogEstimate(SpeedManagerLimitEstimate est)
-
Uses of SpeedManagerLimitEstimate in com.biglybt.ui.swt.speedtest
Methods in com.biglybt.ui.swt.speedtest with parameters of type SpeedManagerLimitEstimate Modifier and Type Method Description private void
SpeedTestFinishPanel. createDataLine(org.eclipse.swt.widgets.Composite panel, java.lang.String label, int maxKbps, SpeedManagerLimitEstimate estimate)
One line of data in the UI
-