Uses of Interface
com.google.cloud.spanner.AsyncTransactionManager.CommitTimestampFuture
Packages that use AsyncTransactionManager.CommitTimestampFuture
Package
Description
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.CommitTimestampFutureModifier and TypeMethodDescriptionAsyncTransactionManager.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.