Package org.flywaydb.nc.info
Class CoreMigrationStateCalculator
java.lang.Object
org.flywaydb.nc.info.CoreMigrationStateCalculator
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.internal.nc.NativeConnectorsStateCalculator
public class CoreMigrationStateCalculator
extends Object
implements org.flywaydb.core.internal.nc.NativeConnectorsStateCalculator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flywaydb.core.api.MigrationStatecalculateState(org.flywaydb.core.internal.util.Pair<org.flywaydb.core.internal.nc.schemahistory.ResolvedSchemaHistoryItem, org.flywaydb.core.api.resource.LoadableResourceMetadata> migration, Collection<? extends org.flywaydb.core.internal.util.Pair<org.flywaydb.core.internal.nc.schemahistory.ResolvedSchemaHistoryItem, org.flywaydb.core.api.resource.LoadableResourceMetadata>> sortedMigrations, org.flywaydb.core.api.configuration.Configuration configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
CoreMigrationStateCalculator
public CoreMigrationStateCalculator()
-
-
Method Details
-
calculateState
public org.flywaydb.core.api.MigrationState calculateState(org.flywaydb.core.internal.util.Pair<org.flywaydb.core.internal.nc.schemahistory.ResolvedSchemaHistoryItem, org.flywaydb.core.api.resource.LoadableResourceMetadata> migration, Collection<? extends org.flywaydb.core.internal.util.Pair<org.flywaydb.core.internal.nc.schemahistory.ResolvedSchemaHistoryItem, org.flywaydb.core.api.resource.LoadableResourceMetadata>> sortedMigrations, org.flywaydb.core.api.configuration.Configuration configuration) - Specified by:
calculateStatein interfaceorg.flywaydb.core.internal.nc.NativeConnectorsStateCalculator
-