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 © 2014–2021 The Apache Software Foundation. All rights reserved.