Uses of Interface
com.google.cloud.spanner.AsyncTransactionManager.CommitTimestampFuture
-
Packages that use AsyncTransactionManager.CommitTimestampFuture Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of AsyncTransactionManager.CommitTimestampFuture in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return AsyncTransactionManager.CommitTimestampFuture Modifier and Type Method Description AsyncTransactionManager.CommitTimestampFutureAsyncTransactionManager.AsyncTransactionStep. commitAsync()Commits the transaction and returns aAsyncTransactionManager.CommitTimestampFuturethat will return the commit timestamp of the transaction, or throw the first uncaught exception in the transaction chain as anExecutionException.
-