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 BatchTransactionIdBatchReadOnlyTransaction. getBatchTransactionId()Returns aBatchTransactionIdto be re-used across several machines/processes.Methods in com.google.cloud.spanner with parameters of type BatchTransactionId Modifier and Type Method Description BatchReadOnlyTransactionBatchClient. batchReadOnlyTransaction(BatchTransactionId batchTransactionId)Returns aBatchReadOnlyTransactioncontext in which multiple reads and/or queries can be performed.BatchReadOnlyTransactionBatchClientImpl. 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 BatchTransactionIdPartitionId. getTransactionId()Methods in com.google.cloud.spanner.connection with parameters of type BatchTransactionId Modifier and Type Method Description static StringPartitionId. encodeToString(BatchTransactionId transactionId, Partition partition)
-