Class JdbcIO.RetryConfiguration

java.lang.Object
org.apache.beam.sdk.io.jdbc.JdbcIO.RetryConfiguration
All Implemented Interfaces:
Serializable
Enclosing class:
JdbcIO

public abstract static class JdbcIO.RetryConfiguration extends Object implements Serializable
Builder used to help with retry configuration for JdbcIO. The retry configuration accepts maxAttempts and maxDuration for FluentBackoff.
See Also: