Class MemoryDataStoreFactory.MemoryDataStore<V extends Serializable>
java.lang.Object
com.google.api.client.util.store.AbstractDataStore<V>
com.google.api.client.util.store.AbstractMemoryDataStore<V>
com.google.api.client.util.store.MemoryDataStoreFactory.MemoryDataStore<V>
- All Implemented Interfaces:
DataStore<V>
- Enclosing class:
MemoryDataStoreFactory
static class MemoryDataStoreFactory.MemoryDataStore<V extends Serializable>
extends AbstractMemoryDataStore<V>
- Since:
- 1.16
-
Field Summary
Fields inherited from class AbstractMemoryDataStore
keyValueMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data store factory.Methods inherited from class AbstractMemoryDataStore
clear, containsKey, containsValue, delete, get, isEmpty, keySet, save, set, size, toString, valuesMethods inherited from class AbstractDataStore
getId
-
Constructor Details
-
MemoryDataStore
MemoryDataStore(MemoryDataStoreFactory dataStore, String id)
-
-
Method Details
-
getDataStoreFactory
Description copied from class:AbstractDataStoreReturns the data store factory.Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
- Specified by:
getDataStoreFactoryin interfaceDataStore<V extends Serializable>- Overrides:
getDataStoreFactoryin classAbstractDataStore<V extends Serializable>
-