Uses of Class
com.google.api.client.util.store.AbstractDataStore
Packages that use AbstractDataStore
-
Uses of AbstractDataStore in com.google.api.client.util.store
Subclasses of AbstractDataStore in com.google.api.client.util.storeModifier and TypeClassDescriptionclass
AbstractMemoryDataStore<V extends Serializable>
Abstract, thread-safe, in-memory implementation of a data store factory.(package private) static class
FileDataStoreFactory.FileDataStore<V extends Serializable>
File data store that inherits from the abstract memory data store because the key-value pairs are stored in a memory cache, and saved in the file (seeFileDataStoreFactory.FileDataStore.save()
when changing values.(package private) static class