Uses of Interface
com.google.api.client.util.store.DataStoreFactory
-
Packages that use DataStoreFactory Package Description com.google.api.client.extensions.jdo Support for the JDO data store.com.google.api.client.test.util.store Abstract tests for data stores.com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of DataStoreFactory in com.google.api.client.extensions.jdo
Classes in com.google.api.client.extensions.jdo that implement DataStoreFactory Modifier and Type Class Description classJdoDataStoreFactoryThread-safe JDO implementation of a data store factory. -
Uses of DataStoreFactory in com.google.api.client.test.util.store
Fields in com.google.api.client.test.util.store declared as DataStoreFactory Modifier and Type Field Description (package private) DataStoreFactoryAbstractDataStoreFactoryTest. dataStoreMethods in com.google.api.client.test.util.store that return DataStoreFactory Modifier and Type Method Description protected abstract DataStoreFactoryAbstractDataStoreFactoryTest. newDataStoreFactory()Returns a new instance of the data store factory to test. -
Uses of DataStoreFactory in com.google.api.client.util.store
Classes in com.google.api.client.util.store that implement DataStoreFactory Modifier and Type Class Description classAbstractDataStoreFactoryAbstract data store factory implementation.classFileDataStoreFactoryThread-safe file implementation of a credential store.classMemoryDataStoreFactoryThread-safe in-memory implementation of a data store factory.Fields in com.google.api.client.util.store declared as DataStoreFactory Modifier and Type Field Description private DataStoreFactoryAbstractDataStore. dataStoreFactoryData store factory.Methods in com.google.api.client.util.store that return DataStoreFactory Modifier and Type Method Description DataStoreFactoryAbstractDataStore. getDataStoreFactory()Returns the data store factory.DataStoreFactoryDataStore. getDataStoreFactory()Returns the data store factory.Constructors in com.google.api.client.util.store with parameters of type DataStoreFactory Constructor Description AbstractDataStore(DataStoreFactory dataStoreFactory, java.lang.String id)AbstractMemoryDataStore(DataStoreFactory dataStoreFactory, java.lang.String id)
-