Uses of Class
io.grpc.rls.AdaptiveThrottler.TimeBasedAccumulator
-
Packages that use AdaptiveThrottler.TimeBasedAccumulator Package Description io.grpc.rls -
-
Uses of AdaptiveThrottler.TimeBasedAccumulator in io.grpc.rls
Fields in io.grpc.rls declared as AdaptiveThrottler.TimeBasedAccumulator Modifier and Type Field Description (package private) AdaptiveThrottler.TimeBasedAccumulator
AdaptiveThrottler. requestStat
The number of requests attempted by the client during the Adaptive Throttler instance's history of calls.(package private) AdaptiveThrottler.TimeBasedAccumulator
AdaptiveThrottler. throttledStat
Counter for the total number of requests that were throttled by either the client (this class) or the backend in recent history.
-