Package com.google.cloud.spanner
Class BatchTransactionId
- java.lang.Object
-
- com.google.cloud.spanner.BatchTransactionId
-
- All Implemented Interfaces:
Serializable
public class BatchTransactionId extends Object implements Serializable
BatchTransactionIdis unique identifier forBatchReadOnlyTransaction. It can be used to re-initialize a BatchReadOnlyTransaction on different machine or process by callingBatchClient.batchReadOnlyTransaction(BatchTransactionId).- See Also:
- Serialized Form