| 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 | 
|---|---|
T | 
TransactionRunner.TransactionCallable.run(TransactionContext transaction)
Invoked by the library framework to perform a single attempt of a transaction. 
 | 
Copyright © 2019 Google LLC. All rights reserved.