Uses of Class
org.h2.mvstore.db.MVIndex
-
Packages that use MVIndex Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of MVIndex in org.h2.mvstore.db
Subclasses of MVIndex in org.h2.mvstore.db Modifier and Type Class Description classMVDelegateIndexAn index that delegates indexing to another index.classMVPrimaryIndexA table stored in a MVStore.classMVSecondaryIndexAn index stored in a MVStore.classMVSpatialIndexThis is an index based on a MVRTreeMap.Methods in org.h2.mvstore.db with parameters of type MVIndex Modifier and Type Method Description private voidMVTable. rebuildIndex(SessionLocal session, MVIndex<?,?> index, java.lang.String indexName)private voidMVTable. rebuildIndexBlockMerge(SessionLocal session, MVIndex<?,?> index)
-