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 MemoryDataStoreFactory
MemoryDataStoreFactory.InstanceHolder. INSTANCE
Methods in com.google.api.client.util.store that return MemoryDataStoreFactory Modifier and Type Method Description MemoryDataStoreFactory
MemoryDataStoreFactory.MemoryDataStore. getDataStoreFactory()
static MemoryDataStoreFactory
MemoryDataStoreFactory. 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)
-