Class MapDbCollectionFactory.CommitingMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- org.eclipse.rdf4j.collection.factory.mapdb.MapDbCollectionFactory.CommitingMap<K,V>
-
- All Implemented Interfaces:
Map<K,V>
- Enclosing class:
- MapDbCollectionFactory
protected static final class MapDbCollectionFactory.CommitingMap<K,V> extends AbstractMap<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description CommitingMap(Map<K,V> wrapped, long iterationCacheSyncThreshold, org.mapdb.DB db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<K,V>>
entrySet()
V
put(K k, V v)
int
size()
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-