Class BatchTransactionId

java.lang.Object
com.google.cloud.spanner.BatchTransactionId
All Implemented Interfaces:
Serializable

public class BatchTransactionId extends Object implements Serializable
BatchTransactionId is unique identifier for BatchReadOnlyTransaction. It can be used to re-initialize a BatchReadOnlyTransaction on different machine or process by calling BatchClient.batchReadOnlyTransaction(BatchTransactionId).
See Also: