Uses of Enum Class
org.keycloak.models.dblock.DBLockProvider.Namespace
Packages that use DBLockProvider.Namespace
-
Uses of DBLockProvider.Namespace in org.keycloak.connections.jpa.updater.liquibase.lock
Methods in org.keycloak.connections.jpa.updater.liquibase.lock that return DBLockProvider.NamespaceMethods in org.keycloak.connections.jpa.updater.liquibase.lock with parameters of type DBLockProvider.NamespaceModifier and TypeMethodDescriptionvoid
CustomLockService.waitForLock
(DBLockProvider.Namespace lock) void
LiquibaseDBLockProvider.waitForLock
(DBLockProvider.Namespace lock) -
Uses of DBLockProvider.Namespace in org.keycloak.models.dblock
Methods in org.keycloak.models.dblock that return DBLockProvider.NamespaceModifier 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.Methods in org.keycloak.models.dblock with parameters of type DBLockProvider.NamespaceModifier and TypeMethodDescriptionvoid
DBLockProvider.waitForLock
(DBLockProvider.Namespace lock) Try to retrieve DB lock or wait if retrieve was unsuccessful.