
public class ODistributedRecordLockedException
extends com.orientechnologies.common.concur.ONeedRetryException
| Modifier and Type | Field and Description |
|---|---|
protected ODistributedRequestId |
lockHolder |
protected com.orientechnologies.orient.core.id.ORID |
rid |
| Constructor and Description |
|---|
ODistributedRecordLockedException(ODistributedRecordLockedException exception) |
ODistributedRecordLockedException(String localNodeName,
com.orientechnologies.orient.core.id.ORID iRid,
ODistributedRequestId iLockingRequestId,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ODistributedRequestId |
getLockHolder() |
com.orientechnologies.orient.core.id.ORID |
getRid() |
getComponentName, getDbName, getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected com.orientechnologies.orient.core.id.ORID rid
protected ODistributedRequestId lockHolder
public ODistributedRecordLockedException(ODistributedRecordLockedException exception)
public ODistributedRecordLockedException(String localNodeName, com.orientechnologies.orient.core.id.ORID iRid, ODistributedRequestId iLockingRequestId, long timeout)
public com.orientechnologies.orient.core.id.ORID getRid()
public ODistributedRequestId getLockHolder()
Copyright © 2009–2018 OrientDB. All rights reserved.