Uses of Class
com.google.api.client.util.store.AbstractDataStore
-
Packages that use AbstractDataStore Package Description com.google.api.client.extensions.jdo Support for the JDO data store.com.google.api.client.util.store Utilities to store serializable data. -
-
Uses of AbstractDataStore in com.google.api.client.extensions.jdo
Subclasses of AbstractDataStore in com.google.api.client.extensions.jdo Modifier and Type Class Description (package private) static class
JdoDataStoreFactory.JdoDataStore<V extends java.io.Serializable>
-
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 (package private) class
AbstractMemoryDataStore<V extends java.io.Serializable>
Abstract, thread-safe, in-memory implementation of a data store factory.(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>
-