Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SmoothWarmingUp (0.06 sec)

  1. guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

       *       <blockquote>
       *       maxPermits = thresholdPermits + 2 * warmupPeriod / (stableInterval + coldInterval)
       *       </blockquote>
       * </ul>
       */
      static final class SmoothWarmingUp extends SmoothRateLimiter {
        private final long warmupPeriodMicros;
    
        /**
         * The slope of the line from the stable interval (when permits == 0), to the cold interval
         * (when permits == maxPermits)
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed May 14 19:40:47 UTC 2025
    - 19.3K bytes
    - Viewed (0)
Back to top