Class TRTrackerAnnouncerMuxer.StatusSummary

  • Enclosing class:
    TRTrackerAnnouncerMuxer

    private static class TRTrackerAnnouncerMuxer.StatusSummary
    extends java.lang.Object
    • Field Detail

      • time

        private long time
      • url

        private final java.net.URL url
      • status

        private int status
      • status_str

        private java.lang.String status_str
      • seeds

        private int seeds
      • leechers

        private int leechers
      • peers

        private int peers
      • completed

        private int completed
      • interval

        private int interval
      • min_interval

        private int min_interval
      • reported_sent

        private long reported_sent
      • reported_received

        private long reported_received
    • Method Detail

      • getTime

        public long getTime()
      • getURL

        public java.net.URL getURL()
      • getStatus

        public int getStatus()
      • getStatusString

        public java.lang.String getStatusString()
      • getSeedCount

        public int getSeedCount()
      • getLeecherCount

        public int getLeecherCount()
      • getCompletedCount

        public int getCompletedCount()
      • getPeers

        public int getPeers()
      • isUpdating

        public boolean isUpdating()
      • getInterval

        public int getInterval()
      • getMinInterval

        public int getMinInterval()
      • getSecondsToUpdate

        public int getSecondsToUpdate()
      • canManuallyUpdate

        public boolean canManuallyUpdate()
      • manualUpdate

        public void manualUpdate()
      • getReportedStats

        public long[] getReportedStats()