Class StartStopRulesDefaultPlugin.ProcessVarsComplete

  • Enclosing class:
    StartStopRulesDefaultPlugin

    private static class StartStopRulesDefaultPlugin.ProcessVarsComplete
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean higherCDtoStart
      store whether there's a torrent higher in the list that is queued We don't want to start a torrent lower in the list if there's a higherQueued
      (package private) int numWaitingOrSeeding
      Running count of torrents waiting or seeding, not including stalled
      (package private) int stalledSeeders  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ProcessVarsComplete()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • numWaitingOrSeeding

        int numWaitingOrSeeding
        Running count of torrents waiting or seeding, not including stalled
      • higherCDtoStart

        boolean higherCDtoStart
        store whether there's a torrent higher in the list that is queued We don't want to start a torrent lower in the list if there's a higherQueued
      • stalledSeeders

        int stalledSeeders
    • Constructor Detail

      • ProcessVarsComplete

        private ProcessVarsComplete()