Beta
See: Description
Interface | Description |
---|---|
DataStore<V extends Serializable> |
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. |
Class | Description |
---|---|
AbstractDataStore<V extends Serializable> |
Beta Abstract data store implementation. |
AbstractDataStoreFactory |
Beta Abstract data store factory implementation. |
DataStoreUtils |
Beta Utilities for data stores. |
FileDataStoreFactory |
Beta Thread-safe file implementation of a credential store. |
MemoryDataStoreFactory |
Beta Thread-safe in-memory implementation of a data store factory. |
Beta
Copyright © 2011-2014 Google. All Rights Reserved.