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 AdminDatastoreService
AdminDatastoreService. getInstance(DatastoreServiceConfig config, String appId)
Returns an AdminUtils instance for the givenappId
and the "" (empty) namespace.static AdminDatastoreService
AdminDatastoreService. getInstance(DatastoreServiceConfig config, String appId, String namespace)
Returns an AdminUtils instance for the givenappId
andnamespace
.static AdminDatastoreService
AdminDatastoreService. getInstance(String appId)
Returns an AdminUtils instance for the givenappId
and the "" (empty) namespace.static AdminDatastoreService
AdminDatastoreService. getInstance(String appId, String namespace)
Returns an AdminUtils instance for the givenappId
andnamespace
.
-