Package org.apache.flink.connector.jdbc
Class JdbcExecutionOptions
- java.lang.Object
-
- org.apache.flink.connector.jdbc.JdbcExecutionOptions
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class JdbcExecutionOptions extends Object implements Serializable
JDBC sink batch options.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJdbcExecutionOptions.BuilderBuilder forJdbcExecutionOptions.
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_MAX_RETRY_TIMESstatic intDEFAULT_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JdbcExecutionOptions.Builderbuilder()static JdbcExecutionOptionsdefaults()booleanequals(Object o)longgetBatchIntervalMs()intgetBatchSize()intgetMaxRetries()inthashCode()
-
-
-
Field Detail
-
DEFAULT_MAX_RETRY_TIMES
public static final int DEFAULT_MAX_RETRY_TIMES
- See Also:
- Constant Field Values
-
DEFAULT_SIZE
public static final int DEFAULT_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBatchIntervalMs
public long getBatchIntervalMs()
-
getBatchSize
public int getBatchSize()
-
getMaxRetries
public int getMaxRetries()
-
builder
public static JdbcExecutionOptions.Builder builder()
-
defaults
public static JdbcExecutionOptions defaults()
-
-