Class MapDb3CollectionFactory.CommitingMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.eclipse.rdf4j.collection.factory.mapdb.MapDb3CollectionFactory.CommitingMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
- Enclosing class:
MapDb3CollectionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorDescriptionCommitingMap
(Map<K, V> wrapped, long iterationCacheSyncThreshold, org.mapdb.DB db) -
Method Summary
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
-
Constructor Details
-
CommitingMap
-
-
Method Details