Uses of Interface
com.google.appengine.api.datastore.AsyncDatastoreService
-
Packages that use AsyncDatastoreService Package Description com.google.appengine.api.datastore -
-
Uses of AsyncDatastoreService in com.google.appengine.api.datastore
Classes in com.google.appengine.api.datastore that implement AsyncDatastoreService Modifier and Type Class Description class
AdminDatastoreService
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.Methods in com.google.appengine.api.datastore that return AsyncDatastoreService Modifier and Type Method Description static AsyncDatastoreService
DatastoreServiceFactory. getAsyncDatastoreService()
Creates anAsyncDatastoreService
using the default config (DatastoreServiceConfig.Builder.withDefaults()
).static AsyncDatastoreService
DatastoreServiceFactory. getAsyncDatastoreService(DatastoreServiceConfig config)
Creates anAsyncDatastoreService
using the provided config.AsyncDatastoreService
IDatastoreServiceFactory. getAsyncDatastoreService(DatastoreServiceConfig config)
Creates anAsyncDatastoreService
using the provided config.
-