public interface IDatastoreServiceFactory
DatastoreService and registered
with com.google.appengine.spi.ServiceFactoryFactory.| Modifier and Type | Method and Description |
|---|---|
AsyncDatastoreService |
getAsyncDatastoreService(DatastoreServiceConfig config)
Creates an
AsyncDatastoreService using the provided config. |
DatastoreService |
getDatastoreService(DatastoreServiceConfig config)
Creates a
DatastoreService using the provided config. |
DatastoreService getDatastoreService(DatastoreServiceConfig config)
DatastoreService using the provided config.AsyncDatastoreService getAsyncDatastoreService(DatastoreServiceConfig config)
AsyncDatastoreService using the provided config.