Uses of Class
com.google.appengine.api.datastore.AdminDatastoreService
-
Packages that use AdminDatastoreService Package Description com.google.appengine.api.datastore -
-
Uses of AdminDatastoreService in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return AdminDatastoreService Modifier and Type Method Description static AdminDatastoreServiceAdminDatastoreService. getInstance(DatastoreServiceConfig config, String appId)Returns an AdminUtils instance for the givenappIdand the "" (empty) namespace.static AdminDatastoreServiceAdminDatastoreService. getInstance(DatastoreServiceConfig config, String appId, String namespace)Returns an AdminUtils instance for the givenappIdandnamespace.static AdminDatastoreServiceAdminDatastoreService. getInstance(String appId)Returns an AdminUtils instance for the givenappIdand the "" (empty) namespace.static AdminDatastoreServiceAdminDatastoreService. getInstance(String appId, String namespace)Returns an AdminUtils instance for the givenappIdandnamespace.
-