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:
java.util.concurrent.ConcurrentMap<K,V>
,java.util.Map<K,V>
- Enclosing class:
- TransactionStore.TxMapBuilder<K,V>
private static final class TransactionStore.TxMapBuilder.TMVMap<K,V> extends MVMap<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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
asString(java.lang.String name)
Get the map metadata as a string.protected MVMap<K,V>
cloneIt()
Clone the current map.java.lang.String
getType()
Get the map type.-
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, updateRoot
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-