Package org.apache.beam.sdk.io.jdbc
Class JdbcIO.RetryConfiguration
java.lang.Object
org.apache.beam.sdk.io.jdbc.JdbcIO.RetryConfiguration
- All Implemented Interfaces:
Serializable
- Enclosing class:
JdbcIO
Builder used to help with retry configuration for
JdbcIO
. The retry configuration
accepts maxAttempts and maxDuration for FluentBackoff
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetryConfiguration
public RetryConfiguration()
-
-
Method Details
-
create
public static JdbcIO.RetryConfiguration create(int maxAttempts, @Nullable Duration maxDuration, @Nullable Duration initialDuration)
-