Package com.biglybt.core.tracker.server
Interface TRTrackerServerStats
- All Known Implementing Classes:
TRTrackerServerStatsImpl
public interface TRTrackerServerStats
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
long
int
-
Method Details
-
getTorrentCount
int getTorrentCount() -
getBytesIn
long getBytesIn() -
getBytesOut
long getBytesOut() -
getAnnounceCount
long getAnnounceCount() -
getScrapeCount
long getScrapeCount() -
getAnnounceTime
long getAnnounceTime() -
getScrapeTime
long getScrapeTime()
-