Uses of Class
com.google.api.client.util.store.AbstractMemoryDataStore
-
Packages that use AbstractMemoryDataStore Package Description com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of AbstractMemoryDataStore in com.google.api.client.util.store
Subclasses of AbstractMemoryDataStore in com.google.api.client.util.store Modifier and Type Class Description (package private) static class
FileDataStoreFactory.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 class
MemoryDataStoreFactory.MemoryDataStore<V extends java.io.Serializable>
-