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.PreparedQuery.countEntities()
          Use PreparedQuery.countEntities(FetchOptions) instead. Calling this function imposes a maximum result limit of 1000. 
com.google.appengine.api.datastore.FetchOptions.cursor(Cursor)
          use FetchOptions.startCursor instead. 
com.google.appengine.api.datastore.FetchOptions.getCursor()
          use FetchOptions.getStartCursor() instead 
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. 
com.google.appengine.api.datastore.FetchOptions.Builder.withCursor(Cursor)
          use FetchOptions.Builder.withStartCursor(com.google.appengine.api.datastore.Cursor) instead.