| Package | Description |
|---|---|
| com.github.cloudyrock.mongock.driver.core.lock |
| Modifier and Type | Method and Description |
|---|---|
DefaultLockManager |
DefaultLockManager.setLockAcquiredForMillis(long lockAcquiredForMillis)
Indicates the number of milliseconds the lock will be acquired for
|
DefaultLockManager |
DefaultLockManager.setLockMaxTries(int lockMaxTries)
Updates the maximum number of tries to acquire the lock, if the flag 'waitForLog' is set
|
DefaultLockManager |
DefaultLockManager.setLockMaxWaitMillis(long lockMaxWaitMillis)
If the flag 'waitForLog' is set, indicates the maximum time it will wait for the lock in each try.
|
Copyright © 2021. All rights reserved.