Modifier and Type | Method and Description |
---|---|
void |
OComparableLockManager.releaseLock(Object iRequester,
T iResourceId,
OComparableLockManager.LOCK iLockType) |
void |
OOneEntryPerKeyLockManager.releaseLock(Object iRequester,
T iResourceId,
OOneEntryPerKeyLockManager.LOCK iLockType) |
Constructor and Description |
---|
OLockException(OLockException exception) |
Modifier and Type | Method and Description |
---|---|
V |
OReentrantResourcePool.getResource(K key,
long maxWaitMillis,
Object... additionalArgs) |
Modifier and Type | Method and Description |
---|---|
DB |
ODatabasePoolAbstract.acquire(String iURL,
String iUserName,
String iUserPassword) |
DB |
ODatabasePoolAbstract.acquire(String iURL,
String iUserName,
String iUserPassword,
Map<String,Object> iOptionalParams) |
<RET extends T> |
ODatabase.lock(ORID recordId)
Pessimistic lock a record.
|
<RET extends T> |
ODatabase.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit)
Pessimistic lock a record.
|
void |
ODatabase.unlock(ORID recordId)
Pessimistic unlock
|
Modifier and Type | Method and Description |
---|---|
<RET extends ORecord> |
ODatabaseDocumentRemote.lock(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentEmbedded.lock(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentTx.lock(ORID recordId)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentRemote.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
<RET extends ORecord> |
ODatabaseDocumentEmbedded.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
<RET extends ORecord> |
ODatabaseDocumentTx.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit)
Deprecated.
|
void |
ODatabaseDocumentRemote.unlock(ORID recordId) |
void |
ODatabaseDocumentEmbedded.unlock(ORID recordId) |
void |
ODatabaseDocumentTx.unlock(ORID recordId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<RET> RET |
OObjectDatabaseTx.lock(ORID recordId) |
<RET> RET |
OObjectDatabaseTx.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
void |
OObjectDatabaseTx.unlock(ORID recordId) |
Copyright © 2009–2020 OrientDB. All rights reserved.