Uses of Interface
com.biglybt.core.global.GlobalManagerStats
-
-
Uses of GlobalManagerStats in com.biglybt.core.dht.transport.udp.impl
Fields in com.biglybt.core.dht.transport.udp.impl declared as GlobalManagerStats Modifier and Type Field Description private static GlobalManagerStats
DHTUDPUtils. gm_stats
-
Uses of GlobalManagerStats in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as GlobalManagerStats Modifier and Type Field Description (package private) GlobalManagerStats
DownloadManagerController. global_stats
-
Uses of GlobalManagerStats in com.biglybt.core.global
Methods in com.biglybt.core.global that return GlobalManagerStats Modifier and Type Method Description GlobalManagerStats
GlobalManager. getStats()
Retrieve the Global Manager Statistics class -
Uses of GlobalManagerStats in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement GlobalManagerStats Modifier and Type Class Description class
GlobalManagerStatsImpl
Methods in com.biglybt.core.global.impl that return GlobalManagerStats Modifier and Type Method Description GlobalManagerStats
GlobalManagerImpl. getStats()
Constructors in com.biglybt.core.global.impl with parameters of type GlobalManagerStats Constructor Description GlobalManagerStatsWriter(Core core, GlobalManagerStats stats)
-
Uses of GlobalManagerStats in com.biglybt.core.stats.transfer
Methods in com.biglybt.core.stats.transfer with parameters of type GlobalManagerStats Modifier and Type Method Description static void
StatsFactory. initialize(Core core, GlobalManagerStats stats)
-
Uses of GlobalManagerStats in com.biglybt.core.stats.transfer.impl
Fields in com.biglybt.core.stats.transfer.impl declared as GlobalManagerStats Modifier and Type Field Description private GlobalManagerStats
LongTermStatsImpl. gm_stats
private GlobalManagerStats
LongTermStatsWrapper. gm_stats
(package private) GlobalManagerStats
OverallStatsImpl. gm_stats
Constructors in com.biglybt.core.stats.transfer.impl with parameters of type GlobalManagerStats Constructor Description LongTermStatsImpl(Core _core, GlobalManagerStats _gm_stats)
LongTermStatsWrapper(Core _core, GlobalManagerStats _stats)
OverallStatsImpl(Core _core, GlobalManagerStats _gm_stats)
-
Uses of GlobalManagerStats in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as GlobalManagerStats Modifier and Type Field Description private GlobalManagerStats
DownloadManagerStatsImpl. global_manager_stats
-
Uses of GlobalManagerStats in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as GlobalManagerStats Modifier and Type Field Description private GlobalManagerStats
DownloadXferStatsView. gm_stats
(package private) GlobalManagerStats
ViewDownSpeedGraph. stats
(package private) GlobalManagerStats
ViewUpSpeedGraph. stats
-
Uses of GlobalManagerStats in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as GlobalManagerStats Modifier and Type Field Description (package private) GlobalManagerStats
ActivityView. stats
private GlobalManagerStats
TransferStatsView. stats
-