public abstract static class JdbcIO.RetryConfiguration
extends java.lang.Object
implements java.io.Serializable
JdbcIO. The retry configuration
accepts maxAttempts and maxDuration for FluentBackoff.| Constructor and Description |
|---|
RetryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static JdbcIO.RetryConfiguration |
create(int maxAttempts,
@Nullable org.joda.time.Duration maxDuration,
@Nullable org.joda.time.Duration initialDuration) |
public static JdbcIO.RetryConfiguration create(int maxAttempts, @Nullable org.joda.time.Duration maxDuration, @Nullable org.joda.time.Duration initialDuration)