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