Uses of Enum Class
org.keycloak.models.dblock.DBLockProvider.Namespace
-
Uses of DBLockProvider.Namespace in org.keycloak.connections.jpa.updater.liquibase.lock
Modifier and TypeMethodDescriptionvoid
CustomLockService.waitForLock
(DBLockProvider.Namespace lock) void
LiquibaseDBLockProvider.waitForLock
(DBLockProvider.Namespace lock) -
Uses of DBLockProvider.Namespace in org.keycloak.models.dblock
Modifier and TypeMethodDescriptionDBLockProvider.getCurrentLock()
Returns the current provider namespace locked or nullstatic DBLockProvider.Namespace
Returns the enum constant of this class with the specified name.static DBLockProvider.Namespace[]
DBLockProvider.Namespace.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DBLockProvider.waitForLock
(DBLockProvider.Namespace lock) Try to retrieve DB lock or wait if retrieve was unsuccessful.