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 class
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.Methods in com.google.appengine.api.datastore that return AsyncDatastoreServiceModifier and TypeMethodDescriptionstatic AsyncDatastoreService
DatastoreServiceFactory.getAsyncDatastoreService()
Creates anAsyncDatastoreService
using the default config (DatastoreServiceConfig.Builder.withDefaults()
).static AsyncDatastoreService
DatastoreServiceFactory.getAsyncDatastoreService
(DatastoreServiceConfig config) Creates anAsyncDatastoreService
using the provided config.IDatastoreServiceFactory.getAsyncDatastoreService
(DatastoreServiceConfig config) Creates anAsyncDatastoreService
using the provided config.