
public interface ODistributedTxContext
| Modifier and Type | Method and Description |
|---|---|
void |
addUndoTask(ORemoteTask undoTask) |
void |
begin(ODatabaseDocumentInternal distributed,
boolean local) |
Set<ORecordId> |
cancel(ODistributedServerManager current,
ODatabaseDocumentInternal database) |
void |
clearUndo() |
void |
commit(ODatabaseDocumentInternal database) |
void |
destroy() |
void |
fix(ODatabaseDocumentInternal database,
List<ORemoteTask> fixTasks) |
ODistributedRequestId |
getReqId() |
long |
getStartedOn() |
OTransactionInternal |
getTransaction() |
boolean |
isCanceled() |
void |
lock(ORID rid) |
void |
lock(ORID rid,
long timeout) |
void |
lockIndexKey(Object rid) |
Set<ORecordId> |
rollback(ODatabaseDocumentInternal database) |
void |
unlock() |
void lock(ORID rid)
void lock(ORID rid, long timeout)
void lockIndexKey(Object rid)
void addUndoTask(ORemoteTask undoTask)
ODistributedRequestId getReqId()
void commit(ODatabaseDocumentInternal database)
void fix(ODatabaseDocumentInternal database, List<ORemoteTask> fixTasks)
Set<ORecordId> rollback(ODatabaseDocumentInternal database)
void destroy()
void clearUndo()
void unlock()
long getStartedOn()
Set<ORecordId> cancel(ODistributedServerManager current, ODatabaseDocumentInternal database)
boolean isCanceled()
OTransactionInternal getTransaction()
void begin(ODatabaseDocumentInternal distributed, boolean local)
Copyright © 2009–2025 OrientDB. All rights reserved.