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 a
Serializable object. |
DataStoreFactory |
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> |
Abstract data store implementation.
|
AbstractDataStoreFactory |
Abstract data store factory implementation.
|
AbstractMemoryDataStore<V extends Serializable> |
Abstract, thread-safe, in-memory implementation of a data store factory.
|
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.
|
Copyright © 2011–2023 Google. All rights reserved.