Skip navigation links
D G H M N S 

D

DuplicateVersionException - Exception in net.ozwolf.mongo.migrations.exception
Duplicate Version Exception
DuplicateVersionException(Migration) - Constructor for exception net.ozwolf.mongo.migrations.exception.DuplicateVersionException
 

G

getApplied() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
Get the list of successfully applied migrations
getCurrentVersion() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
Get the currently applied migration version.
getFailed() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
Get the list of migrations that have failed.
getLastPendingVersion() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
The last migration version to be applied
getMigrations() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
Get the full list of migrations.
getMigrations() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
The list of pending migrations
getNextPendingVersion() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
The next migration version to be applied
getPending() - Method in class net.ozwolf.mongo.migrations.MongoTrekState
Return the pending migrations state.

H

hasPendingMigrations() - Method in class net.ozwolf.mongo.migrations.MongoTrekState.Pending
Flag to determine if there is any pending migrations

M

migrate() - Method in class net.ozwolf.mongo.migrations.MongoTrek
Migrate the Mongo database using the provided collection of commands.
MongoTrek - Class in net.ozwolf.mongo.migrations
Mongo Trek
MongoTrek(String, String) - Constructor for class net.ozwolf.mongo.migrations.MongoTrek
Create a new MongoTrek instance that will connect to the provided connection string.
MongoTrek(String, MongoDatabase) - Constructor for class net.ozwolf.mongo.migrations.MongoTrek
Create a new MongoTrek instance using a provided MongoDatabase instance.
MongoTrekFailureException - Exception in net.ozwolf.mongo.migrations.exception
Mongo Trek Failure Exception
MongoTrekFailureException(Throwable) - Constructor for exception net.ozwolf.mongo.migrations.exception.MongoTrekFailureException
 
MongoTrekState - Class in net.ozwolf.mongo.migrations
Mongo Trek State
MongoTrekState(Collection<Migration>) - Constructor for class net.ozwolf.mongo.migrations.MongoTrekState
 
MongoTrekState.Pending - Class in net.ozwolf.mongo.migrations
Migrations State - Pending State

N

net.ozwolf.mongo.migrations - package net.ozwolf.mongo.migrations
 
net.ozwolf.mongo.migrations.exception - package net.ozwolf.mongo.migrations.exception
 

S

setSchemaVersionCollection(String) - Method in class net.ozwolf.mongo.migrations.MongoTrek
Change the schema version collection from the default _schema_version
status() - Method in class net.ozwolf.mongo.migrations.MongoTrek
Report the status of the migrations and provided commands.
D G H M N S 
Skip navigation links

Copyright © 2016. All Rights Reserved.