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 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 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 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.MemoryDataStoreFactory Thread-safe in-memory implementation of a data store factory.