| Package | Description |
|---|---|
| io.mongock.driver.core.lock |
| Modifier and Type | Method and Description |
|---|---|
static DefaultLockManager.DefaultLockManagerBuilder |
DefaultLockManager.builder() |
DefaultLockManager.DefaultLockManagerBuilder |
DefaultLockManager.DefaultLockManagerBuilder.setLockAcquiredForMillis(long millis)
Indicates the number of milliseconds the lock will be acquired for
|
DefaultLockManager.DefaultLockManagerBuilder |
DefaultLockManager.DefaultLockManagerBuilder.setLockQuitTryingAfterMillis(long millis)
If the flag 'waitForLog' is set, indicates the maximum time it will wait for the lock in total.
|
DefaultLockManager.DefaultLockManagerBuilder |
DefaultLockManager.DefaultLockManagerBuilder.setLockRepository(LockRepository lockRepository) |
DefaultLockManager.DefaultLockManagerBuilder |
DefaultLockManager.DefaultLockManagerBuilder.setLockTryFrequencyMillis(long millis)
Updates the maximum number of tries to acquire the lock, if the flag 'waitForLog' is set
|
DefaultLockManager.DefaultLockManagerBuilder |
DefaultLockManager.DefaultLockManagerBuilder.setTimeUtils(TimeService timeService) |
Copyright © 2022. All rights reserved.