Uses of Interface
com.google.appengine.api.datastore.AsyncDatastoreService
Packages that use AsyncDatastoreService
Package
Description
-
Uses of AsyncDatastoreService in com.google.appengine.api.datastore
Classes in com.google.appengine.api.datastore that implement AsyncDatastoreServiceModifier and TypeClassDescriptionfinal classAn AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.Methods in com.google.appengine.api.datastore that return AsyncDatastoreServiceModifier and TypeMethodDescriptionstatic AsyncDatastoreServiceDatastoreServiceFactory.getAsyncDatastoreService()Creates anAsyncDatastoreServiceusing the default config (DatastoreServiceConfig.Builder.withDefaults()).static AsyncDatastoreServiceDatastoreServiceFactory.getAsyncDatastoreService(DatastoreServiceConfig config) Creates anAsyncDatastoreServiceusing the provided config.IDatastoreServiceFactory.getAsyncDatastoreService(DatastoreServiceConfig config) Creates anAsyncDatastoreServiceusing the provided config.