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 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
.