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.Builder
AdaptiveThrottler. builder()
AdaptiveThrottler.Builder
AdaptiveThrottler.Builder. setHistorySeconds(int historySeconds)
AdaptiveThrottler.Builder
AdaptiveThrottler.Builder. setRatioForAccepts(float ratioForAccepts)
AdaptiveThrottler.Builder
AdaptiveThrottler.Builder. setRequestsPadding(int requestsPadding)
AdaptiveThrottler.Builder
AdaptiveThrottler.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)
-