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 classAdminDatastoreServiceAn 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 AsyncDatastoreServiceDatastoreServiceFactory. getAsyncDatastoreService()Creates anAsyncDatastoreServiceusing the default config (DatastoreServiceConfig.Builder.withDefaults()).static AsyncDatastoreServiceDatastoreServiceFactory. getAsyncDatastoreService(DatastoreServiceConfig config)Creates anAsyncDatastoreServiceusing the provided config.AsyncDatastoreServiceIDatastoreServiceFactory. getAsyncDatastoreService(DatastoreServiceConfig config)Creates anAsyncDatastoreServiceusing the provided config.
-