Package | Description |
---|---|
org.keycloak.connections.jpa.updater.liquibase.lock | |
org.keycloak.models.dblock |
Modifier and Type | Method and Description |
---|---|
DBLockProvider.Namespace |
LiquibaseDBLockProvider.getCurrentLock() |
Modifier and Type | Method and Description |
---|---|
void |
LiquibaseDBLockProvider.waitForLock(DBLockProvider.Namespace lock) |
void |
CustomLockService.waitForLock(DBLockProvider.Namespace lock) |
Modifier and Type | Method and Description |
---|---|
DBLockProvider.Namespace |
DBLockProvider.getCurrentLock()
Returns the current provider namespace locked or null
|
static DBLockProvider.Namespace |
DBLockProvider.Namespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBLockProvider.Namespace[] |
DBLockProvider.Namespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBLockProvider.waitForLock(DBLockProvider.Namespace lock)
Try to retrieve DB lock or wait if retrieve was unsuccessful.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.