Package org.h2.mvstore.tx
Class TransactionStore.TxMapBuilder.TMVMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.h2.mvstore.MVMap<K,V>
org.h2.mvstore.tx.TransactionStore.TxMapBuilder.TMVMap<K,V>
- All Implemented Interfaces:
ConcurrentMap<K,,V> Map<K,V>
- Enclosing class:
TransactionStore.TxMapBuilder<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.h2.mvstore.MVMap
MVMap.BasicBuilder<M extends MVMap<K,V>, K, V>, MVMap.Builder<K, V>, MVMap.Decision, MVMap.DecisionMaker<V>, MVMap.MapBuilder<M extends MVMap<K, V>, K, V> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.h2.mvstore.MVMap
append, beforeWrite, ceilingKey, clear, containsKey, createEmptyLeaf, createEmptyNode, cursor, cursor, cursor, entrySet, equals, firstKey, floorKey, flushAndGetRoot, get, get, getChildPageCount, getId, getKey, getKeyIndex, getKeyType, getName, getRoot, getRootPage, getStore, getValueType, getVersion, hashCode, higherKey, higherKey, isClosed, isEmpty, isPersistent, isReadOnly, isVolatile, keyIterator, keyIteratorReverse, keyList, keySet, lastKey, lowerKey, lowerKey, openVersion, operate, put, putIfAbsent, remove, remove, replace, replace, setVolatile, size, sizeAsLong, toString, trimLast, tryLock, unlockRoot, updateRootMethods inherited from class java.util.AbstractMap
clone, containsValue, putAll, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllMethods inherited from interface java.util.Map
containsValue, putAll, values
-
Field Details
-
type
-
-
Constructor Details
-
TMVMap
-
TMVMap
-
-
Method Details