Package com.google.api.client.util.store
package com.google.api.client.util.store
Utilities to store serializable data.
- Since:
- 1.16
-
ClassDescriptionAbstractDataStore<V extends Serializable>Abstract data store implementation.Abstract data store factory implementation.AbstractMemoryDataStore<V extends Serializable>Abstract, thread-safe, in-memory implementation of a data store factory.DataStore<V extends Serializable>Stores and manages serializable data of a specific type, where the key is a string and the value is a
Serializable
object.Factory for a store that manages serializable data, where the key is a string and the value is aSerializable
object.Utilities for data stores.Thread-safe file implementation of a credential store.FileDataStoreFactory.FileDataStore<V extends 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.Thread-safe in-memory implementation of a data store factory.Holder for the result ofMemoryDataStoreFactory.getDefaultInstance()
.