Uses of Interface
com.google.cloud.datastore.Datastore.TransactionCallable
Packages that use Datastore.TransactionCallable
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Datastore.TransactionCallable in com.google.cloud.datastore
Methods in com.google.cloud.datastore with parameters of type Datastore.TransactionCallableModifier and TypeMethodDescription<T> TDatastore.runInTransaction(Datastore.TransactionCallable<T> callable) Invokes the callback'srun(com.google.cloud.datastore.DatastoreReaderWriter)method with aDatastoreReaderWriterthat is associated with a new transaction.<T> TDatastore.runInTransaction(Datastore.TransactionCallable<T> callable, TransactionOptions options) Invokes the callback'srun(com.google.cloud.datastore.DatastoreReaderWriter)method with aDatastoreReaderWriterthat is associated with a new transaction.