Package | Description |
---|---|
com.orientechnologies.common.concur.lock |
Modifier and Type | Method and Description |
---|---|
static OComparableLockManager.LOCK |
OComparableLockManager.LOCK.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OComparableLockManager.LOCK[] |
OComparableLockManager.LOCK.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OComparableLockManager.acquireLock(T iResourceId,
OComparableLockManager.LOCK iLockType) |
void |
OComparableLockManager.acquireLock(T iResourceId,
OComparableLockManager.LOCK iLockType,
long iTimeout) |
void |
OComparableLockManager.releaseLock(Object iRequester,
T iResourceId,
OComparableLockManager.LOCK iLockType) |
Copyright © 2009–2020 OrientDB. All rights reserved.