Searched refs:getConfiguredMaxRollingQuota (Results 1 – 1 of 1) sorted by relevance
354 getConfiguredMaxRollingQuota(quotaBucket)); in hasSufficientQuota()365 * (getConfiguredMaxRollingQuota(quotaBucket) / (float) window.toMillis()); in getAvailableQuota()368 quota.getRemainingQuota() + accumulated, getConfiguredMaxRollingQuota(quotaBucket)); in getAvailableQuota()389 new Quota(Instant.now(), getConfiguredMaxRollingQuota(quotaBucket))); in getQuota()395 return new Quota(Instant.now(), getConfiguredMaxRollingQuota(bucket)); in getInitialQuota()418 private static float getConfiguredMaxRollingQuota(@QuotaBucket.Type int quotaBucket) { in getConfiguredMaxRollingQuota() method in RateLimiter