Class KeyObjectStoreFromMap
java.lang.Object
org.aksw.commons.store.object.key.impl.KeyObjectStoreFromMap
- All Implemented Interfaces:
KeyObjectStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keyToObject
-
-
Constructor Details
-
KeyObjectStoreFromMap
public KeyObjectStoreFromMap() -
KeyObjectStoreFromMap
-
-
Method Details
-
getMap
-
put
- Specified by:
putin interfaceKeyObjectStore- Throws:
IOException
-
get
- Specified by:
getin interfaceKeyObjectStore- Throws:
IOExceptionClassNotFoundException
-
computeIfAbsent
public <T> T computeIfAbsent(Iterable<String> keySegments, Callable<T> initializer) throws IOException, ClassNotFoundException, ExecutionException - Specified by:
computeIfAbsentin interfaceKeyObjectStore- Throws:
IOExceptionClassNotFoundExceptionExecutionException
-