Uses of Class
com.google.api.client.util.store.AbstractDataStore
-
Packages that use AbstractDataStore Package Description com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of AbstractDataStore in com.google.api.client.util.store
Subclasses of AbstractDataStore in com.google.api.client.util.store Modifier and Type Class Description classAbstractMemoryDataStore<V extends java.io.Serializable>Abstract, thread-safe, in-memory implementation of a data store factory.(package private) static classFileDataStoreFactory.FileDataStore<V extends java.io.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 classMemoryDataStoreFactory.MemoryDataStore<V extends java.io.Serializable>
-