com.google.appengine.api.datastore
Class DatastoreServiceFactory

java.lang.Object
  extended by com.google.appengine.api.datastore.DatastoreServiceFactory

public final class DatastoreServiceFactory
extends java.lang.Object

Creates DatastoreService implementations.


Constructor Summary
DatastoreServiceFactory()
           
 
Method Summary
static DatastoreService getDatastoreService()
          Creates a DatastoreService using the default config (DatastoreConfig.DEFAULT).
static DatastoreService getDatastoreService(DatastoreConfig config)
          Creates a DatastoreService using the provided config.
static DatastoreConfig getDefaultDatastoreConfig()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatastoreServiceFactory

public DatastoreServiceFactory()
Method Detail

getDatastoreService

public static DatastoreService getDatastoreService()
Creates a DatastoreService using the default config (DatastoreConfig.DEFAULT).


getDatastoreService

public static DatastoreService getDatastoreService(DatastoreConfig config)
Creates a DatastoreService using the provided config.


getDefaultDatastoreConfig

public static DatastoreConfig getDefaultDatastoreConfig()