Class AdminDatastoreService

java.lang.Object
com.google.appengine.api.datastore.AdminDatastoreService
All Implemented Interfaces:
AsyncDatastoreService, BaseDatastoreService

public final class AdminDatastoreService extends Object implements AsyncDatastoreService
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce. This implementation ignores the "current" appId provided by ApiProxy.getCurrentEnvironment().getAppId() and the "current" namespace provided by NamespaceManager.get(). Note, this is particularly important in the following methods: In addition this class provides ways to create Query, Entity and Key that are pinned to the same appId/namespace.

Note: users should not access this class directly.