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