Uses of Package
com.google.api.client.util.store
-
Packages that use com.google.api.client.util.store Package Description com.google.api.client.extensions.jdo Support for the JDO data store.com.google.api.client.test.util.store Abstract tests for data stores.com.google.api.client.util.store Utilities to store serializable data. -
Classes in com.google.api.client.util.store used by com.google.api.client.extensions.jdo Class Description AbstractDataStore Abstract data store implementation.AbstractDataStoreFactory Abstract data store factory implementation.DataStore Stores and manages serializable data of a specific type, where the key is a string and the value is aSerializable
object.DataStoreFactory Factory for a store that manages serializable data, where the key is a string and the value is aSerializable
object. -
Classes in com.google.api.client.util.store used by com.google.api.client.test.util.store Class Description DataStore Stores and manages serializable data of a specific type, where the key is a string and the value is aSerializable
object.DataStoreFactory Factory for a store that manages serializable data, where the key is a string and the value is aSerializable
object. -
Classes in com.google.api.client.util.store used by com.google.api.client.util.store Class Description AbstractDataStore Abstract data store implementation.AbstractDataStoreFactory Abstract data store factory implementation.AbstractMemoryDataStore Abstract, thread-safe, in-memory implementation of a data store factory.DataStore Stores and manages serializable data of a specific type, where the key is a string and the value is aSerializable
object.DataStoreFactory Factory for a store that manages serializable data, where the key is a string and the value is aSerializable
object.FileDataStoreFactory Thread-safe file implementation of a credential store.MemoryDataStoreFactory Thread-safe in-memory implementation of a data store factory.