Class TransactionHelper
java.lang.Object
com.google.appengine.api.datastore.TransactionHelper
TransactionHelper
enables the task queue API to serialize a datastore transaction without
knowing the details of how it is implemented.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setTransaction
(Transaction txn, TaskQueuePb.TaskQueueAddRequest.Builder request) Sets either the transaction or datastore_transaction field in a TaskQueueAddRequest depending on what kind of transaction is provided.
-
Method Details
-
setTransaction
Sets either the transaction or datastore_transaction field in a TaskQueueAddRequest depending on what kind of transaction is provided.
-