| Package | Description |
|---|---|
| com.google.api.client.util.store |
Beta Utilities to store serializable data. |
| Class and Description |
|---|
AbstractDataStoreFactory
Beta Abstract data store factory implementation. |
DataStore
Beta Stores and manages serializable data of a specific type, where the key is a string and the value is a Serializable object. |
DataStoreFactory
Beta Factory for a store that manages serializable data, where the key is a string and the value is a Serializable object. |
MemoryDataStoreFactory
Beta Thread-safe in-memory implementation of a data store factory. |
Copyright © 2011-2013 Google. All Rights Reserved.