Uses of Class
com.google.appengine.api.datastore.AdminDatastoreService
Packages that use AdminDatastoreService
Package
Description
-
Uses of AdminDatastoreService in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return AdminDatastoreServiceModifier and TypeMethodDescriptionstatic 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.