Package 

Enum TrackSwitchOffMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum TrackSwitchOffMode
    
                        

    TrackSwitchOffMode represents the possible modes of behavior of the Track switch-off mechanism.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DISABLED

      In this mode, Tracks are never switched off.

      PREDICTED

      In this mode, Tracks are pro-actively switched off when network congestion is predicted bythe bandwidth estimation mechanism.

      DETECTED

      In this mode, Tracks are switched off only when network congestion is detected.