Class KeycloakLockService
- java.lang.Object
- 
- liquibase.lockservice.StandardLockService
- 
- org.keycloak.models.map.storage.jpa.liquibase.lockservice.KeycloakLockService
 
 
- 
- All Implemented Interfaces:
- liquibase.lockservice.LockService,- liquibase.servicelocator.PrioritizedService
 
 public class KeycloakLockService extends liquibase.lockservice.StandardLockServiceExtending the LiquibaseStandardLockServicefor situations where it failed on a H2 database.- Author:
- Alexander Schwartz
 
- 
- 
Constructor SummaryConstructors Constructor Description KeycloakLockService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()protected booleanhasDatabaseChangeLogLockTable()- 
Methods inherited from class liquibase.lockservice.StandardLockServiceacquireLock, destroy, forceReleaseLock, getChangeLogLockRecheckTime, getChangeLogLockWaitTime, hasChangeLogLock, hasDatabaseChangeLogLockTable, init, isDatabaseChangeLogLockTableInitialized, isDatabaseChangeLogLockTableInitialized, listLocks, releaseLock, reset, setChangeLogLockRecheckTime, setChangeLogLockWaitTime, setDatabase, supports, waitForLock
 
- 
 
- 
- 
- 
Method Detail- 
getPrioritypublic int getPriority() - Specified by:
- getPriorityin interface- liquibase.servicelocator.PrioritizedService
- Overrides:
- getPriorityin class- liquibase.lockservice.StandardLockService
 
 - 
hasDatabaseChangeLogLockTableprotected boolean hasDatabaseChangeLogLockTable() throws liquibase.exception.DatabaseException- Overrides:
- hasDatabaseChangeLogLockTablein class- liquibase.lockservice.StandardLockService
- Throws:
- liquibase.exception.DatabaseException
 
 
- 
 
-