Uses of Class
io.grpc.rls.AdaptiveThrottler.Builder
-
Packages that use AdaptiveThrottler.Builder Package Description io.grpc.rls -
-
Uses of AdaptiveThrottler.Builder in io.grpc.rls
Methods in io.grpc.rls that return AdaptiveThrottler.Builder Modifier and Type Method Description static AdaptiveThrottler.BuilderAdaptiveThrottler. builder()AdaptiveThrottler.BuilderAdaptiveThrottler.Builder. setHistorySeconds(int historySeconds)AdaptiveThrottler.BuilderAdaptiveThrottler.Builder. setRatioForAccepts(float ratioForAccepts)AdaptiveThrottler.BuilderAdaptiveThrottler.Builder. setRequestsPadding(int requestsPadding)AdaptiveThrottler.BuilderAdaptiveThrottler.Builder. setTicker(com.google.common.base.Ticker ticker)Constructors in io.grpc.rls with parameters of type AdaptiveThrottler.Builder Constructor Description AdaptiveThrottler(AdaptiveThrottler.Builder builder)
-