Class NonLockingLockService

  • All Implemented Interfaces:
    liquibase.lockservice.LockService, liquibase.servicelocator.PrioritizedService

    public class NonLockingLockService
    extends liquibase.lockservice.StandardLockService
    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void waitForLock()  
      • Methods inherited from class liquibase.lockservice.StandardLockService

        acquireLock, destroy, forceReleaseLock, getChangeLogLockRecheckTime, getChangeLogLockWaitTime, getPriority, hasChangeLogLock, hasDatabaseChangeLogLockTable, init, isDatabaseChangeLogLockTableInitialized, listLocks, releaseLock, reset, setChangeLogLockRecheckTime, setChangeLogLockWaitTime, setDatabase, supports
      • Methods inherited from class java.lang.Object

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

      • NonLockingLockService

        public NonLockingLockService()
    • Method Detail

      • waitForLock

        public void waitForLock()
        Specified by:
        waitForLock in interface liquibase.lockservice.LockService
        Overrides:
        waitForLock in class liquibase.lockservice.StandardLockService