Uses of Interface
io.grpc.rls.Throttler
Packages that use Throttler
-
Uses of Throttler in io.grpc.rls
Classes in io.grpc.rls that implement ThrottlerModifier and TypeClassDescription(package private) final class
Implementation ofThrottler
that keeps track of recent history (the duration of which is specified to the constructor) and throttles requests at the client side based on the number of requests that the backend has accepted and the total number of requests generated.private static final class
A Throttler never throttles.Fields in io.grpc.rls declared as ThrottlerModifier and TypeFieldDescriptionprivate Throttler
CachingRlsLbClient.Builder.throttler
private final Throttler
CachingRlsLbClient.throttler
Methods in io.grpc.rls with parameters of type ThrottlerModifier and TypeMethodDescription(package private) CachingRlsLbClient.Builder
CachingRlsLbClient.Builder.setThrottler
(Throttler throttler)