Uses of Class
com.google.api.client.util.store.AbstractDataStoreFactory
-
Packages that use AbstractDataStoreFactory Package Description com.google.api.client.extensions.jdo Support for the JDO data store.com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of AbstractDataStoreFactory in com.google.api.client.extensions.jdo
Subclasses of AbstractDataStoreFactory in com.google.api.client.extensions.jdo Modifier and Type Class Description classJdoDataStoreFactoryThread-safe JDO implementation of a data store factory. -
Uses of AbstractDataStoreFactory in com.google.api.client.util.store
Subclasses of AbstractDataStoreFactory in com.google.api.client.util.store Modifier and Type Class Description classFileDataStoreFactoryThread-safe file implementation of a credential store.classMemoryDataStoreFactoryThread-safe in-memory implementation of a data store factory.
-