Uses of Class
org.h2.mvstore.db.MVIndex
Packages that use MVIndex
-
Uses of MVIndex in org.h2.mvstore.db
Subclasses of MVIndex in org.h2.mvstore.dbModifier and TypeClassDescriptionclass
An index that delegates indexing to another index.class
A table stored in a MVStore.final class
An index stored in a MVStore.class
This is an index based on a MVRTreeMap.Methods in org.h2.mvstore.db with parameters of type MVIndexModifier and TypeMethodDescriptionprivate void
MVTable.rebuildIndex
(SessionLocal session, MVIndex<?, ?> index, String indexName) private void
MVTable.rebuildIndexBlockMerge
(SessionLocal session, MVIndex<?, ?> index)