Package | Description |
---|---|
com.google.api.client.extensions.appengine.datastore |
Support for the App Engine data store.
|
com.google.api.client.test.util.store |
Abstract tests for data stores.
|
com.google.api.client.util.store |
Utilities to store serializable data.
|
Class and Description |
---|
AbstractDataStoreFactory
Abstract data store factory implementation.
|
DataStore
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 and Description |
---|
DataStoreFactory
Factory for a store that manages serializable data, where the key is a string and the value is a
Serializable object. |
Class and Description |
---|
AbstractDataStore
Abstract data store implementation.
|
AbstractDataStoreFactory
Abstract data store factory implementation.
|
DataStore
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. |
MemoryDataStoreFactory
Thread-safe in-memory implementation of a data store factory.
|
Copyright © 2011–2023 Google. All rights reserved.