| Package | Description |
|---|---|
| com.google.api.client.util.store |
Beta Utilities to store serializable data. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataStoreFactory
Beta Abstract data store factory implementation. |
class |
FileDataStoreFactory
Beta Thread-safe file implementation of a credential store. |
class |
MemoryDataStoreFactory
Beta 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) |
Copyright © 2011-2013 Google. All Rights Reserved.