
public interface ODistributedTxContext
| Modifier and Type | Method and Description |
|---|---|
void |
addUndoTask(ORemoteTask undoTask) |
void |
commit() |
void |
destroy() |
void |
fix(com.orientechnologies.orient.core.db.ODatabaseDocumentInternal database,
List<ORemoteTask> fixTasks) |
ODistributedRequestId |
getReqId() |
void |
lock(com.orientechnologies.orient.core.id.ORID rid) |
void |
lock(com.orientechnologies.orient.core.id.ORID rid,
long timeout) |
int |
rollback(com.orientechnologies.orient.core.db.ODatabaseDocumentInternal database) |
void |
unlock() |
void lock(com.orientechnologies.orient.core.id.ORID rid)
void lock(com.orientechnologies.orient.core.id.ORID rid,
long timeout)
void addUndoTask(ORemoteTask undoTask)
ODistributedRequestId getReqId()
void commit()
void fix(com.orientechnologies.orient.core.db.ODatabaseDocumentInternal database,
List<ORemoteTask> fixTasks)
int rollback(com.orientechnologies.orient.core.db.ODatabaseDocumentInternal database)
void destroy()
void unlock()
Copyright © 2009–2016 OrientDB. All rights reserved.