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 interfaceBatchAn interface to represent a batch of write operations.interfaceDatastoreAn interface for Google Cloud Datastore.interfaceDatastoreBatchWriterAn interface to represent a batch of write operations.interfaceDatastoreReaderWriterAn interface that combines both Google Cloud Datastore read and write operations.interfaceTransactionA Google cloud datastore transaction.Classes in com.google.cloud.datastore that implement DatastoreWriter Modifier and Type Class Description classBaseDatastoreBatchWriterBase class for DatastoreBatchWriter.
-