Package com.google.cloud.spanner.watcher
Interface DatabaseClientWithChangeSets.AsyncTransactionManagerWithChangeSet
-
- All Superinterfaces:
com.google.cloud.spanner.AsyncTransactionManager,AutoCloseable,DatabaseClientWithChangeSets.ChangeSetIdSupplier
- Enclosing class:
- DatabaseClientWithChangeSets
public static interface DatabaseClientWithChangeSets.AsyncTransactionManagerWithChangeSet extends com.google.cloud.spanner.AsyncTransactionManager, DatabaseClientWithChangeSets.ChangeSetIdSupplier
AsyncTransactionManagerthat automatically creates a change set.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.cloud.spanner.AsyncTransactionManager
com.google.cloud.spanner.AsyncTransactionManager.AsyncTransactionFunction<I extends Object,O extends Object>, com.google.cloud.spanner.AsyncTransactionManager.AsyncTransactionStep<I extends Object,O extends Object>, com.google.cloud.spanner.AsyncTransactionManager.CommitTimestampFuture, com.google.cloud.spanner.AsyncTransactionManager.TransactionContextFuture
-
-
Method Summary
-
Methods inherited from interface com.google.cloud.spanner.AsyncTransactionManager
beginAsync, close, closeAsync, getState, resetForRetryAsync, rollbackAsync
-
Methods inherited from interface com.google.cloud.spanner.watcher.DatabaseClientWithChangeSets.ChangeSetIdSupplier
getChangeSetId
-
-