Uses of Class
com.google.api.client.util.store.MemoryDataStoreFactory
-
Packages that use MemoryDataStoreFactory Package Description com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of MemoryDataStoreFactory in com.google.api.client.util.store
Fields in com.google.api.client.util.store declared as MemoryDataStoreFactory Modifier and Type Field Description (package private) static MemoryDataStoreFactoryMemoryDataStoreFactory.InstanceHolder. INSTANCEMethods in com.google.api.client.util.store that return MemoryDataStoreFactory Modifier and Type Method Description MemoryDataStoreFactoryMemoryDataStoreFactory.MemoryDataStore. getDataStoreFactory()static MemoryDataStoreFactoryMemoryDataStoreFactory. getDefaultInstance()Returns a global thread-safe instance.Constructors in com.google.api.client.util.store with parameters of type MemoryDataStoreFactory Constructor Description MemoryDataStore(MemoryDataStoreFactory dataStore, java.lang.String id)
-