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)SeeRetrySettings.getInitialRetryDelay().static RetryOptionRetryOption. jittered(boolean jittered)SeeRetrySettings.isJittered()()}.static RetryOptionRetryOption. maxAttempts(int maxAttempts)SeeRetrySettings.getMaxAttempts().static RetryOptionRetryOption. maxRetryDelay(org.threeten.bp.Duration maxRetryDelay)SeeRetrySettings.getMaxRetryDelay().static RetryOptionRetryOption. retryDelayMultiplier(double retryDelayMultiplier)SeeRetrySettings.getRetryDelayMultiplier().static RetryOptionRetryOption. 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.RetrySettingsRetryOption. mergeToSettings(com.google.api.gax.retrying.RetrySettings settings, RetryOption... options)Creates a newRetrySettingsinstance, merging provided settings and multipleRetryOptions, each of which represents a single property inRetrySettings.
-