Package com.biglybt.core.tracker.server
Interface TRTrackerServerTorrentStats
-
- All Known Implementing Classes:
TRTrackerServerTorrentStatsImpl
public interface TRTrackerServerTorrentStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAmountLeft()
long
getAnnounceCount()
int
getBadNATPeerCount()
long
getBiasedDownloaded()
long
getBiasedUploaded()
long
getBytesIn()
long
getBytesOut()
long
getCompletedCount()
long
getDownloaded()
int
getLeecherCount()
int
getQueuedCount()
long
getScrapeCount()
int
getSeedCount()
java.lang.String
getString()
long
getUploaded()
-
-
-
Method Detail
-
getSeedCount
int getSeedCount()
-
getLeecherCount
int getLeecherCount()
-
getQueuedCount
int getQueuedCount()
-
getScrapeCount
long getScrapeCount()
-
getAnnounceCount
long getAnnounceCount()
-
getCompletedCount
long getCompletedCount()
-
getUploaded
long getUploaded()
-
getDownloaded
long getDownloaded()
-
getBiasedUploaded
long getBiasedUploaded()
-
getBiasedDownloaded
long getBiasedDownloaded()
-
getAmountLeft
long getAmountLeft()
-
getBytesIn
long getBytesIn()
-
getBytesOut
long getBytesOut()
-
getBadNATPeerCount
int getBadNATPeerCount()
-
getString
java.lang.String getString()
-
-