Uses of Class
com.biglybt.core.util.Average
-
-
Uses of Average in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as Average Modifier and Type Field Description (package private) Average
TranscodePipe. connection_speed
(package private) Average
TranscodePipe. write_speed
-
Uses of Average in com.biglybt.core.dht.control.impl
Fields in com.biglybt.core.dht.control.impl declared as Average Modifier and Type Field Description private Average
DHTControlStatsImpl. bytes_in_average
private Average
DHTControlStatsImpl. bytes_out_average
private Average
DHTControlStatsImpl. packets_in_average
private Average
DHTControlStatsImpl. packets_out_average
-
Uses of Average in com.biglybt.core.dht.transport.udp.impl
Fields in com.biglybt.core.dht.transport.udp.impl declared as Average Modifier and Type Field Description private Average
DHTTransportUDPImpl. alien_average
private Average
DHTTransportUDPImpl. alien_fv_average
-
Uses of Average in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as Average Modifier and Type Field Description protected Average
CacheFileManagerStatsImpl. cache_read_average
protected Average
CacheFileManagerStatsImpl. cache_write_average
protected Average
CacheFileManagerStatsImpl. file_read_average
protected Average
CacheFileManagerStatsImpl. file_write_average
protected Average
CacheFileWithCache. read_ahead_made_average
protected Average
CacheFileWithCache. read_ahead_used_average
-
Uses of Average in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as Average Modifier and Type Field Description private Average
GlobalManagerStatsImpl. data_receive_speed
private Average
GlobalManagerStatsImpl. data_receive_speed_no_lan
private Average
GlobalManagerStatsImpl. data_send_speed
private Average
GlobalManagerStatsImpl. data_send_speed_no_lan
private Average
GlobalManagerStatsImpl. protocol_receive_speed
private Average
GlobalManagerStatsImpl. protocol_receive_speed_no_lan
private Average
GlobalManagerStatsImpl. protocol_send_speed
private Average
GlobalManagerStatsImpl. protocol_send_speed_no_lan
-
Uses of Average in com.biglybt.core.peer.impl
Fields in com.biglybt.core.peer.impl declared as Average Modifier and Type Field Description private Average
PEPeerManagerStatsImpl. data_receive_speed
private Average
PEPeerStatsImpl. data_receive_speed
private Average
PEPeerManagerStatsImpl. data_send_speed
private Average
PEPeerStatsImpl. data_send_speed
private Average
PEPeerStatsImpl. estimated_download_speed
private Average
PEPeerStatsImpl. estimated_upload_speed
private Average
PEPeerManagerStatsImpl. overallSpeed
private Average
PEPeerManagerStatsImpl. protocol_receive_speed
private Average
PEPeerStatsImpl. protocol_receive_speed
private Average
PEPeerManagerStatsImpl. protocol_send_speed
private Average
PEPeerStatsImpl. protocol_send_speed
private Average
PEPeerStatsImpl. receive_speed_for_choking
-
Uses of Average in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as Average Modifier and Type Field Description private Average
PEPeerControlImpl. _averageReceptionSpeed
private Average
PEPeerControlHashHandlerImpl.PeerStats. hash_data_rate
private Average
PEPeerControlHashHandlerImpl.PeerStats. hash_rate
private Average
PEPeerControlHashHandlerImpl.PeerStats. piece_tree_data_rate
-
Uses of Average in com.biglybt.core.peermanager.nat
Fields in com.biglybt.core.peermanager.nat declared as Average Modifier and Type Field Description (package private) Average
PeerNATTraverser. usage_average
-
Uses of Average in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as Average Modifier and Type Field Description private Average
TagPropertyConstraintHandler.TagConstraint. activity_average
-
Uses of Average in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers declared as Average Modifier and Type Field Description private Average
AllTrackersManagerImpl. announce_rate
private Average
AllTrackersManagerImpl. scrape_rate
-
Uses of Average in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as Average Modifier and Type Field Description private Average
TRHostTorrentHostImpl. average_announce
private Average
TRHostTorrentHostImpl. average_bytes_in
private Average
TRHostTorrentHostImpl. average_bytes_out
private Average
TRHostTorrentHostImpl. average_downloaded
private Average
TRHostTorrentHostImpl. average_scrape
private Average
TRHostTorrentHostImpl. average_uploaded
-
Uses of Average in com.biglybt.core.util
Subclasses of Average in com.biglybt.core.util Modifier and Type Class Description class
PausableAverage
Fields in com.biglybt.core.util declared as Average Modifier and Type Field Description (package private) Average
GeneralUtils.SmoothAverage1. average
private Average
ThreadPool. task_average
Methods in com.biglybt.core.util that return Average Modifier and Type Method Description static Average
Average. getInstance(int refreshRate, int period)
The way to get a new Average Object, it does some parameter checking.Methods in com.biglybt.core.util with parameters of type Average Modifier and Type Method Description void
Average. cloneFrom(Average other)
-
Uses of Average in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as Average Modifier and Type Field Description private Average
DiskManagerChannelImpl. byte_rate
-
Uses of Average in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as Average Modifier and Type Field Description private Average
BuddyPluginTracker. buddy_receive_speed
private Average
BuddyPluginTracker. buddy_send_speed
-