Uses of Interface
com.orientechnologies.orient.core.tx.OTxMetadataHolder
Packages that use OTxMetadataHolder
Package
Description
-
Uses of OTxMetadataHolder in com.orientechnologies.orient.core.transaction
Classes in com.orientechnologies.orient.core.transaction that implement OTxMetadataHolderMethods in com.orientechnologies.orient.core.transaction that return OTxMetadataHolderModifier and TypeMethodDescriptionODistributedSynchronizedSequence.localSuccess()ODistributedSynchronizedSequence.notifySuccess(OTransactionIdPromise id) This make sure that there is a synchronization between the apply of the status of transactions sequence and the logging of it in the database, to avoid to have in the status a transaction that has not yet been logged.static OTxMetadataHolderOTxMetadataHolderLocal.read(byte[] data) -
Uses of OTxMetadataHolder in com.orientechnologies.orient.core.tx
Classes in com.orientechnologies.orient.core.tx that implement OTxMetadataHolderMethods in com.orientechnologies.orient.core.tx that return OTxMetadataHolderMethods in com.orientechnologies.orient.core.tx with parameters of type OTxMetadataHolderModifier and TypeMethodDescriptionvoidOTransactionInternal.setMetadataHolder(OTxMetadataHolder metadata) voidOTransactionOptimistic.setMetadataHolder(OTxMetadataHolder metadata)