Uses of Interface
com.google.cloud.datastore.Batch
-
Packages that use Batch Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of Batch in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return Batch Modifier and Type Method Description Batch
Datastore. newBatch()
Returns a new Batch for processing multiple write operations in one request.
-