public class CosmosHistoryService extends AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>
| Constructor and Description |
|---|
CosmosHistoryService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustRepository() |
protected void |
clearChekSums() |
protected long |
countRanChangeSets() |
protected long |
countTags(String tag) |
protected void |
createRepository() |
protected void |
dropRepository() |
protected Boolean |
existsRepository() |
String |
extractTag(liquibase.changelog.ChangeSet changeSet) |
protected Integer |
generateNextSequence() |
protected liquibase.logging.Logger |
getLogger() |
int |
getPriority() |
protected void |
markChangeSetRun(liquibase.changelog.ChangeSet changeSet,
liquibase.changelog.ChangeSet.ExecType execType,
Integer nextSequenceValue) |
protected List<liquibase.changelog.RanChangeSet> |
queryRanChangeSets() |
protected void |
removeRanChangeSet(liquibase.changelog.ChangeSet changeSet) |
boolean |
supports(liquibase.database.Database database) |
protected void |
tagLast(String tagString) |
protected void |
updateCheckSum(liquibase.changelog.ChangeSet changeSet) |
canCreateChangeLogTable, clearAllCheckSums, destroy, getDatabaseChangeLogTableName, getExecutor, getNextSequenceValue, getNoSqlDatabase, getRanChangeSet, getRanChangeSets, hasDatabaseChangeLogTable, init, isServiceInitialized, removeFromHistory, replaceChecksum, reset, setExecType, tag, tagExistspublic int getPriority()
getPriority in interface liquibase.servicelocator.PrioritizedServicegetPriority in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>protected liquibase.logging.Logger getLogger()
getLogger in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>public boolean supports(liquibase.database.Database database)
protected Boolean existsRepository() throws liquibase.exception.DatabaseException
existsRepository in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void createRepository()
throws liquibase.exception.DatabaseException
createRepository in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void adjustRepository()
throws liquibase.exception.DatabaseException
adjustRepository in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void dropRepository()
throws liquibase.exception.DatabaseException
dropRepository in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected List<liquibase.changelog.RanChangeSet> queryRanChangeSets() throws liquibase.exception.DatabaseException
queryRanChangeSets in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected Integer generateNextSequence() throws liquibase.exception.DatabaseException
generateNextSequence in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void markChangeSetRun(liquibase.changelog.ChangeSet changeSet,
liquibase.changelog.ChangeSet.ExecType execType,
Integer nextSequenceValue)
throws liquibase.exception.DatabaseException
markChangeSetRun in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionpublic String extractTag(liquibase.changelog.ChangeSet changeSet)
protected void removeRanChangeSet(liquibase.changelog.ChangeSet changeSet)
throws liquibase.exception.DatabaseException
removeRanChangeSet in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void clearChekSums()
throws liquibase.exception.DatabaseException
clearChekSums in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected long countTags(String tag) throws liquibase.exception.DatabaseException
countTags in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void tagLast(String tagString) throws liquibase.exception.DatabaseException
tagLast in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected long countRanChangeSets()
throws liquibase.exception.DatabaseException
countRanChangeSets in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionprotected void updateCheckSum(liquibase.changelog.ChangeSet changeSet)
throws liquibase.exception.DatabaseException
updateCheckSum in class AbstractNoSqlHistoryService<CosmosLiquibaseDatabase>liquibase.exception.DatabaseExceptionCopyright © 2021 Liquibase.org. All rights reserved.