org.gudy.azureus2.core3.tracker.server
Interface TRTrackerServerTorrentStats

All Known Implementing Classes:
TRTrackerServerTorrentStatsImpl

public interface TRTrackerServerTorrentStats

Author:
parg

Method Summary
 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()
           
 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

String getString()