Uses of Interface
com.biglybt.core.util.GeneralUtils.SmoothAverage
-
Packages that use GeneralUtils.SmoothAverage Package Description com.biglybt.core.global.impl com.biglybt.core.peer.impl com.biglybt.core.util -
-
Uses of GeneralUtils.SmoothAverage in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as GeneralUtils.SmoothAverage Modifier and Type Field Description private GeneralUtils.SmoothAverage
GlobalManagerStatsImpl. smoothed_receive_rate
private GeneralUtils.SmoothAverage
GlobalManagerStatsImpl. smoothed_send_rate
-
Uses of GeneralUtils.SmoothAverage in com.biglybt.core.peer.impl
Fields in com.biglybt.core.peer.impl declared as GeneralUtils.SmoothAverage Modifier and Type Field Description private GeneralUtils.SmoothAverage
PEPeerManagerStatsImpl. smoothed_receive_rate
private GeneralUtils.SmoothAverage
PEPeerManagerStatsImpl. smoothed_send_rate
-
Uses of GeneralUtils.SmoothAverage in com.biglybt.core.util
Classes in com.biglybt.core.util that implement GeneralUtils.SmoothAverage Modifier and Type Class Description private static class
GeneralUtils.SmoothAverage1
private static class
GeneralUtils.SmoothAverage2
Methods in com.biglybt.core.util that return GeneralUtils.SmoothAverage Modifier and Type Method Description static GeneralUtils.SmoothAverage
GeneralUtils. getSmoothAverage()
static GeneralUtils.SmoothAverage
GeneralUtils. getSmoothAverageForReplay()
-