Uses of Interface
com.biglybt.core.stats.transfer.LongTermStats
Packages that use LongTermStats
Package
Description
-
Uses of LongTermStats in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as LongTermStatsMethods in com.biglybt.core.speedmanager that return LongTermStatsModifier and TypeMethodDescriptionprivate LongTermStats
SpeedLimitHandler.NetLimit.getLongTermStats()
Methods in com.biglybt.core.speedmanager with parameters of type LongTermStatsModifier and TypeMethodDescriptionprivate long[]
SpeedLimitHandler.getLongTermUsage
(LongTermStats lts, int type, SpeedLimitHandler.NetLimit net_limit_maybe_null) private String
SpeedLimitHandler.getString
(LongTermStats lts, int type, 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 LongTermStatsFields in com.biglybt.core.stats.transfer with type parameters of type LongTermStatsModifier and TypeFieldDescriptionprivate static final Map
<String, LongTermStats> StatsFactory.generic_longterm_stats
Methods in com.biglybt.core.stats.transfer that return LongTermStatsModifier and TypeMethodDescriptionstatic LongTermStats
StatsFactory.getGenericLongTermStats
(String id, LongTermStats.GenericStatsSource source) static LongTermStats
StatsFactory.getLongTermStats()
Methods in com.biglybt.core.stats.transfer with parameters of type LongTermStats -
Uses of LongTermStats in com.biglybt.core.stats.transfer.impl
Subinterfaces of LongTermStats in com.biglybt.core.stats.transfer.implModifier and TypeInterfaceDescriptionstatic interface
Classes in com.biglybt.core.stats.transfer.impl that implement LongTermStatsModifier and TypeClassDescriptionclass
class
class
class
-
Uses of LongTermStats in com.biglybt.ui.swt.views.stats
Methods in com.biglybt.ui.swt.views.stats with parameters of type LongTermStatsModifier and TypeMethodDescriptionprivate long[]
TransferStatsView.getTotalUsageInPeriod
(LongTermStats lt_stats, long start, long end)