Interface SpeedManagerLimitEstimate

All Known Implementing Classes:
PingSpaceMon.DefaultLimitEstimate, SMConfigurationAdapterImpl.SMConfigLimitEstimate, SMConst.FilteredLimitEstimate, SpeedManagerPingMapperImpl.limitEstimate

public interface SpeedManagerLimitEstimate
  • Field Details

  • Method Details

    • getBytesPerSec

      int getBytesPerSec()
    • getEstimateType

      float getEstimateType()
      One of the above constants
      Returns:
    • getMetricRating

      float getMetricRating()
      For estimated limits: -1 = estimate derived from bad metrics +1 = estimate derived from good metric <1 x > -1 = relative goodness of metric
      Returns:
    • getSegments

      int[][] getSegments()
    • getWhen

      long getWhen()
    • getString

      String getString()