Uses of Interface
com.google.api.client.util.store.DataStoreFactory
Packages that use DataStoreFactory
Package
Description
Abstract tests for data stores.
Utilities to store serializable data.
-
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) DataStoreFactoryAbstractDataStoreFactoryTest.dataStoreMethods in com.google.api.client.test.util.store that return DataStoreFactoryModifier and TypeMethodDescriptionprotected 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 DataStoreFactoryModifier and TypeClassDescriptionclassAbstract data store factory implementation.classThread-safe file implementation of a credential store.classThread-safe in-memory implementation of a data store factory.Fields in com.google.api.client.util.store declared as DataStoreFactoryModifier and TypeFieldDescriptionprivate final DataStoreFactoryAbstractDataStore.dataStoreFactoryData 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 DataStoreFactoryModifierConstructorDescriptionprotectedAbstractDataStore(DataStoreFactory dataStoreFactory, String id) protectedAbstractMemoryDataStore(DataStoreFactory dataStoreFactory, String id)