Uses of Class
com.google.cloud.RetryOption
-
Packages that use RetryOption Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of RetryOption in com.google.cloud
Methods in com.google.cloud that return RetryOption Modifier and Type Method Description static RetryOption
RetryOption. initialRetryDelay(org.threeten.bp.Duration initialRetryDelay)
SeeRetrySettings.getInitialRetryDelay()
.static RetryOption
RetryOption. jittered(boolean jittered)
SeeRetrySettings.isJittered()
()}.static RetryOption
RetryOption. maxAttempts(int maxAttempts)
SeeRetrySettings.getMaxAttempts()
.static RetryOption
RetryOption. maxRetryDelay(org.threeten.bp.Duration maxRetryDelay)
SeeRetrySettings.getMaxRetryDelay()
.static RetryOption
RetryOption. retryDelayMultiplier(double retryDelayMultiplier)
SeeRetrySettings.getRetryDelayMultiplier()
.static RetryOption
RetryOption. totalTimeout(org.threeten.bp.Duration totalTimeout)
SeeRetrySettings.getTotalTimeout()
.Methods in com.google.cloud with parameters of type RetryOption Modifier and Type Method Description static com.google.api.gax.retrying.RetrySettings
RetryOption. mergeToSettings(com.google.api.gax.retrying.RetrySettings settings, RetryOption... options)
Creates a newRetrySettings
instance, merging provided settings and multipleRetryOptions
, each of which represents a single property inRetrySettings
.
-