Uses of Class
com.biglybt.core.speedmanager.impl.SpeedManagerPingMapperImpl.limitEstimate
-
Packages that use SpeedManagerPingMapperImpl.limitEstimate Package Description com.biglybt.core.speedmanager.impl -
-
Uses of SpeedManagerPingMapperImpl.limitEstimate in com.biglybt.core.speedmanager.impl
Fields in com.biglybt.core.speedmanager.impl declared as SpeedManagerPingMapperImpl.limitEstimate Modifier and Type Field Description private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. best_good_down
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. best_good_up
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. down_capacity
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. down_estimate
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. last_bad_down
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. last_bad_up
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. up_capacity
private SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. up_estimate
Methods in com.biglybt.core.speedmanager.impl that return SpeedManagerPingMapperImpl.limitEstimate Modifier and Type Method Description SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl.limitEstimate. getClone()
protected SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. getEstimatedLimit(boolean up)
protected SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. getNullLimit()
protected SpeedManagerPingMapperImpl.limitEstimate
SpeedManagerPingMapperImpl. loadLimit(java.util.Map m)
Methods in com.biglybt.core.speedmanager.impl with parameters of type SpeedManagerPingMapperImpl.limitEstimate Modifier and Type Method Description protected 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, java.util.LinkedList bads)
protected java.util.Map
SpeedManagerPingMapperImpl. saveLimit(SpeedManagerPingMapperImpl.limitEstimate limit)
-