Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionManager.begin()
Creates a new read write transaction.
|
TransactionContext |
TransactionManager.resetForRetry()
Creates a new transaction for retry.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<O> |
AsyncTransactionManager.AsyncTransactionFunction.apply(TransactionContext txn,
I input)
This method is called when this transaction step is executed.
|
com.google.api.core.ApiFuture<R> |
AsyncRunner.AsyncWork.doWorkAsync(TransactionContext txn)
Performs a single transaction attempt.
|
T |
TransactionRunner.TransactionCallable.run(TransactionContext transaction)
Invoked by the library framework to perform a single attempt of a transaction.
|
Copyright © 2022 Google LLC. All rights reserved.