Uses of Class
com.google.cloud.RetryOption
-
Packages that use RetryOption Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of RetryOption in com.google.cloud
Methods in com.google.cloud that return RetryOption Modifier and Type Method Description static 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 RetryOption Modifier and Type Method Description static RetrySettingsRetryOption. mergeToSettings(RetrySettings settings, RetryOption... options)Creates a newRetrySettingsinstance, merging provided settings and multipleRetryOptions, each of which represents a single property inRetrySettings.
-