Class CassandraChangeLogHistoryService
java.lang.Object
liquibase.changelog.AbstractChangeLogHistoryService
liquibase.changelog.StandardChangeLogHistoryService
liquibase.ext.cassandra.changelog.CassandraChangeLogHistoryService
- All Implemented Interfaces:
liquibase.changelog.ChangeLogHistoryService,liquibase.plugin.Plugin
public class CassandraChangeLogHistoryService
extends liquibase.changelog.StandardChangeLogHistoryService
-
Field Summary
Fields inherited from class liquibase.changelog.StandardChangeLogHistoryService
CONTEXTS_SIZE, LABELS_SIZEFields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanqueryDatabaseChangeLogTable(liquibase.database.Database database) booleansupports(liquibase.database.Database database) Methods inherited from class liquibase.changelog.StandardChangeLogHistoryService
canCreateChangeLogTable, clearAllCheckSums, destroy, getCharTypeName, getContextsSize, getDatabaseChangeLogTableName, getLabelsSize, getLiquibaseCatalogName, getLiquibaseSchemaName, getRanChangeSet, getRanChangeSets, init, isDatabaseChecksumsCompatible, removeFromHistory, reset, setExecType, tag, tagExists, upgradeChecksumsMethods inherited from class liquibase.changelog.AbstractChangeLogHistoryService
generateDeploymentId, getDatabase, getDeploymentId, getLastDeploymentId, getRanDate, getRunStatus, replaceChecksum, resetDeploymentId, setDatabaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.changelog.ChangeLogHistoryService
getRanChangeSets
-
Constructor Details
-
CassandraChangeLogHistoryService
public CassandraChangeLogHistoryService()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceliquibase.changelog.ChangeLogHistoryService- Overrides:
getPriorityin classliquibase.changelog.StandardChangeLogHistoryService
-
supports
public boolean supports(liquibase.database.Database database) - Specified by:
supportsin interfaceliquibase.changelog.ChangeLogHistoryService- Overrides:
supportsin classliquibase.changelog.StandardChangeLogHistoryService
-
hasDatabaseChangeLogTable
public boolean hasDatabaseChangeLogTable()- Overrides:
hasDatabaseChangeLogTablein classliquibase.changelog.StandardChangeLogHistoryService
-
getNextSequenceValue
public int getNextSequenceValue()- Specified by:
getNextSequenceValuein interfaceliquibase.changelog.ChangeLogHistoryService- Overrides:
getNextSequenceValuein classliquibase.changelog.StandardChangeLogHistoryService
-
queryDatabaseChangeLogTable
public List<Map<String,?>> queryDatabaseChangeLogTable(liquibase.database.Database database) throws liquibase.exception.DatabaseException - Overrides:
queryDatabaseChangeLogTablein classliquibase.changelog.StandardChangeLogHistoryService- Throws:
liquibase.exception.DatabaseException
-