
public class OTransactionOptimisticProxy
extends com.orientechnologies.orient.core.tx.OTransactionOptimistic
| Constructor and Description |
|---|
OTransactionOptimisticProxy(ODatabaseDocumentInternal database,
int txId,
boolean usingLong,
java.util.List<ORecordOperationRequest> operations,
com.orientechnologies.orient.core.record.impl.ODocument indexChanges,
short protocolVersion,
com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
java.util.Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> |
getCreatedRecords() |
com.orientechnologies.orient.core.record.ORecord |
getRecord(com.orientechnologies.orient.core.id.ORID rid) |
java.util.Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> |
getUpdatedRecords() |
addIndexEntry, addRecord, amountOfNestedTxs, commit, commit, deleteRecord, fill, getLockedRecords, getSentToServer, getTxStartCounter, internalRollback, isAlreadyCleared, isChanged, isUsingLog, loadRecord, loadRecord, loadRecord, loadRecordIfVersionIsNotLatest, reloadRecord, reloadRecord, resetChangesTracking, resolveTracking, rollback, rollback, saveRecord, setSentToServer, setStatus, setUsingLog, toStringaddChangedDocument, addIndexEntry, checkTransactionValid, clearIndexEntries, clearRecordEntries, close, getCurrentRecordEntries, getCustomData, getEntryCount, getId, getIndexChanges, getIndexChanges, getIndexChangesInternal, getIndexOperations, getInvolvedIndexes, getMetadata, getNewObjectCounter, getNewRecordEntriesByClass, getNewRecordEntriesByClusterIds, getNoTxLocks, getRecordEntry, getRecordOperations, getSerializedOperations, getUpdatedRids, prepareSerializedOperations, resetAllocatedIds, restore, serializeIndexChangeEntry, setCustomData, setMetadataHolder, setNoTxLocks, storageBegun, updateIdentityAfterCommitgetDatabase, getInternalLocks, getIsolationLevel, getStatus, isActive, isLockedRecord, lockingStrategy, lockRecord, setDatabase, setIsolationLevel, setLocks, trackLockedRecord, trackUnlockRecord, unlockRecord, updateCacheFromEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic OTransactionOptimisticProxy(ODatabaseDocumentInternal database, int txId, boolean usingLong, java.util.List<ORecordOperationRequest> operations, com.orientechnologies.orient.core.record.impl.ODocument indexChanges, short protocolVersion, com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializer serializer)
public void begin()
begin in interface com.orientechnologies.orient.core.tx.OTransactionbegin in class com.orientechnologies.orient.core.tx.OTransactionOptimisticpublic com.orientechnologies.orient.core.record.ORecord getRecord(com.orientechnologies.orient.core.id.ORID rid)
getRecord in interface com.orientechnologies.orient.core.tx.OTransactiongetRecord in class com.orientechnologies.orient.core.tx.OTransactionRealAbstractpublic java.util.Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> getCreatedRecords()
public java.util.Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> getUpdatedRecords()
Copyright © 2009–2022 OrientDB. All rights reserved.