Uses of Class
org.graylog2.cluster.lock.AlreadyLockedException
Packages that use AlreadyLockedException
-
Uses of AlreadyLockedException in org.graylog2.cluster.lock
Methods in org.graylog2.cluster.lock that throw AlreadyLockedExceptionModifier and TypeMethodDescriptionvoidRefreshingLockService.acquireAndKeepLock(String resource, int maxConcurrency) Lock the given resource and ensure that only the given number of locks for the resource exist in the cluster.voidRefreshingLockService.acquireAndKeepLock(String resource, String lockContext) Lock the given resource exclusively.