Deprecated API


Contents
Deprecated Interfaces
com.google.appengine.api.datastore.DatastoreConfig
          Use DatastoreServiceConfig instead. 
 

Deprecated Fields
com.google.appengine.api.datastore.DatastoreConfig.DEFAULT
          Use DatastoreServiceConfig instead. 
com.google.appengine.api.datastore.FetchOptions.DEFAULT_CHUNK_SIZE
          Instead of using DEFAULT_CHUNK_SIZE, do not specify a chunk size. 
 

Deprecated Methods
com.google.appengine.api.datastore.DatastoreServiceFactory.getDatastoreService(DatastoreConfig)
          Use DatastoreServiceFactory.getDatastoreService(DatastoreServiceConfig) instead. 
com.google.appengine.api.datastore.DatastoreServiceFactory.getDefaultDatastoreConfig()
          Use DatastoreServiceConfig.Builder.withDefaults() instead. 
com.google.appengine.api.datastore.DatastoreConfig.getImplicitTransactionManagementPolicy()
          Use DatastoreServiceConfig.getImplicitTransactionManagementPolicy() 
com.google.appengine.api.memcache.MemcacheService.setNamespace(String)
          use MemcacheServiceFactory.getMemcacheService(String) instead.