Uses of Class
org.keycloak.models.locking.LockAcquiringTimeoutException
-
Packages that use LockAcquiringTimeoutException Package Description org.keycloak.models.locking org.keycloak.models.map.storage.hotRod.locking -
-
Uses of LockAcquiringTimeoutException in org.keycloak.models.locking
Methods in org.keycloak.models.locking that throw LockAcquiringTimeoutException Modifier and Type Method Description <V> V
GlobalLockProvider. withLock(String lockName, Duration timeToWaitForLock, KeycloakSessionTaskWithResult<V> task)
Acquires a new non-reentrant global lock that is visible to all Keycloak nodes.default <V> V
GlobalLockProvider. 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.storage.hotRod.locking
Methods in org.keycloak.models.map.storage.hotRod.locking that throw LockAcquiringTimeoutException Modifier and Type Method Description static void
HotRodLocksUtils. repeatPutIfAbsent(org.infinispan.client.hotrod.RemoteCache<String,String> locksCache, String lockName, Duration timeout, int repeatInterval)
Repeatedly attempts to put an entry with the keylockName
to thelocksCache
.<V> V
HotRodGlobalLockProvider. withLock(String lockName, Duration timeToWaitForLock, KeycloakSessionTaskWithResult<V> task)
-