Interface TRTrackerServerTorrentStats

All Known Implementing Classes:
TRTrackerServerTorrentStatsImpl

public interface TRTrackerServerTorrentStats
  • Method Details

    • 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

      String getString()