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 class
MVDelegateIndex
An index that delegates indexing to another index.class
MVPrimaryIndex
A table stored in a MVStore.class
MVSecondaryIndex
An index stored in a MVStore.class
MVSpatialIndex
This is an index based on a MVRTreeMap.Methods in org.h2.mvstore.db with parameters of type MVIndex Modifier and Type Method Description private void
MVTable. rebuildIndex(SessionLocal session, MVIndex<?,?> index, java.lang.String indexName)
private void
MVTable. rebuildIndexBlockMerge(SessionLocal session, MVIndex<?,?> index)
-