Uses of Interface
com.orientechnologies.orient.core.tx.OTransactionInternal
Packages that use OTransactionInternal
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OTransactionInternal in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OTransactionInternalModifier and TypeMethodDescriptionOStorageRemote.commit(OTransactionInternal iTx) voidOStorageRemote.rollback(OTransactionInternal iTx) -
Uses of OTransactionInternal in com.orientechnologies.orient.client.remote.db.document
Classes in com.orientechnologies.orient.client.remote.db.document that implement OTransactionInternalModifier and TypeClassDescriptionclassCreated by tglman on 03/01/17.Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type OTransactionInternalModifier and TypeMethodDescriptionvoidODatabaseDocumentRemote.internalCommit(OTransactionInternal transaction) -
Uses of OTransactionInternal in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OTransactionInternalModifier and TypeMethodDescriptionvoidODatabaseDocumentInternal.internalCommit(OTransactionInternal transaction) Executed the commit on the storage hiding away storage concepts from the transaction -
Uses of OTransactionInternal in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type OTransactionInternalModifier and TypeMethodDescriptionvoidODatabaseDocumentEmbedded.internalCommit(OTransactionInternal transaction) voidODatabaseDocumentTx.internalCommit(OTransactionInternal transaction) Deprecated. -
Uses of OTransactionInternal in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage with parameters of type OTransactionInternalModifier and TypeMethodDescriptionOStorage.commit(OTransactionInternal iTx) voidOStorageProxy.rollback(OTransactionInternal iTx) -
Uses of OTransactionInternal in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type OTransactionInternalModifier and TypeMethodDescriptionOAbstractPaginatedStorage.commit(OTransactionInternal clientTx) Traditional commit that support already temporary rid and already assigned ridsprotected List<ORecordOperation>OAbstractPaginatedStorage.commit(OTransactionInternal transaction, boolean allocated) The commit operation can be run in 3 different conditions, embedded commit, pre-allocated commit, other node commit.OAbstractPaginatedStorage.commitPreAllocated(OTransactionInternal clientTx) Commit a transaction where the rid where pre-allocated in a previous phasevoidOAbstractPaginatedStorage.preallocateRids(OTransactionInternal clientTx) Scan the given transaction for new record and allocate a record id for them, the relative record id is inserted inside the transaction for future use. -
Uses of OTransactionInternal in com.orientechnologies.orient.core.storage.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated that return OTransactionInternalConstructors in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OTransactionInternal -
Uses of OTransactionInternal in com.orientechnologies.orient.core.tx
Classes in com.orientechnologies.orient.core.tx that implement OTransactionInternalMethods in com.orientechnologies.orient.core.tx with parameters of type OTransactionInternalModifier and TypeMethodDescriptionvoidOTransactionData.fill(OTransactionInternal transaction, ODatabaseDocumentInternal database) -
Uses of OTransactionInternal in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return OTransactionInternal -
Uses of OTransactionInternal in com.orientechnologies.orient.server.distributed.impl
Classes in com.orientechnologies.orient.server.distributed.impl that implement OTransactionInternalMethods in com.orientechnologies.orient.server.distributed.impl that return OTransactionInternalModifier and TypeMethodDescriptionODDLContextImpl.getTransaction()ONewDistributedTxContextImpl.getTransaction()Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type OTransactionInternalModifier and TypeMethodDescriptionvoidODatabaseDocumentDistributed.acquireLocksForTx(OTransactionInternal tx, ODistributedTxContext txContext, boolean isCoordinator, boolean force) booleanODatabaseDocumentDistributed.beginDistributedTx(ODistributedRequestId requestId, OTransactionId id, OTransactionInternal tx, boolean isCoordinator, int retryCount) voidODistributedTxCoordinator.commit(ODatabaseDocumentDistributed database, OTransactionInternal iTx, Set<String> clusters) protected OTransactionPhase1TaskODistributedTxCoordinator.createTxPhase1Task(OTransactionId id, OTransactionInternal transaction) voidODatabaseDocumentDistributed.distributedCommitV1(OTransactionInternal iTx) voidODatabaseDocumentDistributed.internalCommit(OTransactionInternal iTx) voidODistributedTxCoordinator.tryCommit(ODatabaseDocumentDistributed database, OTransactionInternal iTx, OTransactionId txId, ODistributedRequestId requestId, Set<String> clusters) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type OTransactionInternalModifierConstructorDescriptionOLocalKeySource(OTransactionId txId, OTransactionInternal iTx, ODatabaseDocumentDistributed database) ONewDistributedTxContextImpl(ODistributedDatabaseImpl shared, ODistributedRequestId reqId, OTransactionInternal tx, OTransactionId id) -
Uses of OTransactionInternal in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task with parameters of type OTransactionInternalModifier and TypeMethodDescriptionstatic OTransactionResultPayloadOTransactionPhase1Task.executeTransaction(ODistributedRequestId requestId, OTransactionId id, ODatabaseDocumentDistributed database, OTransactionInternal tx, boolean isCoordinator, int retryCount) voidOTransactionPhase1Task.init(OTransactionId transactionId, OTransactionInternal tx) -
Uses of OTransactionInternal in com.orientechnologies.orient.server.tx
Classes in com.orientechnologies.orient.server.tx that implement OTransactionInternalModifier and TypeClassDescriptionclassclassCreated by tglman on 28/12/16.