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.type.BasicDataType<T> (implements org.h2.mvstore.type.DataType<T>)
- org.h2.mvstore.MVStoreTool.GenericDataType
- org.h2.mvstore.Chunk
- org.h2.mvstore.Chunk.PositionComparator (implements java.util.Comparator<T>)
- org.h2.mvstore.Cursor<K,V> (implements java.util.Iterator<E>)
- org.h2.mvstore.CursorPos<K,V>
- org.h2.mvstore.DataUtils
- org.h2.mvstore.FileStore
- org.h2.mvstore.OffHeapStore
- org.h2.mvstore.FreeSpaceBitSet
- java.io.InputStream (implements java.io.Closeable)
- org.h2.mvstore.StreamStore.Stream
- 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.MVMap.DecisionMaker<V>
- org.h2.mvstore.MVMap.EqualsDecisionMaker<V>
- org.h2.mvstore.MVMap.RewriteDecisionMaker<V>
- org.h2.mvstore.MVMap.IntValueHolder
- org.h2.mvstore.MVStore (implements java.lang.AutoCloseable)
- org.h2.mvstore.MVStore.Builder
- org.h2.mvstore.MVStore.RemovedPageInfo (implements java.lang.Comparable<T>)
- org.h2.mvstore.MVStore.TxCounter
- org.h2.mvstore.MVStoreTool
- org.h2.mvstore.Page<K,V> (implements java.lang.Cloneable)
- org.h2.mvstore.Page.Leaf<K,V>
- org.h2.mvstore.Page.NonLeaf<K,V>
- org.h2.mvstore.Page.IncompleteNonLeaf<K,V>
- org.h2.mvstore.Page.PageReference<K,V>
- org.h2.mvstore.RootReference<K,V>
- org.h2.mvstore.StreamStore
- java.lang.Thread (implements java.lang.Runnable)
- org.h2.mvstore.MVStore.BackgroundWriterThread
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.h2.mvstore.MVStoreException
- java.lang.RuntimeException
- java.lang.Exception
- org.h2.mvstore.WriteBuffer
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
Interface Hierarchy
- org.h2.mvstore.MVMap.MapBuilder<M,K,V>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.h2.mvstore.MVMap.Decision
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)