Uses of Interface
ac.simons.neo4j.migrations.core.refactorings.MigrateBTreeIndexes
-
Uses of MigrateBTreeIndexes in ac.simons.neo4j.migrations.core.refactorings
Modifier and TypeMethodDescriptionstatic MigrateBTreeIndexes
MigrateBTreeIndexes.createFutureIndexes()
Prepares migration of old B-tree indexes to indexes supported in the future by creating RANGE indexes in parallel.static MigrateBTreeIndexes
MigrateBTreeIndexes.createFutureIndexes
(String suffix) Prepares migration of old B-tree indexes to indexes supported in the future by creating RANGE indexes in parallel.static MigrateBTreeIndexes
MigrateBTreeIndexes.replaceBTreeIndexes()
Replaces all B-tree indexes and constraints backed with B-tree indexes with new Range indexes.MigrateBTreeIndexes.withExcludes
(Collection<String> excludes) Creates a new refactoring that excludes the set of configured items during migration.MigrateBTreeIndexes.withIncludes
(Collection<String> newIncludes) Configures an include list.MigrateBTreeIndexes.withTypeMapping
(Map<String, Index.Type> typeMapping) Creates a new refactoring that uses the given type mapping.