Uses of Class
io.grpc.rls.AdaptiveThrottler.TimeBasedAccumulator
Packages that use AdaptiveThrottler.TimeBasedAccumulator
-
Uses of AdaptiveThrottler.TimeBasedAccumulator in io.grpc.rls
Fields in io.grpc.rls declared as AdaptiveThrottler.TimeBasedAccumulatorModifier and TypeFieldDescription(package private) final AdaptiveThrottler.TimeBasedAccumulator
AdaptiveThrottler.requestStat
The number of requests attempted by the client during the Adaptive Throttler instance's history of calls.(package private) final 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.