Uses of Interface
com.google.api.client.util.store.DataStoreFactory
Packages that use DataStoreFactory
Package
Description
Support for the JDO data store.
Abstract tests for data stores.
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 DataStoreFactoryModifier and TypeClassDescriptionclass
Thread-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 DataStoreFactoryModifier and TypeFieldDescription(package private) DataStoreFactory
AbstractDataStoreFactoryTest.dataStore
Methods in com.google.api.client.test.util.store that return DataStoreFactoryModifier and TypeMethodDescriptionprotected abstract DataStoreFactory
AbstractDataStoreFactoryTest.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 DataStoreFactoryModifier and TypeClassDescriptionclass
Abstract data store factory implementation.class
Thread-safe file implementation of a credential store.class
Thread-safe in-memory implementation of a data store factory.Fields in com.google.api.client.util.store declared as DataStoreFactoryModifier and TypeFieldDescriptionprivate final DataStoreFactory
AbstractDataStore.dataStoreFactory
Data store factory.Methods in com.google.api.client.util.store that return DataStoreFactoryModifier and TypeMethodDescriptionAbstractDataStore.getDataStoreFactory()
Returns the data store factory.DataStore.getDataStoreFactory()
Returns the data store factory.Constructors in com.google.api.client.util.store with parameters of type DataStoreFactoryModifierConstructorDescriptionprotected
AbstractDataStore
(DataStoreFactory dataStoreFactory, String id) protected
AbstractMemoryDataStore
(DataStoreFactory dataStoreFactory, String id)