Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
<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.
|
<O> AsyncTransactionManager.AsyncTransactionStep<Void,O> |
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.
|
Copyright © 2022 Google LLC. All rights reserved.