Class TableSnapshotGeneratorCassandra

java.lang.Object
liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.snapshot.jvm.TableSnapshotGenerator
liquibase.ext.cassandra.snapshot.TableSnapshotGeneratorCassandra
All Implemented Interfaces:
liquibase.snapshot.SnapshotGenerator

public class TableSnapshotGeneratorCassandra extends liquibase.snapshot.jvm.TableSnapshotGenerator
  • Field Summary

    Fields inherited from interface liquibase.snapshot.SnapshotGenerator

    PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addTo(liquibase.structure.DatabaseObject foundObject, liquibase.snapshot.DatabaseSnapshot snapshot)
     
    int
    getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database)
     
    protected liquibase.structure.core.Table
    readTable(Map<String,?> tableMap, liquibase.database.Database database)
     
    protected liquibase.structure.DatabaseObject
    snapshotObject(liquibase.structure.DatabaseObject example, liquibase.snapshot.DatabaseSnapshot snapshot)
     

    Methods inherited from class liquibase.snapshot.jvm.TableSnapshotGenerator

    readTable

    Methods inherited from class liquibase.snapshot.jvm.JdbcSnapshotGenerator

    addStatusListener, addsTo, cleanNameFromDatabase, getDatabaseCatalogNames, replaces, shouldAddTo, snapshot, updateListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TableSnapshotGeneratorCassandra

      public TableSnapshotGeneratorCassandra()
  • Method Details

    • getPriority

      public int getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database)
      Specified by:
      getPriority in interface liquibase.snapshot.SnapshotGenerator
      Overrides:
      getPriority in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    • addTo

      protected void addTo(liquibase.structure.DatabaseObject foundObject, liquibase.snapshot.DatabaseSnapshot snapshot) throws liquibase.exception.DatabaseException
      Overrides:
      addTo in class liquibase.snapshot.jvm.TableSnapshotGenerator
      Throws:
      liquibase.exception.DatabaseException
    • snapshotObject

      protected liquibase.structure.DatabaseObject snapshotObject(liquibase.structure.DatabaseObject example, liquibase.snapshot.DatabaseSnapshot snapshot) throws liquibase.exception.DatabaseException
      Overrides:
      snapshotObject in class liquibase.snapshot.jvm.TableSnapshotGenerator
      Throws:
      liquibase.exception.DatabaseException
    • readTable

      protected liquibase.structure.core.Table readTable(Map<String,?> tableMap, liquibase.database.Database database)