| Modifier and Type | Method and Description |
|---|---|
LockManager |
ConnectionDriver.getLockManager() |
LockManager |
ConnectionDriver.getManagerAndAcquireLock() |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
LockManager.setLockAcquiredForMillis(long lockAcquiredForMillis)
Indicates the number of milliseconds the lock will be acquired for
|
LockManager |
LockManager.setLockQuitTryingAfterMillis(long millis)
If the flag 'waitForLog' is set, indicates the maximum time it will wait for the lock in total.
|
LockManager |
LockManager.setLockTryFrequencyMillis(long millis)
Updates the maximum number of tries to acquire the lock, if the flag 'waitForLog' is set
|
| Constructor and Description |
|---|
LockGuardInvokerImpl(LockManager lockManager) |
| Constructor and Description |
|---|
LockGuardProxy(T implementation,
LockManager lockManager,
LockGuardProxyFactory proxyFactory) |
LockGuardProxyFactory(LockManager lockManager) |
LockGuardProxyFactory(LockManager lockManager,
Collection<String> notProxiedPackagePrefixes) |
LockGuardProxyFactory(LockManager lockManager,
String... notProxiedPackagePrefixes) |
Copyright © 2021. All rights reserved.