Uses of Class
com.orientechnologies.orient.core.transaction.OTransactionId
Packages that use OTransactionId
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 OTransactionId in com.orientechnologies.orient.core.storage
Method parameters in com.orientechnologies.orient.core.storage with type arguments of type OTransactionIdModifier and TypeMethodDescriptionOStorage.extractTransactionsFromWal(List<OTransactionId> transactionsMetadata) -
Uses of OTransactionId in com.orientechnologies.orient.core.storage.impl.local
Method parameters in com.orientechnologies.orient.core.storage.impl.local with type arguments of type OTransactionIdModifier and TypeMethodDescriptionOAbstractPaginatedStorage.extractTransactionsFromWal(List<OTransactionId> transactionsMetadata) -
Uses of OTransactionId in com.orientechnologies.orient.core.transaction
Methods in com.orientechnologies.orient.core.transaction that return OTransactionIdModifier and TypeMethodDescriptionOTransactionIdPromise.getId()static OTransactionIdstatic OTransactionIdstatic OTransactionIdOTransactionId.readNetwork(DataInput input) Methods in com.orientechnologies.orient.core.transaction that return types with arguments of type OTransactionIdModifier and TypeMethodDescriptionOTransactionSequenceManager.checkOtherStatus(OTransactionSequenceStatus sequenceStatus) OTransactionSequenceManager.checkSelfStatus(OTransactionSequenceStatus sequenceStatus) Constructors in com.orientechnologies.orient.core.transaction with parameters of type OTransactionIdModifierConstructorDescriptionOTransactionIdPromise(ONodeId node, OTransactionId id) OTransactionIdPromise(ONodeId node, OTransactionId id, int recoverSequence) -
Uses of OTransactionId in com.orientechnologies.orient.core.tx
Methods in com.orientechnologies.orient.core.tx that return OTransactionIdModifier and TypeMethodDescriptionOTxMetadataHolder.getId()OTxMetadataHolderImpl.getId()OTransactionData.getTransactionId()Constructors in com.orientechnologies.orient.core.tx with parameters of type OTransactionIdModifierConstructorDescriptionOTransactionData(OTransactionId transactionId) OTxMetadataHolderImpl(CountDownLatch request, OTransactionId id, OTransactionSequenceStatus status) -
Uses of OTransactionId in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return types with arguments of type OTransactionIdModifier and TypeMethodDescriptionOPromisedDistributedOps.getPromised(ONodeId node) OPromisedDistributedOpsImpl.getPromised(ONodeId node) Methods in com.orientechnologies.orient.distributed.context with parameters of type OTransactionIdModifier and TypeMethodDescriptionvoidOAppliedState.complete(OTransactionId id) voidOCoordinatedDistributedOps.completeExecution(OTransactionId complete) voidOCoordinatedDistributedOpsImpl.completeExecution(OTransactionId complete) OAppliedState.watch(OTransactionId id) Method parameters in com.orientechnologies.orient.distributed.context with type arguments of type OTransactionIdModifier and TypeMethodDescriptionODistributedMessageLog.recover(List<OTransactionId> ids) Recover the messages with specified ids from the log.ODistributedMessageLogMemory.recover(List<OTransactionId> ids) ONodeState.recover(List<OTransactionId> ids) -
Uses of OTransactionId in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return OTransactionIdModifier and TypeMethodDescriptionODistributedTxContext.acquireIndexKeyPromise(Object key, int version, boolean force) ODistributedTxContext.acquirePromise(ORID rid, int version, boolean force) ODistributedTxContext.getTransactionId()Methods in com.orientechnologies.orient.server.distributed that return types with arguments of type OTransactionIdModifier and TypeMethodDescriptionODistributedDatabase.missingTransactions(OTransactionSequenceStatus lastState) -
Uses of OTransactionId in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return OTransactionIdModifier and TypeMethodDescriptionODDLContextImpl.acquireIndexKeyPromise(Object key, int version, boolean force) ONewDistributedTxContextImpl.acquireIndexKeyPromise(Object key, int version, boolean force) ODDLContextImpl.acquirePromise(ORID rid, int version, boolean force) ONewDistributedTxContextImpl.acquirePromise(ORID rid, int version, boolean force) ODDLContextImpl.getAfterChangeId()ODDLContextImpl.getPreChangeId()ODDLContextImpl.getTransactionId()OLocalKeySource.getTransactionId()ONewDistributedTxContextImpl.getTransactionId()Methods in com.orientechnologies.orient.server.distributed.impl that return types with arguments of type OTransactionIdModifier and TypeMethodDescriptionODistributedSynchronizedSequence.checkSelfStatus(OTransactionSequenceStatus status) ODistributedDatabaseImpl.missingTransactions(OTransactionSequenceStatus lastState) ODistributedSynchronizedSequence.missingTransactions(OTransactionSequenceStatus lastState) Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type OTransactionIdModifier and TypeMethodDescriptionvoidODistributedDatabaseImpl.trackTransactions(OTransactionId id) voidODistributedDatabaseImpl.untrackTransactions(OTransactionId id) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type OTransactionIdModifierConstructorDescriptionOLocalKeySource(OTransactionId txId, OTransactionInternal iTx, ODatabaseDocumentDistributed database) -
Uses of OTransactionId in com.orientechnologies.orient.server.distributed.impl.lock
Methods in com.orientechnologies.orient.server.distributed.impl.lock that return OTransactionIdModifier and TypeMethodDescriptionOTxPromise.getTxId()OTxPromiseManager.promise(T key, int version, OTransactionId txId, boolean force) Methods in com.orientechnologies.orient.server.distributed.impl.lock with parameters of type OTransactionIdModifier and TypeMethodDescriptionvoidOLockManager.lock(SortedSet<ORID> rids, SortedSet<OTransactionUniqueKey> indexKeys, OTransactionId txId, OnLocksAcquired acquired) voidOLockManagerImpl.lock(SortedSet<ORID> rids, SortedSet<OTransactionUniqueKey> indexKeys, OTransactionId transactionId, OnLocksAcquired acquired) OTxPromiseManager.promise(T key, int version, OTransactionId txId, boolean force) voidOTxPromiseManager.release(T key, OTransactionId txId) Constructors in com.orientechnologies.orient.server.distributed.impl.lock with parameters of type OTransactionIdModifierConstructorDescriptionOTransactionIdLockKey(OTransactionId transactionId) OTxPromise(T key, int version, OTransactionId txId) -
Uses of OTransactionId in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task that return OTransactionIdModifier and TypeMethodDescriptionOLockKeySource.getTransactionId()OTransactionPhase1Task.getTransactionId()OTransactionPhase2Task.getTransactionId()