Package com.biglybt.core.tracker
Interface AllTrackersManager.AnnounceStats
- Enclosing interface:
- AllTrackersManager
public static interface AllTrackersManager.AnnounceStats
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
int
long
int
int
-
Method Details
-
getPublicLagMillis
long getPublicLagMillis() -
getPrivateLagMillis
long getPrivateLagMillis() -
getPublicScheduledCount
int getPublicScheduledCount() -
getPrivateScheduledCount
int getPrivateScheduledCount() -
getPublicPendingCount
int getPublicPendingCount() -
getPrivatePendingCount
int getPrivatePendingCount()
-