| Package | Description |
|---|---|
| software.amazon.qldb |
| Class and Description |
|---|
| BackoffStrategy
Define the Backoff strategy that is going to be used to retry the Transaction.
|
| Executable
This interface provides the methods to execute PartiQL statements towards a QLDB Ledger.
|
| Executor
A functional interface that contains all the code to be executed in a QLDB
transaction and returns a value.
|
| ExecutorNoReturn
A functional interface that contains all the code to be executed in a QLDB transaction but doesn't return a value.
|
| IOUsage
IOUsage class containing metrics for the amount of IO requests.
|
| QldbDriver
The driver for Amazon QLDB.
|
| QldbDriverBuilder
Builder class to create the
QldbDriver. |
| QldbHash
A QLDB hash is either a 256 bit number or a special empty hash.
|
| Result
Interface for the result of executing a statement in QLDB.
|
| RetryPolicy
RetryPolicy used to retry the transactions.
|
| RetryPolicy.Builder |
| RetryPolicyContext
Contains useful information about a failed transaction that can be used to make retry and backoff decisions.
|
| TimingInformation
TimingInformation class containing metrics on server-side processing time for requests.
|
| TransactionExecutor
Transaction object used within lambda executions to provide a reduced view that allows only the operations that are
valid within the context of an active managed transaction.
|