Uses of Interface
com.biglybt.core.global.GlobalManagerStats.RemoteStats
-
Packages that use GlobalManagerStats.RemoteStats Package Description com.biglybt.core.global com.biglybt.core.global.impl -
-
Uses of GlobalManagerStats.RemoteStats in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type GlobalManagerStats.RemoteStats Modifier and Type Method Description void
GlobalManagerStats. receiveRemoteStats(GlobalManagerStats.RemoteStats stats)
-
Uses of GlobalManagerStats.RemoteStats in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl with type parameters of type GlobalManagerStats.RemoteStats Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.net.InetAddress,GlobalManagerStats.RemoteStats>
GlobalManagerStatsImpl. pending_stats
Methods in com.biglybt.core.global.impl with parameters of type GlobalManagerStats.RemoteStats Modifier and Type Method Description private void
GlobalManagerStatsImpl. addRemoteStats(GlobalManagerStats.RemoteStats stats)
void
GlobalManagerStatsImpl. receiveRemoteStats(GlobalManagerStats.RemoteStats stats)
Constructors in com.biglybt.core.global.impl with parameters of type GlobalManagerStats.RemoteStats Constructor Description HistoryEntry(java.lang.String _cc, GlobalManagerStats.RemoteStats _stats)
-