Uses of Interface
step.core.collections.CollectionFactory
-
Packages that use CollectionFactory Package Description step.core.collections.delegating step.core.collections.filesystem step.core.collections.inmemory step.migration -
-
Uses of CollectionFactory in step.core.collections.delegating
Classes in step.core.collections.delegating that implement CollectionFactory Modifier and Type Class Description classDelegatingCollectionFactoryMethods in step.core.collections.delegating with parameters of type CollectionFactory Modifier and Type Method Description voidDelegatingCollectionFactory. addCollectionFactory(String collectionId, CollectionFactory collectionFactory) -
Uses of CollectionFactory in step.core.collections.filesystem
Classes in step.core.collections.filesystem that implement CollectionFactory Modifier and Type Class Description classFilesystemCollectionFactory -
Uses of CollectionFactory in step.core.collections.inmemory
Classes in step.core.collections.inmemory that implement CollectionFactory Modifier and Type Class Description classInMemoryCollectionFactory -
Uses of CollectionFactory in step.migration
Fields in step.migration declared as CollectionFactory Modifier and Type Field Description protected CollectionFactoryMigrationTask. collectionFactoryMethods in step.migration with parameters of type CollectionFactory Modifier and Type Method Description booleanMigrationManager. migrate(CollectionFactory collectionFactory, step.core.Version from, step.core.Version to)Runs all the migration tasks registered to migrateConstructors in step.migration with parameters of type CollectionFactory Constructor Description MigrationTask(step.core.Version asOfVersion, CollectionFactory collectionFactory, MigrationContext migrationContext)
-