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)
.Copyright © 2018 Google. All rights reserved.