Uses of Interface
com.google.cloud.datastore.DatastoreBatchWriter
-
Packages that use DatastoreBatchWriter Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of DatastoreBatchWriter in com.google.cloud.datastore
Subinterfaces of DatastoreBatchWriter in com.google.cloud.datastore Modifier and Type Interface Description interface
Batch
An interface to represent a batch of write operations.interface
Transaction
A Google cloud datastore transaction.Classes in com.google.cloud.datastore that implement DatastoreBatchWriter Modifier and Type Class Description class
BaseDatastoreBatchWriter
Base class for DatastoreBatchWriter.
-