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) classAdaptiveThrottlerImplementation ofThrottlerthat 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 classCachingRlsLbClient.HappyThrottlerA Throttler never throttles.Fields in io.grpc.rls declared as Throttler Modifier and Type Field Description private ThrottlerCachingRlsLbClient.Builder. throttlerprivate ThrottlerCachingRlsLbClient. throttlerMethods in io.grpc.rls with parameters of type Throttler Modifier and Type Method Description (package private) CachingRlsLbClient.BuilderCachingRlsLbClient.Builder. setThrottler(Throttler throttler)
-