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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      calculateState in interface org.flywaydb.core.internal.nc.NativeConnectorsStateCalculator