Uses of Interface
io.grpc.rls.Throttler
-
Packages that use Throttler Package Description io.grpc.rls -
-
Uses of Throttler in io.grpc.rls
Classes in io.grpc.rls that implement Throttler Modifier and Type Class Description (package private) class
AdaptiveThrottler
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 class
CachingRlsLbClient.HappyThrottler
A Throttler never throttles.Fields in io.grpc.rls declared as Throttler Modifier and Type Field Description private Throttler
CachingRlsLbClient.Builder. throttler
private Throttler
CachingRlsLbClient. throttler
Methods in io.grpc.rls with parameters of type Throttler Modifier and Type Method Description (package private) CachingRlsLbClient.Builder
CachingRlsLbClient.Builder. setThrottler(Throttler throttler)
-