| Package | Description |
|---|---|
| software.amazon.qldb |
| Modifier and Type | Method and Description |
|---|---|
static QldbDriverBuilder |
QldbDriver.builder() |
QldbDriverBuilder |
QldbDriverBuilder.ionSystem(com.amazon.ion.IonSystem ionSystem)
Specify the
IonSystem that should be used to generate the hash of
the parameters and the statements. |
QldbDriverBuilder |
QldbDriverBuilder.ledger(String ledgerName)
Specify the ledger to connect to and submit the transactions.
|
QldbDriverBuilder |
QldbDriverBuilder.maxConcurrentTransactions(int maxConcurrentTransactions)
Specify the maximum number of concurrent transactions that can be executed at any point in time.
|
QldbDriverBuilder |
QldbDriverBuilder.readAhead(int readAhead)
Specify the number of read-ahead buffers, determining the amount of sets of results buffered in memory,
for each open result set, created within the driver.
|
QldbDriverBuilder |
QldbDriverBuilder.readAhead(int readAhead,
ExecutorService executorService)
Specify the number of read-ahead buffers, determining the amount of sets of results buffered in memory,
for each open result set, created within the driver.
|
QldbDriverBuilder |
QldbDriverBuilder.sessionClientBuilder(software.amazon.awssdk.services.qldbsession.QldbSessionClientBuilder clientBuilder)
Specify the low level QLDB session builder that should be used for accessing QLDB.
|
QldbDriverBuilder |
QldbDriverBuilder.transactionRetryPolicy(RetryPolicy retryPolicy)
Specify the retry policy that will be used to execute the transactions.
|