Uses of Class
org.keycloak.models.locking.LockAcquiringTimeoutException
- 
Packages that use LockAcquiringTimeoutException Package Description org.keycloak.models.locking org.keycloak.models.map.lock org.keycloak.models.map.storage.hotRod.locking 
- 
- 
Uses of LockAcquiringTimeoutException in org.keycloak.models.lockingMethods in org.keycloak.models.locking that throw LockAcquiringTimeoutException Modifier and Type Method Description <V> VGlobalLockProvider. withLock(String lockName, Duration timeToWaitForLock, KeycloakSessionTaskWithResult<V> task)Acquires a new non-reentrant global lock that is visible to all Keycloak nodes.default <V> VGlobalLockProvider. withLock(String lockName, KeycloakSessionTaskWithResult<V> task)Acquires a new non-reentrant global lock that is visible to all Keycloak nodes.
- 
Uses of LockAcquiringTimeoutException in org.keycloak.models.map.lockMethods in org.keycloak.models.map.lock that throw LockAcquiringTimeoutException Modifier and Type Method Description <V> VMapGlobalLockProvider. withLock(String lockName, Duration timeToWaitForLock, KeycloakSessionTaskWithResult<V> task)
- 
Uses of LockAcquiringTimeoutException in org.keycloak.models.map.storage.hotRod.lockingMethods in org.keycloak.models.map.storage.hotRod.locking that throw LockAcquiringTimeoutException Modifier and Type Method Description static voidHotRodLocksUtils. repeatPutIfAbsent(org.infinispan.client.hotrod.RemoteCache<String,String> locksCache, String lockName, Duration timeout, int repeatInterval, boolean isReentrant)Repeatedly attempts to put an entry with the keylockNameto thelocksCache.<V> VHotRodGlobalLockProvider. withLock(String lockName, Duration timeToWaitForLock, KeycloakSessionTaskWithResult<V> task)
 
-