Uses of Class
com.google.cloud.RetryOption
Packages that use RetryOption
-
Uses of RetryOption in com.google.cloud
Methods in com.google.cloud that return RetryOptionModifier and TypeMethodDescriptionstatic RetryOptionRetryOption.initialRetryDelay(org.threeten.bp.Duration initialRetryDelay) static RetryOptionRetryOption.jittered(boolean jittered) SeeRetrySettings.isJittered()()}.static RetryOptionRetryOption.maxAttempts(int maxAttempts) static RetryOptionRetryOption.maxRetryDelay(org.threeten.bp.Duration maxRetryDelay) static RetryOptionRetryOption.retryDelayMultiplier(double retryDelayMultiplier) static RetryOptionRetryOption.totalTimeout(org.threeten.bp.Duration totalTimeout) Methods in com.google.cloud with parameters of type RetryOptionModifier and TypeMethodDescriptionstatic RetrySettingsRetryOption.mergeToSettings(RetrySettings settings, RetryOption... options) Creates a newRetrySettingsinstance, merging provided settings and multipleRetryOptions, each of which represents a single property inRetrySettings.