Class AbstractCreateTaskParentIndexMigration

java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
org.springframework.cloud.dataflow.common.flyway.AbstractMigration
org.springframework.cloud.dataflow.server.db.migration.AbstractCreateTaskParentIndexMigration
All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
Direct Known Subclasses:
V11__CreateTaskParentIndex, V11__CreateTaskParentIndex, V12__CreateTaskParentIndex, V12__CreateTaskParentIndex, V12__CreateTaskParentIndex, V13__CreateTaskParentIndex

public abstract class AbstractCreateTaskParentIndexMigration extends org.springframework.cloud.dataflow.common.flyway.AbstractMigration
Provide indexes to improve performance of finding child tasks.
Author:
Corneil du Plessis
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
    protected static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.springframework.cloud.dataflow.common.flyway.SqlCommand>
     

    Methods inherited from class org.springframework.cloud.dataflow.common.flyway.AbstractMigration

    migrate

    Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration

    canExecuteInTransaction, extractVersionAndDescription, getChecksum, getDescription, getVersion, init

    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.api.migration.JavaMigration

    getResolvedMigration, getType
  • Field Details

  • Constructor Details

    • AbstractCreateTaskParentIndexMigration

      public AbstractCreateTaskParentIndexMigration()
  • Method Details

    • getCommands

      public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> getCommands()
      Overrides:
      getCommands in class org.springframework.cloud.dataflow.common.flyway.AbstractMigration