Package com.google.api.client.util.store
Class MemoryDataStoreFactory.MemoryDataStore<V extends java.io.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 java.io.Serializable> extends AbstractMemoryDataStore<V>
-
-
Field Summary
-
Fields inherited from class com.google.api.client.util.store.AbstractMemoryDataStore
keyValueMap
-
-
Constructor Summary
Constructors Constructor Description MemoryDataStore(MemoryDataStoreFactory dataStore, java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemoryDataStoreFactory
getDataStoreFactory()
Returns 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 Detail
-
MemoryDataStore
MemoryDataStore(MemoryDataStoreFactory dataStore, java.lang.String id)
-
-
Method Detail
-
getDataStoreFactory
public MemoryDataStoreFactory 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 java.io.Serializable>
- Overrides:
getDataStoreFactory
in classAbstractDataStore<V extends java.io.Serializable>
-
-