Uses of Class
cn.boboweike.carrot.storage.nosql.mongo.migrations.MongoMigration
-
Packages that use MongoMigration Package Description cn.boboweike.carrot.storage.nosql.mongo cn.boboweike.carrot.storage.nosql.mongo.migrations -
-
Uses of MongoMigration in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type MongoMigration Modifier and Type Method Description protected booleanMongoDBCreator. isIncreasePartitions(MongoMigration mongoMigration)protected booleanMongoDBCreator. isNewMigration(MongoMigration mongoMigration)protected booleanMongoDBCreator. markMigrationAsDone(MongoMigration mongoMigration)protected voidMongoDBCreator. runMigration(MongoMigration mongoMigration) -
Uses of MongoMigration in cn.boboweike.carrot.storage.nosql.mongo.migrations
Subclasses of MongoMigration in cn.boboweike.carrot.storage.nosql.mongo.migrations Modifier and Type Class Description classM001_CreateTaskCollectionclassM002_CreateRecurringTaskCollectionclassM003_CreateMetadataCollectionclassM004_CreateBackgroundTaskServerCollectionclassM005_CreateShedLockCollection
-