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
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionCommitingMap(Map<K, V> wrapped, long iterationCacheSyncThreshold, org.mapdb.DB db) -
Method Summary
Methods inherited from class AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
CommitingMap
-
-
Method Details
-
put
-
size
-
entrySet
-