Uses of Class
com.google.cloud.spanner.BatchTransactionId
-
Packages that use BatchTransactionId Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of BatchTransactionId in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return BatchTransactionId Modifier and Type Method Description BatchTransactionId
BatchReadOnlyTransaction. getBatchTransactionId()
Returns aBatchTransactionId
to be re-used across several machines/processes.Methods in com.google.cloud.spanner with parameters of type BatchTransactionId Modifier and Type Method Description BatchReadOnlyTransaction
BatchClient. batchReadOnlyTransaction(BatchTransactionId batchTransactionId)
Returns aBatchReadOnlyTransaction
context in which multiple reads and/or queries can be performed.BatchReadOnlyTransaction
BatchClientImpl. batchReadOnlyTransaction(BatchTransactionId batchTransactionId)
-
Uses of BatchTransactionId in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return BatchTransactionId Modifier and Type Method Description BatchTransactionId
PartitionId. getTransactionId()
Methods in com.google.cloud.spanner.connection with parameters of type BatchTransactionId Modifier and Type Method Description static String
PartitionId. encodeToString(BatchTransactionId transactionId, Partition partition)
-