Uses of Class
com.biglybt.core.speedmanager.impl.SpeedManagerPingMapperImpl.limitEstimate
Packages that use SpeedManagerPingMapperImpl.limitEstimate
-
Uses of SpeedManagerPingMapperImpl.limitEstimate in com.biglybt.core.speedmanager.impl
Fields in com.biglybt.core.speedmanager.impl declared as SpeedManagerPingMapperImpl.limitEstimateModifier and TypeFieldDescriptionSpeedManagerPingMapperImpl.best_good_down
SpeedManagerPingMapperImpl.best_good_up
SpeedManagerPingMapperImpl.down_capacity
SpeedManagerPingMapperImpl.down_estimate
SpeedManagerPingMapperImpl.last_bad_down
SpeedManagerPingMapperImpl.last_bad_up
SpeedManagerPingMapperImpl.up_capacity
SpeedManagerPingMapperImpl.up_estimate
Methods in com.biglybt.core.speedmanager.impl that return SpeedManagerPingMapperImpl.limitEstimateModifier and TypeMethodDescriptionSpeedManagerPingMapperImpl.limitEstimate.getClone()
protected SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl.getEstimatedLimit
(boolean up) protected SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl.getNullLimit()
protected SpeedManagerPingMapperImpl.limitEstimate
Methods in com.biglybt.core.speedmanager.impl with parameters of type SpeedManagerPingMapperImpl.limitEstimateModifier and TypeMethodDescriptionprotected SpeedManagerLimitEstimate
SpeedManagerPingMapperImpl.adjustForPersistence
(SpeedManagerPingMapperImpl.limitEstimate estimate, SpeedManagerPingMapperImpl.limitEstimate best_good, SpeedManagerPingMapperImpl.limitEstimate last_bad, boolean persistent) protected void
SpeedManagerPingMapperImpl.checkCapacityDecrease
(boolean is_up, SpeedManagerPingMapperImpl.limitEstimate capacity, LinkedList bads) protected Map
SpeedManagerPingMapperImpl.saveLimit
(SpeedManagerPingMapperImpl.limitEstimate limit)