Package com.google.api.client.util.store
Utilities to store serializable data.
- Since:
- 1.16
- Author:
- Yaniv Inbar
-
Interface Summary Interface Description DataStore<V extends Serializable> 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. -
Class Summary Class Description AbstractDataStore<V extends Serializable> Abstract data store implementation.AbstractDataStoreFactory Abstract data store factory implementation.DataStoreUtils Utilities for data stores.FileDataStoreFactory Thread-safe file implementation of a credential store.MemoryDataStoreFactory Thread-safe in-memory implementation of a data store factory.