@PublicEvolving public static final class JdbcExecutionOptions.Builder extends Object
JdbcExecutionOptions.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JdbcExecutionOptions |
build() |
JdbcExecutionOptions.Builder |
withBatchIntervalMs(long intervalMs) |
JdbcExecutionOptions.Builder |
withBatchSize(int size) |
JdbcExecutionOptions.Builder |
withMaxRetries(int maxRetries) |
public JdbcExecutionOptions.Builder withBatchSize(int size)
public JdbcExecutionOptions.Builder withBatchIntervalMs(long intervalMs)
public JdbcExecutionOptions.Builder withMaxRetries(int maxRetries)
public JdbcExecutionOptions build()
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.