Uses of Interface
com.biglybt.core.stats.transfer.LongTermStats
-
Packages that use LongTermStats Package Description com.biglybt.core.speedmanager com.biglybt.core.stats.transfer com.biglybt.core.stats.transfer.impl -
-
Uses of LongTermStats in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as LongTermStats Modifier and Type Field Description private LongTermStats
SpeedLimitHandler.NetLimit. lt_stats
Methods in com.biglybt.core.speedmanager that return LongTermStats Modifier and Type Method Description private LongTermStats
SpeedLimitHandler.NetLimit. getLongTermStats()
Methods in com.biglybt.core.speedmanager with parameters of type LongTermStats Modifier and Type Method Description private long[]
SpeedLimitHandler. getLongTermUsage(LongTermStats lts, int type, SpeedLimitHandler.NetLimit net_limit)
private java.lang.String
SpeedLimitHandler. getString(LongTermStats lts, int type, java.util.List<SpeedLimitHandler.NetLimit> net_limits)
void
SpeedLimitHandler. updated(LongTermStats stats)
-
Uses of LongTermStats in com.biglybt.core.stats.transfer
Fields in com.biglybt.core.stats.transfer declared as LongTermStats Modifier and Type Field Description private static LongTermStats
StatsFactory. longterm_stats
Fields in com.biglybt.core.stats.transfer with type parameters of type LongTermStats Modifier and Type Field Description private static java.util.Map<java.lang.String,LongTermStats>
StatsFactory. generic_longterm_stats
Methods in com.biglybt.core.stats.transfer that return LongTermStats Modifier and Type Method Description static LongTermStats
StatsFactory. getGenericLongTermStats(java.lang.String id, LongTermStats.GenericStatsSource source)
static LongTermStats
StatsFactory. getLongTermStats()
Methods in com.biglybt.core.stats.transfer with parameters of type LongTermStats Modifier and Type Method Description void
LongTermStatsListener. updated(LongTermStats stats)
-
Uses of LongTermStats in com.biglybt.core.stats.transfer.impl
Subinterfaces of LongTermStats in com.biglybt.core.stats.transfer.impl Modifier and Type Interface Description static interface
LongTermStatsWrapper.LongTermStatsWrapperHelper
Classes in com.biglybt.core.stats.transfer.impl that implement LongTermStats Modifier and Type Class Description class
LongTermStatsGenericImpl
class
LongTermStatsImpl
class
LongTermStatsWrapper
-