Uses of Class
com.google.api.client.util.store.AbstractDataStoreFactory
-
Packages that use AbstractDataStoreFactory Package Description com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of AbstractDataStoreFactory in com.google.api.client.util.store
Subclasses of AbstractDataStoreFactory in com.google.api.client.util.store Modifier and Type Class Description class
FileDataStoreFactory
Thread-safe file implementation of a credential store.class
MemoryDataStoreFactory
Thread-safe in-memory implementation of a data store factory.
-