Uses of Interface
com.biglybt.core.stats.transfer.LongTermStats.GenericStatsSource
-
Packages that use LongTermStats.GenericStatsSource Package Description com.biglybt.core.speedmanager com.biglybt.core.stats.transfer com.biglybt.core.stats.transfer.impl -
-
Uses of LongTermStats.GenericStatsSource in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement LongTermStats.GenericStatsSource Modifier and Type Class Description private class
SpeedLimitHandler.NetLimit.NetLimitStatsProvider
-
Uses of LongTermStats.GenericStatsSource in com.biglybt.core.stats.transfer
Methods in com.biglybt.core.stats.transfer with parameters of type LongTermStats.GenericStatsSource Modifier and Type Method Description static LongTermStats
StatsFactory. getGenericLongTermStats(java.lang.String id, LongTermStats.GenericStatsSource source)
-
Uses of LongTermStats.GenericStatsSource in com.biglybt.core.stats.transfer.impl
Fields in com.biglybt.core.stats.transfer.impl declared as LongTermStats.GenericStatsSource Modifier and Type Field Description private LongTermStats.GenericStatsSource
LongTermStatsGenericImpl. generic_source
private LongTermStats.GenericStatsSource
LongTermStatsWrapper. source
Constructors in com.biglybt.core.stats.transfer.impl with parameters of type LongTermStats.GenericStatsSource Constructor Description LongTermStatsGenericImpl(java.lang.String id, LongTermStats.GenericStatsSource source)
LongTermStatsWrapper(java.lang.String _id, LongTermStats.GenericStatsSource _source)
-