Package com.google.api.client.util.store
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>
-
Field Summary
Fields inherited from class com.google.api.client.util.store.AbstractMemoryDataStore
keyValueMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data store factory.Methods inherited from class com.google.api.client.util.store.AbstractMemoryDataStore
clear, containsKey, containsValue, delete, get, isEmpty, keySet, save, set, size, toString, values
Methods inherited from class com.google.api.client.util.store.AbstractDataStore
getId
-
Constructor Details
-
MemoryDataStore
MemoryDataStore(MemoryDataStoreFactory dataStore, String id)
-
-
Method Details
-
getDataStoreFactory
Description copied from class:AbstractDataStore
Returns 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:
getDataStoreFactory
in interfaceDataStore<V extends Serializable>
- Overrides:
getDataStoreFactory
in classAbstractDataStore<V extends Serializable>
-