Keycloak Docs Distribution 14.0.0
- java.lang.Object
-
- liquibase.lockservice.StandardLockService
-
- org.keycloak.connections.jpa.updater.liquibase.lock.DummyLockService
-
- All Implemented Interfaces:
- liquibase.lockservice.LockService, liquibase.servicelocator.PrioritizedService
public class DummyLockService
extends liquibase.lockservice.StandardLockService
Dummy lock service injected to Liquibase. Doesn't need to do anything as we already have a lock when Liquibase update is called.
- Author:
- Marek Posolda
-
-
Field Summary
-
Fields inherited from class liquibase.lockservice.StandardLockService
database, hasChangeLogLock
-
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Method Summary
-
Methods inherited from class liquibase.lockservice.StandardLockService
acquireLock, destroy, forceReleaseLock, getChangeLogLockRecheckTime, getChangeLogLockWaitTime, hasChangeLogLock, hasDatabaseChangeLogLockTable, isDatabaseChangeLogLockTableInitialized, listLocks, reset, setChangeLogLockRecheckTime, setChangeLogLockWaitTime, setDatabase, supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interface liquibase.servicelocator.PrioritizedService
- Overrides:
getPriority
in class liquibase.lockservice.StandardLockService
Keycloak Docs Distribution 14.0.0
Copyright © 2021 JBoss by Red Hat. All rights reserved.