
public class OTransactionOptimisticProxy
extends com.orientechnologies.orient.core.tx.OTransactionOptimistic
allEntries, changedDocuments, id, indexEntries, newObjectCounter, recordIndexOperations, updatedRids, userData| Constructor and Description |
|---|
OTransactionOptimisticProxy(ODatabaseDocumentInternal database,
int txId,
boolean usingLong,
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() |
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) |
Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> |
getUpdatedRecords() |
addIndexEntry, addRecord, amountOfNestedTxs, commit, commit, deleteRecord, internalRollback, isAlreadyCleared, isChanged, isUsingLog, loadRecord, loadRecord, loadRecord, loadRecordIfVersionIsNotLatest, reloadRecord, reloadRecord, resetChangesTracking, rollback, rollback, saveRecord, setStatus, setUsingLog, toStringaddChangedDocument, addIndexEntry, checkTransaction, clearIndexEntries, clearRecordEntries, close, getCurrentRecordEntries, getCustomData, getEntryCount, getId, getIndexChanges, getIndexChanges, getIndexChangesInternal, getIndexOperations, getInvolvedIndexes, getNewObjectCounter, getNewRecordEntriesByClass, getNewRecordEntriesByClusterIds, getRecordEntry, getRecordOperations, getUpdatedRids, hasRecordCreation, restore, serializeIndexChangeEntry, setCustomData, updateIdentityAfterCommitgetClusterName, getDatabase, getIsolationLevel, getLockedRecords, getStatus, isActive, isLockedRecord, lockingStrategy, lockRecord, setIsolationLevel, unlockRecord, updateCacheFromEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic OTransactionOptimisticProxy(ODatabaseDocumentInternal database, int txId, boolean usingLong, 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.storage.OBasicTransactiongetRecord in class com.orientechnologies.orient.core.tx.OTransactionRealAbstractpublic Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> getCreatedRecords()
public Map<com.orientechnologies.orient.core.id.ORecordId,com.orientechnologies.orient.core.record.ORecord> getUpdatedRecords()
Copyright © 2009–2018 OrientDB. All rights reserved.