Uses of Interface
com.google.appengine.api.datastore.DatastoreConfig
-
Packages that use DatastoreConfig Package Description com.google.appengine.api.datastore -
-
Uses of DatastoreConfig in com.google.appengine.api.datastore
Fields in com.google.appengine.api.datastore declared as DatastoreConfig Modifier and Type Field Description static DatastoreConfig
DatastoreConfig. DEFAULT
Deprecated.UseDatastoreServiceConfig
instead.Methods in com.google.appengine.api.datastore that return DatastoreConfig Modifier and Type Method Description static DatastoreConfig
DatastoreServiceFactory. getDefaultDatastoreConfig()
Deprecated.UseDatastoreServiceConfig.Builder.withDefaults()
instead.Methods in com.google.appengine.api.datastore with parameters of type DatastoreConfig Modifier and Type Method Description static DatastoreService
DatastoreServiceFactory. getDatastoreService(DatastoreConfig oldConfig)
Deprecated.
-