Uses of Interface
com.google.cloud.spanner.AsyncTransactionManager.AsyncTransactionStep
Packages that use AsyncTransactionManager.AsyncTransactionStep
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of AsyncTransactionManager.AsyncTransactionStep in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return AsyncTransactionManager.AsyncTransactionStepModifier and TypeMethodDescription<RES> AsyncTransactionManager.AsyncTransactionStep<O,RES> AsyncTransactionManager.AsyncTransactionStep.then(AsyncTransactionManager.AsyncTransactionFunction<O, RES> next, Executor executor) Adds a step to the transaction chain that should be executed using the specified executor.AsyncTransactionManager.TransactionContextFuture.then(AsyncTransactionManager.AsyncTransactionFunction<Void, O> function, Executor executor) Sets the first step to execute as part of this transaction after the transaction has started using the specified executor.