Uses of Class
com.google.api.client.util.ExponentialBackOff.Builder
Packages that use ExponentialBackOff.Builder
-
Uses of ExponentialBackOff.Builder in com.google.api.client.util
Methods in com.google.api.client.util that return ExponentialBackOff.BuilderModifier and TypeMethodDescriptionExponentialBackOff.Builder.setInitialIntervalMillis(int initialIntervalMillis) Sets the initial retry interval in milliseconds.ExponentialBackOff.Builder.setMaxElapsedTimeMillis(int maxElapsedTimeMillis) Sets the maximum elapsed time in milliseconds.ExponentialBackOff.Builder.setMaxIntervalMillis(int maxIntervalMillis) Sets the maximum value of the back off period in milliseconds.ExponentialBackOff.Builder.setMultiplier(double multiplier) Sets the value to multiply the current interval with for each retry attempt.ExponentialBackOff.Builder.setNanoClock(NanoClock nanoClock) Sets the nano clock (NanoClock.SYSTEMby default).ExponentialBackOff.Builder.setRandomizationFactor(double randomizationFactor) Sets the randomization factor to use for creating a range around the retry interval.Constructors in com.google.api.client.util with parameters of type ExponentialBackOff.Builder