Uses of Interface
com.biglybt.core.speedmanager.SpeedManagerLimitEstimate
Packages that use SpeedManagerLimitEstimate
Package
Description
-
Uses of SpeedManagerLimitEstimate in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager that return SpeedManagerLimitEstimateModifier and TypeMethodDescriptionSpeedManagerPingMapper.getBadDownloadHistory()
SpeedManagerPingMapper.getBadUploadHistory()
SpeedManager.getEstimatedDownloadCapacityBytesPerSec()
SpeedManagerPingMapper.getEstimatedDownloadLimit
(boolean persistent) SpeedManager.getEstimatedUploadCapacityBytesPerSec()
SpeedManagerPingMapper.getEstimatedUploadLimit
(boolean persistent) SpeedManagerPingMapper.getLastBadDownloadLimit()
SpeedManagerPingMapper.getLastBadUploadLimit()
Methods in com.biglybt.core.speedmanager with parameters of type SpeedManagerLimitEstimateModifier and TypeMethodDescriptionLimitToTextHelper.getLimitText
(SpeedManagerLimitEstimate limit) LimitToTextHelper.getSettableType
(SpeedManagerLimitEstimate limit) -
Uses of SpeedManagerLimitEstimate in com.biglybt.core.speedmanager.impl
Classes in com.biglybt.core.speedmanager.impl that implement SpeedManagerLimitEstimateMethods in com.biglybt.core.speedmanager.impl that return SpeedManagerLimitEstimateModifier and TypeMethodDescriptionprotected SpeedManagerLimitEstimate
SpeedManagerPingMapperImpl.adjustForPersistence
(SpeedManagerPingMapperImpl.limitEstimate estimate, SpeedManagerPingMapperImpl.limitEstimate best_good, SpeedManagerPingMapperImpl.limitEstimate last_bad, boolean persistent) SpeedManagerPingMapperImpl.getBadDownloadHistory()
SpeedManagerPingMapperImpl.getBadUploadHistory()
SpeedManagerImpl.getEstimatedDownloadCapacityBytesPerSec()
SpeedManagerPingMapperImpl.getEstimatedDownloadCapacityBytesPerSec()
SpeedManagerPingMapperImpl.getEstimatedDownloadLimit
(boolean persistent) SpeedManagerImpl.getEstimatedUploadCapacityBytesPerSec()
SpeedManagerPingMapperImpl.getEstimatedUploadCapacityBytesPerSec()
SpeedManagerPingMapperImpl.getEstimatedUploadLimit
(boolean persistent) SpeedManagerPingMapperImpl.getLastBadDownloadLimit()
SpeedManagerPingMapperImpl.getLastBadUploadLimit()
Methods in com.biglybt.core.speedmanager.impl with parameters of type SpeedManagerLimitEstimateModifier and TypeMethodDescriptionprotected 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 SpeedManagerLimitEstimateModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
Methods in com.biglybt.core.speedmanager.impl.v2 that return SpeedManagerLimitEstimateModifier and TypeMethodDescriptionstatic 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.SMConfigurationAdapter.getDownloadLimit()
SMConfigurationAdapterImpl.getDownloadLimit()
static SpeedManagerLimitEstimate
PingSpaceMon.getUploadEstCapacity()
static SpeedManagerLimitEstimate
PingSpaceMon.getUploadLimit
(boolean persistent) Get the current estimated upload limit from the ping mapper.SMConfigurationAdapter.getUploadLimit()
SMConfigurationAdapterImpl.getUploadLimit()
Methods in com.biglybt.core.speedmanager.impl.v2 with parameters of type SpeedManagerLimitEstimateModifier and TypeMethodDescriptionvoid
SpeedLimitMonitor.betaLogPingMapperEstimates
(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 SpeedManagerLimitEstimateModifier and TypeMethodDescriptionprivate void
SpeedTestFinishPanel.createDataLine
(org.eclipse.swt.widgets.Composite panel, String label, int maxKbps, SpeedManagerLimitEstimate estimate) One line of data in the UI