
public class ODistributedRecordLockedException
extends com.orientechnologies.common.concur.ONeedRetryException
| Modifier and Type | Field and Description |
|---|---|
protected ODistributedRequestId |
lockHolder |
protected java.lang.String |
node |
protected com.orientechnologies.orient.core.id.ORID |
rid |
| Constructor and Description |
|---|
ODistributedRecordLockedException(ODistributedRecordLockedException exception) |
ODistributedRecordLockedException(java.lang.String localNodeName,
com.orientechnologies.orient.core.id.ORID iRid) |
ODistributedRecordLockedException(java.lang.String localNodeName,
com.orientechnologies.orient.core.id.ORID iRid,
ODistributedRequestId iLockingRequestId,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ODistributedRequestId |
getLockHolder() |
java.lang.String |
getNode() |
com.orientechnologies.orient.core.id.ORID |
getRid() |
getComponentName, getDbName, getErrorCode, getMessageprotected com.orientechnologies.orient.core.id.ORID rid
protected ODistributedRequestId lockHolder
protected java.lang.String node
public ODistributedRecordLockedException(ODistributedRecordLockedException exception)
public ODistributedRecordLockedException(java.lang.String localNodeName,
com.orientechnologies.orient.core.id.ORID iRid)
public ODistributedRecordLockedException(java.lang.String localNodeName,
com.orientechnologies.orient.core.id.ORID iRid,
ODistributedRequestId iLockingRequestId,
long timeout)
public com.orientechnologies.orient.core.id.ORID getRid()
public java.lang.String getNode()
public ODistributedRequestId getLockHolder()
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2009–2022 OrientDB. All rights reserved.