Class PartitionMetadataDao.TransactionResult<T>
java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.changestreams.dao.PartitionMetadataDao.TransactionResult<T>
- Type Parameters:
T
- the return type of the transaction execution
- Enclosing class:
PartitionMetadataDao
Represents a result from executing a Cloud Spanner read / write transaction. It encapsulates
the return from the transaction function and a commit timestamp.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.cloud.Timestamp
Returns the commit timestamp of the read / write transaction.Returns the result of the transaction execution.toString()