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.
|
Modifier and Type | Class and Description |
---|---|
class |
AppEngineDataStoreFactory
Thread-safe Google App Engine implementation of a data store factory that directly uses the App
Engine Data Store API.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DataStoreFactory |
AbstractDataStoreFactoryTest.newDataStoreFactory()
Returns a new instance of the data store factory to test.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataStoreFactory
Abstract data store factory implementation.
|
class |
FileDataStoreFactory
Thread-safe file implementation of a credential store.
|
class |
MemoryDataStoreFactory
Thread-safe in-memory implementation of a data store factory.
|
Modifier and Type | Method and Description |
---|---|
DataStoreFactory |
DataStore.getDataStoreFactory()
Returns the data store factory.
|
DataStoreFactory |
AbstractDataStore.getDataStoreFactory()
Returns the data store factory.
|
Constructor and Description |
---|
AbstractDataStore(DataStoreFactory dataStoreFactory,
String id) |
AbstractMemoryDataStore(DataStoreFactory dataStoreFactory,
String id) |
Copyright © 2011–2022 Google. All rights reserved.