Uses of Interface
com.google.appengine.api.datastore.DatastoreService
Packages that use DatastoreService
Package
Description
Provides management and persistent storage of large, immutable byte arrays.
-
Uses of DatastoreService in com.google.appengine.api.blobstore
Constructors in com.google.appengine.api.blobstore with parameters of type DatastoreServiceModifierConstructorDescriptionBlobInfoFactory(DatastoreService datastoreService) Creates aBlobInfoFactorywith the specified implementation ofDatastoreService. -
Uses of DatastoreService in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return DatastoreServiceModifier and TypeMethodDescriptionstatic DatastoreServiceDatastoreServiceFactory.getDatastoreService()Creates aDatastoreServiceusing the default config (DatastoreServiceConfig.Builder.withDefaults()).static DatastoreServiceDatastoreServiceFactory.getDatastoreService(DatastoreConfig oldConfig) Deprecated.static DatastoreServiceDatastoreServiceFactory.getDatastoreService(DatastoreServiceConfig config) Creates aDatastoreServiceusing the provided config.IDatastoreServiceFactory.getDatastoreService(DatastoreServiceConfig config) Creates aDatastoreServiceusing the provided config.
DatastoreServiceFactory.getDatastoreService(DatastoreServiceConfig)instead.