Uses of Class
com.yahoo.vespa.http.client.core.ThrottlePolicy
Packages that use ThrottlePolicy
-
Uses of ThrottlePolicy in com.yahoo.vespa.http.client.core.operationProcessor
Constructors in com.yahoo.vespa.http.client.core.operationProcessor with parameters of type ThrottlePolicyModifierConstructorDescriptionIncompleteResultsThrottler(int minInFlightValue, int maxInFlightValue, Clock clock, ThrottlePolicy policy) Creates the throttler.