Class Hierarchy
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.h2.mvstore.MVMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- org.h2.mvstore.tx.TransactionStore.TxMapBuilder.TMVMap<K,V>
- org.h2.mvstore.tx.TransactionMap<K,V>
- org.h2.mvstore.MVMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- org.h2.mvstore.type.BasicDataType<T> (implements org.h2.mvstore.type.DataType<T>)
- org.h2.mvstore.tx.Record.Type<K,V>
- org.h2.mvstore.tx.VersionedValueType<T,D> (implements org.h2.mvstore.type.StatefulDataType<D>)
- java.util.BitSet (implements java.lang.Cloneable, java.io.Serializable)
- org.h2.mvstore.tx.VersionedBitSet
- org.h2.mvstore.MVMap.BasicBuilder<M,K,V> (implements org.h2.mvstore.MVMap.MapBuilder<M,K,V>)
- org.h2.mvstore.MVMap.Builder<K,V>
- org.h2.mvstore.tx.TransactionStore.TxMapBuilder<K,V>
- org.h2.mvstore.MVMap.Builder<K,V>
- org.h2.mvstore.MVMap.DecisionMaker<V>
- org.h2.mvstore.tx.CommitDecisionMaker<V>
- org.h2.mvstore.tx.RollbackDecisionMaker
- org.h2.mvstore.tx.TxDecisionMaker<K,V>
- org.h2.mvstore.tx.TxDecisionMaker.LockDecisionMaker<K,V>
- org.h2.mvstore.tx.TxDecisionMaker.RepeatableReadLockDecisionMaker<K,V>
- org.h2.mvstore.tx.TxDecisionMaker.PutIfAbsentDecisionMaker<K,V>
- org.h2.mvstore.tx.TxDecisionMaker.LockDecisionMaker<K,V>
- org.h2.mvstore.tx.Record<K,V>
- org.h2.mvstore.tx.Snapshot<K,V>
- org.h2.mvstore.tx.Transaction
- org.h2.mvstore.tx.TransactionMap.TMIterator<K,V,X> (implements java.util.Iterator<E>)
- org.h2.mvstore.tx.TransactionMap.CommittedIterator<K,V,X>
- org.h2.mvstore.tx.TransactionMap.RepeatableIterator<K,V,X>
- org.h2.mvstore.tx.TransactionMap.UncommittedIterator<K,V,X>
- org.h2.mvstore.tx.TransactionMap.ValidationIterator<K,V,X>
- org.h2.mvstore.tx.TransactionStore
- org.h2.mvstore.tx.TransactionStore.Change
- org.h2.value.VersionedValue<T>
- org.h2.mvstore.tx.VersionedValueCommitted<T>
- org.h2.mvstore.tx.VersionedValueUncommitted<T>
- org.h2.mvstore.tx.VersionedValueCommitted<T>
- org.h2.mvstore.tx.VersionedValueType.Factory<D> (implements org.h2.mvstore.type.StatefulDataType.Factory<D>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
Interface Hierarchy
- org.h2.mvstore.tx.TransactionStore.RollbackListener